Bug #16706
closedRename POWER DHCP filenames to elf
Description
The grubppc64.efi
and grubppc64le.efi
are not good names for the files as these binaries are NOT EFI on IBM POWER platform. We need to rename them to *.elf files and pass the correct DHCP filename option for those architectures.
This is not important, IBM POWER provisioning should work, the filenames just need to be named with the weird "efi" extension.
Also Grub2 templates must be changed, "linuxefi" must be replaced with "linux" as described in https://access.redhat.com/documentation/en-US/Red_Hat_Enterprise_Linux/7/html/Installation_Guide/chap-installation-server-setup.html#sect-network-boot-setup-ppc-grub2
Updated by Lukas Zapletal about 8 years ago
- Related to Feature #16652: UEFI Grub2 support for non-intel architectures added
Updated by Lukas Zapletal about 7 years ago
- Related to Bug #20815: Ship regexp.mod in foreman-bootloaders added
Updated by Lukas Zapletal almost 5 years ago
- Status changed from New to Resolved
Foreman 1.20+ ships with "Grub2 ELF" bootloader, use the extension .elf for the bootloader. The Default Grub2 template also recognizes if "UEFI" PXE loader was set and does set "linux" or "linuxefi" accoordingly. The blogpost should be now updated to 2020 version that reflect these fixes.