From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ricardo Wurmus Subject: Re: No login prompt and no display manager. Date: Mon, 07 Jan 2019 15:27:53 +0100 Message-ID: <87lg3w8rva.fsf@elephly.net> References: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([209.51.188.92]:60000) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ggVsq-0003tq-GM for help-guix@gnu.org; Mon, 07 Jan 2019 09:28:05 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ggVsp-0002ay-Qb for help-guix@gnu.org; Mon, 07 Jan 2019 09:28:04 -0500 Received: from sender-of-o53.zoho.com ([135.84.80.218]:21783) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1ggVsp-0002ZO-BI for help-guix@gnu.org; Mon, 07 Jan 2019 09:28:03 -0500 In-reply-to: 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: =?utf-8?B?6I2S5LqV5ZCJ5YmH?= Cc: help-guix@gnu.org =E8=8D=92=E4=BA=95=E5=90=89=E5=89=87 writes: > I did guix system reconfigure config.scm then reboot. > No login prompt and no display manager. You have (services %desktop-services) in your configuration file, which includes the display manager slim, which should start automatically. You should also have login prompts on the other TTYs (use Ctrl-Alt-F1/2/3/4 to access them). Do you see anything at all there? --=20 Ricardo