From: <[email protected]> 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
