<?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>LinuxHub &#187; intall grub 2 jaunty</title>
	<atom:link href="http://linuxhub.net/tag/intall-grub-2-jaunty/feed/" rel="self" type="application/rss+xml" />
	<link>http://linuxhub.net</link>
	<description>Making Linux Simple!</description>
	<lastBuildDate>Sun, 16 Oct 2011 13:13:50 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Install Grub 2 on Ubuntu {Jaunty Jackalope}: How-to</title>
		<link>http://linuxhub.net/2009/07/install-grub-2-on-ubuntu-jaunty-jackalope/</link>
		<comments>http://linuxhub.net/2009/07/install-grub-2-on-ubuntu-jaunty-jackalope/#comments</comments>
		<pubDate>Fri, 24 Jul 2009 07:47:43 +0000</pubDate>
		<dc:creator>Vivek</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[How-to]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Boot Managers]]></category>
		<category><![CDATA[GNU GRUB]]></category>
		<category><![CDATA[grub 2]]></category>
		<category><![CDATA[install grub 2 ubuntu]]></category>
		<category><![CDATA[intall grub 2 jaunty]]></category>

		<guid isPermaLink="false">http://linuxhub.net/?p=244</guid>
		<description><![CDATA[I was wondering when will Ubuntu have a stylish GRUB. To my surprise I read that the next release of Ubuntu 9.10 i.e Karmic Kaola will ship with Grub 2. I was excited and wanted to try it on my machine. Following is what I did to install Grub 2 on Jaunty.
A word of Caution: When you try to install  [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;"><img class="size-full wp-image-246 alignright" style="border: 0pt none; margin-left: 5px; margin-right: 5px;" title="grublogo" src="http://linuxhub.net/wp-content/uploads/2009/07/grublogo.png" alt="grublogo" width="337" height="116" />I was wondering when will <a class="zem_slink" title="Ubuntu" rel="homepage" href="http://www.ubuntu.com/">Ubuntu</a> have a stylish <a class="zem_slink" title="GNU GRUB" rel="homepage" href="http://www.gnu.org/software/grub/">GRUB</a>. To my surprise I read that the next release of Ubuntu 9.10 i.e Karmic Kaola will ship with Grub 2. I was excited and wanted to try it on my machine. Following is what I did to install Grub 2 on Jaunty.</p>
<p style="text-align: justify;">A word of <span style="color: #ff0000;"><strong>Caution</strong></span>: When you try to install it on Jaunty you&#8217;ll not be able to login to your machine untill you follow the steps carefully and change &#8220;root&#8221; to &#8220;uuid&#8221;.</p>
<p style="text-align: justify;">Let&#8217;s being&#8230;</p>
<p style="text-align: justify;">1. Bring up a terminal window by hittin ALT+F2 and typing &#8220;<span style="color: #808080;">gnome-terminal</span>&#8221; (without quotes).</p>
<p style="text-align: justify;"><img class="alignnone" title="Terminal" src="http://linuxhub.net/wp-content/uploads/2009/07/terminalrun1.png" alt="" width="452" height="218" /></p>
<p style="text-align: justify;">2. Type the following on your terminal:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">sudo</span> <span style="color: #c20cb9; font-weight: bold;">apt-get</span> <span style="color: #c20cb9; font-weight: bold;">install</span> grub-pc</pre></div></div>

<p style="text-align: justify;">Click enter to install Grub 2 and will modify the existing grub <a class="zem_slink" title="Booting" rel="wikipedia" href="http://en.wikipedia.org/wiki/Booting">boot loader</a> menu.</p>
<p style="text-align: justify;">3. Reboot your machine.</p>
<p style="text-align: justify;">In Jaunty Grub 2 modifies the existing configuration incorrectly and we are going to change it. After rebooting at the &#8220;Chainload into Grub 2&#8243; menu item press &#8216;e&#8217; to edit the configuration and change:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">root   xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx</pre></div></div>

<p style="text-align: justify;">to</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">uuid   xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx</pre></div></div>

<p style="text-align: justify;">Press Enter and then press &#8216;b&#8217; to boot into Jaunty. Once you have successfully booted from Grub 2 you can install Grub 2 on your machine by hitting the following command on your terminal window:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">sudo</span> upgrade-from-grub-legacy</pre></div></div>

<p style="text-align: justify;">All should be fine after this and you have your new Grub 2 to rock with. Following is how your grub 2 will look like</p>
<p style="text-align: justify;"><img class="alignnone size-full wp-image-245" title="grub2" src="http://linuxhub.net/wp-content/uploads/2009/07/grub2.png" alt="grub2" width="550" height="367" /></p>
<p style="text-align: justify;">If you mess up something, follow the steps <a href="https://wiki.ubuntu.com/KernelTeam/Grub2Testing" target="_blank">here</a>.</p>
<p style="text-align: justify;"><span style="color: #ff0000;"><strong>Update</strong></span></p>
<p style="text-align: justify;">As Brian mentioned in the comments, you can make your Grub 2 look better in graphic mode. Check <a href="http://www.ubuntu-inside.me/2009/06/howto-change-grub2-grub-pc-splash-image.html" target="_blank">here</a> to pimp up your Grub 2. Thanks Brian!</p>
]]></content:encoded>
			<wfw:commentRss>http://linuxhub.net/2009/07/install-grub-2-on-ubuntu-jaunty-jackalope/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
	</channel>
</rss>

