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 hOP7pH9zY-Fx for ; Wed, 20 Nov 2013 10:15:04 +0100 (CET) Received: from plane.gmane.org (plane.gmane.org [80.91.229.3]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by mail.saout.de (Postfix) with ESMTPS for ; Wed, 20 Nov 2013 10:15:04 +0100 (CET) Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1Vj3sF-0002Va-NM for dm-crypt@saout.de; Wed, 20 Nov 2013 10:15:03 +0100 Received: from c-50-132-41-203.hsd1.wa.comcast.net ([50.132.41.203]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 20 Nov 2013 10:15:03 +0100 Received: from eternaleye by c-50-132-41-203.hsd1.wa.comcast.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 20 Nov 2013 10:15:03 +0100 From: Alex Elsayed Date: Wed, 20 Nov 2013 01:14:10 -0800 Message-ID: References: <1384831653.18771.33.camel@heisenberg.scientia.net> Mime-Version: 1.0 Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 7Bit Subject: Re: [dm-crypt] Integrate cryptsetup in bootloader List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: dm-crypt@saout.de Whoops - forgot to make clear that this assumes GPT partitioning despite using a traditional boot process, and that the only two partitions are the LUKS partition and the BIOS Backup Partition. That's essentially what my setup was when I used GRUB2's encryption support, although I didn't take the minimization steps described.