diff options
Diffstat (limited to 'config/grub/xhci/config/payload')
| -rw-r--r-- | config/grub/xhci/config/payload | 4 | 
1 files changed, 2 insertions, 2 deletions
| 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 | 
