summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeah Rowe <leah@libreboot.org>2023-12-18 08:14:06 +0000
committerLeah Rowe <leah@libreboot.org>2023-12-18 08:14:06 +0000
commitf1d6c143670132cbbf05d2501eca1a8ee5f00b46 (patch)
tree93d04f99d5d117be6fc6976e6750e36c4311ab99
parent6db94c1a11b7d10b0ba6a654014334859f9d4158 (diff)
grub.cfg: support grub and extlinux on ata/ahci
there are special menuentries just for loading configs, without handling luks, lvm and whatnot. it's intended for users of cd/dvd drives. well, now we support both extlinux and grub, with this patch. Signed-off-by: Leah Rowe <leah@libreboot.org>
-rw-r--r--config/grub/config/grub.cfg8
1 files changed, 4 insertions, 4 deletions
diff --git a/config/grub/config/grub.cfg b/config/grub/config/grub.cfg
index 8f97580d..cb38d192 100644
--- a/config/grub/config/grub.cfg
+++ b/config/grub/config/grub.cfg
@@ -162,11 +162,11 @@ menuentry 'Load Operating System (incl. fully encrypted disks) [o]' --hotkey='o
menuentry 'Search for GRUB/SYSLINUX/EXTLINUX/ISOLINUX on USB [s]' --hotkey='s' {
search_bootcfg usb
}
-menuentry 'Find and load ISOLINUX/EXTLINUX menu via AHCI [a]' --hotkey='a' {
- search_isolinux ahci
+menuentry 'Search for GRUB/SYSLINUX/EXTLINUX/ISOLINUX on AHCI [a]' --hotkey='a' {
+ search_bootcfg ahci
}
-menuentry 'Find and load ISOLINUX/EXTLINUX menu via ATA/IDE [d]' --hotkey='d' {
- search_isolinux ata
+menuentry 'Search for GRUB/SYSLINUX/EXTLINUX/ISOLINUX on ATA/IDE [d]' --hotkey='d' {
+ search_bootcfg ahci
}
if [ -f (cbfsdisk)/grubtest.cfg ]; then
menuentry 'Load test configuration (grubtest.cfg) inside of CBFS [t]' --hotkey='t' {