Skip to content
Snippets Groups Projects
Commit ebeeff69 authored by Leah Rowe's avatar Leah Rowe
Browse files

grub.cfg: don't run search_grub usb in the main menuentry

There is literally an entire other menuentry just for this purpose.
parent 7c998b45
Branches
Tags
No related merge requests found
......@@ -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
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment