Differences
This shows you the differences between two versions of the page.
|
wiki:pxeknifeoverhttp [2009/05/23 13:23] less1 created |
wiki:pxeknifeoverhttp [2009/05/23 13:26] (current) less1 |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== Using PXE-Knife over HTTP ====== | ====== Using PXE-Knife over HTTP ====== | ||
| To use PXE-Knife over HTTP, you need two things. | To use PXE-Knife over HTTP, you need two things. | ||
| - | - download gpxe image from [[www.alien.doesntexist.org/pxeknife]] | + | - download gpxe image from [[http://www.alien.doesntexist.org/pxeknife]] |
| - Put the image in floppy/CD-ROM/USB and boot machine using it. | - 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 ;-) ) | - 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. | You can visit the [[QemuPxeKnifeHTTP]] to see how exactly it is done. | ||