Hi,

> I think `menu-entries' should be a list.  Try
>
> (menu-entries (list (menu-entry [...])))

Thomas is right, I just tried it with the following configuration and it
works for me :

--8<---------------cut here---------------start------------->8---
(bootloader (grub-configuration (device "/dev/sda")
                                (timeout 1)
                                (menu-entries
                                 (list (menu-entry
                                        (label "test")
                                        (initrd "/boot/inittest")
                                        (linux "/boot/vmtest"))))))
--8<---------------cut here---------------end--------------->8---

Mathieu

Reply via email to