Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
wiki:qemupxeknifehttpprobs [2009/05/23 11:56] less1 created |
wiki:qemupxeknifehttpprobs [2010/01/31 17:42] (current) owen |
||
---|---|---|---|
Line 14: | Line 14: | ||
But when I try and use HTTP with qemu over pxe_knife which is based on __pxelinux__, | But when I try and use HTTP with qemu over pxe_knife which is based on __pxelinux__, | ||
it does not work. | it does not work. | ||
- | <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> | </code> | ||
Line 55: | Line 55: | ||
</code> | </code> | ||
- | All above problems were there because of older version of PxeLinux :-( | + | All above problems were there because of older version of PxeLinux :-(\\ |
- | I switched to 3.80 and problem solved :-) | + | I switched to 3.80 and problem solved :-)\\ |
+ | |||
+ | Refer page [[wiki:qemupxeknifehttp]] to check out proper working documentation. | ||