I recently changed from Windows 7 to Ubuntu 10.04 as my default OS.
I formatted the hard drive with Windows 7 on it, but it still shows the boot loader at startup.
How do I remove the Windows 7 bootloader?
|
I recently changed from Windows 7 to Ubuntu 10.04 as my default OS. I formatted the hard drive with Windows 7 on it, but it still shows the boot loader at startup. How do I remove the Windows 7 bootloader?
| |||||||
feedback
|
This question came from our site for professional and enthusiast programmers.
|
Install the Grub or Grub2 and you have to edit menu.lst in case of grub and grub.cfg in case of grub2 for windows selection according to the partition. | |||
|
feedback
|
|
You might need to get grub to rescan to allow it to find / not find any operating systems that have been added / removed since grub was installed. The command is update-grub, and there is a Ubuntu Howto on using Grub that you might find useful. | |||
|
feedback
|