Created
July 22, 2012 23:59
-
-
Save aheadley/3161419 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
menuentry 'Fedora (3.4.4-4.fc16.x86_64)' --class gnu-linux --class gnu --class os { | |
load_video | |
set gfxpayload=keep | |
insmod gzio | |
insmod raid | |
insmod raid5rec | |
insmod mdraid1x | |
insmod lvm | |
insmod part_gpt | |
insmod part_gpt | |
insmod part_gpt | |
insmod ext2 | |
set root='(vg_system-lv_boot)' | |
search --no-floppy --fs-uuid --set=root ac0bcafb-70bf-4a77-80ba-cbb8527568ed | |
echo 'Loading Fedora (3.4.4-4.fc16.x86_64)' | |
linux /vmlinuz-3.4.4-4.fc16.x86_64 root=UUID=c03e21d6-9951-4411-b13b-15bf2c85d50c ro quiet rhgb SYSFONT=latarcyrheb-sun16 LANG=en_US.UTF-8 KEYTABLE=us | |
echo 'Loading initial ramdisk ...' | |
initrd /initramfs-3.4.4-4.fc16.x86_64.img | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment