mirror of
https://github.com/siderolabs/sidero.git
synced 2026-05-05 20:36:29 +02:00
docs: use ipxe-sanboot for raspberry pi 4's
Use ipxe-sanboot for Rpi's Signed-off-by: Noel Georgi <git@frezbo.dev>
This commit is contained in:
parent
c0dfd23fa5
commit
a06135a96e
@ -261,6 +261,14 @@ Followed by this command to apply the patch:
|
||||
kubectl -n sidero-system patch deployments.apps sidero-controller-manager --patch "$(cat patch.yaml)"
|
||||
```
|
||||
|
||||
## Configure BootFromDiskMethod
|
||||
|
||||
By default, Sidero will use iPXE's `exit` command to attempt to force boot from disk.
|
||||
On Raspberry Pi, this will drop you into the bootloader interface, and you will need to connect a keyboard and manually select the disk to boot from.
|
||||
|
||||
The BootFromDiskMethod can be configured on individual [Servers](../../resource-configuration/servers/#bootfromdiskmethod), on [ServerClasses](../../resource-configuration/serverclasses/#bootfromdiskmethod), or as a command-line argument to the Sidero metal controller itself (`--boot-from-disk-method=<value>`).
|
||||
In order to force the Pi to use the configured bootloader order, the BootFromDiskMethod needs to be set to `ipxe-sanboot`.
|
||||
|
||||
## Profit
|
||||
|
||||
With the patched metal controller, you should now be able to register the Pi4 to
|
||||
|
||||
@ -261,6 +261,14 @@ Followed by this command to apply the patch:
|
||||
kubectl -n sidero-system patch deployments.apps sidero-controller-manager --patch "$(cat patch.yaml)"
|
||||
```
|
||||
|
||||
## Configure BootFromDiskMethod
|
||||
|
||||
By default, Sidero will use iPXE's `exit` command to attempt to force boot from disk.
|
||||
On Raspberry Pi, this will drop you into the bootloader interface, and you will need to connect a keyboard and manually select the disk to boot from.
|
||||
|
||||
The BootFromDiskMethod can be configured on individual [Servers](../../resource-configuration/servers/#bootfromdiskmethod), on [ServerClasses](../../resource-configuration/serverclasses/#bootfromdiskmethod), or as a command-line argument to the Sidero metal controller itself (`--boot-from-disk-method=<value>`).
|
||||
In order to force the Pi to use the configured bootloader order, the BootFromDiskMethod needs to be set to `ipxe-sanboot`.
|
||||
|
||||
## Profit
|
||||
|
||||
With the patched metal controller, you should now be able to register the Pi4 to
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user