This is an old revision of the document!
A PCRE internal error occured. This might be caused by a faulty plugin
====== Get PXE Knife working with QEMU over HTTP ====== I am taking similar approach as I took for TFTP for which QEMU + PXE Knife combination is working if I use qemu TFTP stack. But when I try and use HTTP, with following command, it does not work. <code> qemu -fda gpxe.dsk -net nic -net user -bootp http://10.0.0.2/pxeknife/pxelinux.0 </code> It is getting stuck in same way as QEMU + PXELinux + TFTP combination is getting stuck. It loads pxelinux.0 successfully, but fails in loading //pxeknife/default// file with error <code> Trying to load: pxelinux.cfg/default Unable to locate configuration file </code>