Full disk encryption on dual boot system using TrueCrypt

3

I'm thinking about encrypting my whole harddrive for example using TrueCrypt, which I've used for encrypting file containers for a while. It is possible to encrypt the whole harddisk through the program and then add a password secured bootloader before the actual bootloader.

Is it possible to do this on a dualboot system with Windows 7 and Fedora 15 currently using Grub as the main bootloader?

If so, is it possible to reinstall a system later or will that ruin the whole setup?

Thanks

user90330

Posted 2011-11-17T16:17:27.113

Reputation:

Why would you want a secured bootloader before the actual one? – Oskar Kjellin – 2011-11-17T16:18:29.813

Because I think that is how it's done if you do full disk encryption in the TrueCrypt program, so I assumed that would be the way to do it. How would you recommend doing it? – None – 2011-11-17T16:47:14.773

Answers

2

TrueCrypt doesn't support dual boot systems unless the windows boot loader is used. You can dual boot by using the TrueCrypt boot loader for Windows and chain loading Grub by pressing escape at the password request, I've done this a couple of time with XP and OpenSuSE. You need to install Grub to the boot partition not the MBR. You could then encrypt the Fedora partition.

deveneyi

Posted 2011-11-17T16:17:27.113

Reputation: 1 254

1Okay, so they would be encrypted seperatly? So I install windows on, say, half the harddrive and encrypt it using truecrypt. How do I then chain load the Grub when installing Fedora and where should the boot loader be installed? – None – 2011-11-17T17:29:46.603

Assuming Windows is already installed. – deveneyi – 2011-11-17T17:34:00.290

1Assuming Windows is already installed, install Fedora as a dual boot installing Grub to the root partition not the MBR. Then you may need to reinstall the Windows boot loader. Once done you can encrypt using TrueCrypt. When the password request appears press escape which will skip loading windows and should then find the next bootloader on the disc – deveneyi – 2011-11-17T17:44:36.990

1Okay, great. I will try that. When encrypting windows, I should only encrypt that partition, right? And then encrypt the linux partition for itself? – None – 2011-11-17T17:48:24.197

Yes, that seems to be the only major limitation with TrueCrypt – deveneyi – 2011-11-17T17:51:45.583