I've installed two operating system on single drive with 3 partitions (#1 Windows 7, #2 Debian Squeeze, #some data). Grub 2 is installed in MBR and lets me choose which system to boot.
I would encrypt the 1st system partition containing Windows 7. I tried to do this using TrueCrypt under Windows, but it says that encrypting Windows system with other loader (not Windows loader, Grub in my case) is not supported. How can I do that?
|
| ||||
|
feedback
|
|
It will take some work, but it is quite possible. http://www.steve-oh.com/blog/index.php/ubuntu-vista-dual-boot-full-encryption-with-truecrypt/ Meh, this link is for Ubuntu, but I think it is close enough. Let us know how it works out! | |||
|
feedback
|
|
I've done it :) but not exactly like in your link, because of some kind of problem (bug?) in Grub2 (tutorial is with grub "1" but I've Grub2), specifically in this:
The problem is known and posted on many forums. My solution was:
Now while booting truecrypt bootmenu is shown and if I'd access Win7 I'm entering password, but if I'd enter debian (via Grub2) I hit esc key and then truecrypt loader is searching all other partitions for boot loader and finding Grub2 which resides on /dev/sda3 and load system properly. I think its the best way to do this for now (until sb find resolution for Grub2 to read /boot/truecrypt.mbr without errors). | |||
|
feedback
|