diff options
Diffstat (limited to 'refind.conf')
| -rw-r--r-- | refind.conf | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/refind.conf b/refind.conf new file mode 100644 index 0000000..4ad766a --- /dev/null +++ b/refind.conf @@ -0,0 +1,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 |
