LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
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 07-26-2006, 09:00 AM   #1
KStorm
Member
 
Registered: Jul 2006
Distribution: slamd64, pclinuxos2007/08, ubuntu8.04
Posts: 41

Rep: Reputation: 15
Triple boot w/XP, PCLOS, Mepis6.0


I'm presently triple-booting XP on hda with PCLinuxOS on hdb1 and Kubuntu on hdb5. I am seriously considering replacing Kubuntu with Mepis 6.0. I hear that the Mepis installer doesn't recognize other Linux partitions automatically, so I would have to manually insert the PCLinuxOS boot info onto GRUB. Can I just copy what is on my present GRUB and paste it over to the Mepis-installed GRUB? I plan on leaving the partitions just as they are...just installing Mepis over the Kubuntu partition. Thanks for your help.
 
Old 07-27-2006, 11:41 PM   #2
muddywaters
Member
 
Registered: May 2005
Location: Winnipeg, Canada
Distribution: mostly mepis
Posts: 427

Rep: Reputation: 30
I have not installed 6.0. However I have installed 3.3.1 and 3.4.3. Hopefully this advice still holds true.

I would NOT overwrite the MBR. It's not necessary. When installing MEPIS choose the option to install grub to root rather than the MBR. After completing the MEPIS install boot into PClinuxOS. Look for the file /boot/grub/menu.lst and add MEPIS into the mix. (The file may be boot/grub/grub.conf, not sure, never used PCLinuxOS)

My entry for MEPIS (in Suse's menu.lst) is simply;

title MEPIS
root (hd1, 0) *would be (hd1, 4) if MEPIS on hdb5
chainloader +1

*The chainloader +1 part? Probably not needed as it's a trick used with non-linux OS. Suse added it automagically so I left it alone.

By not overwriting the MBR the worst-case-scenario should be a non-booting MEPIS. Beats being stuck at the grub prompt.

Edit/Oops! When did you last install grub to the MBR? If it was during the kubuntu install, allowing MEPIS to install grub to MBR may be best. Getting PCLinux to boot should just be a matter of editing menu.lst in MEPIS.

Last edited by muddywaters; 07-28-2006 at 12:18 AM.
 
Old 03-13-2007, 05:13 AM   #3
smarkin
LQ Newbie
 
Registered: Oct 2005
Posts: 1

Rep: Reputation: 0
Triple boot

Triple booting with Mepis 6.5 RC1, albeit with another version of Mepis, was painless. Out of an excess of caution I had the new version grub to root. The menu.lst Mepis generated was fine. I used it in place of the existing and it booted without a hitch. I'll try it with a fourth install, probably Suse 10.2, next week.

BTW, Beryl also installed without a hitch and it's amazing (and very useful).

Last edited by smarkin; 03-13-2007 at 05:16 AM.
 
Old 03-13-2007, 08:51 AM   #4
muddywaters
Member
 
Registered: May 2005
Location: Winnipeg, Canada
Distribution: mostly mepis
Posts: 427

Rep: Reputation: 30
smarkin

Curse you for dragging up this old thread. (j/k) My reply was a total mess. The type of thing I was trying to say is is stated much tidier here;
http://forums.pcper.com/showthread.php?t=401513

Saikee is pretty close to the undisputed master of such things. Maybe he'll spot this post and provide a more recent link.

PCLinuxOS and kubuntu may provide extra challenge. If kubuntu follows ubuntu practice, the alternative install disk is needed to easily place grub in root. PClinux afaik uses lilo rather than grub.
 
Old 03-15-2007, 07:50 AM   #5
muddywaters
Member
 
Registered: May 2005
Location: Winnipeg, Canada
Distribution: mostly mepis
Posts: 427

Rep: Reputation: 30
Just now noticed this was your first post. Welcome

Hope you spotted the j/k and are not left with the impression this site is populated with jerks. Actually dragging up this thread gives me a chance to clear something up.

I originally questioned the chainloader idea because there is a popular misconception chainloading is for non-linux and the proper method is the kernel command. My feeling now is this is wrong-headed and the more complex method. A similar discussion here;
http://www.linuxquestions.org/questi...ht=chainloader

Placing the new grub to root doesn't seem like excess caution. Seems more like the safest method.

Glad to see you're enjoying 6.5. I'll be waiting a bit as 6.0 does all I need at the moment
 
Old 03-18-2007, 08:28 PM   #6
mepnoob2005
Member
 
Registered: Mar 2007
Location: canada
Distribution: SimplyMEPIS 6.5 final
Posts: 104

Rep: Reputation: 15
Grub and chainloading

Quote:
Originally Posted by muddywaters
smarkin

Curse you for dragging up this old thread. (j/k) My reply was a total mess. The type of thing I was trying to say is is stated much tidier here;
http://forums.pcper.com/showthread.php?t=401513

Saikee is pretty close to the undisputed master of such things. Maybe he'll spot this post and provide a more recent link.

PCLinuxOS and kubuntu may provide extra challenge. If kubuntu follows ubuntu practice, the alternative install disk is needed to easily place grub in root. PClinux afaik uses lilo rather than grub.
Check this link if you want to know how to use grub with PClinuxOS instead of lilo.

http://www.pclinuxonline.com/wiki/GrubMenu

Then you could chainload adding the new install to whatever grub is installed to the Mbr of hda.
If you want PClinuxOS installed on hda6 for example you would use grub on the PClinuxOS installation, installing grub to root on the PClinuxOS install then just add this to your existing grub(the one on the Mbr of hda)

title PClinuxOS at hda6
rootnoverify (hd0,5)
chainloader +1

See the link at the bottom of this post to find out to load 145 operating systems on one computer and set it all up using grub. Interesting work.


I use this method and can chainload as many operating systems as I can ever use. I have nine systems installed. All are chainloaded except the one that has grub installed to the Mbr of hda.
The grub that is installed to the Mbr of hda is the only one that you want to edit. All of the chainloaded ones have grub installed to root.

A big advantage of having grub installed to root on hda6 is that when I install another operating system to that partition I don't have to re-edit the main grub at all. I would only edit it where the title is to show what's really installed there, and you don't even need to do that. It will boot if you install another linux to hda6 and install grub to root on that install.


Here is a post of mine at another forum explaining about triple booting and grub editing. The link has three links so hope it is what you are looking for.

http://www.mepislovers.org/forums/sh...triple+booting

Look for my post on the thread.

Last edited by mepnoob2005; 03-19-2007 at 06:33 PM.
 
Old 03-19-2007, 02:02 AM   #7
muddywaters
Member
 
Registered: May 2005
Location: Winnipeg, Canada
Distribution: mostly mepis
Posts: 427

Rep: Reputation: 30
PClinuxOS has grub? Who knew? -everyone but me probably

Yeah, just googled it.
 
Old 03-19-2007, 06:31 PM   #8
mepnoob2005
Member
 
Registered: Mar 2007
Location: canada
Distribution: SimplyMEPIS 6.5 final
Posts: 104

Rep: Reputation: 15
PClinuxOS and grub

PClinuxOS uses lilo but using the info in my link you can use grub. And I just found out too about a week ago.
 
  


Reply

Tags
beryl, grub, linux, mepis



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
FC5 install stopping PCLOS completing boot Hugh Jass Fedora 4 06-10-2006 11:53 AM
Mepis6 - any details on XGL integration? lefty.crupps MEPIS 2 06-08-2006 09:28 AM
LXer: Triple Boot with Boot Camp LXer Syndicated Linux News 0 04-16-2006 05:03 PM
from dual boot to triple and quadruple boot theory_prof Linux - Newbie 10 10-06-2005 01:28 PM
triple boot system/boot disk noODle Linux - Software 4 12-23-2001 10:55 AM

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

All times are GMT -5. The time now is 04:26 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