summaryrefslogtreecommitdiff
path: root/config/grub/xhci
diff options
context:
space:
mode:
authorLeah Rowe <leah@libreboot.org>2024-11-19 23:26:28 +0000
committerLeah Rowe <leah@libreboot.org>2024-11-19 23:26:28 +0000
commit279e69172f724eab326b52f0aa2c64003c4e1f7f (patch)
tree9c090593e7685c6e8d926894d58039ea59591996 /config/grub/xhci
parentfdbdf0449b3c3860b21cfab210f232378449542f (diff)
make the u-boot grub menuentry more useful
Signed-off-by: Leah Rowe <leah@libreboot.org>
Diffstat (limited to 'config/grub/xhci')
-rw-r--r--config/grub/xhci/config/payload2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/grub/xhci/config/payload b/config/grub/xhci/config/payload
index 4093edee..dea4cdce 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
}