<?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>Alunduil&#039;s Hosting &#187; RAID</title>
	<atom:link href="http://www.alunduil.com/tag/raid/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.alunduil.com</link>
	<description>Gentoo Hackery and Other Fun ...</description>
	<lastBuildDate>Sun, 01 May 2011 22:00:34 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Compaq Smart Array (RAID) Grub Configuration</title>
		<link>http://www.alunduil.com/2007/06/05/compaq-smart-array-raid-grub-configuration/</link>
		<comments>http://www.alunduil.com/2007/06/05/compaq-smart-array-raid-grub-configuration/#comments</comments>
		<pubDate>Tue, 05 Jun 2007 06:24:35 +0000</pubDate>
		<dc:creator>Alex Brandt</dc:creator>
				<category><![CDATA[Linux Guides]]></category>
		<category><![CDATA[cciss]]></category>
		<category><![CDATA[compaq smart array]]></category>
		<category><![CDATA[grub]]></category>
		<category><![CDATA[ida]]></category>
		<category><![CDATA[RAID]]></category>

		<guid isPermaLink="false">http://www.alunduil.com/?p=51</guid>
		<description><![CDATA[Introduction This guide is for Gentoo, but should be generic enough to apply to all Linux distributions and Grub configurations for Compaq Smart Array RAID controllers. I&#8217;ll assume that the machine is installed and at the point of either configuring Grub or installing it. Install Grub emerge -av grub Edit the Grub Configuration (/boot/grub/grub.conf) Example <a href='http://www.alunduil.com/2007/06/05/compaq-smart-array-raid-grub-configuration/'>[...]</a>]]></description>
			<content:encoded><![CDATA[<h1>Introduction</h1>
<p>This guide is for <a href="http://www.gentoo.org/">Gentoo</a>, but should be generic enough to apply to all Linux distributions and Grub configurations for Compaq Smart Array RAID controllers.</p>
<p>I&#8217;ll assume that the machine is installed and at the point of either configuring Grub or installing it.</p>
<h1>Install Grub</h1>
<p>emerge -av grub</p>
<p><strong>Edit the Grub Configuration (/boot/grub/grub.conf)</strong></p>
<p>Example (boot partition is partition 5):</p>
<p>default 0<br />
timeout 30<br />
splashimage=(hd0,4)/boot/grub/splash.xpm.gz</p>
<p>title=linux-2.6.20-gentoo-r8<br />
root (hd0,4)<br />
kernel /boot/bzImage-2.6.20-gentoo-r8 root=/dev/ida!c0d0p7</p>
<p>The kicker I noticed in this file for the Compaq Smart Array Controllers is the ! between the first subdirectory on the device, and the actual device name.</p>
<p><strong>Edit the Grub Device Map (/boot/grub/device.map)</strong></p>
<p><strong></strong>Example (Compaq Smart Arrays might be ida or cciss for the subdirectory):</p>
<p>(fd0) /dev/fd0<br />
(hd0) /dev/ida/c0d0</p>
<p>If you don&#8217;t have a floppy remove the fd0 line.</p>
<h1>Installing Grub to the MBR</h1>
<p>1. Enter the grub command line interface:</p>
<p>/sbin/grub &#8211;batch &#8211;device-map=/boot/grub/device.map &#8211;config-file=/boot/grub/grub.conf &#8211;no-floppy</p>
<p>2. Then inside the prompt set the device (again boot partition is partition 5):</p>
<p>grub&gt; device (hd0) /dev/ida/c0d0<br />
grub&gt; root (hd0,4)<br />
grub&gt; setup (hd0)<br />
grub&gt; quit</p>
<h1>Finishing Grub Install</h1>
<p>The Grub installation should be complete at this point, and the only thing left to do is reboot the machine.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.alunduil.com/2007/06/05/compaq-smart-array-raid-grub-configuration/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using memcached (User agent is rejected)
Database Caching 4/7 queries in 0.007 seconds using memcached
Object Caching 249/251 objects using memcached

Served from: www.alunduil.com @ 2012-02-06 09:09:02 -->
