I am having some problems mounting encrypted partions during the boot process. Now, I can mount and open the partion as root from the command line: Using
cryptsetup luksOpen /dev/hda2 home
mount /dev/mapper/home /home
Problem is during boot I get this error
Code:
Failed to setup dm-crypt key mapping.
Check kernel for support for the aes-cbc-essiv:sha256 cipher spec
and verify that /dev/hda2 contains at least 133 sectors.
Failed to read from key storage.
If you need to know my kernal it is 2.6.19-1.2895.fc6; it does have support for encryption.
Well thanks, BTW I am trying to do this off a guide==>
Guide
Does it have something to do with autoloading the dm_crypt module? Thanks for any help!
EDIT: Had to retype kernal