Bug #24653
Grub workaround for RHEL 7.4 should be only for 7.4
Fixed in Releases:
Found in Releases:
Description
In #21006, we enabled a workaround that breaks secureboot, as using mkimage to build the EFI grub images results in an unsigned image. We should only do this on 7.4, as its fixed in 7.5 and later.
Related issues
Associated revisions
History
#1
Updated by Stephen Benjamin almost 4 years ago
- Related to Refactor #21006: Enable workaround for broken grub2 in RHEL 7.4 added
#2
Updated by The Foreman Bot almost 4 years ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/theforeman/puppet-foreman_proxy/pull/446 added
#3
Updated by Stephen Benjamin over 3 years ago
- Status changed from Ready For Testing to Closed
Applied in changeset puppet-foreman_proxy|1c8227b1e4f93edc89d0976a48ccf24794b95e40.
fixes #24653 - only use grub mkimage on RHEL 7.4
We previously enabled a workaround that breaks secureboot, as using
mkimage to build the EFI grub images results in an unsigned image. We
should only do this on 7.4, as the mac address issue is fixed in 7.5 and
later.