Hi Everybody
I want to uninstall Fedora8 from my PC as it has Windows7 and its creating some problem, so let me know how to uninstall Fedora 8 from my PC as it is quite different from XP.
Thank you
Aditya
SNIP

Dani AI

Generated

Following the helpful pointers from and , the straightforward, safe approach is: (1) back up any important Windows data, (2) restore the Windows 7 bootloader so GRUB is removed from the MBR, (3) remove the Fedora partitions and reclaim the 15 GB, and (4) verify/repair Windows and its filesystem. The steps below give exact commands for the boot-repair stage and a clear Windows-side partition workflow that complements the earlier suggestions.

Boot from a Windows 7 installation DVD or a System Repair Disc and open the Command Prompt from "Repair your computer". Run these to restore the Windows boot code and rebuild the Boot Configuration Data:

bootrec /fixmbr
bootrec /fixboot
bootrec /rebuildbcd

These write a clean Windows MBR, refresh the partition boot sector, and attempt to rebuild the BCD store. If the last command reports no Windows installations, export and rename the BCD then retry:

bcdedit /export C:\BCD_Backup
attrib C:\boot\bcd -h -r -s
ren C:\boot\bcd bcd.old
bootrec /rebuildbcd

Proceed to Windows (if it boots) and open Disk Management (run diskmgmt.msc). Identify the 15 GB Fedora area (no drive letter, unknown filesystem — there may be two entries if swap was created). Delete the Linux partitions to create unallocated space. If the unallocated block is immediately to the right of the system (C:) partition, use "Extend Volume" on C: to absorb it. If Extend is greyed out because the layout isn’t contiguous, either create a new NTFS partition in the free space or use a partitioning tool (GParted Live, MiniTool Partition Wizard, etc.) to move/resize partitions so Windows can be extended.

After changes, reboot and run a quick check:

chkdsk C: /f

Finally, create a system image or restore point. If any step feels risky, a clean Windows reinstall that uses the entire disk is the safe fallback. This summary ties the practical commands to the earlier community tips while clarifying the Windows-side steps and common failure modes.

Recommended Answers

All 6 Replies

Hi wapcrimers,

There isn't reall an "uninstall" for Linux. How was it installed on this machine? Is it on a separate disk or partition?

It also might help to know what kind of problem you are experiencing. Based on the information you've provided so far, all we can really do is guess at what needs to be done.

Thanks!
-G

Hi
Thanks for ur reply. Well, firstly i had created a 15 Gb partition and then install FEDORA 8 from a bootable DVD Setup by configuring BIOS settings. but now, i want to uninstall it from my PC. but haven't found any solution as it is quite different from XP.
Help me out Mr G.
Thanks :-)

I see! Okay, so one of the common issues with this is that when Linux is installed, it puts a boot loader into the MBR of the primary hard drive. You can fix this by running the Windows recovery console from the installation DVD. Here's a link that may help:

http://www.ehow.com/how_4836283_repair-mbr-windows.html

After that, you just have to decide what to do with that 15GB partition. You can probably use partition magic or something to re-claim it for your Windows installation (I don't think there's anything natively built into Windows for this), or re-format it and give it a drive letter.

I hope this helps!

Thanks Gromit.
I have tried it, but actually it doesn't works. Can u please tell me the complete process from starting in simple steps, as i'm fed up with many tricks to avoid damage.
I'll wait for ur reply.
thanks
Aditya :)

To completeley remove fedora and get the space back for your existing windows install you need to do the following:

*Backup any important data on your windows install first.*

Go to the gparted website and download the live cd. Boot into that and run the gparted application.

Delete the linux partition then select the windows partition and increase it to fill the free space.

Write the changes to your disk

Follow the instructions on the link Gromit gave you then boot back into Windows 7.

It will detect that your disk is damaged (which its not, its just confused because its got a larger partition than it expected) and repair it. Let it run and reboot as many times as it needs to, eventually it will boot back into linux.

If you don't want to do the above:

Backup all your important data from windows then just reinstall windows, repartitioning the disk so all of it is used by the Windows install.

Thanks Moncky ! I'm going to download gparted iso file....

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.