From mboxrd@z Thu Jan 1 00:00:00 1970 From: someone@selfhosted.xyz Subject: bug#27069: LUKS partition ruined by guix init Date: Thu, 25 May 2017 17:53:42 +0200 (CEST) Message-ID: Mime-Version: 1.0 Content-Type: text/plain; format=flowed; charset=US-ASCII Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:50236) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dDvbQ-0001XI-BC for bug-guix@gnu.org; Thu, 25 May 2017 12:27:09 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dDvbL-0000yu-G6 for bug-guix@gnu.org; Thu, 25 May 2017 12:27:08 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:35208) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dDvbL-0000yk-3p for bug-guix@gnu.org; Thu, 25 May 2017 12:27:03 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1dDvbK-0003pu-KV for bug-guix@gnu.org; Thu, 25 May 2017 12:27:02 -0400 Sender: "Debbugs-submit" Resent-Message-ID: Received: from eggs.gnu.org ([2001:4830:134:3::10]:41964) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dDv9V-0000td-90 for bug-guix@gnu.org; Thu, 25 May 2017 11:58:17 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dDv9S-0006ts-6S for bug-guix@gnu.org; Thu, 25 May 2017 11:58:17 -0400 Received: from server0.selfhosted.xyz ([185.147.237.19]:37208) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1dDv9R-0006rw-Nc for bug-guix@gnu.org; Thu, 25 May 2017 11:58:14 -0400 Received: from [127.0.0.1] (localhost [127.0.0.1]) by server0.selfhosted.xyz (Postfix) with ESMTP id 494029E82 for ; Thu, 25 May 2017 17:57:48 +0200 (CEST) Received: from [127.0.0.1] (localhost [127.0.0.1]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) (Authenticated sender: mail@selfhosted.xyz) by server0.selfhosted.xyz (Postfix) with ESMTPSA for ; Thu, 25 May 2017 17:57:47 +0200 (CEST) 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: 27069@debbugs.gnu.org Hi, I have several times over tried to install to a LUKS-partition with btrfs and failed but last time I almost had success. guix init command complained that the bios_grub flag wasn't set after many hours of compiling packages and therefore didn't install grub at first. I checked the partition with "cryptsetup luksUUID /dev/sda1" before rerunning guix init and it gives me the luksUUID so the partition seemed intact up to that point. However, after setting the bios_grub flag and rerunning guix init, the installation is successful but afterwards the cryptsetup luksUUID command says that the partition is not a valid luks device, so it seems like the GRUB installation part is what ruins the partition.