From 5cd0819ce0af7f986142826734e0a47acf9184e0 Mon Sep 17 00:00:00 2001 From: Daniel Mellado Date: Fri, 3 Dec 2021 15:24:11 +0100 Subject: [PATCH] Fix RedHat required defaults This commit fixes the grub and shim efi binaries path in the required defaults for RHEL. Change-Id: I22a2b0c408e005e4f3f26f60c0fa55bf32704b7e Signed-off-by: Daniel Mellado --- .../defaults/required_defaults_RedHat.yml | 4 ++-- .../notes/rhel_grub_efi_binaries_path-9b243b00bacef7a6.yaml | 5 +++++ 2 files changed, 7 insertions(+), 2 deletions(-) create mode 100644 releasenotes/notes/rhel_grub_efi_binaries_path-9b243b00bacef7a6.yaml diff --git a/playbooks/roles/bifrost-ironic-install/defaults/required_defaults_RedHat.yml b/playbooks/roles/bifrost-ironic-install/defaults/required_defaults_RedHat.yml index 1a387abd6..ced94aef4 100644 --- a/playbooks/roles/bifrost-ironic-install/defaults/required_defaults_RedHat.yml +++ b/playbooks/roles/bifrost-ironic-install/defaults/required_defaults_RedHat.yml @@ -1,4 +1,4 @@ --- efi_distro: rhel -grub_efi_binary: /boot/efi/EFI/rhel/grubx64.efi -shim_efi_binary: /boot/efi/EFI/rhel/shimx64.efi +grub_efi_binary: /boot/efi/EFI/redhat/grubx64.efi +shim_efi_binary: /boot/efi/EFI/redhat/shimx64.efi diff --git a/releasenotes/notes/rhel_grub_efi_binaries_path-9b243b00bacef7a6.yaml b/releasenotes/notes/rhel_grub_efi_binaries_path-9b243b00bacef7a6.yaml new file mode 100644 index 000000000..d12308475 --- /dev/null +++ b/releasenotes/notes/rhel_grub_efi_binaries_path-9b243b00bacef7a6.yaml @@ -0,0 +1,5 @@ +--- +fixes: + - | + Fixed an outdated grub and shim efi binaries path for Red Hat to to be + under ``EFI/redhat``.