blob: 4ad766a3696323dc45dce7ea0d340ac06ea461c8 (
plain)
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
|
timeout 3
log_level 0
use_nvram false
include themes/refind-minimal/theme.conf
#enable_mouse
#default_selection OpenBSD
dont_scan_volumes 62be096a-6436-46f4-a3de-5c68c99e2512,988b4aba-cf33-4f78-9569-f8286c200faf,bd09f411-93c6-4c09-8ccd-47a43d4cfc60,d2e1baba-2978-4a23-a661-d75ec4e19946,Windows
menuentry "OpenBSD" {
icon /efi/boot/themes/refind-minimal/icons/os_openbsd.png
volume d2e1baba-2978-4a23-a661-d75ec4e19946
loader /efi/boot/obsd/bootx64.efi
}
menuentry "Windows 10" {
icon /EFI/boot/themes/refind-minimal/icons/os_win10.png
volume bd09f411-93c6-4c09-8ccd-47a43d4cfc60
loader /EFI/Microsoft/Boot/bootmgfw.efi
graphics on
ostype Windows
}
menuentry "netboot.xyz" {
icon /efi/boot/themes/refind-minimal/icons/tool_netboot.png
volume d2e1baba-2978-4a23-a661-d75ec4e19946
loader /efi/tools/netboot.xyz.efi
}
showtools shell, memtest, firmware, about
|