Martin Bene wrote:
> let me repeat
> something I learned from Harald Nordgard-Hansen
> ([EMAIL PROTECTED]) (Thanks!!):
>
> You CAN make lilo boot off raid1, you just have to supply all the
> info it normaly gets from getgeometry() in the config file.
>
This is what I have
/ /dev/md0 is raid 1 of hda3 + hdc3
/boot /dev/md1 is raid 1 of hda2 + hdc2
lilo.conf
-----------
disk=/dev/md0
# fdisk of hda
bios=0x80
sectors=63
heads=16
cylinders=39770
partition=/dev/md1
# from fdisk -ul -- starts at block 408
start=410256
boot=/dev/hda
delay=50
vga=normal
image=/boot/bzImage
root=/dev/md0
label=Linux
read-only
-----------------------
this all looks OK to me
lilo complains: don't know how to handle device 0x0901
seems I must be doing something fundamentally wrong. This appears to
me to be essentially identical to the example.
Michael
[EMAIL PROTECTED]