Hi Mostlyharmless
Summarizing the good news - RAID recovery after disk failure works now! Thank you!!
Answering your points:
1) Grub was installed on both mirrors. I also don't know if FC 10 does that automatically, I had already done it manually.
2) My system's BIOS could not be set up to boot from one mirror as the first boot device and the other mirror as the second boot device. This is because only the IDE drives were listed as boot order options. The SCSI drives were not offered. So I did not touch this.
3) Regarding the change in drive order after whichever disk was gone: the BIOS' drive order turned out to be an unexpected third version compared to the two reported in my first message:
Reported by Super-Grub:
Code:
hd0 --> sda (SCSI drive)
hd1 --> sdb (IDE drive)
hd2 --> sdc (IDE drive)
hd3 --> sdd (SCSI drive)
If you plugged out whichever SCSI drive it became:
Code:
hd0 --> sda (SCSI drive)
hd1 --> sdb (IDE drive)
hd2 --> sdc (IDE drive)
After you plugged out whichever IDE drive:
Code:
hd0 --> sda (SCSI drive)
hd1 --> sdb (IDE drive)
hd2 --> sdc (SCSI drive)
This revelation was the break-through. By default, the FC 10 installer had configured hd3 as the default boot device. So I had followed that. But obviously, this must fail if one disk is missing considering the findings above.
Solution: set up grub to use hd0 instead of hd3 as boot device (on both mirrors). This did the trick.
4) Installing grub to the correct device: even the commands of the "normal" grub (FC10 had grub 0.97) ensured you hit the right partition. It checked for the boot files and reported an error if one didn't point to the correct partition.
5) Super-Grub saved the day, mainly because it revealed the the "hdx --> sdxx" type of mapping. Good advice!
--
Additional information:
Booting after SCSI disk failure worked without human intervention. However, unplugging one of the IDE drives generated a BIOS error, forcing me to press F1 first in order to boot. But this might just be my particular BIOS.
Once again, thanks!
Jot
