Post Reply 
 
Thread Rating:
  • 1 Vote(s) - 3 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[SOLVED] : iPXE and WDS Config
2012-11-09, 15:09 (This post was last modified: 2012-11-09 15:27 by Alphakarem.)
Post: #4
RE: iPXE and WDS Config
(2012-11-09 04:31)Sedorox Wrote:  For what it's worth, if it's what you are trying to do, you can have iPXE boot directly to a WDS server, that is not the TFTP server. Here is the code I've used successfully (as a iPXE script):
Code:
set wdsserver:ipv4 10.0.3.99
set net0/next-server ${wdsserver}
chain tftp://${wdsserver}/boot%5Cx86%5cwdsnbp.com
Notice that the TFTP path uses the windows directory delimiter, \... so with iPXE, this is done as hex. I found this out via a screenshot from http://ipxe.org/howto/wds_iscsi .

Sedorox and Sha0 ... Thank you very much for this code !! this is EXACTLY what I needed to do, it even allows me to go to PXELinux.com instead of the regular pxeboot.com once I change the boot loader on the WDS ! however the download speed is EXTREMELY slow on a 1GB network ... any ideas on why is this behavior ?
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
iPXE and WDS Config - sebus - 2016-02-04, 11:26



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