Posted by: kezhong | June 14, 2011

How to remove BIOS RAID metadata from disk on Fedora

When I installed Fedora on a used disk, it gave me an error message:
“Disk contains BIOS metadata, but is not part of any recognized BIOS RAID sets. Ignoring disk sdb”

I plugged this disk in a USB-based hard drive docking station on another machine that installed Fedora, and used dd to wipe the disk. It took me two days. I had 8 of the same disks that my co-workers used. So I searched on the net, and found there is a dmraid command can remove the BIOS RAID metadata.

[root@localhost ~]# dmraid -r -E /dev/sdc
Do you really want to erase “pdc” ondisk metadata on /dev/sdc ? [y/n] :y

It took me just one second! It saved me a half of month. LOL!

Advertisement

Responses

  1. [...] from Kezhong Categories: Instructional Tags: Comments (0) Trackbacks (0) Leave a comment [...]

  2. Thanks , that solved the same problem for me.
    You are the best

  3. You made my day

  4. You rock !

    Just removed my metadata so centos6 will install … well I hope it will now :D

  5. Your error said sdb but you’re dmraid on sdc.
    I know, I just can’t let that go :) Thanks for the tip.

  6. So so so grateful! I have had problems with this issue in Anaconda back as far as Fedora 10, and usually worked around by using other disks. Doing a new install today I hit this and looked for bugs. There are numerous (still open) bugs filed in bugzilla on this issue! Fedora 15 and the Fedora 16 beta both have this problem too! I had been banging my head against this for a couple of hours today till I found your post. I used the Federoa 16 beta Live disk to boot; opened a terminal; ran “su” to become root, and then ran the above command. Then rebooted and finally Anaconda let me proceed. Thank-you!!

  7. Thanks I was used dd command without success

    cheers

  8. Thank you very much. It solved the problem for me alsa.

  9. Thank you so much!

    I can confirm “dmraid -r -E /dev/sd[a, b, c...]” worked for me.

    Been trying to install Fedora 16 on an old desktop. During install, I got the same “Disk contains BIOS metadata, but is not part of any recognized BIOS RAID sets. Ignoring disk sda” error message as author, but my drive was under sda.

    Went into Terminal
    entered “su” to become root
    entered “dmraid -r -E /dev/sda”
    when asked Do you really want to erase “pdc” ondisk metadata on /dev/sdc?, entered “y”

    done deal. not sure if the bug in question is “Cannot install over an existing RAID configuration – Bugzilla: #729640″


Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out / Change )

Twitter picture

You are commenting using your Twitter account. Log Out / Change )

Facebook photo

You are commenting using your Facebook account. Log Out / Change )

Connecting to %s

Categories

Follow

Get every new post delivered to your Inbox.