summaryrefslogtreecommitdiff
path: root/releasenotes/notes
diff options
context:
space:
mode:
authorZuul <zuul@review.opendev.org>2023-01-27 22:09:15 +0000
committerGerrit Code Review <review@openstack.org>2023-01-27 22:09:15 +0000
commite73c3c9c227eb71d760858ad1425fa82e9e9fe8a (patch)
tree232dedc42c62d9563a1b3fe3f94e16b177a61255 /releasenotes/notes
parentc741be66281e38245bd0d1a832c930d738f214b6 (diff)
parent2f4a156d2995387f944942bd769d17eca623d36a (diff)
downloadironic-e73c3c9c227eb71d760858ad1425fa82e9e9fe8a.tar.gz
Merge "Fix grub config path default"21.3.0
Diffstat (limited to 'releasenotes/notes')
-rw-r--r--releasenotes/notes/fix-grub2-uefi-config-path-f1b4c5083cc97ee5.yaml14
1 files changed, 14 insertions, 0 deletions
diff --git a/releasenotes/notes/fix-grub2-uefi-config-path-f1b4c5083cc97ee5.yaml b/releasenotes/notes/fix-grub2-uefi-config-path-f1b4c5083cc97ee5.yaml
new file mode 100644
index 000000000..ddb6c86cb
--- /dev/null
+++ b/releasenotes/notes/fix-grub2-uefi-config-path-f1b4c5083cc97ee5.yaml
@@ -0,0 +1,14 @@
+---
+fixes:
+ - |
+ Fixes the default value for the ``[DEFAULT]grub_config_path`` variable to
+ be the default path for UEFI bootloader configurations, where as the
+ default was previously the BIOS grub2 configuration path.
+upgrades:
+ - |
+ The default configuration value for ``[DEFAULT]grub_config_path`` has
+ been changed from ``/boot/grub/grub.conf`` to ``EFI/BOOT/grub.efi`` as
+ the configuration parameter was for UEFI boot configuration, and the
+ ``/boot/grub/grub2.conf`` path is for BIOS booting. This was verified
+ by referencing several working UEFI virtual media examples where this
+ value was overridden to the new configuration value.