Erase MBR
Scenario / Question:
How do I remove a third party boot loader from the MBR
Solution / Answer:
Erase the first 512 bytes of the harddrive to remove the bootloader
Erase MBR
Using a linux boot cd:
# dd if=/dev/zero of=/dev/hda1 bs=512 count=1
Windows dos boot disk:
fdisk /mbr
Windows XP recovery console:
fixmbr
The information provided is for educational purposes only. All content including links and comments is provided "as is" with no warranty, expressed or implied. Use is at your own risk and you are solely responsible for what you do with it.


