From 6ff2a65a7ce882ec68498437d36b4f7dae71f5cd Mon Sep 17 00:00:00 2001 From: Leah Rowe Date: Tue, 19 Nov 2024 23:26:28 +0000 Subject: [PATCH] make the u-boot grub menuentry more useful Signed-off-by: Leah Rowe --- config/grub/default/config/payload | 2 +- config/grub/nvme/config/payload | 2 +- config/grub/xhci/config/payload | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/config/grub/default/config/payload b/config/grub/default/config/payload index a05cbfd..c2036c7 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 } diff --git a/config/grub/nvme/config/payload b/config/grub/nvme/config/payload index 7f44b2b..1d7c06d 100644 --- a/config/grub/nvme/config/payload +++ b/config/grub/nvme/config/payload @@ -235,7 +235,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 } diff --git a/config/grub/xhci/config/payload b/config/grub/xhci/config/payload index 4093ede..dea4cdc 100644 --- a/config/grub/xhci/config/payload +++ b/config/grub/xhci/config/payload @@ -236,7 +236,7 @@ menuentry 'Load test configuration (grubtest.cfg) in CBFS [t]' --hotkey='t' { } 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 }