diff options
author | Leah Rowe <leah@libreboot.org> | 2024-11-21 12:29:05 +0000 |
---|---|---|
committer | Leah Rowe <leah@libreboot.org> | 2024-11-21 12:29:05 +0000 |
commit | 7d1fd1cc6a176d15d8a938cd0df9868cbbb86d8f (patch) | |
tree | 4f879ac25d148fb0890d21b7769fa7700f04606e /config/data/grub | |
parent | 02e66ae01ae7bb9ae0dbab2903a2080f575151e1 (diff) |
rom.sh: Support SeaUBoot for 64-bit x86 U-Boot
Same concept as SeaGRUB, but for U-Boot. SeaBIOS starts, but
has a bootorder file loading U-Boot first, from flash.
You can interrupt it with the ESC menu, to boot something else
in SeaBIOS, including GRUB.
With this, we can effectively provide extremely user-friendly
UEFI-first setups in Libreboot.
Take that, edk2!
Signed-off-by: Leah Rowe <leah@libreboot.org>
Diffstat (limited to 'config/data/grub')
-rw-r--r-- | config/data/grub/bootorder_uboot | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/data/grub/bootorder_uboot b/config/data/grub/bootorder_uboot new file mode 100644 index 00000000..80641a36 --- /dev/null +++ b/config/data/grub/bootorder_uboot @@ -0,0 +1 @@ +/rom@img/u-boot |