Koozali.org: home of the SME Server

LILO installation failed

flo

LILO installation failed
« on: July 28, 2002, 12:00:53 AM »
I hava installed SMEServer 5.5, but LILO isn't installed, I hava to boot from floppy disk.
When I try to launch the /sbin/lilo command, I get the following result:

boot = /dev/hdb, map = /boot/map.0345
Added e-smith *
boot = /dev/hdb, map = /boot/map.0346
Added smith *

The lilo.conf given by SMServer is :

boot=/dev/md0
map=/boot/map
install=/boot/boot.b
prompt
timeout=50
message=/boot/mitel.pcx
linear
deafult=esmith

What's wrong with the configuration ? Or what's the problem with lilo ?

I had a previous version of linux installed with an old lilo, does this cause the problem ?

Thx

Grub

Re: LILO installation failed
« Reply #1 on: July 28, 2002, 07:44:13 PM »
Is there no image direction in your lilo.conf ?
like this in 5.1.2 :

image=/boot/vmlinuz-2.2.19-7.0.8
        label=esmith
        read-only
        root=/dev/hda6

flo

Re: LILO installation failed
« Reply #2 on: August 01, 2002, 07:35:37 PM »
Of course, sorry.

image=/boot/vmlinuz-2.2.19-7.0.8
label=esmith
read-only
root=/dev/md1
initrd=/boot/initrd-2.2.19-7.0.8.img

But the problem is the same !!