I have a laptop running Windows. Is it possible to configure it so that I can tri-boot with
- Windows
- Ubuntu 8.04
- Ubuntu 9.10
What should I do to achieve that (I have download the 2 ISO files for different versions of Ubuntu)?
I have a laptop running Windows. Is it possible to configure it so that I can tri-boot with
What should I do to achieve that (I have download the 2 ISO files for different versions of Ubuntu)?
So you have Windows installed already. You will need to partition you disk into 3 different partitions. You can do this using the partition manager in the Ubuntu setup. I would recommend installing Ubuntu 8.04 first, during the setup create 2 new partitions. Install 8.04 onto one of the partitions, then run the 9.10 setup to install onto the other one. The Ubuntu installer will take care of adding the necessary entries in the boot menu.
Let me add some info for an special case:
If you want to install an older Ubuntu version after having installed a newer one, you should prefer to keep the already installed grub. In this case, install the old Ubuntu version but unselect the "install boot loader" option. After installation finishes, just start your previous (newer) ubuntu and type:
$ sudo update-grub
It will automatically add a new entry in your grub to boot the just installed OS.