grub.cfg: use better description in menu entries

more user friendly, especially the GRUB (USB) one

Signed-off-by: Leah Rowe <leah@libreboot.org>
btrfsvols
Leah Rowe 2023-11-01 05:18:08 +00:00
parent 2c7f83bc83
commit ed27ab8a2b
1 changed files with 7 additions and 7 deletions

View File

@ -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 true # Prevent pager requiring to accept each line instead of whole screen
} }
menuentry 'Search ISOLINUX menu (AHCI) [a]' --hotkey='a' { menuentry 'Find and load GRUB config from USB drive [s]' --hotkey='s' {
search_isolinux ahci 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 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 search_isolinux ata
} }
if [ -f (cbfsdisk)/grubtest.cfg ]; then if [ -f (cbfsdisk)/grubtest.cfg ]; then
@ -186,9 +189,6 @@ menuentry 'Load test configuration (grubtest.cfg) inside of CBFS [t]' --hotkey=
fi fi
} }
fi fi
menuentry 'Search for GRUB2 configuration on external media [s]' --hotkey='s' {
search_grub usb
}
if [ -f (cbfsdisk)/seabios.elf ]; then if [ -f (cbfsdisk)/seabios.elf ]; then
menuentry 'Load SeaBIOS (payload) [b]' --hotkey='b' { menuentry 'Load SeaBIOS (payload) [b]' --hotkey='b' {
set root='cbfsdisk' set root='cbfsdisk'