diff options
Diffstat (limited to 'config/grub')
-rw-r--r-- | config/grub/default/config/payload | 4 | ||||
-rw-r--r-- | config/grub/nvme/config/payload | 4 | ||||
-rw-r--r-- | config/grub/xhci/config/payload | 4 |
3 files changed, 6 insertions, 6 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 diff --git a/config/grub/nvme/config/payload b/config/grub/nvme/config/payload index aa1fcb91..5eb34368 100644 --- a/config/grub/nvme/config/payload +++ b/config/grub/nvme/config/payload @@ -234,10 +234,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 diff --git a/config/grub/xhci/config/payload b/config/grub/xhci/config/payload index ee3e6aaf..75d932ed 100644 --- a/config/grub/xhci/config/payload +++ b/config/grub/xhci/config/payload @@ -235,10 +235,10 @@ menuentry 'Load test configuration (grubtest.cfg) in CBFS [t]' --hotkey='t' { 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 |