Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix GRUB2 loader commands for Debian/Ubuntu
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 out-of-tree patches have been added by the vendors. First vendors [1] 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. [1]:https://salsa.debian.org/grub-team/grub/-/commit/5cf01c9d98bda554ac2460a6e68e34743a19328f
- Loading branch information