Find the answer to your Linux question:
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...
  1. #1
    Just 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

  2. #2
    oz
    oz is offline
    forum.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.

  3. #3
    Just 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!

  4. #4
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    Boot up Fedora and login as root. Open Terminal/Konsole and execute this
    Code:
    dd if=/dev/zero of=/dev/hda bs=521 count=1
    Above code will wipe your Hard Disk and Windows Installation CD will work on reboot.
    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

  5. #5
    oz
    oz is offline
    forum.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":

    Code:
    dd if=/dev/zero of=/dev/hda bs=512 count=1
    Running that code will wipe your hard drive and give you a fresh start.

    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.

  6. #6
    oz
    oz is offline
    forum.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.

  7. #7
    Just 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.

  8. #8
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    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

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...