mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-03-28 15:09:04 +02:00
grub.cfg: scan grub.cfg on lvm first, before crypto volumes
In most LUKS setups, the user configured LVM, so doing this check first will increase boot speeds.
This commit is contained in:
@@ -153,13 +153,14 @@ menuentry 'Load Operating System (incl. fully encrypted disks) [o]' --hotkey='o
|
||||
fi
|
||||
done
|
||||
|
||||
# 3) encrypted devices/partitions
|
||||
search_grub crypto
|
||||
# 4) LVM inside LUKS containers
|
||||
# 3) LVM inside LUKS containers
|
||||
for vol in ${lvmvol}; do
|
||||
try_user_config "${vol}"
|
||||
done
|
||||
|
||||
# 4) encrypted devices/partitions
|
||||
search_grub crypto
|
||||
|
||||
# TODO: generalize last resorts
|
||||
# Use first connected device? not just sata port 1
|
||||
|
||||
|
||||
Reference in New Issue
Block a user