From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp2 ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms11 with LMTPS id mC5nBCwxvF/uHAAA0tVLHw (envelope-from ) for ; Mon, 23 Nov 2020 22:01:16 +0000 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp2 with LMTPS id qCkzACwxvF+HAgAAB5/wlQ (envelope-from ) for ; Mon, 23 Nov 2020 22:01:16 +0000 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id 630449402C8 for ; Mon, 23 Nov 2020 22:01:15 +0000 (UTC) Received: from localhost ([::1]:43790 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1khJtY-0006JJ-J0 for larch@yhetil.org; Mon, 23 Nov 2020 17:01:12 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:43866) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1khJtL-0006Iu-O8 for help-guix@gnu.org; Mon, 23 Nov 2020 17:00:59 -0500 Received: from pelzflorian.de ([5.45.111.108]:37070 helo=mail.pelzflorian.de) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1khJtH-0002XY-OP for help-guix@gnu.org; Mon, 23 Nov 2020 17:00:59 -0500 Received: from pelzflorian.localdomain (unknown [5.45.111.108]) by mail.pelzflorian.de (Postfix) with ESMTPSA id 80E933605A8; Mon, 23 Nov 2020 23:00:48 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=pelzflorian.de; s=mail; t=1606168848; bh=GwnoZvGKxlsGExHrQz99ABFiyhA9aYUfG80uSPUhqXk=; h=Date:From:To:Cc:Subject:References:In-Reply-To; b=B8MBZYXFrIaD3RuDD0tqzuC3X3o4dqHk3u6n4VYTeiaoZgvBqAioOXOPBi5f5rzoP 20Q9SPxhWGoYBTOR1pJKrd0FbvCBo6ZSfz/h6sNSWLM1TzNx3Tqa/MtDqmbkQCvSHC S939rwaWku1puryHBBx6WUkGgxlK5/LSlfBON4Bc= Date: Mon, 23 Nov 2020 23:00:39 +0100 From: "pelzflorian (Florian Pelz)" To: vikram sai balaji ulaganathan Subject: Re: New 1.2 installation freezing Message-ID: <20201123220039.wwsxoqjhspoxdcbj@pelzflorian.localdomain> References: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: Received-SPF: pass client-ip=5.45.111.108; envelope-from=pelzflorian@pelzflorian.de; helo=mail.pelzflorian.de 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_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: help-guix@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: help-guix@gnu.org Errors-To: help-guix-bounces+larch=yhetil.org@gnu.org Sender: "Help-Guix" X-Scanner: ns3122888.ip-94-23-21.eu Authentication-Results: aspmx1.migadu.com; dkim=fail (headers rsa verify failed) header.d=pelzflorian.de header.s=mail header.b=B8MBZYXF; dmarc=none; spf=pass (aspmx1.migadu.com: domain of help-guix-bounces@gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=help-guix-bounces@gnu.org X-Spam-Score: -0.01 X-TUID: gk7OZVPQ/Fke On Mon, Nov 23, 2020 at 04:49:03PM -0500, vikram sai balaji ulaganathan wrote: > Hi Guix help, > I just installed the latest version and when it booted up, it starts and > loads kernel but it freezes and the last dmesg I see is udevd no sender > credentials received, message ignored. In the GRUB boot screen, press F10 to edit the options. One line begins with `linux /gnu/store/…`. Navigate to the end of this linux line and append the word nomodeset. If this helps, then this may be the same issue as https://issues.guix.gnu.org/issue/44301 Regards, Florian