how to do this? Thank you
Printable View
how to do this? Thank you
Boot up from Windows XP installation CD and re-install Windows OS. Windows Installer will remove Linux.
Windows XP installation CD doesn't work in a few Linux machines. In that case, boot up Linux, open Terminal/Konsole and execute this
dd command will wipe your Hard Disk. Reboot machine.Code:su -
dd if=/dev/zero of=/dev/hda bs=521 count=1
All Installers will think that you have brand new blank HD.
Hey,
I'm trying to help them out. We cannot run that command because the filesys is mounted (obviously). Is there a way in redhad that we can boot up without it mounting the filesys so we can run that command?
Thanks
It doesn't matter if Partitions are mounted or not. You can run dd command on mounted system too. System will stop working on executing dd command.Quote:
Originally Posted by wwwjscom