Attention: PROnetworks has upgraded our forum from phpbb2 to phpbb3!!

Please head over to our new converted forum at: http://www.pronetworks.org/forums/

This old forum will remain 'read-only' until approximately February 2009. We look forward to seeing you at the new forum!
Author Message
gries818
PostPosted: Sun Apr 16, 2006 11:35 am Reply with quote

PROfessional Member
 
 


Joined: 07 Jul 2004
Posts: 6572
If your like me you probably are pretty curious about other OS (or various types of Linux Distros). I have dual-booted several flavors of Linux and removed them after experimenting with them for a week or two.

This guide is meant for a person who has a medium skill level at computers but who is stuck in finding the resources (with out spending money) to remove Linux.

Pre-Removal

1. You are going to need to back up your data like you did before you installed Linux. Hey maybe you are lucky and your back-up is still current.

2. You are going to need you Windows XP reinstall disc. I don't know of any way to do this with any other version of Windows. Maybe someone can post a reply to this post with that information.

3. You are going to need a Partition Manager. If you used the Linux Install Disc to partition your hard drive and don't have a Partition Manager then I would recommend the GParted Live CD.

4. If you are using the LiveCD you will need a program to burn ISO Images if you don't already have one. I would recommend
ISO Recorder.

5. Your obviously going to need to back-up any data in Linux that you need saved.

Removal Process

1. Restart you computer and under the BIOS settings make sure that your computer boots to CD Drive first.

2. In Windows (or Linux) insert the XP CD in the CD drive and hit restart.

3. The Windows CD will boot and will give you the option to reinstall or go the recovery menu. Go to the recovery console.

4. When in the recovery console (which is DOS) type:
Code:
fixmbr \Device\HardDisk0


5. Now type exit and take out the XP Disc. It should go into Windows. Burn the GParted CD (or open your Partition Manager). If you are using GParted you will need to put the burnt CD in the CD drive and reboot. It will load into the GParted program after asking you questions about your keyboard and mouse.

6. Get rid of the Linux Partition. Make sure you don't get rid of the Windows Partition. Add the Unallocated space back to you main Windows Partition.

7. Close GParted, and reboot by right clicking and selecting reboot. Now as Windows boots up pat yourself on the back as Windows checks your drive(s) (don't exit out of ckdisk).


Congrats on a Job Well Done!
 
Back to top
l33t
PostPosted: Sun Apr 16, 2006 1:32 pm Reply with quote

PRO Level 15
 
 


Joined: 01 May 2005
Posts: 1019
gries818 wrote:
If your like me you probably are pretty curious about other OS (or various types of Linux Distros). I have dual-booted several flavors of Linux and removed them after experimenting with them for a week or two.

This guide is meant for a person who has a medium skill level at computers but who is stuck in finding the resources (with out spending money) to remove Linux.

Pre-Removal

1. You are going to need to back up your data like you did before you installed Linux. Hey maybe you are lucky and your back-up is still current.

2. You are going to need you Windows XP reinstall disc. I don't know of any way to do this with any other version of Windows. Maybe someone can post a reply to this post with that information.

3. You are going to need a Partition Manager. If you used the Linux Install Disc to partition your hard drive and don't have a Partition Manager then I would recommend the GParted Live CD.

4. If you are using the LiveCD you will need a program to burn ISO Images if you don't already have one. I would recommend
ISO Recorder.

5. Your obviously going to need to back-up any data in Linux that you need saved.

Removal Process

1. Restart you computer and under the BIOS settings make sure that your computer boots to CD Drive first.

2. In Windows (or Linux) insert the XP CD in the CD drive and hit restart.

3. The Windows CD will boot and will give you the option to reinstall or go the recovery menu. Go to the recovery console.

4. When in the recovery console (which is DOS) type:
Code:
fixmbr \Device\HardDisk0


5. Now type exit and take out the XP Disc. It should go into Windows. Burn the GParted CD (or open your Partition Manager). If you are using GParted you will need to put the burnt CD in the CD drive and reboot. It will load into the GParted program after asking you questions about your keyboard and mouse.

6. Get rid of the Linux Partition. Make sure you don't get rid of the Windows Partition. Add the Unallocated space back to you main Windows Partition.

7. Close GParted, and reboot by right clicking and selecting reboot. Now as Windows boots up pat yourself on the back as Windows checks your drive(s) (don't exit out of ckdisk).


Congrats on a Job Well Done!


or more simpliy...
get an Xp restore CD (ask a friend if you can borrow one...)
boot it into restore mode.... it will be AFTER it says "press "r" to do an automated recovery"

then when you are at the login, give ADMIN rights 9admin account, or equivelent)

then type fixmbr

then restart, boot up in to windows... (it should have booted into windows... without user intervention)

then go right click on "my computer"
select manage...
then on the left, look for "disk managment"

then, look for the isk that has the OS installed.. windows will not recognise it... right click on it, and select the option that lets you create a new partition.

it will format over the linux (or what ever it is) and make it windows partition....

your done!
then if you want to, there are tools which will let you merge the two (or more) partitions into one.

also, google is your friend!
 
Back to top
crazygamer
PostPosted: Sun Apr 16, 2006 1:45 pm Reply with quote

PRO Level 8
 
 


Joined: 27 Jul 2004
Posts: 308
Location: CA
To restore Windows's bootloader with any version of Windows other than Vista, use a restore floppy or CD and type:
Code:

fdisk /mbr
 
Back to top
gries818
PostPosted: Sun Apr 16, 2006 5:20 pm Reply with quote

PROfessional Member
 
 


Joined: 07 Jul 2004
Posts: 6572
Quote:
or more simpliy...
get an Xp restore CD (ask a friend if you can borrow one...)
boot it into restore mode.... it will be AFTER it says "press "r" to do an automated recovery"

then when you are at the login, give ADMIN rights 9admin account, or equivelent)

then type fixmbr

then restart, boot up in to windows... (it should have booted into windows... without user intervention)

then go right click on "my computer"
select manage...
then on the left, look for "disk managment"

then, look for the isk that has the OS installed.. windows will not recognise it... right click on it, and select the option that lets you create a new partition.

it will format over the linux (or what ever it is) and make it windows partition....


I didn't know you could do that. Much simpliar than my way I guess. My instructions are how I gotten rid of Linux multiple times. Next time I will try it you way I guess.

Thanks for the feedback!
 
Back to top
l33t
PostPosted: Sun Apr 16, 2006 8:53 pm Reply with quote

PRO Level 15
 
 


Joined: 01 May 2005
Posts: 1019
gries818 wrote:
Quote:
or more simpliy...
get an Xp restore CD (ask a friend if you can borrow one...)
boot it into restore mode.... it will be AFTER it says "press "r" to do an automated recovery"

then when you are at the login, give ADMIN rights 9admin account, or equivelent)

then type fixmbr

then restart, boot up in to windows... (it should have booted into windows... without user intervention)

then go right click on "my computer"
select manage...
then on the left, look for "disk managment"

then, look for the isk that has the OS installed.. windows will not recognise it... right click on it, and select the option that lets you create a new partition.

it will format over the linux (or what ever it is) and make it windows partition....


I didn't know you could do that. Much simpliar than my way I guess. My instructions are how I gotten rid of Linux multiple times. Next time I will try it you way I guess.

Thanks for the feedback!


never a problem

crazygamer wrote:
To restore Windows's bootloader with any version of Windows other than Vista, use a restore floppy or CD and type:
Code:

fdisk /mbr


thats the simpliest way tho...
 
Back to top
gries818
PostPosted: Tue May 02, 2006 12:07 pm Reply with quote

PROfessional Member
 
 


Joined: 07 Jul 2004
Posts: 6572
i really feel more comfortable with my way though...

lol

*edit*

i just did this yesterday.
 
Back to top
l33t
PostPosted: Tue May 02, 2006 6:43 pm Reply with quote

PRO Level 15
 
 


Joined: 01 May 2005
Posts: 1019
gries818 wrote:
i really feel more comfortable with my way though...

lol

*edit*

i just did this yesterday.


hey, thats not a problem... do what ever works for you
 
Back to top
gries818
PostPosted: Mon May 08, 2006 5:58 pm Reply with quote

PROfessional Member
 
 


Joined: 07 Jul 2004
Posts: 6572
crazygamer wrote:
To restore Windows's bootloader with any version of Windows other than Vista, use a restore floppy or CD and type:
Code:

fdisk /mbr


Can I do this in the regular old command prompt?
 
Back to top
gries818
PostPosted: Fri May 12, 2006 9:18 pm Reply with quote

PROfessional Member
 
 


Joined: 07 Jul 2004
Posts: 6572
i couldn't get the fdisk /mbr to work at the command prompt or at the recovery console on XP...
 
Back to top
Back to top
Index >> Guides, FAQ's, & How To's >> How to: Remove Linux from a Dual-Booting System

Page 1 of 1

 


Tired of the Ads? Registered users have 80% less adverts.