Quote (AwPhuch @ Dec. 06 2005,02:43) |
HD must be Primary on IDE0 Brian AwPhuch |
Quote (skaos @ Dec. 06 2005,08:02) |
If you don't mind wiping the entire disk, you can boot the live CD and use this command (assuming /dev/hda is your disk): dd if=/dev/zero of=/dev/hda Alternatively, you could wipe only the master boot record: dd if=/dev/zero of=/dev/hda bs=512 count=1 |