Results 1 to 5 of 5
how to do this? Thank you...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 09-21-2007 #1Just Joined!
- Join Date
- Jul 2007
- Posts
- 2
Sounds bad, but I want to completely uninstall Redhat linux and install windows XP. >
how to do this? Thank you
- 09-21-2007 #2
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.It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 10-04-2007 #3Just Joined!
- Join Date
- Aug 2006
- Posts
- 6
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
- 10-05-2007 #4Registered Linux user #270181
TechieMoe's Tech Rants
- 10-09-2007 #5It 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.
Originally Posted by wwwjscom It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First


Reply With Quote

