aboutsummaryrefslogtreecommitdiff
path: root/openbsd/libreboot_grub.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'openbsd/libreboot_grub.cfg')
-rw-r--r--openbsd/libreboot_grub.cfg30
1 files changed, 30 insertions, 0 deletions
diff --git a/openbsd/libreboot_grub.cfg b/openbsd/libreboot_grub.cfg
new file mode 100644
index 0000000..f0259bd
--- /dev/null
+++ b/openbsd/libreboot_grub.cfg
@@ -0,0 +1,30 @@
+default=2
+timeout=2
+
+menuentry "OpenBSD" {
+ kopenbsd -r sd0a (ahci0,openbsd1)/bsd
+}
+
+#menuentry "OpenBSD chainload" {
+# insmod part_bsd
+# insmod part_msdos
+# set root=(ahci0,msdos4)
+# chainloader +1
+#}
+
+menuentry "SeaBIOS chainload" {
+# insmod part_msdos
+# insmod part_bsd
+# set root=(ahci0,msdos4)
+ chainloader (ahci0,msdos4)/grub/bios.bin.elf
+# boot
+}
+
+menuentry "VGA SeaBIOS chainload" {
+# insmod part_msdos
+# insmod part_bsd
+# set root=(ahci0,msdos4)
+ multiboot (ahci0,msdos4)/grub/bios.bin.elf
+ module (ahci0,msdos4)/grub/vgabios.bin name=vgaroms/seavgabios.bin
+# boot
+}