Thanks JB
Fixed the lilo install problem, but the boot process still fails.
I have altered my lilo.conf and reran lilo, this time lilo worked. It was the default which for some reason was set to 'vmlinuz' so I altered it to SMEServer-up.
Here is my current lilo.conf
#------------------------------------------------------------
# BE CAREFUL WHEN MODIFYING THIS FILE! It is updated automatically
# by the SME server software. A few settings are altered by the
# template processing of the file and white space is removed,
# but otherwise changes to the file are preserved.
#
# For more information, see
http://www.e-smith.org/custom/ and
# the template fragments in /etc/e-smith/templates/etc/lilo.conf/.
#
# copyright (C) 2002 Mitel Networks Corporation
#------------------------------------------------------------
prompt
timeout=50
default=SMEServer-up
boot=/dev/md0
map=/boot/map
install=/boot/boot.b
message=/boot/smeserver.pcx
linear
image=/boot/vmlinuz-2.4.20-37.7.legacysmp
label=SMEServer-smp
initrd=/boot/initrd-2.4.20-37.7.legacysmp.img
read-only
root=/dev/md1
image=/boot/vmlinuz-2.4.20-37.7.legacy
label=SMEServer-up
initrd=/boot/initrd-2.4.20-37.7.legacy.img
read-only
root=/dev/md1
I now get the following when running lilo
[root@sme1 root]# lilo
boot = /dev/sda, map = /boot/map.0801
Added SMEServer-smp
Added SMEServer-up *
boot = /dev/sdb, map = /boot/map.0811
Added SMEServer-smp
Added SMEServer-up *
Which look fine.