David Melik wrote:
It is easy and reliable to use an absolute path to the payload.
I tried payload 'grub2' and './grub2'
Those are both relative paths, and because the v2 build system is less than transparent I recommend using an absolute path to begin with.
payload grub2
So here I would suggest an absolute path. Something like: payload /home/user/where/you/have/grub2/grub2.elf
//Peter