From 279e69172f724eab326b52f0aa2c64003c4e1f7f Mon Sep 17 00:00:00 2001 From: Leah Rowe Date: Tue, 19 Nov 2024 23:26:28 +0000 Subject: make the u-boot grub menuentry more useful Signed-off-by: Leah Rowe --- config/grub/default/config/payload | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config/grub/default') diff --git a/config/grub/default/config/payload b/config/grub/default/config/payload index a05cbfda..c2036c72 100644 --- a/config/grub/default/config/payload +++ b/config/grub/default/config/payload @@ -217,7 +217,7 @@ menuentry 'Load test configuration (grubtest.cfg) inside of CBFS [t]' --hotkey= } fi 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' chainloader /img/u-boot } -- cgit v1.2.1