GRUB shouldn't be installed if found on CentOS/RHEL
Bug #1895067 reported by
Lee Trager
This bug affects 2 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
MAAS |
Fix Released
|
High
|
Lee Trager | ||
curtin |
Fix Released
|
Undecided
|
Lee Trager |
Bug Description
CentOS/RHEL 7+ ship the signed version of grub in the grub2-efi-x64. Its installed directly to /boot/efi/
It seems Curtin's logic is current when writing NVRAM however when NVRAM is disabled this bug occurs. This bug was triggered due to LP:1895044.
Related branches
~ltrager/curtin:lp1895067
Merged
into
curtin:master
- Chad Smith: Approve
- Server Team CI bot: Approve (continuous-integration)
- Ryan Harper (community): Approve
-
Diff: 81 lines (+54/-6)2 files modifiedcurtin/commands/install_grub.py (+13/-6)
tests/unittests/test_commands_install_grub.py (+41/-0)
Changed in curtin: | |
status: | New → In Progress |
assignee: | nobody → Lee Trager (ltrager) |
Changed in maas: | |
assignee: | nobody → Lee Trager (ltrager) |
milestone: | none → 2.9.0rc4 |
importance: | Undecided → High |
status: | New → In Progress |
Changed in maas: | |
milestone: | 2.9.0rc4 → none |
Changed in maas: | |
milestone: | none → 2.9.x |
Changed in maas: | |
status: | In Progress → Fix Committed |
Changed in maas: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
This bug is fixed with commit d41a5676 to curtin on branch master. /git.launchpad. net/curtin/ commit/ ?id=d41a5676
To view that commit see the following URL:
https:/