summaryrefslogtreecommitdiffstats
path: root/resources/grub
diff options
context:
space:
mode:
authorFrancis 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)
commitda0b13bc655a4dab57d28697e73b1d44fa611cf3 (patch)
treee4b6c093c1804125d7fefcbb83ccc66dce809e5d /resources/grub
parent479070b54390a415b77883fb88d2e0a68e212e57 (diff)
downloadlibreboot-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')
-rw-r--r--resources/grub/config/menuentries/common.cfg4
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
+}