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 |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
 |
05-26-2017, 04:00 PM
|
#1
|
LQ Newbie
Registered: May 2017
Posts: 1
Rep: 
|
Multiple distributions on on computer
Hi, I'm a nubie so please, be kind and if you reply, try and use language I can understand, lol.
I have an old but upgraded MacBook, with a 1 terabyte SSHD hard drive hybrid, and 8 GB of ram, if this helps any. I have erased the hard drive and installed Kali.
I would like to have three distributions installed permanently on this computer, Kali, Mint Cinnamon and KXStudio. I have current editions on DVD.
I know nothing about partitioning
If someone could, and keep in mind, I'm a newbie who is new to Linux, and new to code and commands, so please dumbed down English if you reply, technical and code still confuses me, if someone could give me step by step, plain English instructions how to do this properly (and if any commands are required, specifics on when and where with commands I could copy and paste), it would be so greatly appreciated!
Thanks in advance,
johnfootmember
|
|
|
05-28-2017, 09:45 AM
|
#2
|
LQ Guru
Registered: Apr 2005
Distribution: Linux Mint, Devuan, OpenBSD
Posts: 7,756
|
Welcome. Linux Mint Cinnamon is a good first choice. My first idea would be to go with it alone and add to it the packages from kxstudio and Kali a la carte.
kxstudio has Ubuntu- and Debian-compatible repositories which should be fully compatible with Linux Mint Cinnamon. So you can add the packages to Mint from kxstudio.
Alternately, with kxstudio being the unkown (to me) here, another option is to install kxstudio first, erasing the hard disk completely. Then when that is done install Mint along side it. Mint, if you follow the menu choices carefully, should allow you to install along side an existing distro. That should be the default choice at the top of the list on the third installation screen to install along side an existing distro.
I'd say forget Kali Linux as a distro for the time being for two reasons. First, it's not for beginners and it will thus be a miserable experience. Second, all the tools available in Kali are available in Mint. They are there in the repositories. You can add them one at a time to Mint and when you learn and master them in a familiar environment, you can proceed to the next tool on the list. When you know them all, and if you are still interested, you can make a bootable USB stick with Kali and carry that around.
|
|
|
05-28-2017, 10:40 AM
|
#3
|
LQ Guru
Registered: Mar 2016
Location: Harrow, UK
Distribution: LFS, AntiX, Slackware
Posts: 8,365
|
I have three distros on my main machine. To make them work together nicely, I use the following rules:
1) Each distro occupies one partition. There is also a swap partition and a partition for documents. I have a home directory on each system partition to contain program configuration files appropriate to that distro, but all document files (except the most temporary ones) go in the documents partition.
2) In each distro, the documents partition is automatically mounted on /home/data. In a one-distro setup, a "home partition" is usually mounted on /home/your_name (otherwise known as $HOME or ~), and this contains both documents and configuration files, but in a multi-distro setup, it's often more convenient to have a simple home directory (not a mount-point) on the root partition and use it only for config files.
3) I always ensure that my user id number (UID) and group id (GID) is the same in all my distros, so that all files created in the documents partition belong to me, whichever distro I'm booted into.
|
|
1 members found this post helpful.
|
05-28-2017, 01:57 PM
|
#4
|
Member
Registered: Nov 2010
Posts: 223
Rep:
|
I've got 5 distros on my machine. So 5 partitions for OSs, (varies between 12GB and 20GB) one swap partition, (about 2GB) one data partition (about 780GB) and one partition to store clonezilla images of my OSs. (about 66GB)
I think "normal" people are going to want much larger OS partitions.
The tool I recommend for partitioning, installing grub, clonezilla and a lot of other things is Parted Magic. Free copies of older Parted Magic can be found at MajorGeeks and other places. Then burn it to a CD or USB.
I'd also recommend going to youtube and watching a couple of gparted tutorials.
|
|
|
05-28-2017, 04:16 PM
|
#5
|
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
|
Hi.
Some Links in my signature may help, have fun 
Quote:
... try and use language I can understand, lol. ...
|
...GNU\Linux is a fun language to learn, try them all (like anyone could.) If you are gonna use Kali as a operating system tho please post all private and sensitive data here:
|
|
|
05-28-2017, 10:55 PM
|
#6
|
LQ Newbie
Registered: May 2017
Location: Reykjavík, Iceland
Distribution: Debian, openSUSE, Fedora
Posts: 26
Rep: 
|
Typically a linux distribution needs 3 partitions:
1 for folder '/'
2 for the folder '/ home'
3 swap (optional recommended), that can be used by all sistems.
But you can install '/' and '/ home' on a single partition.
So, because there are several systems, you can create a primary[ 1] partition for the system and you can use it as a whole, / or with an extended[ 2] partition for / home, the case is that the primary[ 1] partition is necessary to write the boot information(GRUB) of all Systems.
The other systems can be installed on extended[ 2] partitions, those that you need.
[1] https://en.wikipedia.org/wiki/Disk_p...mary_partition
[2] https://en.wikipedia.org/wiki/Disk_p...nded_partition
Last edited by isometric; 05-28-2017 at 11:10 PM.
|
|
|
05-29-2017, 01:32 AM
|
#7
|
LQ Guru
Registered: Mar 2016
Location: Harrow, UK
Distribution: LFS, AntiX, Slackware
Posts: 8,365
|
Quote:
Originally Posted by isometric
the case is that the primary[ 1] partition is necessary to write the boot information(GRUB) of all Systems.
The other systems can be installed on extended[ 2] partitions, those that you need.
|
Actually I don't think that's true. Windows has to boot from a primary partition but Linux is a lot less fussy.
For a traditional dos mbr disk, the first stage of GRUB lives in the mbr and the second stage in a gap between the mbr and the first partition. The GRUB modules and the configuration file are loaded from a Linux partition which GRUB regards as its "root" but I don't think that it has to be a primary.
|
|
|
05-29-2017, 01:47 AM
|
#8
|
LQ Addict
Registered: Dec 2013
Posts: 19,872
|
learning partitioning - just a web search away.
fwiw, i recommend a separate data partition (for large files such as media, and personal stuff needed across all distros).
you need
Code:
1 partition per distro ---- 3
1 swap partition ---- 1
1 data partition ---- 1
=============================
5
but you can only have 4 primary partitions on any 1 hard drive, so you will need to set up an extended partition with (many more) logical partitions inside (hope i'm getting the terms right).
that is perfectly possible and no problem whatsoever, but good to know & understand.
|
|
|
05-29-2017, 02:05 AM
|
#9
|
LQ Newbie
Registered: May 2017
Location: Reykjavík, Iceland
Distribution: Debian, openSUSE, Fedora
Posts: 26
Rep: 
|
Quote:
Originally Posted by hazel
Actually I don't think that's true. Windows has to boot from a primary partition but Linux is a lot less fussy.
For a traditional dos mbr disk, the first stage of GRUB lives in the mbr and the second stage in a gap between the mbr and the first partition. The GRUB modules and the configuration file are loaded from a Linux partition which GRUB regards as its "root" but I don't think that it has to be a primary.
|
I like to have at least one partition with bootable flag and a nice grub, I think it has less than one can avoid future compatibility problems, if you want to change something.
Last edited by isometric; 05-29-2017 at 02:27 AM.
|
|
|
05-29-2017, 02:30 AM
|
#10
|
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
|
If GRUB has a distro with rescue can always root in.
.
.
Last edited by jamison20000e; 05-29-2017 at 11:42 AM.
|
|
|
05-29-2017, 07:50 AM
|
#11
|
LQ Guru
Registered: Apr 2008
Distribution: Slackware, Ubuntu, PCLinux,
Posts: 11,418
|
Quote:
Windows has to boot from a primary partition but Linux is a lot less fussy.
|
Absolutely true. Windows needs a primary active partition for it's boot files to install. It doesn't need it's system files on a primary and doesn't need to be installed on the first primary partition either as I've seen mentioned in other posts and on other forums. Pretty much any Linux can be installed and booted from a logical partition and I've never known of any that needed a boot flag but it certainly isn't a problem to have that.
|
|
|
All times are GMT -5. The time now is 09:53 PM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|