[SOLVED] : iPXE and WDS Config
|
2012-11-08, 20:22
(This post was last modified: 2012-11-08 21:03 by Sha0.)
Post: #2
|
|||
|
|||
RE: iPXE and WDS Config
You might be interested in omitting the WDS interaction and simply booting the Windows PE environment using wimboot, using this article.
However, if you are really interested in a hand-off to WDS... Microsoft's Windows NBP cares about the DHCP packets that have been stored according to the PXE specification. In a WDS scenario, it is usually the case that there is a stored packet of the DHCP server's offer as well as a stored packet of the proxyDHCP server's offer. You need to modify the proxyDHCP packet before handing control to the Windows NBP. You can do this from the iPXE CLI or a script: Code: set proxydhcp/next-server AAA.BBB.CCC.DDD Note #2: The Windows NBP most likely uses its own internal TFTP client, so it won't fetch files using iPXE's HTTP support. But since you are doing iPXE -> PXELINUX, you can also use Gene Cumm's pxechn.c32 module. It has a variety of options that are documented in Syslinux' doc/pxechn.txt file. Gene's considerations included the WDS use-case. |
|||
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 3 Guest(s)