diff options
author | Leah Rowe <leah@libreboot.org> | 2024-11-19 23:26:28 +0000 |
---|---|---|
committer | Leah Rowe <leah@libreboot.org> | 2024-11-19 23:26:28 +0000 |
commit | 279e69172f724eab326b52f0aa2c64003c4e1f7f (patch) | |
tree | 9c090593e7685c6e8d926894d58039ea59591996 /config/grub/nvme | |
parent | fdbdf0449b3c3860b21cfab210f232378449542f (diff) |
make the u-boot grub menuentry more useful
Signed-off-by: Leah Rowe <leah@libreboot.org>
Diffstat (limited to 'config/grub/nvme')
-rw-r--r-- | config/grub/nvme/config/payload | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/grub/nvme/config/payload b/config/grub/nvme/config/payload index 7f44b2bd..1d7c06d4 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 } |