Answers to: GRUB rescuehttp://linuxexchange.org/questions/2902/grub-rescue<p>I had a dual boot with win 7, Ubuntu, and Linux mint. I deleted the two partitions for Linux and Ubuntu and extended the windows partition back into the unallocated space. When I restart my computer , I get an error that reads </p> <p>"loading operating system.. GRUB loading. Error: no such partition. Entering rescue mode... Grub rescue&gt;"</p> <p>And I'm not sure how to get windows to boot back normally from here. Any help would be appreciated. Thanks! </p>enThu, 14 Aug 2014 03:12:39 -0400Answer by kalalharshalhttp://linuxexchange.org/questions/2902/grub-rescue/3393<p>Hi, If you have window 7 boot table dvd then insert into your dvd rom &amp; reboot your system. do the installation until Install Now Window will appear. then cancel the installation , remove disk &amp; reboot the system. your grub will recover.</p>kalalharshalThu, 14 Aug 2014 03:12:39 -0400http://linuxexchange.org/questions/2902/grub-rescue/3393Answer by modhttp://linuxexchange.org/questions/2902/grub-rescue/3124<p>The MBR contains 2 things of interest here: a data structure describing the partition layout, and the 1st-stage booter code. When you rig a system with GRUB that 1st-stage booter code gets overwritten with GRUB's 1st-stage. On a "dual boot" system that 1st-stage code is rigged to blindly assume it can find its subsequent stages elsewhere in the disk, typically in one of the Linux partitions. By deleting the Linux partitions you pulled the rug out from under GRUB's 1st-stage which is still present in the MBR (as is the intact partition layout info) so, as mentioned already, replacing that GRUB code in the MBR with the Windows booter is what's wanted, and that's accomplished with a Windows "Fix MBR" maneuver, an exercise left to the reader...</p>modThu, 20 Jun 2013 08:02:07 -0400http://linuxexchange.org/questions/2902/grub-rescue/3124Answer by shamilbihttp://linuxexchange.org/questions/2902/grub-rescue/3106<p>for grub2:</p> <pre><code>set root=(hd0,1) chainloader +1 </code></pre>shamilbiThu, 16 May 2013 09:19:23 -0400http://linuxexchange.org/questions/2902/grub-rescue/3106Answer by moshebagelfresserhttp://linuxexchange.org/questions/2902/grub-rescue/3105<p>If you have a Windows Boot Disk even WXP then booting into it enter the rescue/repair mode.</p> <p>Next select which version Windows</p> <p>Enter any password or just press enter.</p> <p>at the C: Type Fixboot C: type Y.</p> <p>At the C: type Fixmbr C: type Y.</p> <p>Option 2 use SuperGrub2 CD or Recuva disk and rebuild Grub.</p>moshebagelfresserThu, 16 May 2013 04:51:39 -0400http://linuxexchange.org/questions/2902/grub-rescue/3105Answer by arochesterhttp://linuxexchange.org/questions/2902/grub-rescue/2904<p>The MBR (Master Boot Record) is a separate little bit on Hard Disk.</p> <p>You need to "Repair the MBR"</p> <p>Look here: "Windows 7 - MBR - Restore Windows 7 Master Boot Record" - <a href="http://www.sevenforums.com/tutorials/20864-mbr-restore-windows-7-master-boot-record.html">http://www.sevenforums.com/tutorials/20864-mbr-restore-windows-7-master-boot-record.html</a></p>arochesterTue, 17 Jul 2012 06:14:29 -0400http://linuxexchange.org/questions/2902/grub-rescue/2904