From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christopher Baines Subject: bug#21843: Generated grub.cfg does not support encrypted roots Date: Wed, 26 Oct 2016 07:56:12 +0100 Message-ID: <7778a48f-1d46-9fb6-dfa3-92e398f0bbeb@cbaines.net> References: <87twozi0ql.fsf@gnu.org> <20160308192104.GA22722@solar> <20160308193309.GA2251@solar> <87y47ywyy4.fsf@gnu.org> <87vb2x8mac.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:51885) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bzQCP-0000CI-Gw for bug-guix@gnu.org; Wed, 26 Oct 2016 11:33:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bzQCM-0003BY-Kh for bug-guix@gnu.org; Wed, 26 Oct 2016 11:33:05 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:42313) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1bzQCM-0003BS-HS for bug-guix@gnu.org; Wed, 26 Oct 2016 11:33:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1bzQCL-0003xX-Hf for bug-guix@gnu.org; Wed, 26 Oct 2016 11:33:02 -0400 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <87vb2x8mac.fsf@gnu.org> List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: "bug-Guix" To: Ludovic =?UTF-8?Q?Court=C3=A8s?= , 21843@debbugs.gnu.org On 01/05/16 23:07, Ludovic Courtès wrote: > ludo@gnu.org (Ludovic Courtès) skribis: > >> Now, I haven’t tested this in reality and would appreciate help here. > > I’m in the process of implementing automated tests for the installation > process. I've been looking at this bug, as I've got a new laptop which I would like to install GuixSD on, and I would like to use an encrypted root partition. Regarding the system tests, it looks to me like they do exist now, but so far I've been unable to run them (I get an error related to hash mismatch of module-import-compiled, I want to try getting it to fallback, but first I need to work out where Guix is being invoked...).