Error 3c092003 http chain - Printable Version +- iPXE discussion forum (https://forum.ipxe.org) +-- Forum: iPXE user forums (/forumdisplay.php?fid=1) +--- Forum: General (/forumdisplay.php?fid=2) +--- Thread: Error 3c092003 http chain (/showthread.php?tid=7068) |
Error 3c092003 http chain - ryanex - 2013-10-24 12:02 Good day, I try my best to explain in English. Currently I ipxe virtuale installed on a debian server. This all works well. Systems via tftp works well, and can I install linux. When I follow the following guide http://ipxe.org/howto/winpe I make winpe to, copy it to a http folder. I can be on the http location using the two network cards connect via a web browser. The local 192.168.20.x and the intranet between the virtual network PCs http://192.168.10.170/winpe/ (local network) and http://192.168.20.1/winpe/ (virtual internal network brigde) I enter the following commands in (control + B) DHCP chain http://192.168.20.1/winpe/boot.ipxe Then I get the error: Could not start download: opeation not supported (http://ipxe.org/3c092003) This error on the site, I can not deduce what I'm doing wrong. Can someone help me? RE: Error 3c092003 http chain - robinsmidsrod - 2013-10-27 10:43 As we talked about on IRC, your issue was that you were using a version of VirtualBox that had a bundled version of iPXE that doesn't support HTTP. You'll need to use the advanced dhcpd.conf file with iPXE feature detection to get chainloading working properly. Here is my example config: https://gist.github.com/robinsmidsrod/4008017 |