Linux – How to have triple boot Linux Mint 17 Cinnamon/Ubuntu 14.04/Windows 8

linux-mintsystem-installation

I have installed Ubuntu 14.04 and Windows 8 as a dual boot system, now I want to install Linux Mint 17 and have a triple boot system. How can I have Mint 17 in my triple booting? How can I partitioning my HDD? I want to install that with USB and not using windows installer.

Best Answer

Just install normally. You can boot from your USB and follow the steps of the installer. You can either create a partition manually before installing or use the tools provided by the Mint installer to partition during the installation process.

The only thing you really have to worry about is when the installer asks you whether to install a boot loader (GRUB). Then, you have 2 choices. Since you already have a GRUB installed by Ubuntu, you can either choose to not install a new one from mint and use Ubuntu's or you can install Mint's and overwrite Ubuntu's.

  1. Use the existing GRUB.

    When the installer asks you whether to install a boot loader, say no. Once the installation has finished, reboot and load Ubuntu (Mint will not appear in the list of available OSs). From Ubuntu, refresh GRUB so it will detect your new Mint installation:

    sudo update-grub
    
  2. Use Mint's GRUB.

    When the installer asks you whether to install a boot loader, say yes. Make sure you install it in the same location where your Ubuntu's GRUB was installed. This will probably be the master boot record (MBR) of your primary hard drive. Reboot and you should now have Mint's GRUB installed and will be able to choose Mint, Ubuntu or Windows.

Related Question