Installing multiple versions of Ubuntu

9,113

Solution 1

grub will figure things out for you so no real need to do anything with it if you want each OS to be included in grub. If you want multiple Ubuntu's on the same machine one method could be to just partition your hard disc for the amount of version your are going to install. Ubuntu 8.04 to 11.04 makes 7 operating systems so divide your harddisc up into 7 partitions and a data partition (you can use that to use the same files (audio,video etc). With the 1st one you format this datapartition. With the other 6 you just mount the datapartition.
It is time consuming to set this all up and during install you basically can not use your system. And it is not flexible.

There is another option that I would prefer:
Depending on what you want to achieve with this you can also use virtualbox-ose-qt Install virtualbox-ose-qt for every operating system. This would require you to create 1 Ubuntu on the whole disc, install virtualbox and inside virtual box you create space to install the other 6 operating systems. If you do not want to test for speed this could be a more flexible option: adding more or deleting existing systems is possible without needing to reformat your disc or create more space to install it. And when you are done you can simply remove all the operating systems and still have your base system up and running without the need to add the other partitions to this system.

Here is an example from kUbuntu with Ubuntu:

im1

It is slower than normal and you need a bit of RAM in your machine but you can also run all the OS's at the same time if need be ;)

Solution 2

You should simply create a separate boot partition ;-).

Then, when you install a new version of Ubuntu, at the partitioning stage, select to use this new common boot partition for /boot.

Do this for all versions of Ubuntu that you install, and you should be able to boot into all of them.

Share:
9,113

Related videos on Youtube

Tarmon
Author by

Tarmon

Hey Everyone, I am a student at Iowa State University in Computer Engineering.

Updated on September 18, 2022

Comments

  • Tarmon
    Tarmon over 1 year

    I want to set up a system for testing where I can boot into Ubuntu 8, 9, 10, and 11.

    What would be the best way to partition my drive to do this? Also easiest way to configure Grub2?