Hi,
Thank you, now it boots.
:-) Maybe you or someone else can tell me the reason for this "cat << EOF ... EOF" frame around the menuentry block. In my "40_custom" it works without it, as expected. Regards. / Hilmar.
Here's what's inside my /etc/grub.d/40_custom now: ------------------------------ #!/bin/sh -e cat << EOF menuentry "NetBSD 7.0" { insmod ufs2 set root=(hd0,msdos2) knetbsd /netbsd --root=wd0a } EOF ------------------------------ Mitt