add option to switch UEFI boot to snponly - #48
Conversation
|
Claude says this regarding the change from ipxe to snponly: Both are iPXE builds for UEFI, but they differ in how they talk to the network card.
Practical guidance for a bare-metal fleet:
I am a bit afraid that with this approach some machines will not work. How can we prevent that ? |
|
We consider now adding snponly and ipxe and adding a flag for switching between them. This way people would be able to switch back to old behavior or decide per mgmt-server what they potentially need in this environment. Proposal for actions required: Pixie now by default offers the iPXE build variant |
Description
Adds a option
--ipxe-type=snponlyto allow to use snponly.efi instead of full ipxe.efi, so iPXE stays aligned with the firmware-selected PXE interface and avoids getting stuck on the virtual device.Closes #47
Required Actions