A PCRE internal error occured. This might be caused by a faulty plugin
====== Using PXE-Knife over HTTP ====== To use PXE-Knife over HTTP, you need two things. - download gpxe image from [[http://www.alien.doesntexist.org/pxeknife]] - Put the image in floppy/CD-ROM/USB and boot machine using it. - We also assume that you have Internet connectivity based on DHCP (we will soon drop this assumption ;-) ) ===== Testing with qemu ===== - download gpxe.dsk image from [[http://www.alien.doesntexist.org/pxeknife/gpxe.dsk]] - Use it with qemu in following way <code> qemu -fda gpxe.dsk </code> ==== Details ==== You can visit the [[QemuPxeKnifeHTTP]] to see how exactly it is done.