aboutsummaryrefslogtreecommitdiff
path: root/openbsd/libreboot_grub.cfg
blob: f0259bdad180dfdca04e6528235a34bf2e306eab (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
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
}