My Ubuntu partition is gone but when I boot up, Grub still asks if I want to boot into Windows 7 or Ubuntu. To put it simply how do I get it to stop asking for Ubuntu and only have 7.
Asked
Active
Viewed 83 times
2 Answers
4
Even if you delete the Ubuntu partition, the Grub boot loader will still be there. So in order to repair your boot loader you need a windows 7 repair disk. After booting from repair disk.
- Open the command prompt
- Type following at command prompt
bootrec.exe/fixbootand hit enterbootrec.exe/fixmbrand hit enter Then reboot your system and you will boot directly into windows 7.
Agmenor
- 16,394
KashmirHackers
- 349
0
It's possible to keep using Grub without Ubuntu, I like it much more this way.
Just boot from Ubuntu LiveCD (or an USB stick) launch terminal and tipe sudo update-grub2, wait untill completation and that's it.
NotFromBrooklyn
- 285