Removed Ubuntu 6.06 but GRUB's There

Asked by yogeshchande

I removed Ubuntu 6.06 from my PC but the grub still exists.How do i remove the Grub from my external Hard Disk because when i connect the hard disk to other PC's it gives an error(GRUB loading and then error).Please help.

Question information

Language:
English Edit question
Status:
Answered
For:
Ubuntu grub Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
Ralph Janke (txwikinger) said :
#1

You still have the bootloader in your Master Boot Record.

Depending on what exactly you want to do, and what is currently on the disk you have different options.

If you want to install windows on the drive, it will override the MBR when you do so.

if your disk is now totally empty, and you just want to delete your MBR, you can boot from your linux live-CD and open a terminal and execute the following command:

dd if=/dev/zero of=/dev/hda bs=512 count=1

Revision history for this message
Ralph Janke (txwikinger) said :
#2

You might need to do this with a sudo:

sudo dd if=/dev/zero of=/dev/hda bs=512 count=1

Can you help with this problem?

Provide an answer of your own, or ask yogeshchande for more information if necessary.

To post a message you must log in.