Create action to support fallback for nodes lacking UEFI/netboot #9
Labels
kind/feature
Categorizes issue or PR as related to a new feature.
priority/backlog
Higher priority than priority/awaiting-more-evidence.
Some boards do not support netbooting natively, such as the Rock Pi X. A current workaround is to supply a bootloader USB with the following folder structure:
/dev/sdxy/ └─ efi/ └─ boot/ └─ bootx64.efi
The
bootx64.efi
in this case is the renamed version of ipxe. I barely know anything about netbooting and bootloaders, but I suspect there is a better way.It would be useful if there was an action, that would configure the boot partition to attempt to PXE boot first (to allow deprovisioning) and then to attempt to boot via the configured hard disk. This feature could be part of
rootio
, but I suspect that it should be a seperate action.This would also greatly improve compatibility with devices, that do not have a UEFI to configure boot options, such as older Raspberry Pis or other single board computers.
The text was updated successfully, but these errors were encountered: