[CentOS-virt] Slightly OT - Grub fallback option

Tue May 18 14:07:11 UTC 2010
Manuel Wolfshant <wolfy at nobugconsulting.ro>

On 05/18/2010 04:21 PM, Ben M. wrote:
> Does anyone have a standard install of CentOS virtualization grub.conf 
> working in a proven state with the FALLBACK option? If so, can you post 
> your grub.conf?
>
> I mistakenly updated to 5.5 and am concerned about nvidia driver 
> comments in the release notes. I did not have protectbase configured on 
> this machine. It is a remote device that will reboot.
>
>
> _______________________________________________
> CentOS-virt mailing list
> CentOS-virt at centos.org
> http://lists.centos.org/mailman/listinfo/centos-virt
>   
default=1
fallback=2
timeout=5
splashimage=(hd0,0)/grub/splash.xpm.gz
#hiddenmenu
title CentOS (2.6.18-194.el5xen)
        root (hd0,0)
        kernel /xen.gz-2.6.18-194.el5 dom0_vcpus_pin
        module /vmlinuz-2.6.18-194.el5xen ro root=/dev/md0 panic=45
        module /initrd-2.6.18-194.el5xen.img
title CentOS (2.6.18-164.15.1.el5xen)
        root (hd0,0)
        kernel /xen.gz-2.6.18-164.15.1.el5 dom0_vcpus_pin
        module /vmlinuz-2.6.18-164.15.1.el5xen ro root=/dev/md0 panic=45
        module /initrd-2.6.18-164.15.1.el5xen.img
title CentOS (2.6.18-164.15.1.el5xen)
        root (hd1,0)
        kernel /xen.gz-2.6.18-164.15.1.el5 dom0_vcpus_pin
        module /vmlinuz-2.6.18-164.15.1.el5xen ro root=/dev/md0 panic=45
        module /initrd-2.6.18-164.15.1.el5xen.img