Post Reply 
 
Thread Rating:
  • 1 Vote(s) - 3 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[SOLVED] : iPXE and WDS Config
2013-02-18, 15:53
Post: #7
RE: [SOLVED] : iPXE and WDS Config
Hi everyone,
we solved it as well, yet in a very unexpected way:
Instead of using this command:

Code:
"chain tftp://${wdsserver}/boot%5Cx86%5cwdsnbp.com"

We used this one, escaping the backslashes in the path:

Code:
"chain tftp://${wdsserver}/Boot\\x86\\wdsnbp.com"
After this correction the tftp download started to perform optimally. Don't ask me why this would be related, but it was perfectly reproducible on our side.

Regards
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: iPXE and WDS Config - Sha0 - 2012-11-08, 20:22
RE: iPXE and WDS Config - Sedorox - 2012-11-09, 04:31
RE: iPXE and WDS Config - Alphakarem - 2012-11-09, 15:09
RE: iPXE and WDS Config - Alphakarem - 2012-11-11, 01:09
RE: [SOLVED] : iPXE and WDS Config - Nicola V - 2013-02-18 15:53
iPXE and WDS Config - sebus - 2016-02-04, 11:26



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