On Mon, 23 Oct 2000, Pierre PEIFFER wrote: > Hello everybody, > > I'm a newby and I'm trying to test encrypted loobpack file. So I > have to apply a patch to my kernel. > > I currently use kernel 2.2.13 (for some internals reason, I can not > upgrade to kernel 2.2.17). with patch 2.2.17.10. I've read the Linux > Encryption HOWTO from Marc Mutz (which is very well done, I think, thank > you to him) v0.2.2 from october, 4th. > > (according to this howto, the latest patch should apply without rejects > to all 2.2.1x kernels, and it really does) > > Once having a patched kernel, I've added the following options to my > (previously working) kernel. That the patch don't give rejects, does not mean that everything is OK. There may be things in the kernel that makes things no longer works. I would rather installed an old patch. Then you won't get the recent features (like rijndael and 3des), but if you purpose is to encrypt disks that should be OK if you don't need compatibility with partitions on other computers. Alexander Kjeldaas should be the right person to answer this question. > > # Crypto options > # > CONFIG_CRYPTO=m > CONFIG_CIPHERS=m > CONFIG_CIPHER_AES=m > # CONFIG_CIPHER_RIJNDAEL is not set > > # > # AES Finalist Ciphers (128 bit blocksize) > # > CONFIG_CIPHER_TWOFISH=m > # CONFIG_CIPHER_MARS is not set > # CONFIG_CIPHER_RC6 is not set > CONFIG_CIPHER_SERPENT=m > > # > # Other Ciphers submitted as AES Candidates: > # > # CONFIG_CIPHER_DFC is not set > > # > # Other ciphers (64 bit blocksize) > # > CONFIG_CIPHER_BLOWFISH=m > # CONFIG_CIPHER_IDEA is not set > # CONFIG_CIPHER_RC5 is not set > CONFIG_CIPHER_DES_EDE3=m > CONFIG_CIPHER_DES=m > CONFIG_DIGEST=m > # CONFIG_DIGEST_MD5 is not set > CONFIG_DIGEST_SHA1=m > > # > # > # Additional Block Devices > # > CONFIG_BLK_DEV_LOOP_USE_REL_BLOCK=y > CONFIG_BLK_DEV_LOOP_GEN_SEL="m" > CONFIG_BLK_DEV_LOOP_GEN=m > # CONFIG_BLK_DEV_LOOP_CAST is not set > # CONFIG_BLK_DEV_LOOP_FISH2 is not set > # CONFIG_CIPE is not set > > I compile and install everything. But when restaring my new kernel, > after the LILO prompt, I have. > > "Uncompressing Linux... Ok, booting the kernel." > > But nothing else, my kernel doesn't boot. As far I'm, I've not read > something about such a problem and have no idea. So, do you see > something wrong somewhere ? It will be very great if somebody could just > help me to have a booting kernel.... Thank you very much. > -- Gisle Sælensminde ( gisle@xxxxxxxxx ) With sufficient thrust, pigs fly just fine. However, this is not necessarily a good idea. It is hard to be sure where they are going to land, and it could be dangerous sitting under them as they fly overhead. (from RFC 1925) Linux-crypto: cryptography in and on the Linux system Archive: http://mail.nl.linux.org/linux-crypto/