LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - General
User Name
Password
Linux - General This Linux forum is for general Linux questions and discussion.
If it is Linux Related and doesn't seem to fit in any other forum then this is the place.

Notices


Reply
  Search this Thread
Old 07-05-2016, 12:31 PM   #1
Raulmcsr
LQ Newbie
 
Registered: Jul 2010
Posts: 2

Rep: Reputation: 8
Smile Linux multiboot system


I have a 160 GB HDD which I"d like to install a multiboot Linux system
they are Debian, OpenSUSE, Fedora, Mageia, Red Hat, Ubuntu and CentOS, not necessary in that order. I want to keep some space for bata.
Not Windows at all.
I'd appreciate your help.
Raulmcsr
 
Old 07-05-2016, 02:58 PM   #2
jpollard
Senior Member
 
Registered: Dec 2012
Location: Washington DC area
Distribution: Fedora, CentOS, Slackware
Posts: 4,912

Rep: Reputation: 1513Reputation: 1513Reputation: 1513Reputation: 1513Reputation: 1513Reputation: 1513Reputation: 1513Reputation: 1513Reputation: 1513Reputation: 1513Reputation: 1513
That is a lot of alternatives.

Partition for each, 20GB should be enough for root. I suggest a different disk for your home directory.

The real issue is going to be grub2. I haven't figured it out yet for multi-booting different distributions. It was easy with grub legacy, I just used a single shared /boot filesystem. It should still be possible, but you would want to use only one of the distributions to apply updates to the menu. Grub2 has so many different sources of data...
 
Old 07-05-2016, 03:48 PM   #3
jefro
Moderator
 
Registered: Mar 2008
Posts: 21,981

Rep: Reputation: 3625Reputation: 3625Reputation: 3625Reputation: 3625Reputation: 3625Reputation: 3625Reputation: 3625Reputation: 3625Reputation: 3625Reputation: 3625Reputation: 3625
If your systems supports it then you might consider GPT partitioning.
 
Old 07-05-2016, 06:35 PM   #4
yancek
LQ Guru
 
Registered: Apr 2008
Distribution: Slackware, Ubuntu, PCLinux,
Posts: 10,504

Rep: Reputation: 2489Reputation: 2489Reputation: 2489Reputation: 2489Reputation: 2489Reputation: 2489Reputation: 2489Reputation: 2489Reputation: 2489Reputation: 2489Reputation: 2489
What's the problem? You would first need to decide if you are going to use UEFI/GPT or just the old MBR. With the old MBR method, just install the first OS and make sure you install Grub to the MBR. Reboot to test. You can then repeat that process and reboot to test the next operating system(s) or install Grub to the root partition of subsequent installs and then update grub from the first OS you installed. I have or have had all these systems installed without problems except for Red Hat, used CentOS. UEFI installs will be different and you'll need to do some reading on that.
 
Old 07-05-2016, 06:44 PM   #5
jamison20000e
Senior Member
 
Registered: Nov 2005
Location: ...uncanny valley... infinity\1975; (randomly born:) Milwaukee, WI, US( + travel,) Earth&Mars (I wish,) END BORDER$!◣◢┌∩┐ Fe26-E,e...
Distribution: any GPL that work on freest-HW; has been KDE, CLI, Novena-SBC but open.. http://goo.gl/NqgqJx &c ;-)
Posts: 4,888
Blog Entries: 2

Rep: Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567
Hi.

I normally install GRUB2 (to MBR on my T420) with the first OS, then skip when installing the others and then run:
Code:
update-grub
from the first OS again.

Have fun!
 
Old 07-05-2016, 07:55 PM   #6
sundialsvcs
LQ Guru
 
Registered: Feb 2004
Location: SE Tennessee, USA
Distribution: Gentoo, LFS
Posts: 10,659
Blog Entries: 4

Rep: Reputation: 3941Reputation: 3941Reputation: 3941Reputation: 3941Reputation: 3941Reputation: 3941Reputation: 3941Reputation: 3941Reputation: 3941Reputation: 3941Reputation: 3941
A very simple and effective alternative is to use virtual machines, hosted by "your operating-system of choice."

VirtualBox, which is absolutely free, yet backed by Oracle Corporation (yes, the "gigantic database" people ...), does an excellent job of virtualization and runs on a variety of hosts.

It bears remembering that, "in the cloud," most of the systems that you will encounter these days are virtual.
 
1 members found this post helpful.
Old 07-06-2016, 05:14 AM   #7
jpollard
Senior Member
 
Registered: Dec 2012
Location: Washington DC area
Distribution: Fedora, CentOS, Slackware
Posts: 4,912

Rep: Reputation: 1513Reputation: 1513Reputation: 1513Reputation: 1513Reputation: 1513Reputation: 1513Reputation: 1513Reputation: 1513Reputation: 1513Reputation: 1513Reputation: 1513
Quote:
Originally Posted by sundialsvcs View Post
A very simple and effective alternative is to use virtual machines, hosted by "your operating-system of choice."

VirtualBox, which is absolutely free, yet backed by Oracle Corporation (yes, the "gigantic database" people ...), does an excellent job of virtualization and runs on a variety of hosts.

It bears remembering that, "in the cloud," most of the systems that you will encounter these days are virtual.
Xen works fairly well too. The usual problem is that the peripherals don't get passed to the virtual machine (audio, video acceleration, USB...) very well. Video acceleration was my basic problem. It was all software.
 
Old 07-06-2016, 03:43 PM   #8
jefro
Moderator
 
Registered: Mar 2008
Posts: 21,981

Rep: Reputation: 3625Reputation: 3625Reputation: 3625Reputation: 3625Reputation: 3625Reputation: 3625Reputation: 3625Reputation: 3625Reputation: 3625Reputation: 3625Reputation: 3625
As you can see there are a lot of ideas. It more boils down to your testing. Linux is pretty good now on how it allows one to install multi distro's. Most installers will correctly view the situation but in the end you may have to be creative with partitions and loaders and maybe chainloading.

At one time there used to be a few programs that would run on start up to help manage multiple OS installations. I haven't used them in a very long time but they are still around. They can sometimes assist you in loading and running 100 or more OS's from a menu at boot.
 
  


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 On
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Need help to set up a multiboot system werfer Linux - General 8 09-01-2014 08:19 AM
squashfs system multiboot from sd/usb karmawheel Linux - General 3 06-06-2014 03:41 PM
[SOLVED] Shared Virtualbox in multiboot system - is it possible? Lennie Slackware 4 11-11-2012 12:13 PM
My multiboot system only boots the first OS eubillie Linux - Newbie 1 09-23-2012 08:06 PM
need help setting up multiboot system vspellen Linux - Software 3 01-29-2009 04:58 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - General

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