From mboxrd@z Thu Jan 1 00:00:00 1970 From: Duncan Keall Subject: bug#19190: Cannot boot with encrypted root Date: Thu, 27 Nov 2014 15:06:03 +1300 Message-ID: <1417053963.3820317.195899889.5AAEB90A@webmail.messagingengine.com> References: <1417003517.3640091.195610409.39CCFAAC@webmail.messagingengine.com> <87ioi2uevw.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:56074) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XtoU7-00087s-G2 for bug-guix@gnu.org; Wed, 26 Nov 2014 21:07:11 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XtoU3-0003mO-11 for bug-guix@gnu.org; Wed, 26 Nov 2014 21:07:07 -0500 Received: from debbugs.gnu.org ([140.186.70.43]:49541) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XtoU2-0003mK-U0 for bug-guix@gnu.org; Wed, 26 Nov 2014 21:07:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.80) (envelope-from ) id 1XtoU2-0004Qi-HY for bug-guix@gnu.org; Wed, 26 Nov 2014 21:07:02 -0500 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <87ioi2uevw.fsf@gnu.org> List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org To: Ludovic =?UTF-8?Q?Court=C3=A8s?= Cc: 19190@debbugs.gnu.org > Does your initrd configuration have the modules Nikita=E2=80=99s configur= ation > shows? Here are the configurations I have tested which all result in the errors posted above: ("dm-crypt.ko" "aes-x86_64.ko" "crc32.ko" "pcbc.ko" "xcbc.ko" "sha256-sss= e3.ko") ("dm-crypt.ko" "cryptd.ko" "aes-x86_64.ko" "crc32.ko" "pcbc.ko" "xcbc.ko"= "sha256-ssse3.ko") ("dm-crypt.ko" "cryptd.ko" "crc32-pclmul.ko" "aes-x86_64.ko" "crc32.ko" "= pcbc.ko" "xcbc.ko" "sha256-ssse3.ko") I could also add "aesni-intel.ko" but it resulted in a different set of kernel errors on boot: aesni_intel: Unknown symbol ablk_decrypt (err 0) aesni_intel: Unknown symbol lrw_free_table (err 0) aesni_intel: Unknown symbol ablk_set_key (err 0) ... ERROR: In procedure load-linux-module: Unknown error -1 For reference, here are all the modules loaded on my current system which might be related: aes_x86_64 aesni_intel af_alg algif_skcipher arc4 ccm crc32_pclmul crc32c_intel crc_t10dif crct10dif_common crct10dif_pclmul cryptd ctr dm_crypt dm_mod gf128mul ghash_clmulni_intel lrw xor