I want to completely remove Ubuntu from my system. But if I delete the partition, the Grub files will be deleted and that will leave me "Bootloader-less". How can I workaround this?
Tell me more
×
Ask Ubuntu is a question and answer site for
Ubuntu users and developers. It's 100% free, no registration required.
|
|
This is the simpliest method I can think of:
Now the Windows bootloader is back. You can mess up the Ubuntu partition at will. |
|||
|
|
|
You can either boot into Windows (you seem to have an existing installation) and install EasyBCD (free for non-commercial use) to fix the bootloader, or boot with the Windows install disc, which gives you an option to repair the bootloader as well. |
|||
|
|
Removing Ubuntu and fixing the Windows bootloaderBoot up a live CD or USB and delete your Ubuntu (ext4 and swap) partitions using GParted. You can expand your Windows partitions at this point as well. Then, open up the terminal and use these commands:
When you reboot, you should boot straight into your Windows install. |
|||
|
|