> Hello 
> 
> I have installed a raid 1(mirror) partition.
> 
> /      => /dev/md0
> /boot  => /dev/hda1 and /dev/hdc1 (handmade mirror)
> 
> Here is my problem: I have destroyed my Bootblock. Now I can't
> access the root-Partition in order to make a new one. The only thing
> that I can reach is the kernel i had put in the ext2-Partition. 
> 
> I use SuSE-Linux 6.4 and the rescue-disks can't read the md0
> devices. So I thought that I can start the rescue-System, mount my
> /boot partition and build a new bootblock with lilo. But that does't
> work. The message from lilo: "Sorry. Don't know how to handle device
> 0x0102" This means, that lilo doesn't know the md0-device, isn't it?
> 

assuming you have a raid aware kernel, 

There are two possible errors occuring here. One is that the md dev 
is not in /dev -- put it there.

The other is that lilo is not properly configured -- I've seen that 
error when if written the wrong stuff in the lilo config file AND the 
kernel is not rdev'ed properly. 

rdev the kernel by hand, don't depend on lilo to do it for a raid 
boot when the kernel is not built on the raid partition to begin 
with.

Michael
[EMAIL PROTECTED]

Reply via email to