http download failures - Printable Version +- iPXE discussion forum (https://forum.ipxe.org) +-- Forum: iPXE user forums (/forumdisplay.php?fid=1) +--- Forum: General (/forumdisplay.php?fid=2) +--- Thread: http download failures (/showthread.php?tid=8140) |
http download failures - singularity42 - 2016-07-26 21:13 I am attempting to pxe chain boot with http download. The problem I am having is the file retrieval always just stops on one of the random files below, at some random % complete. Usually it is the boot.wim, but I assume this is only because it is the largest. It has stopped on a simple font file as well though. What could be causing this sporadic download behavior? If I attempt a windows download off the samba share where those files are, the download is 1-2 secs. If I wget it from a nix host its about the same. Only when pxe is attempting to retrieve them does it seem to have an issue. I am fairly new to all this so hopefully I am giving good info. Samba server is running via apache. I have tried numerous builds of kernel and boot.wim. Frankly, Im at a loss. Code: <%# the chain then goes to: Code: #!ipxe RE: http download failures - NiKiZe - 2016-08-02 18:44 This is the same as http://stackoverflow.com/questions/38599133/pxe-booting-http-retrieval-failures After upgrade to the latest version of iPXE this issue was resolved. |