Post Reply 
 
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Why I get this error 0xd126001 (http://ipxe.org/3d12001) using WDS?
2014-08-01, 15:13
Post: #2
RE: Why I get this error 0xd126001 (http://ipxe.org/3d12001) using WDS?
Based on the error code you copied it seems like your TFTP server is not responding properly to the URL you specified. It is known that the WDS TFTP server is a bit picky about using forward-slashes in paths, so you might need to use escaped backslashes (%5C). The URL should then look something like this: tftp://10.10.10.1/%5Creminst%5CBootx86%5CImages%5Cboot.wim

Although, if you're loading boot.wim directly I'm assuming you're using wimboot to load it. If that is the case, I'd load all of the files mentioned in http://ipxe.org/howto/winpe or http://ipxe.org/howto/sccm using HTTP URLs instead of TFTP. Microsoft IIS is much more standards-compliant than the WDS TFTP server.
Visit this user's website Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: Why I get this error 0xd126001 (http://ipxe.org/3d12001) using WDS? - robinsmidsrod - 2014-08-01 15:13



User(s) browsing this thread: 1 Guest(s)