Celeb Glow
general | March 23, 2026

How do I remove ubuntu from a windows 7 machine without the recovery disk?

I have a computer that originally came with windows 7. I recently installed Ubuntu 11.04 (natty) on it. Now, I want to remove it from the computer while keeping windows. Unfortunately, I don't have the windows recovery disk anymore... Is there a way I can delete ubuntu without deleting the booting program (the purple screen where you can select the operating system)?

4 Answers

Why would you want to keep Ubuntu bootloader (GRUB) if you're removing Ubuntu? I'm not sure it's possible because I believe GRUB stores some of its files on the partition you're going to remove.

I believe you need to re-install Windows boot loader, then you just boot into Windows and delete Ubuntu partition using standard Windows tools. You may be able to resize the windows partition to take up the free space or create a new NTFS partition there.

(as such, the question turns out to be totally unrelated to Ubuntu... you can do everything in Windows)

3

google for easy bcd and install it while in windows. With this program you can create the MBR needed for the windows onls system. After that you can delete ubuntu partition and you are fine.

You could also try to create recovery disc: if that seems more convenient to You.

If needed You can use Windows bootloader. In menu start write msconfig and press enter. Than in boot options You have to find option: other systems display time or something similar. Set value to 30 sec. regards

How To Delete Ubuntu From An Ubuntu + Windows 7 Dual Boot:

This will allow you to remove Ubuntu, while maintaining access to Windows 7. You will still be using Grub.

  1. Download "Parted Magic" and burn it to a dvd. (Or you can use an ubuntu live cd) [
  2. Boot "Parted Magic" and select "Run From Ram"
  3. Open Gparted, and delete your ubuntu parition(s), and swap partition.
  4. Reboot into windows, and install "EasyBCD" [
  5. Using EasyBCD remove the Ubuntu entries from your bootloader.
  6. Uninstall EasyBCD

PLEASE NOTE: If your windows partition is BEFORE your Ubuntu partitions, you can safely expand the windows partition to use that space up, if you do this from linux you will get a disk check error upon booting windows the first time, don't worry, let disk check examine your disk, which should only take a few minutes.

Sincerely, tapthoseshoesandwish

Sources:

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy