On Sun, 16 Aug 2009 23:10:58 +0200 Jonas Meurer <jo...@freesources.org> wrote:
> hey, > > On 16/08/2009 Celejar wrote: > > ~# cryptsetup luksDump /dev/hda4 > > > > LUKS header information for /dev/hda4 > > > > Version: 1 > > Cipher name: aes > > Cipher mode: cbc-essiv:sha256 > > so you at least need aes, cbc and sha256 kernel modules. >From a bad kernel: > > > # dmsetup targets ~$ cat /boot/dmsetup-targets crypt v1.7.0 striped v1.2.0 linear v1.1.0 error v1.0.1 > > > # lsmod lsmod isn't available in the initrd. I could try adding it and rebuilding if necessary, but my attempts to repackage initrd's are often incorrect. > > > # cat /proc/crypto ~$ cat /boot/proc-crypto name : aes driver : aes-generic module : aes_generic priority : 100 refcnt : 1 selftest : passed type : cipher blocksize : 16 min keysize : 16 max keysize : 32 So it seems that cbc and sha256 are indeed not being properly loaded. But this was after I had manually modprobed cbc.ko and sha256_generic.ko (without error). Any way to figure out why they aren't being properly loaded? Celejar -- mailmin.sourceforge.net - remote access via secure (OpenPGP) email ssuds.sourceforge.net - A Simple Sudoku Solver and Generator -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org