I have noticed different results  between lilo 21.5.1 and 21.3 on raid1.
(Output below signiture)

Is there any difference or was 21.3 really loading lilo to /dev/hda5
and telling me /dev/hda this seems to be the case as the map files are
the same numbers.

It all seems to work but just want to check if there was a change or
not.

Godfrey

Output

[root@server01 lilo-21.3]#/sbin/lilo -V
LILO version 21-3
[root@server01 lilo-21.3]# /sbin/lilo
boot = /dev/hda, map = /boot/map.0305
Added linux *
Added oldraid
Added old
boot = /dev/hdc, map = /boot/map.1605
Added linux *
Added oldraid
Added old
Fatal: open /tmp/dev.0: No such device

[root@server01 lilo-21.5.1]# /sbin/lilo -V
LILO version 21.5-1
[root@server01 lilo-21.5.1]# /sbin/lilo
boot = /dev/hda5, map = /boot/map.0305
Added linux *
Added oldraid
Added old
boot = /dev/hdc5, map = /boot/map.1605
Added linux *
Added oldraid
Added old

[root@server01 lilo-21.5.1]# cat /etc/lilo.conf
boot=/dev/md0
map=/boot/map
install=/boot/boot.b
prompt
timeout=50
default=linux

image=/boot/vmlinuz-2.2.16-RAID
        label=linux
        initrd=/boot/initrd-2.2.16-RAID.img
        read-only
        root=/dev/md2
        append="pci=reverse"

image=/boot/vmlinuz-2.2.14
        label=oldraid
        initrd=/boot/initrd-2.2.14.img
        read-only
        root=/dev/md2
        append="pci=reverse"

image=/boot/vmlinuz-2.2.12-20
        label=old
        initrd=/boot/initrd-2.2.12-20.img
        read-only
        root=/dev/md2
        append="pci=reverse ide0=0xb800,0xbc02 ide1=0xc000,0xc402"





-
To unsubscribe from this list: send the line "unsubscribe linux-raid" in
the body of a message to [EMAIL PROTECTED]

Reply via email to