Grub Chainloader Windows

Mar 23, 2014  Re: Solved Chainload Windows8 UEFI with Grub2-efi You might want to consider using something other than GRUB 2, which is difficult to configure. Both gummiboot. Using Grub2 (IA32) I can boot any number of 64-bit linux os's, but I've yet to find clear instructions on how to chainload a windows 7/8 installer using the Grub command line. As of now, I have a (legally obtained) Windows 7 'Home Premium' recovery ISO made into a bootable USB drive.

Active3 years, 1 month ago

This is my situation:

  • installed Ubuntu without a CD (using unetbootin)
  • dual boot installation (Windows XP+Ubuntu)
  • didn't like the installation and decided to boot into Windows and delete the Linux partitions
  • forgot to fix the mbr from within Windows

Now, when I boot, I am stuck in the GRUB rescue limbo.

Simple question:How can I boot into Windows from GRUB rescue?

I cannot boot from CD, therefore the usual solutions (recovery CD etc) do not work.An older question mentions the possibility to boot Windows but doesn't specify details: Ubuntu grub rescue prompt

Any hints?

Grub
Community
pruefsummepruefsumme

7 Answers

When GRUB is gone, so is the ability to boot into Windows. You would now need to boot from the Windows CD to restore the Master Boot Record (MBR). You can also use other boot CDs such as the Ultimate Boot CD for Windows, Bart PE or Hiren's Boot CD in case you don't have Windows installation media handy. Here are the steps:

  • Boot from the Windows CD and choose 'Repair'. Alternatively, boot from one of the other aforementioned boot CDs and run a command prompt.

  • For Windows 8 computers:

Add more tutorials for Operating Systems please.

  • Run the the following two commands in a command prompt:

Scott
17.3k11 gold badges48 silver badges92 bronze badges
Ricky RicardoRicky Ricardo

As Gilles already pointed out, grub rescue only has a few commands which allow you to load modules (e.g. from a grub rescue disk).

In my case - booting from another source wasn't possible - the only option was to remove the hdd from the computer and use a cheap external hd case to connect the disk to another computer via USB. On that computer, I used MbrFix to fix the mbr.

pruefsummepruefsumme
Windows

Another tool to add to what Ricky and preufsumme have to say is boot-repair-disk.

PCoderPCoder

You can use grub rescue to start Windows again.

The command list would be something similar to

NB: this requires the availability of modules that implement all these commands!

Grub Rescue Chainloader Windows

From reading over the comments on grub rescue this seems like it'll work then you can get into windows and reinstall the windows bootloader into the MBR. This only works however if your windows partition is the first partition on the drive AND it's on the first drive that the computer sees. If you have several drives or SATA drives instead of PATA drives then you may need to use a different command for rootnoverify (try sd0 instead of hd0)

Update me on if it works.

KravlinKravlin

I have exactly the same issue, i deleted the ubuntu partition so i could install the new one, but crapped it up and stuck in grub rescue also

I am currently searching for the fix also

Grub Chainloader Windows 8

Here is how far i have got

Grub Chainloader Windows

-http://www.makeuseof.com/tag/how-to-safely-uninstall-ubuntu-in-windows-dual-boot-environment/

It seems we need to use our windows 7 disks, boot in and delete something called an MBR

TomTom

Boot from the Windows XP/Vista/7 installation CD, and select the Repair (R) option. Select the correct partition, and then enter the Administrator account password. At the command prompt run the following commands:

Grub Boot Windows Iso

Type 'exit', and the computer will reboot.

Simon Sheehan
7,78612 gold badges45 silver badges69 bronze badges

Grub Chainload Windows Uefi

PhuqerPhuqer

I had a similar issue, I had to go into the bios to set the boot up sequence to the CD/DVD Drive first so that it would check for the boot stuff there. I am using a solution from somewhere else that told me to first re-install Ubuntu so that the grub loader is installed then you can get back into windows and remove the partition the right way. hope this helps someone out there

MalachiMalachi
9441 gold badge10 silver badges26 bronze badges

Grub Chainloader +1

protected by studiohackJan 20 '12 at 20:22

Grub Chainload Windows Efi

Thank you for your interest in this question. Because it has attracted low-quality or spam answers that had to be removed, posting an answer now requires 10 reputation on this site (the association bonus does not count).
Would you like to answer one of these unanswered questions instead?

Grub Boot Windows

Not the answer you're looking for? Browse other questions tagged linuxubuntugrubmbr or ask your own question.