Oh, and if you no longer want Linux on the drive at all, just boot with the Knoppix LiveCD, go to a terminal and issue this command: Code: dd if=/dev/zero of=/dev/sda bs=512 count=1
You'll need to replace /dev/sda with your actual device name such as /dev/hda.
Using the dd command above will write zeros to the entire drive giving you a totally fresh start.
If needed, you can use the fdisk -l command to determine your device name: Note that if you have a SATA hard drive, you might have to reinstall the drivers for it off of the floppy/CD that came with your motherboard or system. You can do that while installing WinXP. |