From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.saout.de ([127.0.0.1]) by localhost (mail.saout.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id wUQYtRP2W0wV for ; Tue, 25 Sep 2012 21:06:42 +0200 (CEST) Received: from mail-oa0-f50.google.com (mail-oa0-f50.google.com [209.85.219.50]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mail.saout.de (Postfix) with ESMTPS for ; Tue, 25 Sep 2012 21:06:42 +0200 (CEST) Received: by oagn16 with SMTP id n16so36174oag.37 for ; Tue, 25 Sep 2012 12:06:40 -0700 (PDT) Sender: Matthew Monaco Message-ID: <506200BD.6010803@0x01b.net> Date: Tue, 25 Sep 2012 13:06:37 -0600 From: Matthew Monaco MIME-Version: 1.0 References: <20120907190453.GA27798@tansi.org> <504AED40.2010102@gmail.com> <5053D531.1000508@0x01b.net> <20120921100101.GA11357@tansi.org> <50614FBC.80709@0x01b.net> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [dm-crypt] Encrypt all partitions with dm-crypt List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: dm-crypt@saout.de On 09/25/2012 07:58 AM, Stayvoid wrote: > OK, let's go back to the recovery shell problem. > (That message is too big to place it here. Please use the archives.) > > Looks like that it's not possible to use cryptsetup from a recovery shell. > What can I do to decrypt / mount my partitions after the boot? > (/dev/sda1 (/boot) is not encrypted.) > > Thanks > What distribution are you using? That sounds odd because I'd think your recovery shell is the same environment as your initrd which most certainly has cryptsetup. If cryptsetup isn't working, try # modprobe dm-crypt (Although with recent kernels, this shouldn't be necessary anymore).