It's a Dell Precision 3640 desktop PC. When the computer boots and starts PXE, as you can see in my first screenshot, the PC retrieves the 10.xxx IP address that I reserved in my DHCP server on the net0 interface.
Once it starts the Windows installation environment, almost 90% of the time its IP address becomes an APIPA address. What I find surprising is that 10% of the time it keeps the correct IP address and the Windows installation continues normally.
Another problem: I don't know if it's related to WAPT or to my test machine, but I seem to get a BSOD randomly when starting the Windows installation environment with the error: DRIVER VERIFIER DMA VIOLATION
[RESOLVED] Windows 10 WAPT Deployment
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
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
-
florian777
- Messages: 32
- Registration: Apr 13, 2022 - 09:53
I just tested it on another model and I'm not having any problems so far. I'll need to test it on another PC to see if the problem is with the computer itself or with the 3640 series
Hello Florian,
The problem may stem from missing drivers on the WinPE side.
Dell provides a specific driver package: https://www.dell.com/support/kbdoc/fr-f ...otes-winpe
It is possible to test this by adding them manually: https://docs.microsoft.com/en-us/window ... -customize
The problem may stem from missing drivers on the WinPE side.
Dell provides a specific driver package: https://www.dell.com/support/kbdoc/fr-f ...otes-winpe
It is possible to test this by adding them manually: https://docs.microsoft.com/en-us/window ... -customize
Code: Select all
Dism /Mount-Image /ImageFile:"C:\Program Files (x86)\Windows Kits\10\Assessment and Deployment Kit\Windows Preinstallation Environment\amd64\en-us\boot.wim" /index:1 /MountDir:"C:\WinPE_amd64\mount"
Dism /Add-Driver /Image:"C:\WinPE_amd64\mount" /Driver:"C:\SampleDriver\driver.inf"
Dism /Unmount-Image /MountDir:"C:\WinPE_amd64\mount" /commit-
florian777
- Messages: 32
- Registration: Apr 13, 2022 - 09:53
Hello,
I added the drivers, tried again, and it worked four times in a row, but now I'm having the problem again (I think it's a problem with the PC itself) because I tested it on another PC of the same model and it works fine.
While we're on the subject of deployment problems, I've encountered a few issues that appear randomly:
- When downloading the Windows ISO, when it reaches 100%, it keeps saying "Progress 100 of 100," and after 2 or 3 minutes, the window closes and nothing happens.
- When launching the command: "start x:\dlls\wgetwads64.exe --verify-cert=0 --server-url=https://ip_srv_wapt," the wgetwads64.exe window opens and closes immediately.
I added the drivers, tried again, and it worked four times in a row, but now I'm having the problem again (I think it's a problem with the PC itself) because I tested it on another PC of the same model and it works fine.
While we're on the subject of deployment problems, I've encountered a few issues that appear randomly:
- When downloading the Windows ISO, when it reaches 100%, it keeps saying "Progress 100 of 100," and after 2 or 3 minutes, the window closes and nothing happens.
- When launching the command: "start x:\dlls\wgetwads64.exe --verify-cert=0 --server-url=https://ip_srv_wapt," the wgetwads64.exe window opens and closes immediately.
Hello,
regarding:
- when launching the command: "start x:\dlls\wgetwads64.exe --verify-cert=0 --server-url=https://ip_srv_wapt" the wgetwads64.exe window opens and closes immediately.
----------
I have the same problem. What I do is copy and paste
x:\dlls\wgetwads64.exe --verify-cert=0 --server-url=https://ip_srv_wapt
and the rest starts...
it's not ideal but it works
. Regards
regarding:
- when launching the command: "start x:\dlls\wgetwads64.exe --verify-cert=0 --server-url=https://ip_srv_wapt" the wgetwads64.exe window opens and closes immediately.
----------
I have the same problem. What I do is copy and paste
x:\dlls\wgetwads64.exe --verify-cert=0 --server-url=https://ip_srv_wapt
and the rest starts...
it's not ideal but it works
. Regards
-
florian777
- Messages: 32
- Registration: Apr 13, 2022 - 09:53
Yeah, afterwards I have the impression that restarting the Wapt server is enough
- sfonteneau
- WAPT Expert
- Messages: 2318
- Registered: July 10, 2014 - 11:52 PM
- Contact :
Are you on version 2.2.1.11899?
We implemented a loop in wgetwads64.exe so that if the request to the server fails, we wait and then retry 10 times
If it continues to happen AND it doesn't crash just by restarting the command, then it might be something else.
In WinPE's start.cmd file, before launching wgetwads64.exe, we might need to add a timeout /t 5 just to give WinPE time to start properly
- sfonteneau
- WAPT Expert
- Messages: 2318
- Registered: July 10, 2014 - 11:52 PM
- Contact :
I had a major problem at a client's the other day with a Windows server; the nginx for Windows (embedded in the wapt server for Windows) had a lot of trouble managing distributions in terms of throughput, no such problem with a Linux nginx server.florian777 wrote: ↑Apr 26, 2022 - 3:25 PM Yeah, after that I have the impression that restarting the Wapt server is enough
But the problem is not systematic on all Windows servers, so I wonder if there is an antivirus that is interfering with the Windows nginx server.
In the case of the previous client, the problem appeared overnight (cab on the Windows server?)
You may be in the same situation
I'll take a look
-
florian777
- Messages: 32
- Registration: Apr 13, 2022 - 09:53
I wanted to know if there's a limit on the size of ISO files. With wgetwads64, I can download 6GB ISOs, but when I try with a 16GB ISO, the window closes as soon as it starts downloading
