From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Craven Subject: Re: GuixSD 0.11.0 Install Date: Wed, 24 Aug 2016 12:39:20 +0200 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:46633) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bcVbg-00061I-Vh for guix-devel@gnu.org; Wed, 24 Aug 2016 06:40:29 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bcVbb-0000q1-RY for guix-devel@gnu.org; Wed, 24 Aug 2016 06:40:28 -0400 Received: from mail-yb0-f173.google.com ([209.85.213.173]:36063) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bcVba-0000pb-Kc for guix-devel@gnu.org; Wed, 24 Aug 2016 06:40:23 -0400 Received: by mail-yb0-f173.google.com with SMTP id e31so4014054ybi.3 for ; Wed, 24 Aug 2016 03:40:21 -0700 (PDT) In-Reply-To: List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: Vincent Legoll Cc: Marc Dunivan , "guix-devel@gnu.org" Well these are the steps I took to get it to boot through guix system vm. The filesystem stuff gets overwritten by the routines in vm.scm, but it causes the services to fail to start. >>> (name "Marc") >> >> doesn't like capitalized user-names > Is that not enforced by "guix system" ? > maybe it should ? This can also be easily verified using system vm, maybe it's a bug. But it causes a boot failure. I've never actually installed guixsd on real hardware... =)