From mboxrd@z Thu Jan 1 00:00:00 1970 From: Adam Van Ymeren Subject: bug#27242: Fail to load LUKS encrypted rootfs, attempts to open luks device before it's ready. Date: Sun, 04 Jun 2017 18:06:15 -0400 Message-ID: <87r2yzl86g.fsf@vany.ca> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:40668) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dHdjl-0000Uc-Vm for bug-guix@gnu.org; Sun, 04 Jun 2017 18:11:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dHdji-00051Q-LO for bug-guix@gnu.org; Sun, 04 Jun 2017 18:11:05 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:53553) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dHdji-00051M-Cy for bug-guix@gnu.org; Sun, 04 Jun 2017 18:11:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1dHdji-0004An-3U for bug-guix@gnu.org; Sun, 04 Jun 2017 18:11:02 -0400 Sender: "Debbugs-submit" Resent-Message-ID: Received: from eggs.gnu.org ([2001:4830:134:3::10]:40178) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dHdfD-0007tZ-GE for bug-guix@gnu.org; Sun, 04 Jun 2017 18:06:24 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dHdfA-0001Fp-CJ for bug-guix@gnu.org; Sun, 04 Jun 2017 18:06:23 -0400 Received: from mail2.vany.ca ([142.54.190.254]:58159) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1dHdfA-0001Ce-7h for bug-guix@gnu.org; Sun, 04 Jun 2017 18:06:20 -0400 Received: from adam-laptop.vany.ca (ktnron060mw-lp130-03-184-145-60-107.dsl.bell.ca [184.145.60.107]) by mail2.vany.ca (Postfix) with ESMTPSA id B6633AC04E1 for ; Sun, 4 Jun 2017 17:06:16 -0500 (CDT) Received: from localhost (adam-laptop.vany.ca [local]) by adam-laptop.vany.ca (OpenSMTPD) with ESMTPA id 87dbbd1b for ; Sun, 4 Jun 2017 22:06:15 +0000 (UTC) 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: 27242@debbugs.gnu.org On my machine when booting GuixSD, it fails to find the rootfs from the initramfs. It errors out attempting to find the luks device node. Shortly after it errors is when I see the kernel dmesg output of the nvme0 device becomining ready. It looks like we need to wait for the device node to become ready, or poll/sleep a few times if we fail to locate the device. Thanks! -Adam