24
15
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?
You may also boot from a LiveCD of Ubuntu and then move the bootloader to Windows:
sudo apt-get install lilo ; sudo lilo -M /dev/sda mbr
+1 I found this to work too, on Windows 10 32 bit Pro installation media DVD that I created using Media Creation Tool ( http://windows.microsoft.com/en-gb/windows-10/windows-10-recovery-options ). My problem was that had deleted my Linux partition by mistake when wanting to adjust the size of the partitions, in the Windows Partition Manager. This answer here fixed my issue - I can now boot into Windows. I will re-run my Linux install DVD as I wanted dual boot Windows 10 and XUbuntu. Thanks very much.
– therobyouknow – 2016-02-06T16:57:19.667