Re: Grub Problem



GTS wrote:

Here's the full grub.conf in case it suggests anything else.

default=1
timeout=5
splashimage=(hd0,0)/grub/smeserver.xpm.gz
foreground 000000
background 4E95D3
hiddenmenu
title SME Server (2.6.9-55.0.12.EL)
root (hd0,0)
kernel /vmlinuz-2.6.9-55.0.12.EL ro root=/dev/main/root
initrd /initrd-2.6.9-55.0.12.EL.img
title SME Server (2.6.9-55.0.9.EL)
root (hd0,0)
kernel /vmlinuz-2.6.9-55.0.9.EL ro root=/dev/main/root
initrd /initrd-2.6.9-55.0.9.EL.img
title SME Server (2.6.9-55.0.6.EL)
root (hd0,0)
kernel /vmlinuz-2.6.9-55.0.6.EL ro root=/dev/main/root
initrd /initrd-2.6.9-55.0.6.EL.img
title SME Server (2.6.9-55.0.2.EL)
root (hd0,0)
kernel /vmlinuz-2.6.9-55.0.2.EL ro root=/dev/main/root
initrd /initrd-2.6.9-55.0.2.EL.img

Note: default=1 This is a zero base system, hence 1 is the *second* entry which is booted by default. Just change to: default=0

Virg Wall
.