From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by lists.gnu.org with archive (Exim 4.71) id 1RLdqo-00072x-AE for mharc-grub-devel@gnu.org; Wed, 02 Nov 2011 12:39:42 -0400 Received: from eggs.gnu.org ([140.186.70.92]:52750) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RLNGG-00068r-5x for grub-devel@gnu.org; Tue, 01 Nov 2011 18:56:53 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RLNGE-0001UK-UE for grub-devel@gnu.org; Tue, 01 Nov 2011 18:56:52 -0400 Received: from youngberry.canonical.com ([91.189.89.112]:47200) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RLNGE-0001UE-J8 for grub-devel@gnu.org; Tue, 01 Nov 2011 18:56:50 -0400 Received: from [71.16.235.2] (helo=[10.123.1.70]) by youngberry.canonical.com with esmtpsa (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1RLNGD-0005pW-Fx for grub-devel@gnu.org; Tue, 01 Nov 2011 22:56:49 +0000 Message-ID: <4EB0792D.6060701@canonical.com> Date: Tue, 01 Nov 2011 18:56:45 -0400 From: "James M. Leddy" User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:7.0.1) Gecko/20110929 Thunderbird/7.0.1 MIME-Version: 1.0 To: grub-devel@gnu.org Subject: luks testing and source deb pkg Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Received-From: 91.189.89.112 X-Mailman-Approved-At: Wed, 02 Nov 2011 12:39:41 -0400 X-BeenThere: grub-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: The development of GNU GRUB List-Id: The development of GNU GRUB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 01 Nov 2011 22:56:53 -0000 Hi, I've successfully tested the luks code in ubuntu using a modified grub2 package. You can test yourself if you're already using crypted root and separate /boot by rsying the /boot dev to the root filesyste, removing the /etc/fstab entry, and running: # GRUB_CRYPTODISK_ENABLE=y grub-install --debug --modules=configfile --modules=gcry_sha1 --modules=gcry_sha256 --modules=fshelp --modules=biosdisk --modules=part_msdos --modules=linux --modules=ext2 --modules=help --modules=minicmd --modules=crypto --modules=cryptodisk --modules=gcry_rijndael --modules=luks /dev/sda # GRUB_CRYPTODISK_ENABLE=y update-grub The merged source is available here: https://code.launchpad.net/~jm-leddy/+junk/grub-luks just do a : $ bzr branch lp:~jm-leddy/+junk/grub-luks $ cd grub-luks $ bzr builddeb