From unknown Fri Jun 20 07:27:01 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#58668 <58668@debbugs.gnu.org> To: bug#58668 <58668@debbugs.gnu.org> Subject: Status: unable to mount second LUKS drive after reboot Reply-To: bug#58668 <58668@debbugs.gnu.org> Date: Fri, 20 Jun 2025 14:27:01 +0000 retitle 58668 unable to mount second LUKS drive after reboot reassign 58668 guix submitter 58668 "bdju" severity 58668 normal thanks From debbugs-submit-bounces@debbugs.gnu.org Thu Oct 20 15:48:45 2022 Received: (at submit) by debbugs.gnu.org; 20 Oct 2022 19:48:45 +0000 Received: from localhost ([127.0.0.1]:36184 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1olbX2-000430-PZ for submit@debbugs.gnu.org; Thu, 20 Oct 2022 15:48:45 -0400 Received: from lists.gnu.org ([209.51.188.17]:53838) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1olbWu-00042l-N6 for submit@debbugs.gnu.org; Thu, 20 Oct 2022 15:48:43 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1olbWs-00086o-PK for bug-guix@gnu.org; Thu, 20 Oct 2022 15:48:35 -0400 Received: from tilde.team ([198.50.210.248]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1olbWp-0003jt-6J for bug-guix@gnu.org; Thu, 20 Oct 2022 15:48:32 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=tilde.team; s=mail; t=1666295309; bh=BhfqduzqqjOE8dKY7xbKsnIMN3QLYE3b2ezmf6YMOG8=; h=Date:Subject:From:To:From; b=Ljk1cxZI+Bx8J1D+zIos0DmbLa1pJqREG1i5sMe0nw1Dbv38YXOG6iicqVw4wYgA3 y2hVksTqquGlv0CPCPGD9pVXzybfZwjbdi31sFvGE19VlRncsXcaoNO6rHVEjP5bfE kr2OUOnTFryTy48eKymbETuqRnwka55NJVqUxisI= Received: from localhost (unknown [63.228.59.248]) by tilde.team (Postfix) with ESMTPSA id 70FF74C0D8A for ; Thu, 20 Oct 2022 19:48:29 +0000 (UTC) Mime-Version: 1.0 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=UTF-8 Date: Thu, 20 Oct 2022 14:48:28 -0500 Message-Id: Subject: unable to mount second LUKS drive after reboot From: "bdju" To: X-Mailer: aerc 0.11.0 Received-SPF: pass client-ip=198.50.210.248; envelope-from=bdju@tilde.team; helo=tilde.team X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.4 (--) I had 228 days of uptime and had changed out my second drive for a bigger one and modified my config.scm accordingly. Upon reboot I was not able to mount it or finish booting because of it, even though the passphrase for my root drive was accepted fine. I was able to boot this very same new drive after selecting a generation from August 2nd. I thought at first that this generation was before I had put the new drive configuration into place, but I noticed two things: 1) the drive was mounted, I could see the files 2) upon looking over the version of my config.scm used in the booted system, the new drive configuration was already in place after all I also verified upon nckx's recommendation that the version of cryptsetup used hasn't changed in this time. (2.7.3) The working generation uses the following commit: e6480571a094e27dc50db2b42334f17a6d1957d4 I realize this report is somewhat light on info, so let me know what else I can try to provide.