Results 1 to 5 of 5

Thread: Linux Partitioning with Ubuntu, CentOS and openSUSE

  1. #1
    Join Date
    Aug 2015
    Beans
    2

    Linux Partitioning with Ubuntu, CentOS and openSUSE

    Hi all,

    I'm a newb with Linux and have been trying to follow the edX Linux Foundation course to learn the basics but have been having difficulties trying to install all of the used distros. The distros used are Ubuntu, OpenSUSE and CentOS. I have been trying to partition these systems on to one hard drive but have been unsuccessful so far and would very much appreciate a detailed walkthrough for how to setup these three distributions onto one hard drive or being redirected to where I can find a guide to do so. Thanks a bunch!

  2. #2
    Join Date
    Jun 2014
    Beans
    7,383

    Re: Linux Partitioning with Ubuntu, CentOS and openSUSE

    If you don't have experience with multi-boot, the simplest thing to do is to create a single partition of 15-25GB for the operating system and then create a swap partition. Repeat the process for each system except you do not need to create multiple swap partitions. You can then use the remaining space for shared data.

    Have you checked to see that your hardware met the minimum requirements for each distro? What have you tried and what problems have you had? There are numerous tutorials on installing all three systems. The link below is a detailed tutorial on installing Ubuntu and if you scroll down the page, you will see a step by step for dual booting.

    http://www.dedoimedo.com/computers/u...all-guide.html

    It will be simpler if when you install the third system, you install the Grub bootloader to the MBR. If you are using UEFI, that's a different story but you haven't posted much info so just guessing as to what you have.?

  3. #3
    Join Date
    Oct 2006
    Beans
    58,286

    Re: Linux Partitioning with Ubuntu, CentOS and openSUSE

    Quote Originally Posted by mrcanadianmenace View Post
    Hi all,

    I'm a newb with Linux and have been trying to follow the edX Linux Foundation course to learn the basics but have been having difficulties trying to install all of the used distros. The distros used are Ubuntu, OpenSUSE and CentOS. I have been trying to partition these systems on to one hard drive but have been unsuccessful so far and would very much appreciate a detailed walkthrough for how to setup these three distributions onto one hard drive or being redirected to where I can find a guide to do so. Thanks a bunch!
    Nothing wrong with installing all three, but isn't the idea to select one distribution and take the course / examination on that one ?

  4. #4
    Join Date
    Nov 2008
    Location
    Boston MetroWest
    Beans
    16,326

    Re: Linux Partitioning with Ubuntu, CentOS and openSUSE

    Here's a general overview of what I would do:

    1) Boot from an installation disk, then use gparted or fdisk to create a small primary partition, say 1 GB on new machines, that will be mounted as /boot in all three systems.

    2) Create an extended partition spanning the rest of the disk.

    3) Divide the extended partition into at least five new partitions, one for swap, one for each OS, and one for /home that will be common to all three. The size for swap depends in part on whether you intend to use hibernation. In general, I'd make swap at least as large as physical memory on machines with 2 GB of memory or less. Beyond that the need for swap decreases considerably on machines that don't require hibernation.

    4) Run the installers and point the root of each installation to one of the three OS partitions. Use the common /boot and /home for each.

    5) If you're just learning, and don't expect to have much real content on these machines, then having a common /home may be overkill. In that case, let each OS create its own /home in its own partition.
    Last edited by SeijiSensei; August 10th, 2015 at 02:48 PM.
    If you ask for help, do not abandon your request. Please have the courtesy to check for responses and thank the people who helped you.

    Blog · Linode System Administration Guides · Android Apps for Ubuntu Users

  5. #5
    Join Date
    Aug 2015
    Beans
    2

    Re: Linux Partitioning with Ubuntu, CentOS and openSUSE

    Thanks for all of the replies! I'll leave another reply when I have more information on the hardware going into this computer. Thank you again so much for the helpful advice though!

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •