Table of Contents
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
qemu -fda gpxe.dsk
Details
You can visit the QemuPxeKnifeHTTP to see how exactly it is done.