want to run 2 linux os's on 2 hard drives can i dualboot?

Asked by steve davis

i have 2 hard drives,ubuntu as master, can i install another system (suse) and dual boot? i have done this with ubuntu and windows xp on my other pc, will it work with 2 linux systems??
thanks for any help offered.

Question information

Language:
English Edit question
Status:
Answered
For:
Ubuntu Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
Shane Fagan (shanepatrickfagan) said :
#1

If you run it in a virtual machine you can run it inside ubuntu.
I use virtual box to test out other distros.

Hope that helps
Shane

Revision history for this message
Mikechaos (mikechaos13) said :
#2

Yeah. No problem. Whatever system you want to dual boot, you can. Grub only boot different partition of your hard disk (you could try to boot on your swap... But I do not recommend to try it :p ).

You just need to know the hd(#,#) to boot.

Revision history for this message
steve davis (stevedavis01) said :
#3

hi mikechaos
just a little confused, here is the system i used to dualboot ubuntu/windows on 2 hard drives-
You will need to edit your menu.lst file:

(Open a terminal, copy & paste one line at a time, press "enter" each time)

 Code:
 cd /boot/grub
sudo cp menu.lst menu.lst_backup
gksudo gedit menu.lst
The first line changes to the grub directory, the second line
makes a backup of your menu.lst file, and the third line opens the
menu.lst file using the gedit text editor.

Copy and paste the following lines above the line

###BEGIN AUTOMAGIC KERNEL LIST

 Code:
 title Windows XP
root (hd1,0)
savedefault
makeactive
map (hd0) (hd1)
map (hd1) (hd0)
chainloader +1
will this still work with 2 linux systems?
thanks for your swift reply
regards
steve
> To: <email address hidden>
> From: <email address hidden>
> Subject: Re: [Question #71773]: want to run 2 linux os's on 2 hard drives can i dualboot?
> Date: Wed, 20 May 2009 15:28:55 +0000
>
> Your question #71773 on Ubuntu changed:
> https://answers.launchpad.net/ubuntu/+question/71773
>
> Mikechaos proposed the following answer:
> Yeah. No problem. Whatever system you want to dual boot, you can. Grub
> only boot different partition of your hard disk (you could try to boot
> on your swap... But I do not recommend to try it :p ).
>
> You just need to know the hd(#,#) to boot.
>
> --
> If this answers your question, please go to the following page to let us
> know that it is solved:
> https://answers.launchpad.net/ubuntu/+question/71773/+confirm?answer_id=1
>
> If you still need help, you can reply to this email or go to the
> following page to enter your feedback:
> https://answers.launchpad.net/ubuntu/+question/71773
>
> You received this question notification because you are a direct
> subscriber of the question.

_________________________________________________________________
View your Twitter and Flickr updates from one place – Learn more!
http://clk.atdmt.com/UKM/go/137984870/direct/01/

Revision history for this message
Bryan Basil (bryanlbasil) said :
#4

Hello, steve davis. :-)

To answer your question, yes. It is very easy to do. I've even run two different versions of Ubuntu before (8.04 and 9.04) side by side.

The process is simple, and even easier than dual booting with Windows, because it does it for you in the setup process. The installer will detect that you already have Linux, and will ask what you want to do about that. There will be an option that says something along the lines of "Run both Linux operating systems side by side, and choose which one to run at startup"

I really hope I've been of some help, and that I've solved your question.

Best to you, and good luck!

Can you help with this problem?

Provide an answer of your own, or ask steve davis for more information if necessary.

To post a message you must log in.