Post Reply 
 
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
WDS TFTP loop
2015-07-07, 12:04
Post: #1
WDS TFTP loop
Hi,

using the latest version from git (2015.07.07) I encountered an issue while chainloading to our Windows Deployment Server (WDS):
The client gets stuck in a request loop.

Examing the traffic with Wireshark shows the following three actions:

1. TFTP download of wdsnp.com (successful)
2. DHCP request + ack
3. another DHCP request + ack

These three action are repeated infinitely.

Reverting the changes of commit:
edf74df4abf0b9ed92f399272b0491851ba1ffaa [pxe] Always reconstruct packet for PXENV_GET_CACHED_INFO
seems to solve the issue.

Snippet of my script which forwards to WDS server:

Code:
:windows-wds
cpuid --ext 29 && set arch x64 || set arch x86
set netX.dhcp/next-server ${wds-server}
chain tftp://${wds-server}/Boot\\${arch}\\wdsnbp.com

Regards
lupowolfi
Find all posts by this user
Quote this message in a reply
2015-08-11, 22:11
Post: #2
RE: WDS TFTP loop
Hello, sory, if my English may be bad.

I have some trouble. Have config for boot workstation form iSCSI (win7) and WDS server for network installation. IP address lased Microsoft DHCP and her set iPXE class for different #!ipxe configs. Some time, after reconfigured Win Serverv 2008R2, I given some trouble - on select in my menu "WDS Installation" the boot wdsnbp.com go in loop.

Item from menu:
Code:
:wds
chain /boot/x86/wdsnbp.com

After some time, found trouble in new version undionly.kpxe

At this screen the version, that no have trouble [Image: 34f9b30a7bdat.jpg]

On this, goin to loop
[Image: 2ef0a089695ct.jpg] [Image: c2c8ca368304t.jpg]




Some found on this post http://lists.ipxe.org/pipermail/ipxe-dev...04284.html

Thanks )))
Find all posts by this user
Quote this message in a reply
2015-08-29, 17:06
Post: #3
RE: WDS TFTP loop
(2015-07-07 12:04)lupowolfi Wrote:  1. TFTP download of wdsnp.com (successful)
2. DHCP request + ack
3. another DHCP request + ack

These three action are repeated infinitely.

Thanks! Should be fixed as of http://git.ipxe.org/ipxe.git/commitdiff/2ef04f0.

Michael
Visit this user's website Find all posts by this user
Quote this message in a reply
Post Reply 




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