From ebeeff6969eb5f6a9daa03857332cbd98a105460 Mon Sep 17 00:00:00 2001 From: Leah Rowe Date: Sun, 31 Oct 2021 17:17:05 +0000 Subject: grub.cfg: don't run search_grub usb in the main menuentry There is literally an entire other menuentry just for this purpose. --- resources/grub/config/grub.cfg | 1 - 1 file changed, 1 deletion(-) diff --git a/resources/grub/config/grub.cfg b/resources/grub/config/grub.cfg index 8a880f9a..83e26092 100644 --- a/resources/grub/config/grub.cfg +++ b/resources/grub/config/grub.cfg @@ -99,7 +99,6 @@ menuentry 'Load Operating System (incl. fully encrypted disks) [o]' --hotkey='o # 1) raw devices and MBR/GPT partitions search_grub ahci search_grub ata - search_grub usb # 2) LVM and RAID which might be used accross multiple devices unset lvmvol for vol in bootvol rootvol; do -- cgit v1.2.1