I have installed Ubuntu on my laptop and now I want to remove it and the Grub Loader. How I can do it without the Windows installation disk (I cannot use the Recovery Console).

link|improve this question
This is really important. The first time I tried to do this I got an unbootable computer. – D'Arvit Jun 28 '10 at 10:46
feedback

1 Answer

up vote 2 down vote accepted

You can download a windows recovery disk to do this for you here: http://neosmart.net/blog/2008/windows-vista-recovery-disc-download/ There's a disk available for Windows Vista and Windows 7.

Download, burn and boot it. Open up the recovery command prompt and execute the following:

Bootrec.exe /fixboot
Bootrec.exe /fixmbr

Then restart the computer and remove the linux partition from disk management in Windows and format the free space to NTFS.

link|improve this answer
thanks for the link. – Alex Jun 27 '10 at 22:03
You're welcome! – BloodPhilia Jun 27 '10 at 22:09
feedback

Your Answer

 
or
required, but never shown

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