Skip to content

Instantly share code, notes, and snippets.

@shamun
Created July 30, 2011 19:40
Show Gist options
  • Save shamun/1115908 to your computer and use it in GitHub Desktop.
Save shamun/1115908 to your computer and use it in GitHub Desktop.
# cat grub.conf
# grub.conf generated by anaconda
#
# Note that you do not have to rerun grub after making changes to this file
# NOTICE: You have a /boot partition. This means that
# all kernel and initrd paths are relative to /boot/, eg.
# root (hd0,0)
# kernel /vmlinuz-version ro root=/dev/mapper/vg_example-lv_root
# initrd /initrd-[generic-]version.img
#boot=/dev/sda
#default=0
#timeout=0
default=0
timeout=30
splashimage=(hd0,0)/grub/splash.xpm.gz
#hiddenmenu
title Fedora (2.6.38.8-35.fc15.i686)
root (hd0,0)
kernel /vmlinuz-2.6.38.8-35.fc15.i686 ro root=/dev/mapper/vg_example-lv_root rd_LVM_LV=vg_example/lv_root rd_LVM_LV=vg_example/lv_swap rd_NO_LUKS rd_NO_MD rd_NO_DM LANG=en_US.UTF-8 SYSFONT=latarcyrheb-sun16 KEYTABLE=us rhgb quiet
initrd /initramfs-2.6.38.8-35.fc15.i686.img
title Fedora (2.6.38.8-32.fc15.i686)
root (hd0,0)
kernel /vmlinuz-2.6.38.8-32.fc15.i686 ro root=/dev/mapper/vg_example-lv_root rd_LVM_LV=vg_example/lv_root rd_LVM_LV=vg_example/lv_swap rd_NO_LUKS rd_NO_MD rd_NO_DM LANG=en_US.UTF-8 SYSFONT=latarcyrheb-sun16 KEYTABLE=us rhgb quiet
initrd /initramfs-2.6.38.8-32.fc15.i686.img
title Fedora (2.6.38.7-30.fc15.i686)
root (hd0,0)
kernel /vmlinuz-2.6.38.7-30.fc15.i686 ro root=/dev/mapper/vg_example-lv_root rd_LVM_LV=vg_example/lv_root rd_LVM_LV=vg_example/lv_swap rd_NO_LUKS rd_NO_MD rd_NO_DM LANG=en_US.UTF-8 SYSFONT=latarcyrheb-sun16 KEYTABLE=us rhgb quiet
initrd /initramfs-2.6.38.7-30.fc15.i686.img
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment