Results 1 to 8 of 8
Hi,
Anyone know how to uninstall Fedora Core 6? I have no other operating system on the computer. Any help would be appreciated!! Thanks...
- 10-08-2007 #1Just Joined!
- Join Date
- Oct 2007
- Posts
- 2
Uninstall Fedora Core 6
Hi,
Anyone know how to uninstall Fedora Core 6? I have no other operating system on the computer. Any help would be appreciated!! Thanks
- 10-08-2007 #2forum.guy
- Join Date
- May 2004
- Location
- arch linux
- Posts
- 18,095
Welcome to the forums!

If you are going to install another distro, you can use the same partitions and simply install right over the Fedora installation.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.
- 10-08-2007 #3Just Joined!
- Join Date
- Oct 2007
- Posts
- 2
I am uninstalling FC 6 because it doesn't see my wireless card or my printer and I don't have time to play with it right now. I want to reinstall Windows XP for now til my class is finished, then when I am done I can learn how to use the other OS. When I put the XP disk in it starts hardware configuration and stops there (goes to blank black screen) Any suggestions? Thanks!
- 10-08-2007 #4
Boot up Fedora and login as root. Open Terminal/Konsole and execute this
Above code will wipe your Hard Disk and Windows Installation CD will work on reboot.Code:dd if=/dev/zero of=/dev/hda bs=521 count=1
In case it doesn't work, boot up Fedora again and replace hda with sda.
Code:dd if=/dev/zero of=/dev/sda bs=521 count=1
It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 10-08-2007 #5forum.guy
- Join Date
- May 2004
- Location
- arch linux
- Posts
- 18,095
The easiest option would probably be to boot into Linux by liveCD or floppy, and then invoke "dd":
Running that code will wipe your hard drive and give you a fresh start.Code:dd if=/dev/zero of=/dev/hda bs=512 count=1
Let us know how it goes.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.
- 10-08-2007 #6forum.guy
- Join Date
- May 2004
- Location
- arch linux
- Posts
- 18,095
Ahh... that devils_casper is just too fast today!
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.
- 10-17-2007 #7Just Joined!
- Join Date
- Oct 2007
- Posts
- 9
I dont actually know anything about FC or linkux so opening the command or w/e it is is a big task in itself. but i do have 3 instilations discs for FC3 which im attempting to uninstall.
- 10-17-2007 #8
Boot up from Fedora Core Installation CD and type 'linux rescue' at boot: prompt. It will drop you at shell prompt. Execute dd command at shell prompt.
It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First


Reply With Quote