make the u-boot grub menuentry more useful

Signed-off-by: Leah Rowe <leah@libreboot.org>
m920qwip
Leah Rowe 2024-11-19 23:26:28 +00:00
parent fdbdf0449b
commit 279e69172f
3 changed files with 3 additions and 3 deletions

View File

@ -217,7 +217,7 @@ menuentry 'Load test configuration (grubtest.cfg) inside of CBFS [t]' --hotkey=
} }
fi fi
if [ -f (cbfsdisk)/img/u-boot ]; then if [ -f (cbfsdisk)/img/u-boot ]; then
menuentry 'Highly experimental U-Boot payload [u]' --hotkey='u' { menuentry 'Experimental U-Boot UEFI payload (try from SeaBIOS ESC menu if GRUB fails) [u]' --hotkey='u' {
set root='cbfsdisk' set root='cbfsdisk'
chainloader /img/u-boot chainloader /img/u-boot
} }

View File

@ -235,7 +235,7 @@ menuentry 'Load test configuration (grubtest.cfg) inside of CBFS [t]' --hotkey=
} }
fi fi
if [ -f (cbfsdisk)/img/u-boot ]; then if [ -f (cbfsdisk)/img/u-boot ]; then
menuentry 'Highly experimental U-Boot payload [u]' --hotkey='u' { menuentry 'Experimental U-Boot UEFI payload (try from SeaBIOS ESC menu if GRUB fails) [u]' --hotkey='u' {
set root='cbfsdisk' set root='cbfsdisk'
chainloader /img/u-boot chainloader /img/u-boot
} }

View File

@ -236,7 +236,7 @@ menuentry 'Load test configuration (grubtest.cfg) in CBFS [t]' --hotkey='t' {
} }
fi fi
if [ -f (cbfsdisk)/img/u-boot ]; then if [ -f (cbfsdisk)/img/u-boot ]; then
menuentry 'Highly experimental U-Boot payload [u]' --hotkey='u' { menuentry 'Experimental U-Boot UEFI payload (try from SeaBIOS ESC menu if GRUB fails) [u]' --hotkey='u' {
set root='cbfsdisk' set root='cbfsdisk'
chainloader /img/u-boot chainloader /img/u-boot
} }