LinuxQuestions.org
Review your favorite Linux distribution.
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 06-04-2010, 02:35 PM   #1
nidhinvsk
LQ Newbie
 
Registered: Jun 2010
Posts: 6

Rep: Reputation: 0
Question How can i install different versions of linux in a pc


How can i install different versions of linux like ubundu,redhat etc in a pc and how it can be added in grub or lilo loader.widows is already installed

Last edited by nidhinvsk; 06-06-2010 at 11:45 AM.
 
Old 06-04-2010, 02:38 PM   #2
rweaver
Senior Member
 
Registered: Dec 2008
Location: Louisville, OH
Distribution: Debian, CentOS, Slackware, RHEL, Gentoo
Posts: 1,833

Rep: Reputation: 167Reputation: 167
I recently ran across this document that seems to have a bit more detail than most and it's pretty modern.

http://www.hentzenwerke.com/wp/insta...asinglebox.pdf
 
Old 06-04-2010, 03:04 PM   #3
Bratmon
Member
 
Registered: Jul 2009
Location: 75.126.162.205:80
Distribution: Arch / Mint 17
Posts: 297
Blog Entries: 3

Rep: Reputation: 50
I'll be as specific as you are.
1. Install a Linux distribution
2. Repeat 1 until all distros are installed
 
Old 06-04-2010, 04:05 PM   #4
pixellany
LQ Veteran
 
Registered: Nov 2005
Location: Annapolis, MD
Distribution: Mint
Posts: 17,809

Rep: Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743
Quote:
Originally Posted by nidhinvsk View Post
How can i install different versions of linux like ubundu,redhat etc in a pc and how it can be added in grub or lilo loader
Please describe your current setup---e.g. Do you have Windows? Do you want to keep it?

Do you already have a version of Linux installed?

Description of computer, including number and size of hard drives.
 
Old 06-04-2010, 06:04 PM   #5
linux1980
LQ Newbie
 
Registered: May 2008
Location: Jamestown, NY
Distribution: Ubuntu (Hardy)
Posts: 3

Rep: Reputation: 0
Is it possible to dual boot between windows and linux?
 
Old 06-04-2010, 06:58 PM   #6
evo2
LQ Guru
 
Registered: Jan 2009
Location: Japan
Distribution: Mostly Debian and CentOS
Posts: 6,724

Rep: Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705
Quote:
Originally Posted by linux1980 View Post
Is it possible to dual boot between windows and linux?
Yes.

Evo2.
 
Old 06-04-2010, 07:13 PM   #7
saikee
Senior Member
 
Registered: Sep 2005
Location: Newcastle upon Tyne UK
Distribution: Any free distro.
Posts: 3,398
Blog Entries: 1

Rep: Reputation: 113Reputation: 113
For my money I would install Grub in its own partition, write the booting menu for all the operating systems I want to install and then install them one by one.

That was how I put 145 OSes in a PC with 3 Dos, 5 Windows and a large number of Linux. Details in my signature.
 
Old 06-07-2010, 10:15 AM   #8
rweaver
Senior Member
 
Registered: Dec 2008
Location: Louisville, OH
Distribution: Debian, CentOS, Slackware, RHEL, Gentoo
Posts: 1,833

Rep: Reputation: 167Reputation: 167
Quote:
Originally Posted by saikee View Post
For my money I would install Grub in its own partition, write the booting menu for all the operating systems I want to install and then install them one by one.

That was how I put 145 OSes in a PC with 3 Dos, 5 Windows and a large number of Linux. Details in my signature.
/salute

Bravo, that's a ton of them! You do image backups I hope :P
 
Old 06-07-2010, 11:53 AM   #9
saikee
Senior Member
 
Registered: Sep 2005
Location: Newcastle upon Tyne UK
Distribution: Any free distro.
Posts: 3,398
Blog Entries: 1

Rep: Reputation: 113Reputation: 113
rweaver,

I clone the whole disk.
 
Old 06-09-2010, 01:09 PM   #10
linux1980
LQ Newbie
 
Registered: May 2008
Location: Jamestown, NY
Distribution: Ubuntu (Hardy)
Posts: 3

Rep: Reputation: 0
Option to dual boot

I can dual boot between in 7 and Fedora (constatine). I just don't have the option too. I have about 3 seconds before Fedora boots. If I hit escape within the few seconds then I have the option to boot windows. I also have the option to edit options and commands for the boot. I was wandering what command or option I need to give me a choice before I hit escape.
Thank You
 
Old 06-09-2010, 02:09 PM   #11
saikee
Senior Member
 
Registered: Sep 2005
Location: Newcastle upon Tyne UK
Distribution: Any free distro.
Posts: 3,398
Blog Entries: 1

Rep: Reputation: 113Reputation: 113
linux1980,

You can put a "#" in front of the timeout statement to disable it in Grub1's menu.lst or Grub2's grub.cfg.

The PC will then wait for eternity until you decide which system to boot by selecting the system and hit the return key.

Code:
# timeout		3

Last edited by saikee; 06-09-2010 at 02:11 PM.
 
Old 06-09-2010, 03:30 PM   #12
onebuck
Moderator
 
Registered: Jan 2005
Location: Central Florida 20 minutes from Disney World
Distribution: SlackwareŽ
Posts: 13,925
Blog Entries: 44

Rep: Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159
Hi,

Quote:
Originally Posted by linux1980 View Post
I can dual boot between in 7 and Fedora (constatine). I just don't have the option too. I have about 3 seconds before Fedora boots. If I hit escape within the few seconds then I have the option to boot windows. I also have the option to edit options and commands for the boot. I was wandering what command or option I need to give me a choice before I hit escape.
Thank You
It would be better to create a new thread instead of high jacking this one.

'saikee' has provided a good solution.
 
Old 06-09-2010, 03:50 PM   #13
jefro
Moderator
 
Registered: Mar 2008
Posts: 21,981

Rep: Reputation: 3625Reputation: 3625Reputation: 3625Reputation: 3625Reputation: 3625Reputation: 3625Reputation: 3625Reputation: 3625Reputation: 3625Reputation: 3625Reputation: 3625
If your system is new enough you may wish to consider a virtual machine and simplify your life.
 
  


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
LXer: Install Multiple 'Bleeding Edge' Firefox Versions in Linux LXer Syndicated Linux News 0 03-24-2010 10:10 PM
problem getting Linux versions to install tm2383 Linux - Software 6 12-08-2006 06:45 PM
Install Different versions of Linux bits4linux Linux - Newbie 1 10-27-2005 02:29 AM
i cant install any linux versions on my compaq 722us muratturkmen Linux - Laptop and Netbook 3 09-24-2005 04:06 PM
How do I install drivers for hardware not seen by linux versions leobing Linux - Hardware 2 12-01-2003 02:18 PM

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

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