aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--2024-02-01-grub-upgrades/2024-02-01-grub-upgrades.en.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/2024-02-01-grub-upgrades/2024-02-01-grub-upgrades.en.txt b/2024-02-01-grub-upgrades/2024-02-01-grub-upgrades.en.txt
index f7aaa72..ddcc224 100644
--- a/2024-02-01-grub-upgrades/2024-02-01-grub-upgrades.en.txt
+++ b/2024-02-01-grub-upgrades/2024-02-01-grub-upgrades.en.txt
@@ -1,7 +1,7 @@
Title: GRUB upgrades
Author: Mike Gilbert <floppym@gentoo.org>
Posted: 2024-02-01
-Revision: 1
+Revision: 2
News-Item-Format: 2.0
Display-If-Installed: sys-boot/grub
@@ -24,7 +24,7 @@ a stale core image to exist. For example:
/boot/efi/EFI/BOOT/BOOTX64.EFI (grub 2.06 core image)
/boot/efi/EFI/gentoo/grubx64.efi (grub 2.12 core image)
-/boot/grub/x86_64-pc/*.mod (grub 2.12 modules)
+/boot/grub/x86_64-efi/*.mod (grub 2.12 modules)
Booting this system using BOOTX64.EFI image would likely fail due to a
symbol mismatch between the core image and modules. [1]