Skip to content

Instantly share code, notes, and snippets.

@anddam
Forked from iamleot/grub.cfg
Last active August 29, 2015 14:21
Show Gist options
  • Save anddam/ebf42c71a0203060e010 to your computer and use it in GitHub Desktop.
Save anddam/ebf42c71a0203060e010 to your computer and use it in GitHub Desktop.
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