<?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>Alex Sleat &#187; reinstall</title>
	<atom:link href="http://alexsleat.co.uk/tag/reinstall/feed/" rel="self" type="application/rss+xml" />
	<link>http://alexsleat.co.uk</link>
	<description>/home/alex</description>
	<lastBuildDate>Tue, 22 May 2012 19:59:41 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
		<item>
		<title>Howto: Reinstall Grub using Ubuntu Live CD</title>
		<link>http://alexsleat.co.uk/2010/03/11/howto-reinstall-grub-using-ubuntu-live-cd/</link>
		<comments>http://alexsleat.co.uk/2010/03/11/howto-reinstall-grub-using-ubuntu-live-cd/#comments</comments>
		<pubDate>Thu, 11 Mar 2010 10:00:25 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
				<category><![CDATA[blog1]]></category>
		<category><![CDATA[HowTo]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[10.04]]></category>
		<category><![CDATA[11.04]]></category>
		<category><![CDATA[9.10]]></category>
		<category><![CDATA[grub]]></category>
		<category><![CDATA[how to]]></category>
		<category><![CDATA[karmic]]></category>
		<category><![CDATA[live cd]]></category>
		<category><![CDATA[lucid]]></category>
		<category><![CDATA[reinstall]]></category>

		<guid isPermaLink="false">http://alexsleat.co.uk/?p=25</guid>
		<description><![CDATA[<br/><p>I recently installed Fedora 12 on my desktop alongside Ubuntu Karmic and Windows 7, however doing so I overwrite my grub which meant my Ubuntu system was hidden. To fix this is pretty simple..</p> <p>Insert your Ubuntu Live CD Click “Try Ubuntu without any changes to your computer&#8221; Once loaded click Applications > Accessories [...]]]></description>
			<content:encoded><![CDATA[<br/><p>I recently installed Fedora 12 on my desktop alongside Ubuntu Karmic and Windows 7, however doing so I overwrite my grub which meant my Ubuntu system was hidden. To fix this is pretty simple..</p>
<p>Insert your Ubuntu Live CD<br />
Click “Try Ubuntu without any changes to your computer&#8221;<br />
Once loaded click Applications > Accessories > Terminal</p>
<div class="dean_ch" style="white-space: wrap;"><span class="kw2">sudo</span> fdisk -l</div>
<p> #That’s a lower case L<br />
This displays all partitions on your system, in my case the installation of my Ubuntu system was /dev/sda5 so replace this for yours in the rest of the code.</p>
<div class="dean_ch" style="white-space: wrap;"><span class="kw2">sudo</span> <span class="kw2">mount</span> /dev/sda5 /mnt<br />
<span class="kw2">sudo</span> grub-<span class="kw2">install</span> &#8211;root-<span class="re2">directory=</span>/mnt/ /dev/sda</div>
<p> #thats a double dash before root-directory, wordpress keeps changing it to a long dash, Ill fix it sometime..<br />
If all goes successfully you should be done, try rebooting and see if your Ubuntu shows up.</p>
<blockquote>
<p>Thanks to <a href="http://blog.whibe.com/">Whiblog</a> in the comments this also works in Ubuntu 11.04:<br />
<center>&#8220;same thing except the last line : sudo grub-install &#8211;boot-directory=/mnt/ /dev/sda&#8221;</center></p>
</blockquote>
]]></content:encoded>
			<wfw:commentRss>http://alexsleat.co.uk/2010/03/11/howto-reinstall-grub-using-ubuntu-live-cd/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

