From 2deabf4a1da7f04683d0a0468275510bc0944477 Mon Sep 17 00:00:00 2001 From: Francis Rowe Date: Wed, 14 Oct 2015 23:51:00 -0400 Subject: libreboot is not autoboot --- (limited to 'resources/grub/config') diff --git a/resources/grub/config/menuentries/common.cfg b/resources/grub/config/menuentries/common.cfg index 8573df5..0426437 100644 --- a/resources/grub/config/menuentries/common.cfg +++ b/resources/grub/config/menuentries/common.cfg @@ -1,11 +1,11 @@ menuentry 'Load Operating System (incl. fully encrypted disks) [O]' --hotkey='o' --hotkey='O' { # GRUB handles (almost) every possible disk setup, but only the location of /boot is actually important, -# since GRUB only loads the user's config. As soon as the kernel takes over, autoboot's done. +# since GRUB only loads the user's config. As soon as the kernel takes over, libreboot's done. # LVM, RAID, filesystems and encryption on both raw devices and partitions in all various combinations # need to be supported. Since full disk encryption is possible with GRUB as payload and probably desired/used -# by most users, autoboot GRUB config tries to load the operating system (kernel) in the following way: +# by most users, libreboot GRUB config tries to load the operating system (kernel) in the following way: # 1. Try to decrypt raw devices first. This inside a LUKS container is pretty common # a) Try LVM and RAID first, they might be used (accross multiple (raw) devices) @@ -26,10 +26,10 @@ menuentry 'Load Operating System (incl. fully encrypted disks) [O]' --hotkey='o for d in crypto0 (crypt0,*) (lvm/*) md/0 (md0/,*) ahci0 ahci1 (ahci0,*) (ahci1,*); do set root=${d} # a) Check possible file locations... - for p in boot/grub/autoboot_ grub/autoboot_ boot/grub/ grub/; do + for p in boot/grub/libreboot_ grub/libreboot_ boot/grub/ grub/; do if [ -f "/${p}grub.cfg" ]; then # b) And eventually try to load the config. Using ESC one can still exit and revert back to - # autoboot's menu. + # libreboot's menu. configfile /${p}grub.cfg fi done -- cgit v0.9.1