Actions
Bug #38232
closedFix GRUB2 loader commands for Debian/Ubuntu
Description
Back in time, GRUB2 is using `linux` and `initrd` loader commands to load the kernel and initrd into ram on legacy BIOS. Later, `linuxefi` and `initrdefi` loader commands have been added to do the same on UEFI platforms as some kind of interim solution. These are not part of official GRUB2 code base and have been patched by the vendors.
First vendors started now to drop patches for `linuxefi`/`initrdefi` loader commands support, `linux`/`initrd` of course also work under UEFI then.
Thus, we need to adapt preseed templates to render correct templates with supported loader commands.
Updated by The Foreman Bot about 2 months ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/theforeman/foreman/pull/10455 added
Updated by The Foreman Bot 29 days ago
- Assignee set to Ian Ballou
- Pull request https://github.com/theforeman/foreman/pull/10481 added
Updated by The Foreman Bot 29 days ago
- Pull request deleted (
https://github.com/theforeman/foreman/pull/10455, https://github.com/theforeman/foreman/pull/10481)
Actions