<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>recognized BIOS RAID sets &#8211; lifeLinux: Linux Tips, Hacks, Tutorials, Ebooks</title>
	<atom:link href="https://lifelinux.com/tag/recognized-bios-raid-sets/feed/" rel="self" type="application/rss+xml" />
	<link>https://lifelinux.com</link>
	<description>All About Linux !</description>
	<lastBuildDate>Mon, 23 Jun 2014 13:32:05 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=5.5.3</generator>
	<item>
		<title>How to erase BIOS/RAID metadata use Rescue Mode</title>
		<link>https://lifelinux.com/how-to-erase-biosraid-metadata-use-rescue-mode/</link>
					<comments>https://lifelinux.com/how-to-erase-biosraid-metadata-use-rescue-mode/#respond</comments>
		
		<dc:creator><![CDATA[lifeLinux]]></dc:creator>
		<pubDate>Sat, 21 Jun 2014 15:54:08 +0000</pubDate>
				<category><![CDATA[Sys Admin]]></category>
		<category><![CDATA[Disk sda contains BIOS RAID metadata]]></category>
		<category><![CDATA[Ignoring disk sda]]></category>
		<category><![CDATA[recognized BIOS RAID sets]]></category>
		<guid isPermaLink="false">http://www.lifelinux.com/?p=1908</guid>

					<description><![CDATA[<p>I recently attempted to install a fresh CentOS use an old HDD, I got an error message Warning: Disk sda contains BIOS RAID metadata, but is not part of any recognized BIOS RAID sets. Ignoring disk sda To fix this so the installation lets us use the disks, we need to boot to some kind [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://lifelinux.com/how-to-erase-biosraid-metadata-use-rescue-mode/">How to erase BIOS/RAID metadata use Rescue Mode</a> appeared first on <a rel="nofollow" href="https://lifelinux.com">lifeLinux: Linux Tips, Hacks, Tutorials, Ebooks</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p></p><p>I recently attempted to install a fresh CentOS use an old HDD, I got an error message</p>
<pre>
Warning: Disk sda contains BIOS RAID metadata, but is not part of any recognized BIOS RAID sets. Ignoring disk sda
</pre>
<p><span id="more-1908"></span><br />
To fix this so the installation lets us use the disks, we need to boot to some kind of linux console</p>
<p><strong>Step 1.</strong> Booting into Rescue Mode: To boot into rescue mode, you must be able to boot the system using the CentOS installation CD-ROM. Choose Rescue Mode on Menu options or type the following command at the installation boot prompt:<br />
linux rescue</p>
<p><strong>Step 2.</strong> Erasing BIOS metadata, you can choose one of 2 solutions bellow</p>
<p>1. Using dmraid command to erase BIOS metadata on disk</p>
<pre>
# dmraid -r -E /dev/sda
Do you really want to erase "pdc" ondisk metadata on /dev/sda ? [y/n] : y
</pre>
<p>2. Using dd command</p>
<pre>
# dd if=/dev/zero of=/dev/sda bs=512 seek=$(( $(blockdev --getsz /dev/sda) - 1024 )) count=1024
</pre>
<p>Replace sda with the disks on your computer (can be sdX or hdX, with X being any letter, depending on the port they are connected to and the order)</p>
<g:plusone href="https://lifelinux.com/how-to-erase-biosraid-metadata-use-rescue-mode/" size="standard"  annotation="none"   ></g:plusone><p>The post <a rel="nofollow" href="https://lifelinux.com/how-to-erase-biosraid-metadata-use-rescue-mode/">How to erase BIOS/RAID metadata use Rescue Mode</a> appeared first on <a rel="nofollow" href="https://lifelinux.com">lifeLinux: Linux Tips, Hacks, Tutorials, Ebooks</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://lifelinux.com/how-to-erase-biosraid-metadata-use-rescue-mode/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
