On Tue, May 16, 2017 at 03:03:06PM +0200, Mathieu Othacehe wrote: > ... > @example >-(menu-entry >+(boot-parameters > (label "The Other Distro") >- (linux "/boot/old/vmlinux-2.6.32") >- (linux-arguments '("root=/dev/sda2")) >+ (root-device "my-root") >+ (boot-name 'grub) Is anywhere documented what does this line means? >+ (store-device "my-root") >+ (store-mount-point "/") >+ (kernel "/boot/old/vmlinux-2.6.32") >+ (kernel-arguments '("root=/dev/sda2")) > (initrd "/boot/old/initrd")) > @end example TIA, S_W