summaryrefslogtreecommitdiff
path: root/config/grub/default
diff options
context:
space:
mode:
Diffstat (limited to 'config/grub/default')
-rw-r--r--config/grub/default/config/payload4
1 files changed, 2 insertions, 2 deletions
diff --git a/config/grub/default/config/payload b/config/grub/default/config/payload
index e5bf52bd..bd908bd9 100644
--- a/config/grub/default/config/payload
+++ b/config/grub/default/config/payload
@@ -216,10 +216,10 @@ menuentry 'Load test configuration (grubtest.cfg) inside of CBFS [t]' --hotkey=
fi
}
fi
-if [ -f (cbfsdisk)/u-boot ]; then
+if [ -f (cbfsdisk)/img/u-boot ]; then
menuentry 'Load U-Boot (payload) [b]' --hotkey='u' {
set root='cbfsdisk'
- chainloader /u-boot
+ chainloader /img/u-boot
}
fi
if [ -f (cbfsdisk)/seabios.elf ]; then