Hi,
We had some problems with raid-1 & lilo to allow booting
from /dev/hda and /dev/hdc.

We realized executing /sbin/lilo allows to start server
only from hda. When we tries to start from hdc we had
LI

One solution was to change HD hda > hdc and hdc > hda 
and make /sbin/lilo. 

The other is to add in /etc/lilo.conf option
linear 

Octave

for exemple:

# cat /etc/lilo.conf 
boot=/dev/md0
map=/boot/map
install=/boot/boot.b
prompt
timeout=50
default=linux-2.2.14
linear

image=/boot/bzImage
        label=linux-2.2.14
        read-only
        root=/dev/md0

image=/boot/vmlinuz-2.2.12-20
        label=linux
        initrd=/boot/initrd-2.2.12-20.img
        read-only
        root=/dev/md0


-- 
Amicalement,
oCtAvE 

Connexion terminée par expiration du délai d'attente

Reply via email to