From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Seaward Subject: How can I diagnose a startup failure on a live USB? Date: Fri, 08 Sep 2017 15:03:24 +0200 Message-ID: <1504875804.3275.1.camel@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:54812) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dqIwa-00022r-7B for help-guix@gnu.org; Fri, 08 Sep 2017 09:03:42 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dqIwW-0004oh-AX for help-guix@gnu.org; Fri, 08 Sep 2017 09:03:36 -0400 Received: from mail-wm0-x236.google.com ([2a00:1450:400c:c09::236]:43101) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dqIwW-0004mX-3T for help-guix@gnu.org; Fri, 08 Sep 2017 09:03:32 -0400 Received: by mail-wm0-x236.google.com with SMTP id f145so5929729wme.0 for ; Fri, 08 Sep 2017 06:03:30 -0700 (PDT) Received: from hatshepsut (169-1-127-33.ip.afrihost.co.za. [169.1.127.33]) by smtp.googlemail.com with ESMTPSA id w204sm1524460wmd.13.2017.09.08.06.03.26 for (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Fri, 08 Sep 2017 06:03:28 -0700 (PDT) List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-guix-bounces+gcggh-help-guix=m.gmane.org@gnu.org Sender: "Help-Guix" To: help-guix@gnu.org Hi all, I am trying to run Guix SD from a live USB on two machines. On machine A this works: I can select "linux-libre" from GRUB and the startup process runs, ending with a prompt on TTY 1 and documentation on TTY 2. On machine B, the startup process runs but towards the end (ssh- keygen... ncsd...) the screen goes black and I can't switch between TTYs. How can I diagnose the cause of this problem? Even enough to report an error message. Regards, David P.S. Cross-posted on Stack Exchange if you like that kind of thing: https://unix.stackexchange.com/questions/391156