From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wg0-x22a.google.com (mail-wg0-x22a.google.com [IPv6:2a00:1450:400c:c00::22a]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mail.server123.net (Postfix) with ESMTPS for ; Wed, 25 Jun 2014 21:19:44 +0200 (CEST) Received: by mail-wg0-f42.google.com with SMTP id z12so2404139wgg.1 for ; Wed, 25 Jun 2014 12:19:40 -0700 (PDT) Message-ID: <53AB20C6.7070508@gmail.com> Date: Wed, 25 Jun 2014 21:19:34 +0200 From: Milan Broz MIME-Version: 1.0 References: <20140625145140.GA2349@apartia.fr> In-Reply-To: <20140625145140.GA2349@apartia.fr> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Subject: Re: [dm-crypt] "cryptsetup: lvm is not available" List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Louis-David Mitterrand , dm-crypt@saout.de On 06/25/2014 04:51 PM, Louis-David Mitterrand wrote: > When booting with a 3.15 kernel I get this error message and I am not > prompted to unlock my root device. > > However when booting with a 3.14 kernel I can unlock my partition and > boot normally. > > I have never used lvm. > > Where should I look? This is probably distro dependent problem, cryptsetup itself never prints such message (it will be from some wrapper script I guess). I would suggest you ask on your distro support channel. (It could be missing kernel module, missing or wrong info in /etc/crypttab / fstab, missing file in intramdisk etc.) Also check lsblk output, the error message seems like you are using some lvm volume group in fact. Milan p.s. Please always add information about your environment (distro, tools versions, if possible storage stack configuration like lsblk output etc.)