I installed Ubuntu and now I want to get rid of it because I hardly use it. I deleted the Ubuntu partitions, but that also broke Grub. I reinstalled Ubuntu and then repaired Grub, but I still want to get rid of Ubuntu. I don't have a CD burner, so I cant create a Windows rescue disk. I want to know if I can delete Ubuntu partitions and reinstall Grub via live USB to still be able to boot into Windows 7.
Asked
Active
Viewed 2,761 times
3
1 Answers
0
You can delete the partitions, and then try boot-repair: That will repair Grub and not install Ubuntu.

Richard
- 8,502
- 11
- 47
- 72
-
I think he'll need at least a partition for Grub files (i.e.
/boot
) as I doubt that Grub supports NTFS. – Andrea Corbellini Aug 29 '13 at 09:26
cat /etc/fstab/
andfdisk -l
– Braiam Aug 28 '13 at 14:47