- Code: Select all
mkdir -p build/winboot
cp -f data/wubildr.cfg data/wubildr-bootstrap.cfg build/winboot/
grub-ntldr-img --grub2 --boot-file=wubildr -o build/winboot/wubildr.mbr
sh: grub-ntldr-img: not found
make: *** [winboot2] Error 127
It looks like the file /usr/bin/grub-ntldr-img is not avaible in the grub package anymore. Am I missing something?

