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:
Zach Bernstein 2022-06-09 12:46:50 -04:00 committed by Noel Georgi
parent c0dfd23fa5
commit a06135a96e
No known key found for this signature in database
GPG Key ID: B1F736354201D483
2 changed files with 16 additions and 0 deletions

View File

@ -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

View File

@ -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