For testing purposes, I need to fidget with the MBR on a Windows7 test host: I'd like to remove the Master Boot Code but leave the Partition Table within.
Does the following Linux command do this, or does it wipe out the entire MBR, including the Partition Table?
dd if=/dev/zero of=/dev/hda bs=512 count=1
Thank you.
