diff --git a/diskimage_builder/elements/grub2/pkg-map b/diskimage_builder/elements/grub2/pkg-map index 94f877e0..c4a06bc7 100644 --- a/diskimage_builder/elements/grub2/pkg-map +++ b/diskimage_builder/elements/grub2/pkg-map @@ -1,20 +1,4 @@ { - "release": { - "rhel": { - "8": { - "signed_grub_efi": "efibootmgr grub2-efi-x64-modules grub2-efi-x64", - "signed_shim_efi": "shim", - "grub_bios": "grub2" - } - }, - "centos": { - "9": { - "signed_grub_efi": "efibootmgr grub2-efi-x64", - "signed_shim_efi": "shim", - "grub_bios": "grub2" - } - } - }, "family":{ "debian":{ "signed_grub_efi": "grub-efi-amd64-signed", diff --git a/releasenotes/notes/add-grub2-efi-x64-modules-for-centos-9-74401ca5ec8201c7.yaml b/releasenotes/notes/add-grub2-efi-x64-modules-for-centos-9-74401ca5ec8201c7.yaml new file mode 100644 index 00000000..6c901cbd --- /dev/null +++ b/releasenotes/notes/add-grub2-efi-x64-modules-for-centos-9-74401ca5ec8201c7.yaml @@ -0,0 +1,7 @@ +--- +fixes: + - | + An issue causing bootloader installation to fail on EFI system was fixed. + grub2 could not find the neccecary files, adding the grub2-efi-x64-modules + package to the pkg-map for centos-9 in the grub2 element fixes the issue. + See bug: `1957169 `_.