On Saturday 28 April 2012, Phil Savoie psavoie1783@rogers.com wrote:
default=1
Remember that Grub starts counting with 0, not with 1. The default is the second stanza, not the first.
kernel /boot/vmlinuz-2.6.32-220.13.1.el6.x86_64 ro
root=UUID=b9245ece-994f-44c8-9831-ec24cf865b6e nomodeset rd_NO_LUKS KEYBOARDTYPE=pc KEYTABLE=us LANG=en_US.UTF-8 rd_NO_MD quiet SYSFONT=latarcyrheb-sun16 rhgb crashkernel=auto rd_NO_LVM selinux=0 rd_NO_DM nouveau.modeset=0 rdblacklist=nouveau
Does the file /boot/vmlinuz-2.6.32-220.13.1.el6.x86_64 exist? Is the fiilesystem UUID really b9245ece-994f-44c8-9831-ec24cf865b6e (check with tune2fs -l /dev/sda1)?
title CentOS (2.6.32-220.el6.x86_64) root (hd0,0) kernel /boot/vmlinuz-2.6.32-220.el6.x86_64 ro root=UUID=b9245ece-994f-44c8-9831-ec24cf865b6e nomodeset rd_NO_LUKS KEYBOARDTYPE=pc KEYTABLE=us LANG=en_US.UTF-8 rd_NO_MD quiet SYSFONT=latarcyrheb-sun16 rhgb crashkernel=auto rd_NO_LVM selinux=0 rd_NO_DM nouveau.modeset=0 rdblacklist=nouveau initrd /boot/initramfs-2.6.32-220.el6.x86_64.img
This is the default. Does the file /boot/vmlinuz-2.6.32-220.el6.x86_64 still exist?