<br>I've redone the installation a few times to verify and gather data/errors.<br><div class="gmail_quote"><br>Redhat 5 installs OK.  Completely updated to 5.6 and rebooted fine.<br>Debian 6 installs OK.  Boots fine.<br>
<br>Redhat 6 CDROM netinstaller does not see CDROM drive as possible media<br>

source, after having booted from it.<br><br>Redhat 6 DVD installer has an anaconda error when we select either replacing<br>the partitions or custom.  Prior to selecting one of those options the installer<br>produced this warning:<br>


<br>Warning<br><br>disks sda,sdb contains BIOS RAID metadata but are not part of any recognized<br>BIOS RAIDsets.  Ignoring disks sda, sdb.<br><br>In one case the existing RAID had been created by RH5, and in another case<br>


of this install trial history, it had a RAID created by Debian 6.<br><br>We can say OK to the warning, and try the default option to reuse and reformat<br>the existing Linux partition, or chose the custom layout.  Either way, there<br>


is an anaconda exception:<br><br>anaconda 13.21.82 exception report<br>Traceback (most recent call first)<br>File "/usr/lib/anaconda/iw/cleardisks_gui.py", line 154, in getScreen<br>selfbootDisk = sorted(names, self.anaconda.id.storage.compareDisks)[0]<br>


...<br>IndexError: list index out of range<br><br>Eventually we noticed another error on another screen about<br>RAID blocks and it refered to a driver device starting with sil_<br>My colleague recalled the drives had been taken from a SATA<br>

storage bay which had been used with a Silicon Image controller<br>in the past.  It seemed unlikely RAID blocks could be present<br>from that long ago, as we had these disks working as a Debian or<br>Redhat 5 with software RAID 1.<br>

<br>I used dd to wipe the first part of the drives with zeros and attempted the<br>installation of RH6 from DVD again.  Still saw the RAID metadata error.<br>I wiped up to the first 5 GB of the disks, and no difference.<br>

<br>Then I left dd running at the end of the day to write zeros right <br>to the end of the drives.  (WARNING: the following command wipes all data<br>from disks, including partition tables...)<br><br># dd if=/dev/zero of=/dev/sda bs=8192<br>

# dd if=/dev/zero of=/dev/sdb bs=8192<br><br>This morning I tried an install and no more errors about the<br>BIOS RAID metadata.  The RH 6 install completed and it boots fine<br>as MD RAID 1.<br><br>There are two flaws in the Redhat installer compared to RH 5 installer.<br>

The CDROM installation has problems seeing the very media it booted from,<br>and the scan of the disk for existing RAID metadata has no way of saying<br>lets force use of these disks despite finding some relic of RAID metadata on them.<br>

Debian 6 nor Redhat Enterprise 5 had problems reusing the disks while there was still<br>some prior hint of RAID metadata.<br><br>--Donald<br><br>
</div><br>