You are on page 1of 10

How to remove BIOS RAID metadata from disk o...

http://kezhong.wordpress.com/2011/06/14/how-to...

Kezhong's Weblog
The future belongs to Linux! It isn't necessary to do the thing that Windows can do but Linux can't!
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!
Posted in Uncategorized
[] from Kezhong Categories: Instructional Tags: Comments (0) Trackbacks (0) Leave a comment
[]
By: Removing BIOS RAID Metadata | Of Penguins & Coffee on June 25, 2011
at 7:58 am
Reply
Thanks , that solved the same problem for me.
You are the best
By: David J. Ruedeman on July 7, 2011
at 1:28 pm
Reply

1 of 10

1\ Very helpful post.


2\ For some guys like me dmraid wont work.. In which case only option is to zero out the drive
with dd. But good news is you dont have to zero out complete drive. Just zero out 1st couple and
last couple of sectors. Follow commands below

Friday 12 December 2014 01:49 PM

How to remove BIOS RAID metadata from disk o...

http://kezhong.wordpress.com/2011/06/14/how-to...

dd if=/dev/zero of=/dev/sda bs=512 count=2


fdisk -s /dev/sda
dd if=/dev/zero of=/dev/sda seek=(number_of_sectors 20) bs=1k
number_of_sectors = output of fdisk -s /dev/sda
This worked for me.. Thought I should put it out.

Gattu

By: Gattu on November 5, 2012


at 8:48 am
Reply
BEEEEEE-UUUU-TTTIIIII-FUL!!!!!
Danka sehr-fiel!
By: Sean Parker on April 17, 2013
at 1:45 pm
thanks to Gattu
By: Dr Smith on October 31, 2013
at 12:04 pm
You made my day
By: Anonymous on August 8, 2011
at 9:04 am
Reply
You rock !
Just removed my metadata so centos6 will install well I hope it will now :D
By: Anonymous on September 22, 2011
at 10:19 pm
Reply
Your error said sdb but youre dmraid on sdc.
I know, I just cant let that go :) Thanks for the tip.
By: Anonymous on October 6, 2011
at 8:30 am
Reply
2 of 10

Friday 12 December 2014 01:49 PM

So so so grateful! I have had problems with this issue in Anaconda back as far as Fedora 10, and

How to remove BIOS RAID metadata from disk o...

http://kezhong.wordpress.com/2011/06/14/how-to...

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!!
By: Anonymous on October 6, 2011
at 2:58 pm
Reply
Thanks I was used dd command without success
cheers
By: Anonymous on January 21, 2012
at 1:12 am
Reply
Thank you very much. It solved the problem for me alsa.
By: Anonymous on January 29, 2012
at 7:49 pm
Reply
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
By: Anonymous on February 5, 2012
at 8:49 pm
Reply
Hello,
3 of 10
Does

Friday we
12 December
2014 01:49 PM
this command dmraid -r -E /dev/sdx erase the data if for example
have two operating

How to remove BIOS RAID metadata from disk o...

http://kezhong.wordpress.com/2011/06/14/how-to...

systems installed on it? I have Ubuntu Onyx and Ubuntu Maverick, and when trying to install a
Fedora based distro I also receive the said message bios metadata ignoring disk.

I menction this because I would like to try a fedora based distro like fuduntu and also have the other
two operating systems..
Thanks a lot. Marco Antonio
By: Marco A. Rodriguez G. on March 4, 2012
at 9:12 pm
Reply
Thanks so much for sharing. It saved me about half a day.
By: Anonymous on April 12, 2012
at 2:15 pm
Reply
2 days later after removing MBR and wiping HDD I found this post worked a treat!
By: Anonymous on April 18, 2012
at 8:45 pm
Reply
This tip save the world from hearing many curses last night. Thanks.
By: anonymous on May 3, 2012
at 5:41 am
Reply
Thank you
;)
By: Anonymous on June 9, 2012
at 2:55 am
Reply
Thanks for this works a treat. Do not understand why Fedora and other linux distos just dont ask
during install if you would like to remove old metadata.
By: Jason on June 25, 2012
at 11:02 pm
Reply
[] http://kezhong.wordpress.com/2011/06/14/how-to-remove-bios-raid-metadata-from-diskon-fedora/ (http://kezhong.wordpress.com/2011/06/14/how-to-remove-bios-raid-metadata4 of 10
Friday 12 December 2014 01:49 PM
from-disk-on-fedora/) []

How to remove BIOS RAID metadata from disk o...

http://kezhong.wordpress.com/2011/06/14/how-to...

By: Centos 6.2Disk sda contains BIOS RAID metadata on July 6, 2012
at 12:39 am
Reply
Brilliant! I had to run this twice as I had pdc and sil metadata now fedora 16 will finally install.
By: Kieron on July 20, 2012
at 7:03 am
Reply
Ty Brochacho-you hit the nail on the head with this fix. Saved my bacon!
By: Anonymous on July 27, 2012
at 10:08 am
Reply

Hi, It worked for me, but now, when the computer starts, it takes a little bit more time loading when
it shows the BIOS screen (I mean, when it shows DELL and the setup options).
There is any way to recover this metadata?
By: Anonymous on August 7, 2012
at 9:33 pm
Reply
That was a hell of a tip! Thanx a lot.
By: Matheus Geraldini on August 16, 2012
at 2:40 pm
Reply
[] RAIDBIOS
RAIDRAID: Fake RAIDdmraid
HDDdmraid
: http://kezhong.wordpress.com/2011/06/14/how-to-remove-bios-raid-metadata-fromdisk-on-fedora/ []
By: BIOS meta Data CentOS | on August 31,
2012
at 3:50 am
Reply
Great blog worked for me.. neede to remove data at the start and end of drive as stated by gatu
By: Anonymous on November 6, 2012
at 5:12 am
5 of 10

Friday 12 December 2014 01:49 PM

How to remove BIOS RAID metadata from disk o...

Reply

http://kezhong.wordpress.com/2011/06/14/how-to...

Thanks to that! saved me a lot of time, too.


By: mclien on November 14, 2012
at 3:55 am
Reply
[] : http://kezhong.wordpress.com/2011/06/14/how-to-remove-bios-raidmetadata-from-disk-on-fedora/ (http://kezhong.wordpress.com/2011/06/14/how-to-removebios-raid-metadata-from-disk-on-fedora/) []
By: Disk contains BIOS metadata | on November 15, 2012
at 1:33 am
Reply
Great tip. Work for us well.
By: Zhiqiang Ma on November 22, 2012
at 8:16 am
Reply
tyvm, save me some time.
By: Anonymous on December 8, 2012
at 10:13 pm
Reply
I found when I did on CentOS6.2, it didnt work. I used the way as below:
# parted /dev/sdc
# mklabel msdos
By: Anonymous on January 22, 2013
at 12:26 pm
Reply
That solves my problem too. Many many thanks!!! :-)
By: Anonymous on March 15, 2013
at 5:34 pm
Reply
That solves my problem too. Many many thanks!! :-)
By: Anonymous on March 15, 2013
at 5:34 pm
6 of 10

Friday 12 December 2014 01:49 PM

How to remove BIOS RAID metadata from disk o...

Reply

http://kezhong.wordpress.com/2011/06/14/how-to...

Really, I found a website that i used for my match.


com profile.
Its the only one particular of its kind, I feel. It doesnt just give tips.
..they schedule a a single hour phone consultation after which they write a very personalized profile
and headline.
Very greatcheck it out.
Judy
By: Allison on May 17, 2013
at 5:17 am
Reply
mdadm zero-suberblock /dev/sdx faster way to do this, also there is no dmraid in minimal RHEL
installation but mdadm is.
By: Anonymous on May 17, 2013
at 5:57 am
Reply
mdam zero-superblock /dev/sdx
By: Anonymous on August 12, 2013
at 9:33 am
Reply
\-\- zero
By: Anonymous on August 12, 2013
at 9:33 am
Reply
Youve got one that starts available Does your Scottish Highland Terrier need grooming. These
buttons are too small for easy selection and not terribly functional. Its a great way to share your
favorite song or have a song of the day feature on your profile.
By: sanuki-udon.jp on January 10, 2014
at 2:33 pm
Reply
( Some formats may require additional apps support.
While it may be difficult at first, take some time
away from the site. Secondly, reviews and ratings are important because the more
you are talked about (especially positively) the higher your rankings will soar on search engines.

7 of 10

Friday 12 December 2014 01:49 PM

How to remove BIOS RAID metadata from disk o...

By: pirater un facebook on March 23, 2014


at 2:48 am

http://kezhong.wordpress.com/2011/06/14/how-to...

Reply
mdadm zero-superblok /dev/sdx worked for me
By: Anonymous on March 31, 2014
at 12:10 pm
Reply
In matrilineal the bride-wealth is not transferred because the children belong to the wifes clan
or lineage and will inherit from that group.
Marianne Pfeifer: How unorthodox is Animocas business strategy.
But at the same time, it had this sinister twist to it.
By: clash of clans attack tips on April 8, 2014
at 3:32 am
Reply
continuously i used to read smaller content that also clear their motive, and that is also happening
with this
article which I am reading here.
By: Micheline on April 13, 2014
at 1:21 am
Reply
This in itself isnt horribleit is a pain to try to get on the normal website to chat
using a browser. Double check your privacy settings to see
what information is available. s infancy it really is a prime candidate for new internet business
owners to make money
utilizing it.
By: comment pirater compte facebook on April 18, 2014
at 11:53 pm
Reply
The dd operation described above..
dd if=/dev/zero of=/dev/sda bs=512 count=2
fdisk -s /dev/sda
dd if=/dev/zero of=/dev/sda seek=(number_of_sectors 20) bs=1k
number_of_sectors = output of fdisk -s /dev/sda
did NOT work for me, so I arbitrarily increased 20 to 800.
8 of 10

December 2014 01:49 PM


I assume that this metadata is somewhere near the near of the drive, Friday
and the12goal
is to avoid having

How to remove BIOS RAID metadata from disk o...

http://kezhong.wordpress.com/2011/06/14/how-to...

to zero the whole thing. zeroing a few K bytes doesnt take any time.
By: dave pullin on April 26, 2014
at 11:19 am
Reply
(and it worked!)
By: dave pullin on April 26, 2014
at 2:15 pm
Reply
[] Fuente | Kezhongs Weblog []

By: [How To] Usar un disco RAID en un nuevo equipo Trasteando on June 30, 2014
at 11:34 am
Reply
awesome. Had same issue and it worked like a charm. Was getting ready to sit down and wade
through ton of pages and documentation to fix this and ran across your blog. One simple command
fixed the problem in no time. On to install CentOS so I can get my OpenVS system up and running.
Cheers!!!
By: Eje Gustafsson on August 8, 2014
at 6:00 pm
Reply
I know this site provides quality dependent articles and extra material, is there any other web site
which
gives such information in quality?
By: Imogen on August 15, 2014
at 5:47 am
Reply
Every weekend i used to pay a quick visit this site, because i wish for enjoyment, since this
this web site conations truly nice funny material too.
By: www.youtube.com on October 1, 2014
at 4:31 am
Reply

9 of 10

Friday 12 December 2014 01:49 PM

How to remove BIOS RAID metadata from disk o...

http://kezhong.wordpress.com/2011/06/14/how-to...

Categories
Uncategorized

Create a free website or blog at WordPress.com. | The Ocean Mist Theme.


Follow

Follow Kezhong's Weblog


Build a website with WordPress.com

10 of 10

Friday 12 December 2014 01:49 PM

You might also like