Results 1 to 4 of 4
Hello. I've tried ubuntu, and could never get my sound working with that, so I tried fedora and had the exact same problem there. After a few days of trying ...
- 10-31-2010 #1Just Joined!
- Join Date
- Oct 2010
- Posts
- 2
[SOLVED] Removing linux and installing XP
Hello. I've tried ubuntu, and could never get my sound working with that, so I tried fedora and had the exact same problem there. After a few days of trying to figure it out I decided to give up because it was really getting ridiculous, and I just want to go back to windows where things simply work.
Now the problem is that when I boot from the windows XP install disc, it doesnt recognise anything on my harddrive and just gives me the blue screen when I press any key (after showing me the list of partitions on my harddrive, all of which are <UNKNOWN>). I'm not sure what the problem is but it must be something to do with the fact that I have linux installed, so is there any way I can completely remove Fedora and just start fresh with XP?
The only 2 options that the XP install disc gives me are 1) Install windows XP (I get blue screen), or 2) Recover windows XP installation (I dont have xp installed anyway).
Likewise, booting from my Fedora install disc only gives me the options of installing or rescuing Fedora, but not the option of removing it.
Can anyone help me please?
- 10-31-2010 #2
Boot in linux.
Go to CLI.
execute as root:
# dd if=/dev/zero of=/dev/sda bs=512
This will wipe your HD clean and you can make an xp install w/o any problems, hopefully.
EDIT: BTW, this process will be taking some time, fyi.
Last edited by nujinini; 10-31-2010 at 12:34 PM.
nujinini
Linux User #489667
- 10-31-2010 #3forum.guy
- Join Date
- May 2004
- Location
- arch linux
- Posts
- 18,095
Hello and welcome!
The command given above by nujinini should clear up this issue for you. Note that if you are running Ubuntu, you might need to add sudo to the command to get it to work:
Code:sudo dd if=/dev/zero of=/dev/sda bs=512 count=1
oz
→ new members/users: read this first | new member faq
→ no private messages requesting computer support - post them on the forums!
→ please use the "report post" button to alert our forum admins to problematic posts rather than responding to them yourself.
- 11-01-2010 #4Just Joined!
- Join Date
- Oct 2010
- Posts
- 2



