-
Notifications
You must be signed in to change notification settings - Fork 18
Add capability to set rescue mode bootloader filename #344
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
base: main
Are you sure you want to change the base?
Add capability to set rescue mode bootloader filename #344
Conversation
|
I don't think you need AII to configure anything in DHCP. It is currently support by AII to boot in rescue mode (can in fact be anything you have configured) by executing "aii-shellfe --rescue node.name". To work, you need to write a Grub2 config file rescue.cfg file similar to localboot.cfg that will be used by the node when booting. rescue.cfg can be something like (not sure it is a working configuration): set default=0
|
|
We specifically need to use a different bootloader when using rescue mode. This is an edge case ESXi hypervisors' UEFI booting:
|
0a507ed to
0459d0d
Compare
0459d0d to
2c33e2b
Compare
|
@MS-Daniel-Matolcsi is this the same as #357 ? |
|
@MS-Daniel-Matolcsi yours is better, but you will also need the https://github.com/quattor/aii/pull/357/files#diff-bf9d1e359bea07dacdbbcf6dab94b9a2f4c42b8a8fde532bf7e96b3f3d71dbf2R11 line for your PR |
|
#299 also has the filename set option already (and i forgot about it, it's open for soooo long ;) |
2c33e2b to
b218ef4
Compare
dffdedf to
00782a1
Compare
…ofile This commit adds the feature to aii-dhcp plugin to fetch bootloader filename for DHCP config to be included. Also handles situation if default bootloader may differ from the one would be used in case of rescue mode.
00782a1 to
b0ce37c
Compare
This commit adds the feature to aii-dhcp plugin to fetch bootloader filename for DHCP config to be included. Also handles situation if default bootloader may differ from the one would be used in case of rescue mode.
Resolves #343.