Right, managed to get the system to boot by typing the following commands at the bash prompt
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
boot
My grub.conf looks like this
default=1
timeout=5
splashimage=(hd0,0)/grub/smeserver.xpm.gz
foreground 000000
background 4E95D3
hiddenmenu
title SME Server (2.6.9-55.0.2.ELsmp)
root (hd0,0)
kernel /vmlinuz-2.6.9-55.0.2.ELsmp ro root=/dev/main/root
initrd /initrd-2.6.9-55.0.2.ELsmp.img
title SME Server-up (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
The system is up and running...always a good thing but have I started it correctly? Should I rather be using the smp option?
Now, how do I get the system to boot correctly so that it doesn't display the grub screen I mentioned above?
Also, I noticed that on 7.1.3 it doesnt have the below two lines. Should they be there?
foreground 000000
background 4E95D3