LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 11-02-2010, 10:31 AM   #1
TigerLinux
Senior Member
 
Registered: Sep 2005
Location: Kuala Lumpur, Malaysia
Distribution: Ubuntu 11.04
Posts: 1,731

Rep: Reputation: 30
Dual Boot Mandriva2010 and Opensuse 11.3


I had installed mandriva first.
I reserved 30GB for opensuse.
Now, is it safe to just install Opensuse and it will autodetect my Mandriva and preserves it in bootloader?
 
Old 11-02-2010, 10:46 AM   #2
pawelch
LQ Newbie
 
Registered: Jul 2010
Posts: 26

Rep: Reputation: 0
I think it rather over-write it... Should ask about it during the installation though..
 
Old 11-02-2010, 12:42 PM   #3
Samotnik
Member
 
Registered: Jun 2006
Location: Belarus
Distribution: Debian GNU/Linux testing/unstable
Posts: 471

Rep: Reputation: 40
Yes, it's safe. It will detect mandriva and add it to bootloader menu. Or you can keep mandriva bootloader (just refuse to install bootloader during installation, then start mandriva, and run update-grub. It will detect your opensuse installation, and add it to bootloader menu.)
 
Old 11-06-2010, 10:01 AM   #4
TigerLinux
Senior Member
 
Registered: Sep 2005
Location: Kuala Lumpur, Malaysia
Distribution: Ubuntu 11.04
Posts: 1,731

Original Poster
Rep: Reputation: 30
can I share Swap partition for both linuxes?
 
Old 11-06-2010, 10:11 AM   #5
Nylex
LQ Addict
 
Registered: Jul 2003
Location: London, UK
Distribution: Slackware
Posts: 7,464

Rep: Reputation: Disabled
Quote:
Originally Posted by TigerLinux View Post
can I share Swap partition for both linuxes?
Yes, because only one distribution will be using it at a time. Really, though, you might not even need a swap partition (depending on the amount of RAM you have).
 
Old 11-06-2010, 11:12 AM   #6
TigerLinux
Senior Member
 
Registered: Sep 2005
Location: Kuala Lumpur, Malaysia
Distribution: Ubuntu 11.04
Posts: 1,731

Original Poster
Rep: Reputation: 30
how about the / and /home partition? Both uses the same lable, will it be confused?
 
Old 11-07-2010, 12:38 AM   #7
Nylex
LQ Addict
 
Registered: Jul 2003
Location: London, UK
Distribution: Slackware
Posts: 7,464

Rep: Reputation: Disabled
What do you mean? You won't want to share the root partition between distributions. You could share the partition on which /home resides, but I'm not sure it's advisable - different distros have different configs (or perhaps just different versions of the same config files) that go in the user's home directory and yes, that could get confused.
 
Old 11-07-2010, 01:21 AM   #8
theKbStockpiler
Member
 
Registered: Sep 2009
Location: Central New York
Distribution: RPM Distros,Mostly Mandrake Forks;Drake Tools/Utilities all the way!GO MAGEIA!!!
Posts: 986

Rep: Reputation: 53
You are going to install Open suSe too? So am I! Really!

Things about Grub you may find interesting.

Grub has a shell that you can invoke that will just have temporary effects so you can experiment with it. You do this while it is booting.You can boot any system with the Grub style shell terminal if you know where it is located as in drive/ partition.

Make a copy of your menu.lst from your current distro and save one as well from your new install on paper so when grub decides to dump one of your O.S's you don't have to reinstall it.Computer>Filesystem>Boot>Grub>menu.lst.Reinstalling your boot loader would not fix it. You can't JUST put grub on it's own partition and have it work. The first stage of grub needs a way to find it. I now this from experience and can't help how to implement it.I wish I did.


May the Linux Deities be with You! Serendipity to All!

Last edited by theKbStockpiler; 11-07-2010 at 01:24 AM.
 
Old 11-07-2010, 01:51 AM   #9
TobiSGD
Moderator
 
Registered: Dec 2009
Location: Germany
Distribution: Whatever fits the task best
Posts: 17,148
Blog Entries: 2

Rep: Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886
Quote:
Originally Posted by theKbStockpiler View Post
Things about Grub you may find interesting.

Grub has a shell that you can invoke that will just have temporary effects so you can experiment with it. You do this while it is booting.You can boot any system with the Grub style shell terminal if you know where it is located as in drive/ partition.

Make a copy of your menu.lst from your current distro and save one as well from your new install on paper so when grub decides to dump one of your O.S's you don't have to reinstall it.Computer>Filesystem>Boot>Grub>menu.lst.Reinstalling your boot loader would not fix it. You can't JUST put grub on it's own partition and have it work. The first stage of grub needs a way to find it. I now this from experience and can't help how to implement it.I wish I did.


May the Linux Deities be with You! Serendipity to All!
If I am correct, both distros use Grub2, so there will be no menu.lst-file. Grub2 is configured with the grub.cfg-file, which is automatically generated from the update-grub command. In any case, if your bootloader "dumps" an OS you do not have to reinstall, it is easy to fix this issues. But in general it is not wrong behaviour to have backups of config files.
 
Old 11-07-2010, 02:01 AM   #10
TigerLinux
Senior Member
 
Registered: Sep 2005
Location: Kuala Lumpur, Malaysia
Distribution: Ubuntu 11.04
Posts: 1,731

Original Poster
Rep: Reputation: 30
is it better to run another linux os in vmware or virtual box?
but that would be slow if ur CPU not fast enough and lack of memory
 
Old 11-07-2010, 02:05 AM   #11
Nylex
LQ Addict
 
Registered: Jul 2003
Location: London, UK
Distribution: Slackware
Posts: 7,464

Rep: Reputation: Disabled
Better in what way? It's better if you want to have them running at the same time, I guess.
 
Old 11-07-2010, 08:39 AM   #12
TigerLinux
Senior Member
 
Registered: Sep 2005
Location: Kuala Lumpur, Malaysia
Distribution: Ubuntu 11.04
Posts: 1,731

Original Poster
Rep: Reputation: 30
if the CPU and ram is high performance, running in virtualbox is ok.
 
Old 11-07-2010, 10:25 AM   #13
Nylex
LQ Addict
 
Registered: Jul 2003
Location: London, UK
Distribution: Slackware
Posts: 7,464

Rep: Reputation: Disabled
Quote:
Originally Posted by TigerLinux View Post
if the CPU and ram is high performance, running in virtualbox is ok.
Have you answered your own question?
 
Old 11-07-2010, 11:26 AM   #14
markush
Senior Member
 
Registered: Apr 2007
Location: Germany
Distribution: Slackware
Posts: 3,979

Rep: Reputation: Disabled
Hello TigerLinux,
Quote:
Originally Posted by TigerLinux View Post
how about the / and /home partition? Both uses the same lable, will it be confused?
sharing the / partition isn't possible. Sharing the /home partition is possible but not usefull. Im dualbooting Gentoo and Arch and I have a /home partition for every distribution. The Problem with sharing home is that many programs are not in the same version on both distros. I've tried sharing home and experienced great problems with Firefox and Thunderbird. The language addons for this programs often change with every version and are not compatible with older versions.
A workaround could be, to create two minimal partitions for the two homes, e.g. 3GB and create a big partition which is mounted for exampe as /usr/local/public on both distributions. When using the same users with the same password, one can share dokumentes in this folder but the configurationfiles in the .directories in every home are separated.

Markus
 
Old 11-08-2010, 01:33 AM   #15
tommyttt
Member
 
Registered: Oct 2009
Location: Federal Way, WA
Distribution: openSUSE 11.4 x86_64, openSuSE 12.1, Fedora 15
Posts: 207

Rep: Reputation: 34
Quote:
Originally Posted by TigerLinux View Post
how about the / and /home partition? Both uses the same lable, will it be confused?
This is not recommended as the configuration/desktop files are likely to be different. I would recomment a separate /data partition containing /documents, /pictures, /music, etcetera (personal files) and put soft links in each /home partition. Definately DN NOT use a common "/" as one distro will overwrite the other causing a real mess.

Tom
 
  


Reply



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
Dual boot Windows XP and OpenSuse ggyyree Linux - Newbie 5 11-20-2009 12:53 PM
openSuse 11 dual boot with XP Martijnke Linux - Newbie 4 07-26-2008 02:01 PM
opensuse 11.0 dual boot hyjalsoul SUSE / openSUSE 4 03-31-2008 09:05 AM
OpenSUSE 10.3 and XP dual boot glphors Linux - Laptop and Netbook 1 03-05-2008 05:58 AM
openSUSE 10.3 Dual boot to USB - incorrect boot location antitech Linux - General 2 11-06-2007 11:20 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

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