From: <dian_ce...@zoho.com>
Subject: Re: Unable to get (menu-entries (...)) to work properly
Date: Sun, 9 Apr 2017 01:17:10 -0700

I tried that and I'm still getting an error. Attached is the related
screenshot.

The field `linux-arguments' in your menu-entry should also be a list (your example had an empty string). If you don't want to specify any arguments, you can also leave it out (the default is an empty list. Otherwise, see this example from the manual:

     (menu-entry
       (label "The Other Distro")
       (linux "/boot/old/vmlinux-2.6.32")
       (linux-arguments '("root=/dev/sda2"))
       (initrd "/boot/old/initrd"))

Thomas

Reply via email to