Is it possible to install 2 linux distros into 1 root, so they share same uuid and guid, configs and packages + same user /home folder ? For example: I have Ubuntu and Windows 7 already in dual boot on my laptop. Could I install Arch's base, base-devel and kernel, so it won't conflict with Ubuntu on the same root folder? P.S I don't feel like repartitioning my drive again, 'cause there's very complicated hierarchy, which occupies the entire disk. =)
Tell me more
×
Super User is a question and answer site for
computer enthusiasts and power users. It's 100% free, no registration required.
|
Sharing packages is not possible: Ubuntu and Arch use different packaging systems. And Arch's However, you can share /home between distros by putting it in a separate partition and then adding an entry in |
|||
|
|
|
You can install multiple Linux on a hard drive, but you must comply with minimum restrictions: A. - Each must have a Linux root partition: Because they use a different package manager and information of different versions of installed packages. If you share the root partition, you risk breaking the system consistency. 2. - You can use a boot partition and a swap partition for multiple Linux shared. |
|||
|
|