LinuxQuestions.org
Review your favorite Linux distribution.
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 02-10-2007, 05:24 PM   #1
lessax
LQ Newbie
 
Registered: Sep 2006
Location: Texas
Distribution: Mepis - PCLinusOS
Posts: 5

Rep: Reputation: 0
Installing MEPIS on a Dell Insprion E1505


I have been running MEPHIS on my desktop (started with 6.0 - now 6.0.1) for about 6 months and everything works great. Now I would like to dual-boot with XP on the Dell. However in checking with Gparted I find that the Dell already has 4 partitions:
sda1 -- fat 16 47 MB
sda2 -- ntfs 79 GB -- 14 GB used
sda3 -- ntfs 26 GB -- 3 GB used
sda4 -- fat32 8 MB
I'm not sure what the fat16 is but sda2 is my C: drive and sda3 is by D: drive. I think sda4 is a drive that Dell sets up for a re-install.
I need to keep XP on the box for my mapping programs but would really like to use MEPHIS as the primary OS. I suspect that I need 1 GB swap, 10 GB for /root, and 15 GB for /home.
BTW I have googled for this info without satisfactory results.
 
Old 02-10-2007, 07:19 PM   #2
dssw
LQ Newbie
 
Registered: Feb 2007
Location: Houston, Texas
Distribution: SimplyMEPIS-32 Version 6.0-4 (beta4)
Posts: 1

Rep: Reputation: 0
this is how I created my additional partitions

Quote:
Originally Posted by lessax
However in checking with Gparted I find that the Dell already has 4 partitions:
sda1 -- fat 16 47 MB
sda2 -- ntfs 79 GB -- 14 GB used
sda3 -- ntfs 26 GB -- 3 GB used
sda4 -- fat32 8 MB
I'm not sure what the fat16 is but sda2 is my C: drive and sda3 is by D: drive. I think sda4 is a drive that Dell sets up for a re-install.
I need to keep XP on the box for my mapping programs but would really like to use MEPHIS as the primary OS. I suspect that I need 1 GB swap, 10 GB for /root, and 15 GB for /home.
BTW I have googled for this info without satisfactory results.
Hi lessax,

You are correct that there can only be four primary partitions on the hard drive. The way around this is to use an Extended Partition for one of the primary four partitions. Since your plan is to dedicate about 26 GB to Linux, the easiest approach would be to move your data from your D: drive over to the C: drive, and plan on using that space for your Linux drives.

The steps below assume that you have GParted on a live-CD (i.e., it will boot up from the CD.)

The steps:

1.) Back-up your hard drive. (In case anything goes wrong.)

2.) In XP: Move any data from D: drive to the C: drive that you want to keep.

3.) Reboot your computer using the GParted CD.

4.) From GParted
4.a) Select the sda3 partition, and then Delete from the partition menu. (The apace sda3 occupied should then show up as unallocated space.)
4.b) Select the unallocated space, and then Create from the partition menu. In the Pop-up dialog box, change the partition type from Primary to Extended for the whole space.
4.c) Within the extended partition, create the three Linux partitions that you wanted
Create the 1st as 10 GB with ext3 as the format type.
Create the 2nd as 1 GB size with linux-swap as the format type.
Create the 3rd as 15 GB with ext3 as the format type.
4.d) Then Click Apply to implement these changes.

5.) Reboot your computer using the MEPIS live CD. Click on the Install MEPIS icon from the desktop. On the installation screen where it asks about where to install MEPIS, make sure that the "Use the entire disk" option is nor selected. Select instead the install MEPIS in custom partitions option.

I hope this helps. I have only recently begun using Linux, so my advice may not be the best, but this was the approach that I took when I installed MEPIS. By the way, when I installed MEPIS, the supplied Qtparted disk partitioner would not create the needed extended partitions, which is why I used GParted to set my partitions up before installing MEPIS.

Cheers, Dirk
 
Old 02-10-2007, 07:55 PM   #3
lessax
LQ Newbie
 
Registered: Sep 2006
Location: Texas
Distribution: Mepis - PCLinusOS
Posts: 5

Original Poster
Rep: Reputation: 0
Thanks Dirk for the quick reply.
I thought that deleting the sda3 partition would be the right way but having never worked with a Extended partition I guess I just wanted conformation.
I guess this proves that us Texans have to stick together.
 
Old 03-09-2007, 03:05 AM   #4
mepnoob2005
Member
 
Registered: Mar 2007
Location: canada
Distribution: SimplyMEPIS 6.5 final
Posts: 104

Rep: Reputation: 15
Smile Re; I have been running MEPIS on my desktop

lessax you can get by with a root partition of 5 or 6 gigs. Your linux/swap is the right size. Home should be as big as you can get. 20 Gb or bigger if you do much video storage. The new SimplyMEPIS 6.5 Rc1 can read and write to ntfs so you shouldn't need a very big windows partition. I would back up the info on sda4 and sda3. The delete them. Then re-size sda2 down as small as you can while leaving windows about 5 gigs of free room. Make your root partition next and then make an 'extended' partition out of the rest of the free space that you have made. Your 'extended' partition can be divided up into as many logical partitions as you may need down the road. Make your linux/swap and your home partitions out of the extended partition.
You can do all of these tasks at once when you use gparted. I don't use qtparted any more. Gparted is downloaded and burnt to a cd the same as any live linux cd. Gparted runs just like a linux cd and is really easy to use.
Install MEPIS using the 'custom' install to existing partitions. You'll do good.
 
Old 03-10-2007, 01:37 PM   #5
mdlinuxwolf
Member
 
Registered: Dec 2006
Distribution: Mepis and Fedora, also Mandrake and SuSE PC-BSD Mint Solaris 11 express
Posts: 385

Rep: Reputation: 42
If the new Mepis can read and write to NTFS, can it dual boot with Vista Business as well or is that still in development? I have a Lenovo laptop that has Vista on it. For its specs, it is awefully slow. I currently dual boot Linux and windows XP on an older desktop without incident.
 
Old 03-10-2007, 04:59 PM   #6
mepnoob2005
Member
 
Registered: Mar 2007
Location: canada
Distribution: SimplyMEPIS 6.5 final
Posts: 104

Rep: Reputation: 15
Smile MEPIS and dual booting.

Quote:
Originally Posted by mdlinuxwolf
If the new MEPIS can read and write to NTFS, can it dual boot with Vista Business as well or is that still in development? I have a Lenovo laptop that has Vista on it. For its specs, it is awefully slow. I currently dual boot Linux and windows XP on an older desktop without incident.
I don't see why not. If your computer can run vista, and there are a lot that can't, then I would guess that you could run MEPIS and vista together. I heard that vista was slow. I have no room for slow on my computer. That's why I use MEPIS. It's a lot faster than xp. And no virus scans all the time. Or ever. Here is a link to a post a mepislovers.org where a guy did get vista and MEPIS loaded in a dual boot set up.
http://www.mepislovers.org/index.php/topic,4238.0.html

I boot all of the distributions listed on the left. Nine of them chainloaded and many more possible if I choose. This link shows how to boot 145 operating systems on one computer.
http://www.justlinux.com/forum/showt...hreadid=147959

Last edited by mepnoob2005; 03-10-2007 at 05:05 PM.
 
  


Reply

Tags
boot, computer, how, systems


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
Multitude of problems going from FC5 to FC6 Dell Insprion 4000 rewtedesco Fedora 6 12-27-2006 11:33 AM
Dell E1505 - Anyone own one? scifiguy Linux - Hardware 22 11-10-2006 12:42 PM
Problem installing ieee80211 subsystem on a dell e1505 MooMooFarm Fedora 4 10-18-2006 02:10 PM
suse10.0 on dell insprion 9100 emg SUSE / openSUSE 1 02-28-2006 04:15 PM
Dell Insprion 4000 with Port Replicator - how to FN-F8 with external keyboard? oddiofile Linux - Hardware 0 09-03-2004 11:30 AM

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

All times are GMT -5. The time now is 06:06 PM.

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