Skip to content

Instantly share code, notes, and snippets.

Created January 18, 2015 02:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/a07e4f94e33402d282d2 to your computer and use it in GitHub Desktop.
Save anonymous/a07e4f94e33402d282d2 to your computer and use it in GitHub Desktop.
grub.cfg
insmod part_gpt
insmod btrfs
search --no-floppy --fs-uuid --set=root ef8c7ca6-b827-48db-b6be-971930a1b455
terminal_output gfxterm
set timeout=5
menuentry "CRUX" {
linux /boot/vmlinuz root=PARTUUID=d50f62ec-f009-49da-98e2-5bf3259e1d76 ro
}
menuentry "CRUX old" {
linux /boot/vmlinuz.old root=PARTUUID=d50f62ec-f009-49da-98e2-5bf3259e1d76 ro
}
#menuentry "drm debug" {
# linux /boot/3.16-debug root=PARTUUID=d50f62ec-f009-49da-98e2-5bf3259e1d76 ro drm.debug=1
#}
menuentry "Wintendo" {
insmod ntfs
insmod chain
insmod drivemap
set root=(hd1)
drivemap -s (hd1) (hd0)
chainloader +1
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment