<?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; ida</title> <atom:link href="http://www.alunduil.com/tag/ida/feed/" rel="self" type="application/rss+xml" /><link>http://www.alunduil.com</link> <description>Gentoo Hackery and Other Fun ...</description> <lastBuildDate>Fri, 13 Aug 2010 17:25:11 +0000</lastBuildDate> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.0.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 [...]]]></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><pre><code>emerge -av grub
</code></pre><h1>Edit the Grub Configuration (/boot/grub/grub.conf)</h1><p>Example (boot partition is partition 5):</p><pre><code>default 0
timeout 30
splashimage=(hd0,4)/boot/grub/splash.xpm.gz

title=linux-2.6.20-gentoo-r8
    root (hd0,4)
    kernel /boot/bzImage-2.6.20-gentoo-r8 root=/dev/ida!c0d0p7
</code></pre><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><h1>Edit the Grub Device Map (/boot/grub/device.map)</h1><p>Example (Compaq Smart Arrays might be ida or cciss for the subdirectory):</p><pre><code>(fd0) /dev/fd0
(hd0) /dev/ida/c0d0
</code></pre><p>If you don&#8217;t have a floppy remove the fd0 line.</p><h1>Installing Grub to the MBR</h1><ol><li><p>Enter the grub command line interface:</p><pre><code>/sbin/grub --batch --device-map=/boot/grub/device.map --config-file=/boot/grub/grub.conf --no-floppy
</code></pre></li><li><p>Then inside the prompt set the device (again boot partition is partition 5):</p><pre><code>grub&gt; device (hd0) /dev/ida/c0d0
grub&gt; root (hd0,4)
grub&gt; setup (hd0)
grub&gt; quit
</code></pre></li></ol><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/

Minified using apc
Page Caching using memcached (user agent is rejected)
Database Caching 6/12 queries in 0.013 seconds using memcached

Served from: www.alunduil.com @ 2010-09-09 07:51:55 -->