0

Recently, I installed linux on my dad's computer, but now he wants it removed. How can I remove it, and get Windows XP back? or at least set Windows XP as default boot OS?

I need this as soon as possible.

njallam
  • 2,984
Nick Bailuc
  • 3,325
  • 12
  • 45
  • 68
  • 1
    You can refer this https://help.ubuntu.com/community/OS-Uninstaller , To mods, similar to http://askubuntu.com/questions/133533/how-to-remove-ubuntu-and-put-windows-back-on – atenz Jul 14 '12 at 10:35

1 Answers1

1

Boot into Windows and install EasyBCD on it.

Open it.

In the Deployment section, you'll have an option to write the Windows XP bootloader in the MBR. Click on it and reboot.

If everything goes well, and Windows boots up without encountering GRUB, delete the Linux partition.

  • didin't work, are you sure thats the write button? – Nick Bailuc Jul 22 '12 at 14:22
  • Pretty sure. Anyway, here's another way. Boot into live from a linux live CD and execute this command grub-install /dev/sda and then update-grub. This will definitely work but the dafault bootloader will be replaced by GRUB (the default Linux bootloader). – Akshit Baunthiyal Jul 22 '12 at 16:15
  • PS - Formatting the linux partition should be your first step (before executing these commands). – Akshit Baunthiyal Jul 22 '12 at 16:17
  • didnt work, but i want this question closed LOL i just removed the linux entry in grub so it seems like i deleted it :) thanks tho – Nick Bailuc Oct 08 '12 at 02:33