-
-
Save anddam/ebf42c71a0203060e010 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
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