Skip to content

Instantly share code, notes, and snippets.

@skottler
Created December 21, 2012 19:32
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 skottler/4355186 to your computer and use it in GitHub Desktop.
Save skottler/4355186 to your computer and use it in GitHub Desktop.
timeout=5
menuentry "Fedora 18" {
set gfxpayload=keep
insmod gzio
insmod part_gpt
insmod ext2
insmod lvm
set root='hd0,gpt5'
search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt5 --hint-efi=hd0,gpt5 --hint-baremetal=ahci0,gpt5 --hint='hd0,gpt5' 4d293507-3ec0-410a-9606-bcbcfe44d7dd
echo 'Loading vmlinuz...'
linux /vmlinuz-3.6.10-4.fc18.x86_64 root=lvm/fedora-root ro rd.md=0 rd.lvm=0 rd.dm=0 rd.luks=0 rhgb verbose
echo 'Loading initial ramdisk ...'
initrd /initramfs-3.6.10-4.fc18.x86_64.img
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment