<?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>tech stuff &#187; re-enable grub</title>
	<atom:link href="http://codytaylor.org/tag/re-enable-grub/feed" rel="self" type="application/rss+xml" />
	<link>http://codytaylor.org</link>
	<description>From Cody Taylor.</description>
	<lastBuildDate>Sun, 30 Oct 2011 04:15:41 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Re-Enable Grub For Linux After Windows Install</title>
		<link>http://codytaylor.org/2009/08/re-enable-grub-for-linux-after-windows-install.html</link>
		<comments>http://codytaylor.org/2009/08/re-enable-grub-for-linux-after-windows-install.html#comments</comments>
		<pubDate>Mon, 17 Aug 2009 04:30:24 +0000</pubDate>
		<dc:creator>Cody Taylor</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[reference]]></category>
		<category><![CDATA[windows]]></category>
		<category><![CDATA[grub]]></category>
		<category><![CDATA[re-enable grub]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[windows 7]]></category>

		<guid isPermaLink="false">http://codytaylor.org/?p=14228</guid>
		<description><![CDATA[Easy instructions on how to re-enable grub after windows install on a dual boot pc.]]></description>
			<content:encoded><![CDATA[<p>Following the installation of Windows 7 on my desktop machine that was previously running Ubuntu 9.04, I realized that one of my partitions was missing. It was formatted as ext3 so of course it wouldn&#8217;t show up in windows. When I went to boot back into linux the grub boot manager was gone. The machine just booted straight into windows 7. </p>
<p>To re-enable grub was a lot simpler than I thought it would be. Since the Ubuntu 8.04 install disc that I had lying around also works as a live disc I booted my desktop off that. Once Ubuntu started up I opened up a terminal and typed these commands:<br />
<pre><code>
sudo grub
root(hd0,7)
setup(hd0)
quit
</code></pre><br />
I then rebooted and grub was back to normal with both my Ubuntu operating system and windows 7 listed. Note that hd0,7 was the partition where I installed Ubuntu. If you installed linux before windows then you will probably want to use hd0,0. I installed windows 7 over a broken windows xp partition that I had installed before everything else.</p>
<p>If you installed ubuntu before you installed windows then you&#8217;re probably going to have to edit your &#8216;/boot/grub/menu.lst&#8217; file. The <a href='http://www.gnu.org/software/grub/manual/html_node/index.html' title='grub docs'>grub documentation</a> may be helpful.</p>
<a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fcodytaylor.org%2F2009%2F08%2Fre-enable-grub-for-linux-after-windows-install.html&amp;linkname=Re-Enable%20Grub%20For%20Linux%20After%20Windows%20Install"><img src="http://codytaylor.org/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a>]]></content:encoded>
			<wfw:commentRss>http://codytaylor.org/2009/08/re-enable-grub-for-linux-after-windows-install.html/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>

