WinPE deployment failed at step wgetwads64.exe

Questions about WAPT Server / Requests and help related to the WAPT server
Forum Rules
Community Forum Rules
* English support on www.reddit.com/r/wapt
* French community support is available on this forum
* Please prefix the topic title with [RESOLVED] if it is resolved.
* Please do not edit a topic that is tagged [RESOLVED]. Open a new topic referencing the old one.
* Specify the installed WAPT version, full version, and build number (2.2.1.11957 / 2.2.2.12337 / etc.) as well as the Enterprise/Discovery edition.
* Versions 1.8.2 and earlier are no longer supported. The only questions accepted regarding version 1.8.2 are related to upgrading to a supported version (2.1, 2.2, etc.).
* Specify the server OS (Linux/Windows) and version (Debian Buster/Bullseye - CentOS 7 - Windows Server 2012/2016/2019).
* Specify the OS of the administration/package creation machine and the machine with the problematic agent, if applicable (Windows 7/10/11/Debian 11/etc.).
* Avoid asking multiple questions when opening a topic, otherwise it may be ignored. If there are multiple topics, open separate topics, preferably one after the other and not all at the same time (i.e., do not spam the forum).
* Include code snippets, screenshots, and other images directly in the post. Links to Pastebin, Bitly, and other third-party sites will be systematically removed.
* As with any community forum, support is provided voluntarily by members. If you require commercial support, you can contact Tranquil IT's sales department at 02.40.97.57.55
julienplt
Messages: 17
Registration: July 8, 2025 - 4:58 PM

July 18, 2025 - 4:52 PM

Good morning,

We are currently testing WAPT enterprise, and I am currently working on OS deployment (Win11 and Ubuntu 24.04).
The WAPT Server version is: 2.6.0.17293.

I am encountering a problem when trying to deploy Windows 11 on a test machine.
In the WinPE section, on the 3rd command prompt I get a DNS resolution error:
DNS resolution has failed for: wapt.polytech.sorbonne-universite.fr
I have no problem pinging the machine in question; DNS resolution seems to be working fine.

Note that I had no problems until now, but I am working on setting up a Samba AD* domain and automatically integrating the machine into the domain, which led me to change the DNS of my test machine to point to the DNS integrated into the DC.

When I point my test machine to the default DNS (that of the University I depend on), I do not encounter the problem, but as a result this does not allow me to integrate the machine into our local AD.

I don't see what the problem could be, as the ping is working fine, thank you for your help.





*: [HS] (and we would be interested in support/assistance from Tranqui'IT on SambaAD, by the way) :) [/HS]
Attachments
IMG_20250718_152752-low.jpg
IMG_20250718_152752-low.jpg (220.67 KB) Viewed 29289 times
User avatar
dcardon
WAPT Expert
Messages: 1929
Registration: June 18, 2014 - 09:58
Location: Saint Sébastien sur Loire
Contact :

July 18, 2025 - 7:03 PM

Good evening Julien,

there was indeed a bug in the mORMot DNS cache management section which was recently fixed internally. We'll look into backporting the fix to version 2.6 so it's included in the next release.

Regards,

Denis
Denis Cardon - Tranquil IT
Share your experiences on WAPT! Send us your blog and article URLs in the "Your Opinion of the forum, and we'll feature them on the WAPT
julienplt
Messages: 17
Registration: July 8, 2025 - 4:58 PM

July 21, 2025 - 4:12 PM

Hello,

Yes, thank you for your feedback.

I confirm that the issue only occurs when I point my client machine to the DNS server of my Samba DC (whether using the internal DNS or bind9), not when using the usual DNS, at the time of execution of wgetwads64.exe.

Regards
julienplt
Messages: 17
Registration: July 8, 2025 - 4:58 PM

August 4, 2025 - 1:42 PM

Hello,

I updated WAPT Enterprise to the latest version, as well as my administration console.

WAPT Server version: 2.6.0.17392
WAPT Agent version: 2.6.0.17392
WAPT Setup version: 2.6.0.17392
WAPT Deploy version: 2.6.0.17392
DB status: OK

I saw the fix (DNS cache) in the changelog; however, the problem persists when I try to deploy a Windows machine.

Regards
User avatar
sfonteneau
WAPT Expert
Messages: 2318
Registered: July 10, 2014 - 11:52 PM
Contact :

August 4, 2025 - 3:45 PM

After reviewing the code:

https://github.com/synopse/mORMot2/blob ... s.pas#L827

, it seems the function only tests A records. Is it a CNAME or an A record on your end?

Simon
julienplt
Messages: 17
Registration: July 8, 2025 - 4:58 PM

August 4, 2025 - 5:47 PM

Hello,

it was a CNAME record (wapt -> pc5079 -> IP), I just changed it to only an A record (wapt -> IP).

I tried clearing the bind DNS cache, but the problem persists.
User avatar
sfonteneau
WAPT Expert
Messages: 2318
Registered: July 10, 2014 - 11:52 PM
Contact :

August 6, 2025 - 3:09 PM

Hello

, I'd like to reproduce the problem here.

Is the machine's DNS server directly your Samba server?

If so, what version is it?
User avatar
dcardon
WAPT Expert
Messages: 1929
Registration: June 18, 2014 - 09:58
Location: Saint Sébastien sur Loire
Contact :

August 6, 2025 - 4:37 PM

Hello again,

a few more questions: if using Samba, internal DNS or bind-dlz.
If bind-dlz, with or without the minimal-responses option?

Regards,

Denis
Denis Cardon - Tranquil IT
Share your experiences on WAPT! Send us your blog and article URLs in the "Your Opinion of the forum, and we'll feature them on the WAPT
julienplt
Messages: 17
Registration: July 8, 2025 - 4:58 PM

August 7, 2025 - 10:37

sfonteneau wrote: August 6, 2025 - 3:09 PM Hello

, I'd like to be able to reproduce the problem here.

Is the machine's DNS server directly your Samba server?

If so, what version is it?
Good morning,

Yes, the machine I am deploying specifically points to the DNS of the Samba domain controller.

I specify it at the machine's dhcp configuration level, so that I can perform tests on it without touching the global dhcp setting (so that other machines continue to use the global dns provided by our university).

The version is BIND 9.18.33-1~deb12u2-Debian.
User avatar
sfonteneau
WAPT Expert
Messages: 2318
Registered: July 10, 2014 - 11:52 PM
Contact :

August 7, 2025 - 10:45

Hello

, but I didn't understand.

In which cases does it not work (internal bind9 or forward)?

And in which cases does it work?
Answer