diff options
author | Francis Rowe <info@gluglug.org.uk> | 2015-05-13 14:27:38 (EDT) |
---|---|---|
committer | Francis Rowe <info@gluglug.org.uk> | 2015-10-14 19:08:12 (EDT) |
commit | da0b13bc655a4dab57d28697e73b1d44fa611cf3 (patch) | |
tree | e4b6c093c1804125d7fefcbb83ccc66dce809e5d /resources/grub/config/menuentries | |
parent | 479070b54390a415b77883fb88d2e0a68e212e57 (diff) | |
download | libreboot-da0b13bc655a4dab57d28697e73b1d44fa611cf3.zip libreboot-da0b13bc655a4dab57d28697e73b1d44fa611cf3.tar.gz libreboot-da0b13bc655a4dab57d28697e73b1d44fa611cf3.tar.bz2 |
Integrate SeaBIOS payload as option on top of GRUB, with SeaVGABIOS
Diffstat (limited to 'resources/grub/config/menuentries')
-rw-r--r-- | resources/grub/config/menuentries/common.cfg | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/resources/grub/config/menuentries/common.cfg b/resources/grub/config/menuentries/common.cfg index 7b74ec3..8573df5 100644 --- a/resources/grub/config/menuentries/common.cfg +++ b/resources/grub/config/menuentries/common.cfg @@ -135,3 +135,7 @@ menuentry 'Poweroff [P]' --hotkey='p' --hotkey='P' { menuentry 'Reboot [R]' --hotkey='r' --hotkey='R' { reboot } +menuentry 'Load SeaBIOS' { + set root='cbfsdisk' + chainloader /bios.bin.elf +} |