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