3

Possible Duplicate:
Linux boot loaders supporting full disk encryption?

I am looking for a Boot-loader which is smart enough to boot from an Encrypted partition. I want to place the kernel and initramfs/initrd in an encrypted boot partition.

I use grub-legacy but it can not find the kernel on such a boot partition.

Are there any boot-loaders with such an ability?

SHW
  • 14,454
  • 14
  • 63
  • 101
  • Here is similar question: http://stackoverflow.com/questions/4179365/linux-boot-loaders-supporting-full-disk-encryption – gelraen Nov 21 '11 at 13:06

1 Answers1

0

Try grub2. It should support booting from an encrypted partition.

Caleb
  • 69,278
  • 18
  • 196
  • 226
  • As per the [link]http://www.gnu.org/software/grub/manual/grub.html , grub can not read the files from the encrypted Partition. – SHW Aug 24 '11 at 07:20