Bob
I had that same problem just recently. I did this to fix it:
Reboot the server using the floppy boot disk, preferably created on the server you are fixing.
Log in as root.
Edit /etc/lilo.conf and change line 14 (or thereabouts) from
default=vmlinuz
to
default=Mitel-SME-up
Where you have the applicable system this setting should be
default=Mitel-SME-smp
Save your changes
At the command prompt type
lilo
You should see the following output
Added Mitel-SME-smp
Added Mitel-SME-up *
Remove the floppy boot disk and reboot your server.
Your server should now start up correctly
Here's a good lilo.conf (RAID1) for you to compare.
#------------------------------------------------------------
# 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
boot=/dev/md0
map=/boot/map
install=/boot/boot.b
message=/boot/mitel.pcx
linear
default=Mitel-SME-up
image=/boot/vmlinuz-2.4.20-18.7smp
label=Mitel-SME-smp
initrd=/boot/initrd-2.4.20-18.7smp.img
read-only
root=/dev/md1
image=/boot/vmlinuz-2.4.20-18.7
label=Mitel-SME-up
initrd=/boot/initrd-2.4.20-18.7.img
read-only
root=/dev/md1