<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Installing grub on RAID1</title>
	<atom:link href="http://blog.bigsmoke.us/2009/06/21/installing-grub-on-raid1/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.bigsmoke.us/2009/06/21/installing-grub-on-raid1</link>
	<description>Smokes your problems, coughs fresh air.</description>
	<lastBuildDate>Sat, 04 Feb 2012 20:03:14 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Jean-Emmanuel Orfèvre</title>
		<link>http://blog.bigsmoke.us/2009/06/21/installing-grub-on-raid1#comment-90615</link>
		<dc:creator>Jean-Emmanuel Orfèvre</dc:creator>
		<pubDate>Fri, 15 Jan 2010 01:32:31 +0000</pubDate>
		<guid isPermaLink="false">http://blog.bigsmoke.us/?p=636#comment-90615</guid>
		<description># grub --no-floppy
grub&gt; device (hd0) /dev/sda
grub&gt; root (hd0,0)
grub&gt; setup (hd0) 
grub&gt; device (hd0) /dev/sdb
grub&gt; root (hd0,0)
grub&gt; setup (hd0)</description>
		<content:encoded><![CDATA[<p># grub &#8211;no-floppy<br />
grub&gt; device (hd0) /dev/sda<br />
grub&gt; root (hd0,0)<br />
grub&gt; setup (hd0)<br />
grub&gt; device (hd0) /dev/sdb<br />
grub&gt; root (hd0,0)<br />
grub&gt; setup (hd0)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ben</title>
		<link>http://blog.bigsmoke.us/2009/06/21/installing-grub-on-raid1#comment-80645</link>
		<dc:creator>Ben</dc:creator>
		<pubDate>Fri, 24 Jul 2009 01:07:55 +0000</pubDate>
		<guid isPermaLink="false">http://blog.bigsmoke.us/?p=636#comment-80645</guid>
		<description>There is also a way using the grub command line. You run grub, and at the grub&gt; prompts you say
grub&gt; root (hd0,0)
grub&gt; setup(hd0)
grub&gt; root (hd1,1)
grub&gt; install
where (hd0,0) means something like /dev/sda1, and (hd1,0) /dev/sdb1. See http://www.linuxsa.org.au/mailing-list/2003-07/1270.html</description>
		<content:encoded><![CDATA[<p>There is also a way using the grub command line. You run grub, and at the grub&gt; prompts you say<br />
grub&gt; root (hd0,0)<br />
grub&gt; setup(hd0)<br />
grub&gt; root (hd1,1)<br />
grub&gt; install<br />
where (hd0,0) means something like /dev/sda1, and (hd1,0) /dev/sdb1. See <a href="http://www.linuxsa.org.au/mailing-list/2003-07/1270.html" rel="nofollow">http://www.linuxsa.org.au/mailing-list/2003-07/1270.html</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>

