summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeah Rowe <leah@libreboot.org>2023-11-01 05:18:08 +0000
committerLeah Rowe <leah@libreboot.org>2023-11-01 07:24:08 +0000
commited27ab8a2babccdf4c00ee50e87eff505003c549 (patch)
treeb2f33c44bed9aa5d8b55a816ea299c6a36937641
parent2c7f83bc83d86aa3d7b9e961f6f9fef40f17cecf (diff)
grub.cfg: use better description in menu entries
more user friendly, especially the GRUB (USB) one Signed-off-by: Leah Rowe <leah@libreboot.org>
-rw-r--r--config/grub/config/grub.cfg14
1 files changed, 7 insertions, 7 deletions
diff --git a/config/grub/config/grub.cfg b/config/grub/config/grub.cfg
index fdf5d5fa..8a124062 100644
--- a/config/grub/config/grub.cfg
+++ b/config/grub/config/grub.cfg
@@ -169,13 +169,16 @@ menuentry 'Load Operating System (incl. fully encrypted disks) [o]' --hotkey='o
true # Prevent pager requiring to accept each line instead of whole screen
}
-menuentry 'Search ISOLINUX menu (AHCI) [a]' --hotkey='a' {
- search_isolinux ahci
+menuentry 'Find and load GRUB config from USB drive [s]' --hotkey='s' {
+ search_grub usb
}
-menuentry 'Search ISOLINUX menu (USB) [u]' --hotkey='u' {
+menuentry 'Find and load ISOLINUX/EXTLINUX from USB drive [u]' --hotkey='u' {
search_isolinux usb
}
-menuentry 'Search ISOLINUX menu (ATA/IDE) [d]' --hotkey='d' {
+menuentry 'Find and load ISOLINUX/EXTLINUX menu via AHCI [a]' --hotkey='a' {
+ search_isolinux ahci
+}
+menuentry 'Find and load ISOLINUX/EXTLINUX menu via ATA/IDE [d]' --hotkey='d' {
search_isolinux ata
}
if [ -f (cbfsdisk)/grubtest.cfg ]; then
@@ -186,9 +189,6 @@ menuentry 'Load test configuration (grubtest.cfg) inside of CBFS [t]' --hotkey=
fi
}
fi
-menuentry 'Search for GRUB2 configuration on external media [s]' --hotkey='s' {
- search_grub usb
-}
if [ -f (cbfsdisk)/seabios.elf ]; then
menuentry 'Load SeaBIOS (payload) [b]' --hotkey='b' {
set root='cbfsdisk'