Home » linux-commands » “Disk contains BIOS metadata, but is not part of any recognized BIOS RAID sets. Ignoring disk sdx

“Disk contains BIOS metadata, but is not part of any recognized BIOS RAID sets. Ignoring disk sdx

Some time while installing Linux OS on a used Hard drive, It gave an error message
“Disk contains BIOS metadata, but is not part of any recognized BIOS RAID sets. Ignoring disk sdx”

To resolve the issue try running following commands in rescue mode:

#dmraid -r -E /dev/sda

If you get error please perform the below command.

#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

Note :: number_of_sectors=output of fdisk -s /dev/sda
Repeat these steps for all disks

About

I am founder and webmaster of www.linuxpcfix.com and working as a Sr. Linux Administrator (Expertise on Linux/Unix & Cloud Server) and have been in the industry since more than 14 years.

Leave a Reply

Your email address will not be published. Required fields are marked *

*
*

Time limit is exhausted. Please reload the CAPTCHA.

Categorized Tag Cloud