LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > MEPIS
User Name
Password
MEPIS This forum is for the discussion of MEPIS Linux.

Notices


Reply
  Search this Thread
Old 10-15-2005, 08:48 PM   #16
ToofDogger
Member
 
Registered: Aug 2005
Distribution: MEPIS
Posts: 52

Original Poster
Rep: Reputation: 15

I tried but all of the instructions that I find are for if you already have windows and you want to add linux, not if you have linux and want to add windows
 
Old 10-15-2005, 11:24 PM   #17
BittaBrotha
Member
 
Registered: Jan 2002
Location: Third Stone from the Sun
Distribution: Debian Sid, SourceMage 0.9.5, & To be Continued on a TP
Posts: 800

Rep: Reputation: 31
I don't know how much Linux knowledge you have, but it is best to install Windows and than linux. If you don't reinstalling linux, just wipe the hard drive and start over with windows first.

If you are using Win XP/2000, you should be able to install it on the second partition, windows like the first partition the best.

If you can create some free space for windows, than I don't see any reason you can't install it after linux is already install.

Try using linux cfdisk and see about creating some free space but don't format it, just leave it blank. Then use Windows cd to start the installation.

I haven't used it but heard that partition magic is one of the best partitioning programs out, but cost dollars.

Good luck.
 
Old 10-18-2005, 08:54 PM   #18
GNewbie
Member
 
Registered: Sep 2005
Distribution: (U/K/X)buntu 6.1 (newer box) / D*mn Small Linux (older box)
Posts: 326

Rep: Reputation: 31
Quote:
Originally posted by BittaBrotha
I don't know how much Linux knowledge you have, but it is best to install Windows and than linux. If you don't reinstalling linux, just wipe the hard drive and start over with windows first.

If you are using Win XP/2000, you should be able to install it on the second partition, windows like the first partition the best.

If you can create some free space for windows, than I don't see any reason you can't install it after linux is already install.

Try using linux cfdisk and see about creating some free space but don't format it, just leave it blank. Then use Windows cd to start the installation.

I haven't used it but heard that partition magic is one of the best partitioning programs out, but cost dollars.

Good luck.
i'm a GNewbie, however, i've done a fair amount of research and i was going to suggest the above, too. Save you files to external media and load windows on the HD (not sure how this is done, but google is your friend!). the best instructions i've seen so far are from vectorlinux.com

ftp://ibiblio.org/pub/linux/distribu...#integrity_win

i'm sure others are out there... and if any are better - let me know!

good luck! i think mepis is a good choice.
 
Old 10-19-2005, 12:42 PM   #19
mrb302
LQ Newbie
 
Registered: May 2004
Location: NC
Distribution: SimplyMEPIS RedHat 9
Posts: 5

Rep: Reputation: 0
Look, I'm about 1/2 a minute ahead of you on your Linux learning curve, but this was one of the first things that I did when I did the HDD Mepis install. Here's how I did it:

Windows XP was already installed on the entire harddrive. This is a little different from your application, but bear with me. I ran Mepis from the LiveCD and used the QTParted application.

With QTParted, I shrank the existing Windows partition to just over half the total drive size. You can shrink or expand existing drives without damaging the information already there. This is not fool proof, and you are prompted to back up the existing info before proceeding, but I didn't have any issues. I then used the same QTparted to create a new drive with a Linux friendly file system (ext2, Reisdorf, etc.)

Once you get all the partitions layed out the way you want them, tell the application to make the changes. Nothing happens to the drives until you execute the changes.

Once this is done you should be prompted to install the boot manager. Doing so will make the computer display a screen with all OS choices each time it is started up. You can then choose Windows, or linux, or whatever else is there.

Once you have this done, you should be able to boot to Linux. You should also be able to boot from your Windows CD and install XP on the new "windows friendly" partition.

Oh yeah, one other thing. I learned rather quickly to always refer to "it" as Windoze when asking for Linux help.

Good luck!
 
Old 10-20-2005, 09:58 PM   #20
ToofDogger
Member
 
Registered: Aug 2005
Distribution: MEPIS
Posts: 52

Original Poster
Rep: Reputation: 15
OK, i reinstalled windows, stole partition magic with limewire, created the partition, made it larger with QT parted, and now when i go to the install center it wont give me a choice on which partition to install it on... Or is it already installed just after using qt parted?
 
Old 10-20-2005, 10:01 PM   #21
duffmckagan
Senior Member
 
Registered: Feb 2005
Distribution: Cent OS 6.4
Posts: 1,163

Rep: Reputation: 49
>stole partition magic with limewire,



That is illegal.
 
Old 10-20-2005, 10:05 PM   #22
ToofDogger
Member
 
Registered: Aug 2005
Distribution: MEPIS
Posts: 52

Original Poster
Rep: Reputation: 15
Quote:
Originally posted by duffmckagan
>stole partition magic with limewire,



That is illegal.
I do realize that, but I'm not going to pay for something that I'm gonna use once then delete it... And if I didnt know it was illegal i wouldnt have said that i stole it haha
 
Old 10-21-2005, 12:46 AM   #23
GNewbie
Member
 
Registered: Sep 2005
Distribution: (U/K/X)buntu 6.1 (newer box) / D*mn Small Linux (older box)
Posts: 326

Rep: Reputation: 31
it should give you a choice of where to install mepis.

btw, if you followed the link i provided earlier, you could have learned a little about fips and fdisk and then refrained from stealing partition magic(ally shrinks your wallet).

ftp://ibiblio.org/pub/linux/distribu...#integrity_win

this is another tutorial that may interest you (it is depian based):

http://www.linux.org/lessons/index.html

anywho, a couple considerations:

1. it is common to set up /home on a different partition than your boot partition. this makes upgrading the system a lot easier. i've also seen setups where /usr is its own partition, too. that's where the programs go.

2. some folks want to access files from both windows *and* linux. IIRC, that means setting up a fat32 partition since both winxp and linux can apparently both read and write on a fat32 partition.

good luck and let me know how it goes. i will be following in your footsteps shortly. :-)
 
Old 10-21-2005, 01:26 AM   #24
GNewbie
Member
 
Registered: Sep 2005
Distribution: (U/K/X)buntu 6.1 (newer box) / D*mn Small Linux (older box)
Posts: 326

Rep: Reputation: 31
it should give you a choice of where to install mepis.

btw, if you followed the link i provided earlier, you could have learned a little about fips and fdisk and then refrained from stealing partition magic(ally shrinks your wallet).

ftp://ibiblio.org/pub/linux/distribu...#integrity_win

this is another tutorial that may interest you (it is depian based):

http://www.linux.org/lessons/index.html

anywho, a couple considerations:

1. it is common to set up /home on a different partition than your boot partition. this makes upgrading the system a lot easier. i've also seen setups where /usr is its own partition, too. that's where the programs go.

2. some folks want to access files from both windows *and* linux. IIRC, that means setting up a fat32 partition since both winxp and linux can apparently both read and write on a fat32 partition.

good luck and let me know how it goes. i will be following in your footsteps shortly. :-)
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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 Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Copy files from partition to partition too slow, SATA hard disk.What should I do£¿ Ryanlee SUSE / openSUSE 20 10-31-2005 07:30 AM
Deleted ntfs partition - added linux partition in its place - corrupt! eklhad Linux From Scratch 2 06-28-2005 01:31 AM
Partition mounting/KDE errors after creating Fat32 Partition BertBert Linux - General 1 07-07-2004 10:59 AM
Total partition size - User partition size is not equals to Free partition size navaneethanj Linux - General 5 06-14-2004 12:55 PM
Newbie Installing Debian3 on m68k w/250M Partition Needs help creating swap partition AppleMac Linux - Newbie 2 11-01-2002 08:45 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > MEPIS

All times are GMT -5. The time now is 03:21 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration