How to safely remove linux partition from Windows XP?
You will be able to remove Linux using Windows XP if you have the two operating systems installed on your hard drive. Linux is installed in HFS Partitions so it will be hidden in Windows.
You will have to follow these steps below to successfully remove Linux and restore your Master Boot Record so that Windows XP can boot.
Removing Linux in Windows XP
- Open “Control Panel”
- Open “Admistrative Tools”
- Open “Computer Management”
- Click on “Disk Management”, you will notice the partition “Unknown Partition” where linux is installed and other information.
- Right-Click on this partition and select 'Delete Logical Drive'
- Then format this partition in FAT 32 file system, it will appear in “My Computer”
Restoring Master Boot Record
You can use your Windows Boot disk with all the basic DOS Commands loaded on to the disk.
T
ype this DOS command :
Type:
C:\
Then type:
fdisk /mbr
Or you can use your Windows XP disc to run the recovery console,
pick which xp install you would like to boot in to (usually you will pick #1)
then type: fixmbr. Answer Y to the dialoge.
So now you will be able to boot Windows XP without any problem.