summaryrefslogtreecommitdiffstats
path: root/resources
diff options
context:
space:
mode:
authorFrancis Rowe <info@gluglug.org.uk>2015-11-05 11:26:45 (EST)
committer Francis Rowe <info@gluglug.org.uk>2015-11-05 11:26:45 (EST)
commit5c057fcada5133ae7c2f24edcf87b6cb122e34fc (patch)
tree90593539e594ac3943ccf5644e75775026a6c23b /resources
parent179b5ba3bedcb632d375014f4cd9249e1f26fdad (diff)
downloadlibreboot-5c057fcada5133ae7c2f24edcf87b6cb122e34fc.zip
libreboot-5c057fcada5133ae7c2f24edcf87b6cb122e34fc.tar.gz
libreboot-5c057fcada5133ae7c2f24edcf87b6cb122e34fc.tar.bz2
grub.cfg: search on usb first, not ahci
Diffstat (limited to 'resources')
-rw-r--r--resources/grub/config/menuentries/common.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/grub/config/menuentries/common.cfg b/resources/grub/config/menuentries/common.cfg
index 0426437..6b12fc4 100644
--- a/resources/grub/config/menuentries/common.cfg
+++ b/resources/grub/config/menuentries/common.cfg
@@ -114,7 +114,7 @@ menuentry 'Switch to grubtest.cfg [T]' --hotkey='t' --hotkey='T' {
configfile /grubtest.cfg
}
menuentry 'Search for GRUB configuration (grub.cfg) outside of CBFS [S]' --hotkey='s' --hotkey='S' {
- for i in ahci0 ahci1 usb0 usb1; do
+ for i in usb0 usb1 ahci0 ahci1; do
for j in 1 2 3 4 5 6 7 8 9; do
x=${i},${j}
for p in "grub" "boot/grub" "grub2" "boot/grub2"; do