From mboxrd@z Thu Jan 1 00:00:00 1970 From: Subject: Re: Unable to get (menu-entries (...)) to work properly Date: Sun, 9 Apr 2017 01:25:52 -0700 Message-ID: <20170409012552.38377600@khaalida> References: <20170409003642.5f1c05d5@khaalida> <20170409.095907.824263399826758452.post@thomasdanckaert.be> <20170409011603.5d085c74@khaalida> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:46873) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cx8Ae-00066H-Mp for help-guix@gnu.org; Sun, 09 Apr 2017 04:26:05 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cx8Ab-0003wk-I6 for help-guix@gnu.org; Sun, 09 Apr 2017 04:26:04 -0400 Received: from sender-pp-092.zoho.com ([135.84.80.237]:25492) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1cx8Ab-0003wc-Ah for help-guix@gnu.org; Sun, 09 Apr 2017 04:26:01 -0400 In-Reply-To: <20170409011603.5d085c74@khaalida> 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 On Sun, 9 Apr 2017 01:17:10 -0700 wrote: > On Sun, 09 Apr 2017 09:59:07 +0200 (CEST) > Thomas Danckaert wrote: > > > From: > > Subject: Unable to get (menu-entries (...)) to work properly > > Date: Sun, 9 Apr 2017 00:36:42 -0700 > > > > > (bootloader (grub-configuration (device "/dev/sda") > > > (menu-entries > > > (menu-entry > > > (label "Desktop") > > > (linux "/boot/kernel") > > > (linux-arguments "") > > > (initrd "/boot/initramfs"))))) > > > > > > This constantly throws errors that I can't sort out. Attached (if > > > I do it properly with this new email client) is a screenshot of > > > the error. > > > > I think `menu-entries' should be a list. Try > > > > (menu-entries (list (menu-entry [...]))) > > > > Thomas > > I tried that and I'm still getting an error. Attached is the related > screenshot. Nevermind. Apparently system reconfigure craps itself when (linux-arguments ...) is passed an empty string.