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.
fsdg20230625
Leah Rowe 2021-10-31 18:10:34 +00:00
parent 3364d90edd
commit eec4dcd97e
1 changed files with 4 additions and 3 deletions

View File

@ -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