Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
wiki:qemupxeknifehttp [2009/05/23 12:05] less1 |
wiki:qemupxeknifehttp [2009/05/23 13:59] (current) less1 |
||
|---|---|---|---|
| Line 6: | Line 6: | ||
| <code> | <code> | ||
| qemu -fda gpxe.dsk -net nic -net user -bootp http://10.0.0.2/pxeknife/pxelinux.0 | qemu -fda gpxe.dsk -net nic -net user -bootp http://10.0.0.2/pxeknife/pxelinux.0 | ||
| + | </code> | ||
| + | |||
| + | or you can boot the online version of PXE-Knife using following command. | ||
| + | <code> | ||
| + | qemu -fda gpxe.dsk -net nic -net user -bootp http://alien.doesntexist.org/pxeknife/pxelinux.0 | ||
| </code> | </code> | ||
| Line 12: | Line 17: | ||
| <code> | <code> | ||
| #!gpxe | #!gpxe | ||
| - | echo "Hi there" | + | echo "Hi, We will be using PXEKnife from URL http://www.alien.doesntexist.org/pxeknife/" |
| dhcp net0 | dhcp net0 | ||
| - | set 209:string pxelinux.cfg/default | + | set 209:string /pxeknife.cfg/default |
| - | set 210:string http://10.0.0.2/pxeknife/ | + | set 210:string http://www.alien.doesntexist.org/pxeknife/ |
| - | chain http://10.0.0.2/pxeknife/pxelinux.0 | + | echo "Here we go" |
| - | boot | + | chain http://www.alien.doesntexist.org/pxeknife/pxelinux.0 |
| </code> | </code> | ||
| and I compile with following command | and I compile with following command | ||
| Line 30: | Line 35: | ||
| ===== Ready to use PXE-Knife over HTTP ===== | ===== Ready to use PXE-Knife over HTTP ===== | ||
| - | If you want to try out PXE-Knife without installing then visit page [[PXEKnifeHTTPOnline]] | + | If you want to try out PXE-Knife without installing then visit page [[pxeknifeOverHttp]] |