Ubuntu – Can I install Ubuntu on a separate SSD, AFTER having encrypted the Windows 8 drive using Truecrypt, without messing up the bootloader

bootloaderdual-bootmbrsystem-installationtruecrypt

I would like to install Ubuntu on a fresh SSD that is currently not encrypted.

My current system contains (among others) an SSD, fully encrypted using Truecrypt on which Windows 8 is installed.

How would I go about installing Ubuntu without messing up the Truecrypt bootloader?

I noticed there was a somewhat similar question here: Can Ubuntu be installed on Windows 7 drive that is encrypted with Truecrypt?

but it does not really answer the question on what to do when there already is a Truecrypt bootloader on the MBR.

Neither does the question How can I dual-boot a TrueCrypt-encrypted Windows 7 and Ubuntu 11.10 when both are installed separately on different physical drives?.

I want to avoid issues with bootloaders, I don't really care which bootloader comes first, as long as I can boot into both systems.

I'm hoping to be able to do this simply by making the right choices during installation.

Best Answer

This is relatively simple. Following @hmayag advice will insure you don't accidentally overwrite the MBR on your Windows 8 drive. Install Ubuntu to your SSD and install grub to the MBR of the SSD. You will end up with 2 bootable systems after reinstalling your Windows 8 drive. (Both drives will have an active MBR) You can choose which to boot from through the BIOS, but I would set the boot order to the SSD as the first drive and reinstall grub2 as outlined here so that you can choose either system at boot time without adjusting boot order in the BIOS.

You can do this by making the right choices during installation as well and skip removing the Windows 8 drive but be absolutely certain that you install grub to the other drive (the "fresh SSD")