-
-
Save anonymous/a186d82001648ffaa749602ac11d5817 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# textmode 2 | |
#resolution 2880 1800 | |
resolution 1440 900 | |
timeout 5 | |
# ignore FreeBSD loader in native FAT EFI partition | |
dont_scan_dirs /boot /EFI/freebsd /EFI/ubuntu | |
dont_scan_files boot1.efi | |
menuentry "FreeBSD 11.0-current" { | |
loader \EFI\freebsd\current.efi | |
options -v | |
} | |
menuentry "FreeBSD 10.3R" { | |
loader \EFI\freebsd\10.3r.efi | |
options -v | |
} | |
showtools shell, gdisk, memtest, mok_tool, apple_recovery, windows_recovery, about, reboot, exit, firmware, fwupdate | |
# A sample entry for loading Ubuntu using its standard name for | |
# its GRUB 2 boot loader. Note uses of Linux-style forward slashes | |
menuentry Ubuntu { | |
loader /EFI/ubuntu/grubx64.efi | |
icon /EFI/refind/icons/os_linux.png | |
} | |
# a better theme | |
# include themes/next-theme/theme.conf | |
include themes/rEFInd-minimal/theme.conf |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment