<?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"
	>
<channel>
	<title>Comments on: Restoring GRUB</title>
	<atom:link href="http://linuxbraindump.org/2007/08/17/restoring-grub/feed/" rel="self" type="application/rss+xml" />
	<link>http://linuxbraindump.org/2007/08/17/restoring-grub/</link>
	<description></description>
	<pubDate>Sat, 17 May 2008 11:25:22 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>By: linux pro</title>
		<link>http://linuxbraindump.org/2007/08/17/restoring-grub/#comment-1040</link>
		<dc:creator>linux pro</dc:creator>
		<pubDate>Sun, 04 May 2008 04:50:03 +0000</pubDate>
		<guid isPermaLink="false">http://linuxbraindump.org/2007/08/17/restoring-grub/#comment-1040</guid>
		<description>you need grub with root access so type "sudo grub" instead of just grub ok guys</description>
		<content:encoded><![CDATA[<p>you need grub with root access so type &#8220;sudo grub&#8221; instead of just grub ok guys</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hieronymus</title>
		<link>http://linuxbraindump.org/2007/08/17/restoring-grub/#comment-435</link>
		<dc:creator>Hieronymus</dc:creator>
		<pubDate>Sun, 23 Sep 2007 13:51:54 +0000</pubDate>
		<guid isPermaLink="false">http://linuxbraindump.org/2007/08/17/restoring-grub/#comment-435</guid>
		<description>Actually, that's the crux of this post - whether you need to do setup (hd0,4) or setup (hd0). As mentioned in the post, you do the former if you do *NOT* want to overwrite the main boot record on the hard drive which is the case if you already have something there (another boot manager, some other GRUB install). You do setup (hd0) if you want to always first boot into this.</description>
		<content:encoded><![CDATA[<p>Actually, that&#8217;s the crux of this post - whether you need to do setup (hd0,4) or setup (hd0). As mentioned in the post, you do the former if you do *NOT* want to overwrite the main boot record on the hard drive which is the case if you already have something there (another boot manager, some other GRUB install). You do setup (hd0) if you want to always first boot into this.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gabriel</title>
		<link>http://linuxbraindump.org/2007/08/17/restoring-grub/#comment-431</link>
		<dc:creator>Gabriel</dc:creator>
		<pubDate>Sat, 22 Sep 2007 23:57:04 +0000</pubDate>
		<guid isPermaLink="false">http://linuxbraindump.org/2007/08/17/restoring-grub/#comment-431</guid>
		<description>You have an error on the line

grub&#62; setup (hd0,4)

It should be: setup (hd0)  // only the disk where grub will be installed, not the partition</description>
		<content:encoded><![CDATA[<p>You have an error on the line</p>
<p>grub&gt; setup (hd0,4)</p>
<p>It should be: setup (hd0)  // only the disk where grub will be installed, not the partition</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hieronymus</title>
		<link>http://linuxbraindump.org/2007/08/17/restoring-grub/#comment-420</link>
		<dc:creator>Hieronymus</dc:creator>
		<pubDate>Tue, 18 Sep 2007 15:32:07 +0000</pubDate>
		<guid isPermaLink="false">http://linuxbraindump.org/2007/08/17/restoring-grub/#comment-420</guid>
		<description>I have not yet tried some things on my SATA system. I will try it today and report back.</description>
		<content:encoded><![CDATA[<p>I have not yet tried some things on my SATA system. I will try it today and report back.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kristy</title>
		<link>http://linuxbraindump.org/2007/08/17/restoring-grub/#comment-415</link>
		<dc:creator>Kristy</dc:creator>
		<pubDate>Mon, 17 Sep 2007 18:31:05 +0000</pubDate>
		<guid isPermaLink="false">http://linuxbraindump.org/2007/08/17/restoring-grub/#comment-415</guid>
		<description>Just wondering if you managed to find the solution? Am stuck with a messed up MBR on my sata drive. Thanks.</description>
		<content:encoded><![CDATA[<p>Just wondering if you managed to find the solution? Am stuck with a messed up MBR on my sata drive. Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hieronymus</title>
		<link>http://linuxbraindump.org/2007/08/17/restoring-grub/#comment-307</link>
		<dc:creator>Hieronymus</dc:creator>
		<pubDate>Wed, 05 Sep 2007 10:56:45 +0000</pubDate>
		<guid isPermaLink="false">http://linuxbraindump.org/2007/08/17/restoring-grub/#comment-307</guid>
		<description>Actually, this tip is distro-neutral, as it pretty much deals with grub (I've run this under openSUSE, Fedora and I  think PCLinuxO). However, I did just see your problem, having just added my first SATA drive. I'm looking for a solution now.</description>
		<content:encoded><![CDATA[<p>Actually, this tip is distro-neutral, as it pretty much deals with grub (I&#8217;ve run this under openSUSE, Fedora and I  think PCLinuxO). However, I did just see your problem, having just added my first SATA drive. I&#8217;m looking for a solution now.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: leslie</title>
		<link>http://linuxbraindump.org/2007/08/17/restoring-grub/#comment-299</link>
		<dc:creator>leslie</dc:creator>
		<pubDate>Wed, 05 Sep 2007 01:47:18 +0000</pubDate>
		<guid isPermaLink="false">http://linuxbraindump.org/2007/08/17/restoring-grub/#comment-299</guid>
		<description>Nice idea, but it did not work for me. Grub could not find the stage1 on my sata which boots ok.

Ergo, Is the rule for a distribution other than fedora?</description>
		<content:encoded><![CDATA[<p>Nice idea, but it did not work for me. Grub could not find the stage1 on my sata which boots ok.</p>
<p>Ergo, Is the rule for a distribution other than fedora?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.427 seconds -->
