Post Reply 
 
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[SOLVED] RE: iPXE & WDS [Prestaged: false]
2014-03-24, 23:01
Post: #11
RE: iPXE & WDS [Prestaged: false]
Don't use

Code:
dhcp
set 252:string \Boot\BCD
imgexec tftp://${next-server}/Boot\${arch}\wdsnbp.com

a) I only used that during my experiments, but it doesn't do any good.
b) you're missing the part that populates {$arch}, so it is bound to fail*.

Either pass no parameters to iPXE at all or use what you previously used, I'd say.

-Stefan

* that part would be
Code:
cpuid --ext 29 && set arch x64 || set arch x86
which was run before dhcp in the sample I took it from, however, any line before the imgexec one should do.
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: iPXE & WDS [Prestaged: false] - BAUR-ITCS - 2014-03-24 23:01



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