Personal Development for Smart People Forums

Personal Development for Smart PeopleTM Forums

 

Go Back   Personal Development for Smart People Forums > Personal Development > Technology & Technical Skills

Notices

Technology & Technical Skills Computer skills, hardware, software, internet topics, gadgets, programming

Reply
 
Thread Tools Display Modes
Old 06-06-2008, 11:14 AM   #1 (permalink)
Family Member
 
Join Date: Nov 2006
Location: Oblong, Illinois
Posts: 3,335
Gene has a spectacular aura aboutGene has a spectacular aura aboutGene has a spectacular aura about
Default Dual boot system Windows XP Pro and Linux

I have a system running Windows XP Professional and Mepis In a dual boot configuration using the dual boot utility which came with the Mepis install. For reasons not pertinent to this question I need to remove Mepis from the system while leaving the windows operating system intact and functioning. Both operating systems are installed on the same physical hard drive in different partitions.

I've asked how to accomplish this task a few places and mostly get silence or anti Microsoft tirades. If someone here can offer advice on how to accomplish my mission with minimal angst I would be grateful.

I do of course have up to date backups but hope it will not be necessary to use them! <Grin>
Gene is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 06-06-2008, 12:30 PM   #2 (permalink)
Senior Member
 
Join Date: May 2007
Posts: 233
Restrikted will become famous soon enough
Default

I've never used Mepis, but I'm pretty sure Ubuntu comes with a complete uninstall utility, which formats that partition and adds it on to Windows. You might want to check if your distro has the same type of program.

Another method (I WOULDN'T recommend this), which I used a few months ago when I uninstalled Ubuntu, is to just use Partition Magic, format the partition, add the empty space back onto windows, and reboot. However, this was before I realized Ubuntu had a simple program to remove itself. Anyway, when I rebooted, I think it said something along the lines of not being able to access the operating system and threw some weird error code at me (probably because the linux partition was before the xp partition). I did a quick Google search on another computer, and I just had to use a simple command to fix the problem. Everything was left intact luckily.

Anyway, that's about all the info I can give. I'm not the most well-versed in this type of thing, so take any advice above with a grain of salt.
Restrikted is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 06-06-2008, 12:34 PM   #3 (permalink)
Family Member
 
Join Date: Dec 2006
Location: Texas, USA
Posts: 3,709
{aspiring_to_clarity} will become famous soon enough
Default

Have you tried the Ubuntu forums? I know that it's a different distro, but they have a section where you can get help for stuff besides Ubuntu. For the most part people are really nice and helpful there...they've walked me through all my questions when I switched to Linux.

Sorry I don't have the answer, but hopefully you can find it there!
{aspiring_to_clarity} is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 06-06-2008, 12:50 PM   #4 (permalink)
Junior Member
 
Join Date: Jun 2008
Location: Amsterdam, NL (originally Lisbon, PT)
Posts: 16
WageMage is on a distinguished road
Default Master boot record

Quote:
Originally Posted by Gene View Post
I do of course have up to date backups but hope it will not be necessary to use them! <Grin>
GOOD! Common sense check passed, congratulations, it's incredible how many people forget this.

Hi, fundamentally you have either LiLo or GrUB doing your boot managing - the trick here is to bypass that and boot directly into windows. Now there's a few ways you can go about this:


1) FDISK... yes, our friend from way back in the DOS days - go into a command prompt in windows, type fdisk -mbr ... or /mbr... well, google around (sorry, no windows box to test it), the important thing is to run it with the MBR (Master Boot Record) switch - it'll overwrite LiLo/GrUB and boot directly into windows. You can then re-approriate the space in the linux partition from volume management.

2) A "rescue install" or somesuch of windows will do it. Slightly sub-optimal, though.

3) Re-installing windows will absolutely do it. It is, however, sub-optimal as hell.

If you're stuck pm me, I'll take a more careful look at it.

Cheers!

PS: <insert anti-microsoft rant here>
WageMage is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 06-06-2008, 01:00 PM   #5 (permalink)
Senior Member
 
Join Date: Jul 2007
Location: Eugene, Oregon
Posts: 198
JimC will become famous soon enough
Default

What WageMage said, I would agree with. But the easiest route, in my opinion, would be to save your important files and just reformat the whole drive and put a fresh copy of Windows on.

This would prevent future problems from the previous set ups you've had and you get a fresh install of the OS. Then just put your files back on.
JimC is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 06-06-2008, 03:15 PM   #6 (permalink)
Family Member
 
Join Date: Nov 2006
Location: Berlin, Germany
Posts: 8,749
Brutha has much to be proud ofBrutha has much to be proud ofBrutha has much to be proud ofBrutha has much to be proud ofBrutha has much to be proud ofBrutha has much to be proud ofBrutha has much to be proud ofBrutha has much to be proud ofBrutha has much to be proud of
Default

Quote:
Have you tried the Ubuntu forums? I know that it's a different distro, but they have a section where you can get help for stuff besides Ubuntu. For the most part people are really nice and helpful there...they've walked me through all my questions when I switched to Linux.
They probably not that nice when you ask about how to switch to windows and I guess that were the anti Microsoft tirades Gene was talking about.
Brutha is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 06-06-2008, 03:21 PM   #7 (permalink)
Family Member
 
Join Date: Dec 2006
Location: Texas, USA
Posts: 3,709
{aspiring_to_clarity} will become famous soon enough
Default

Quote:
Originally Posted by Brutha View Post
They probably not that nice when you ask about how to switch to windows and I guess that were the anti Microsoft tirades Gene was talking about.
Yeah, there are some like that, but they help people out all the time with Windows stuff. There's even a separate forum for Windows questions. It should be a helpful place, despite some annoying fanboys.
{aspiring_to_clarity} is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 06-06-2008, 08:46 PM   #8 (permalink)
Senior Member
 
Join Date: Nov 2006
Posts: 326
ragtag will become famous soon enoughragtag will become famous soon enough
Default

Just restore the master boot record as mentioned earlier.

There are also tools that let you expand existing partitions, so you should be able to make your old linux partition one with your C:/ drive on Windows, if that's what you want. Though I haven't tested any of these.
ragtag is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 06-06-2008, 11:58 PM   #9 (permalink)
Family Member
 
Join Date: Nov 2006
Location: Oblong, Illinois
Posts: 3,335
Gene has a spectacular aura aboutGene has a spectacular aura aboutGene has a spectacular aura about
Default Thanks everyone.

Quote:
Originally Posted by ragtag View Post
Just restore the master boot record as mentioned earlier.

There are also tools that let you expand existing partitions, so you should be able to make your old linux partition one with your C:/ drive on Windows, if that's what you want. Though I haven't tested any of these.
I found a friendly reception on the Mepis forums after I posted here. There were a few questions asking why switch but no abuse and I actually found a rather painless command line solution to my problem.

I like Linux and continue to use Linux, Mepis and Suse. This particular system is going in to an environment where windows is a challenge for some of the potential users and I wanted to simplify,

Thanks to all for listening and for suggesting solutions!
Gene is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Advice About Dual Booting Linux (Ubuntu) and XP. Andrew Michaels Technology & Technical Skills 7 06-21-2007 09:16 AM
Calendaring On Linux Cron Technology & Technical Skills 2 05-12-2007 11:36 AM
Have you ever installed linux or do you use it? FutureBillionaire Technology & Technical Skills 19 11-22-2006 10:42 PM
BOOT CAMP for Personal Effectiveness Stephen Personal Effectiveness 3 11-09-2006 08:11 AM


All times are GMT. The time now is 12:13 PM.


Powered by vBulletin® Version 3.8.2
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.1.0
Copyright © 2010 by Pavlina LLC