<?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: Recovering GRUB After Installing Windows 7</title>
	<atom:link href="http://www.pioverpi.net/2009/08/27/recovering-grub-after-installing-windows-7/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.pioverpi.net/2009/08/27/recovering-grub-after-installing-windows-7/</link>
	<description>...but that&#039;s just one!</description>
	<lastBuildDate>Thu, 20 Oct 2011 21:26:16 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>By: Ankur</title>
		<link>http://www.pioverpi.net/2009/08/27/recovering-grub-after-installing-windows-7/comment-page-1/#comment-14850</link>
		<dc:creator>Ankur</dc:creator>
		<pubDate>Sat, 08 Oct 2011 13:07:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.pioverpi.net/?p=1128#comment-14850</guid>
		<description>i have win7 on 1st drive and ubuntu on 2nd drive and when i boot the system first bootmgr get called and it contain two entry one is win7 &amp;second is ubuntu ,when i click on ubuntu it call grub from it i get boot in ubuntu .
now i reinstall win7,after that it directly boot in win7 and i can not boot in ubuntu ,what shall i do get boot in ubuntu</description>
		<content:encoded><![CDATA[<p>i have win7 on 1st drive and ubuntu on 2nd drive and when i boot the system first bootmgr get called and it contain two entry one is win7 &amp;second is ubuntu ,when i click on ubuntu it call grub from it i get boot in ubuntu .<br />
now i reinstall win7,after that it directly boot in win7 and i can not boot in ubuntu ,what shall i do get boot in ubuntu</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: earl</title>
		<link>http://www.pioverpi.net/2009/08/27/recovering-grub-after-installing-windows-7/comment-page-1/#comment-13509</link>
		<dc:creator>earl</dc:creator>
		<pubDate>Thu, 11 Aug 2011 15:40:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.pioverpi.net/?p=1128#comment-13509</guid>
		<description>It worked for me exactly as it says.  I was just about to run the bootrec when read this post</description>
		<content:encoded><![CDATA[<p>It worked for me exactly as it says.  I was just about to run the bootrec when read this post</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lucid Lynx (10.04) and GRUB on Windows 7 &#124; Pi/Pi</title>
		<link>http://www.pioverpi.net/2009/08/27/recovering-grub-after-installing-windows-7/comment-page-1/#comment-6869</link>
		<dc:creator>Lucid Lynx (10.04) and GRUB on Windows 7 &#124; Pi/Pi</dc:creator>
		<pubDate>Sun, 20 Jun 2010 20:05:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.pioverpi.net/?p=1128#comment-6869</guid>
		<description>[...] a previous post (Recovering GRUB After Installing Windows 7) I described a situation where GRUB would not be able to detect your Windows 7 boot partition after [...]</description>
		<content:encoded><![CDATA[<p>[...] a previous post (Recovering GRUB After Installing Windows 7) I described a situation where GRUB would not be able to detect your Windows 7 boot partition after [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 开源</title>
		<link>http://www.pioverpi.net/2009/08/27/recovering-grub-after-installing-windows-7/comment-page-1/#comment-6861</link>
		<dc:creator>开源</dc:creator>
		<pubDate>Fri, 18 Jun 2010 07:01:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.pioverpi.net/?p=1128#comment-6861</guid>
		<description>Thanks！</description>
		<content:encoded><![CDATA[<p>Thanks！</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jama22</title>
		<link>http://www.pioverpi.net/2009/08/27/recovering-grub-after-installing-windows-7/comment-page-1/#comment-6322</link>
		<dc:creator>jama22</dc:creator>
		<pubDate>Mon, 19 Apr 2010 17:11:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.pioverpi.net/?p=1128#comment-6322</guid>
		<description>@carlos

Okay so that&#039;s exactly the problem with the new Windows 7 boot manager.  Most people (like you and me) don&#039;t  _want_ to deal with GRUB, so they install Windows 7 first, then install Ubuntu or Kubuntu and let the installer sort it out.  The problem with _that_ procedure is that the _existing_ GRUB installers point to the MAIN windows 7 partition, and not the super small 1mb boot partition.  

So basically what u want to do is boot off of your Kubuntu LiveCD, and then in the terminal do something like:

&lt;pre&gt;
sudo grub
root (hd0,1)
setup (hd0)
quit
sudo shutdown &quot;now&quot; -r
&lt;/pre&gt;

Hope that works for you.  Make sure u modify ur grub list too!  Again, there&#039;s quite a few guides out there that&#039;ll help u, one from the post, and one from @Peter in the comments</description>
		<content:encoded><![CDATA[<p>@carlos</p>
<p>Okay so that&#8217;s exactly the problem with the new Windows 7 boot manager.  Most people (like you and me) don&#8217;t  _want_ to deal with GRUB, so they install Windows 7 first, then install Ubuntu or Kubuntu and let the installer sort it out.  The problem with _that_ procedure is that the _existing_ GRUB installers point to the MAIN windows 7 partition, and not the super small 1mb boot partition.  </p>
<p>So basically what u want to do is boot off of your Kubuntu LiveCD, and then in the terminal do something like:</p>
<pre>
sudo grub
root (hd0,1)
setup (hd0)
quit
sudo shutdown "now" -r
</pre>
<p>Hope that works for you.  Make sure u modify ur grub list too!  Again, there&#8217;s quite a few guides out there that&#8217;ll help u, one from the post, and one from @Peter in the comments</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: carlos</title>
		<link>http://www.pioverpi.net/2009/08/27/recovering-grub-after-installing-windows-7/comment-page-1/#comment-6314</link>
		<dc:creator>carlos</dc:creator>
		<pubDate>Mon, 19 Apr 2010 03:17:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.pioverpi.net/?p=1128#comment-6314</guid>
		<description>OK, im a noob on linux, go to the facts:

I installed first windows, then i try to install kubuntu 9.10 just for don&#039;t having this problem. But the install of grub at mbr seems not effect, on rebooting, windows enter without the screen and options from grub.

if possible that windows uses other boot sector ? what&#039;s happen ?

on using gparted, it shows me a lot of partitions: 2 of them are &quot;unalocated&quot;,  one have 1 mb size, other have 7,02mb. One have taking my attention, is the hd(0,1), a exclusive partiotion requested by the windows instalation that in grub shows as boot, not the primary (hd0,0)

If possible to install grub at this partition ? how i can do this for grub menu appears and i can realy choose my system to start ?</description>
		<content:encoded><![CDATA[<p>OK, im a noob on linux, go to the facts:</p>
<p>I installed first windows, then i try to install kubuntu 9.10 just for don&#8217;t having this problem. But the install of grub at mbr seems not effect, on rebooting, windows enter without the screen and options from grub.</p>
<p>if possible that windows uses other boot sector ? what&#8217;s happen ?</p>
<p>on using gparted, it shows me a lot of partitions: 2 of them are &#8220;unalocated&#8221;,  one have 1 mb size, other have 7,02mb. One have taking my attention, is the hd(0,1), a exclusive partiotion requested by the windows instalation that in grub shows as boot, not the primary (hd0,0)</p>
<p>If possible to install grub at this partition ? how i can do this for grub menu appears and i can realy choose my system to start ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jama22</title>
		<link>http://www.pioverpi.net/2009/08/27/recovering-grub-after-installing-windows-7/comment-page-1/#comment-5789</link>
		<dc:creator>jama22</dc:creator>
		<pubDate>Sun, 07 Mar 2010 21:28:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.pioverpi.net/?p=1128#comment-5789</guid>
		<description>mmm, pictures, thanks dude</description>
		<content:encoded><![CDATA[<p>mmm, pictures, thanks dude</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Peter</title>
		<link>http://www.pioverpi.net/2009/08/27/recovering-grub-after-installing-windows-7/comment-page-1/#comment-5788</link>
		<dc:creator>Peter</dc:creator>
		<pubDate>Sun, 07 Mar 2010 21:24:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.pioverpi.net/?p=1128#comment-5788</guid>
		<description>This article is probably the best guide for it. :P And it has pictures!!!
&lt;a href=&quot;https://help.ubuntu.com/community/RecoveringUbuntuAfterInstallingWindows&quot; rel=&quot;nofollow&quot;&gt;https://help.ubuntu.com/community/RecoveringUbuntuAfterInstallingWindows&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>This article is probably the best guide for it. <img src='http://www.pioverpi.net/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' />  And it has pictures!!!<br />
<a href="https://help.ubuntu.com/community/RecoveringUbuntuAfterInstallingWindows" rel="nofollow">https://help.ubuntu.com/community/RecoveringUbuntuAfterInstallingWindows</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>

