From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1MMA6L-0002AG-KJ for garchives@archives.gentoo.org; Thu, 02 Jul 2009 00:24:33 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3C599E03B8; Thu, 2 Jul 2009 00:24:32 +0000 (UTC) Received: from mail.askja.de (mail.askja.de [83.137.103.136]) by pigeon.gentoo.org (Postfix) with ESMTP id 0A6E7E03B8 for ; Thu, 2 Jul 2009 00:24:32 +0000 (UTC) Received: from static-87-79-89-40.netcologne.de ([87.79.89.40] helo=zone.wonkology.org) by mail.askja.de with esmtpsa (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.69) (envelope-from ) id 1MMA6J-0008T8-2U for gentoo-user@lists.gentoo.org; Thu, 02 Jul 2009 02:24:31 +0200 Received: from localhost (localhost [127.0.0.1]) (uid 1000) by zone.wonkology.org with local; Thu, 02 Jul 2009 02:24:26 +0200 id 00010416.4A4BFE3A.00000A42 From: Alex Schuster To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] Encrypting everything Date: Thu, 2 Jul 2009 02:24:23 +0200 User-Agent: KMail/1.11.4 (Linux/2.6.28-tuxonice-r3_2; KDE/4.2.4; i686; ; ) References: <200907011240.21313.wonko@wonkology.org> In-Reply-To: <200907011240.21313.wonko@wonkology.org> Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200907020224.24370.wonko@wonkology.org> X-Archives-Salt: 1ef0b6fa-ac5d-4016-aa1f-9f6ab5b3a005 X-Archives-Hash: e99be40664b0abd0ccdccf6e1307dafb I wrote: > B: LUKS -> LVM > A simpler approach. sda1 is a small boot partition, sda2 (the rest of the > drive) is a LUKS-formatted LVM physical volume with volume group > 'pvcrypt' on it. This does not work yet, the initramfs does not find the > LVM. > > I looked into the init script. I wants to do a cryptsetup luksOpen > $LUKS_DEVICE $LUKS_NAME with $LUKS_NAME=root, which is not the name I > use. But changing this does not help anyway. I get /dev/mapper/pvcrypt > created, but pvscan does not find it. At this point I thought I'd ask > here, do you have ideas what's wrong? BTW, I have another drive in the PC, with LVMs on it. pvscan / vgscan does not find them either. So it's probably not a problem with the encryption itself. But why does this work on my other system? I don't get it. Wonko