-
Notifications
You must be signed in to change notification settings - Fork 570
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Set EFIvars after talos install #7276
Comments
Server providers like Hetzner strongly recommend against changing the boot order as their rescue systems rely on PXE always being the first option, so this should be configurable if implemented. |
this is for secureboot only, not normal talos installs |
Mostly done by #7375 |
i looked into this, seems all normal OS does set the |
I have contacted Hetzner Support for clarification and they've written the following:
The installer images provided by Hetzner themselves do not modify the boot order, and judging by that response it has to be reverted should it be changed. |
interesting, but what about if someone boots an os not provided by Hetzner, I guess it's upto user to manage that then, Anyways Talos will follow the standard OS practice. Hetzner probably needs special user interaction. |
This issue is stale because it has been open 180 days with no activity. Remove stale label or comment or this will be closed in 7 days. |
This issue was closed because it has been stalled for 7 days with no activity. |
Feature Request
Set EFI vars to denote the EFI to use sd-boot after talos install is done
We need to write the
BootOrder
EFI var and set tosd-boot
pathUsing
<boot>/EFI/BOOT/BOOTX64.EFI
should in theory should be only used for booting from readonly media (we would still need it for metal image and iso, since we don't have access to efivar store when creating them)Check the Fallback path' UEFI native boot entries section in https://www.happyassassin.net/posts/2014/01/25/uefi-boot-how-does-that-actually-work-then/
The text was updated successfully, but these errors were encountered: