I wish to use pvgrub.
I'm using debian wheezy x86_64.
I did an apt-get soruce xen and apt-get build-dep xen, cd-ed into the xen source dir and issued "make world".
The package doesn't compile, it emits the error message:
...
/bin/sh: 4: ./xen-setup-stubdom: not found
make[2]: *** [ioemu] Error 127
make[2]: Leaving directory `/root/install/xen-4.1.3/stubdom'
make[1]: *** [install-stubdom] Error 2
make[1]: Leaving directory `/root/install/xen-4.1.3'
make: *** [world] Error 2
Does anyone know what might be wrong?
Thank you.