From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) Subject: bug#19190: Cannot boot with encrypted root Date: Wed, 26 Nov 2014 17:04:51 +0100 Message-ID: <87ioi2uevw.fsf@gnu.org> References: <1417003517.3640091.195610409.39CCFAAC@webmail.messagingengine.com> 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]:43715) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xtf5Z-0005wo-95 for bug-guix@gnu.org; Wed, 26 Nov 2014 11:05:15 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Xtf5T-0003am-8m for bug-guix@gnu.org; Wed, 26 Nov 2014 11:05:09 -0500 Received: from debbugs.gnu.org ([140.186.70.43]:49163) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xtf5T-0003aB-6Q for bug-guix@gnu.org; Wed, 26 Nov 2014 11:05:03 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.80) (envelope-from ) id 1Xtf5S-0001ak-Jo for bug-guix@gnu.org; Wed, 26 Nov 2014 11:05:02 -0500 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <1417003517.3640091.195610409.39CCFAAC@webmail.messagingengine.com> (Duncan Keall's message of "Thu, 27 Nov 2014 01:05:17 +1300") 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: Duncan Keall Cc: 19190@debbugs.gnu.org Hi, :-) Duncan Keall skribis: >> Perhaps you could try running =E2=80=98cryptsetup=E2=80=99 by hand from = the REPL. > > I needed to replace "/bin/cryptsetup" with "/sbin/cryptsetup". After > that, cryptsetup accepted a password and printed these errors: > > device-mapper: table 253:0: crypt: Error allocating crypto tfm > device-mapper: ioctl: error adding target to table > device-mapper: reload ioctl on failed: No such file or directory > Failed to open temporary keystore device. > device-mapper: remove ioctl on temporary-cryptsetup-149 failed: No > such device or address I suspect this is due to missing modules. Does your initrd configuration have the modules Nikita=E2=80=99s configurat= ion shows? Thanks for testing so quickly! Ludo=E2=80=99.