Created
May 15, 2015 15:37
-
-
Save iamleot/f18186fc3a411df5a618 to your computer and use it in GitHub Desktop.
Configuration file for grub to boot NetBSD
This file contains 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
set timeout=2 | |
set default=0 | |
insmod efi_gop | |
insmod efi_uga | |
insmod gfxterm | |
terminal_output gfxterm | |
menuentry "NetBSD" { | |
knetbsd (hd0,gpt5)/netbsd -r dk4 | |
boot | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment