Skip to content

Instantly share code, notes, and snippets.

@iamleot
Created May 15, 2015 15:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save iamleot/f18186fc3a411df5a618 to your computer and use it in GitHub Desktop.
Save iamleot/f18186fc3a411df5a618 to your computer and use it in GitHub Desktop.
Configuration file for grub to boot NetBSD
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