[RESOLVED] WADS - Error during Windows 10 deployment

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
Locked
eliottiph
Messages: 32
Registration: May 2, 2022 - 10:41

July 27, 2022 - 4:39 PM

WAPT version: Enterprise version 2.2.1.11957
WAPT Server: Debian 11 Bullseye
Console: Windows Server 19
PC to be deployed: Dell Latitude 3520
------------------------------------------------------------------------------------------
Good morning,

I'm getting this error when deploying Windows 10 on Dell Latitude 3520s:

It would appear that there is an error related to the disk.
Snapchat-1227f07810.jpg
Snapchat-1227f07810.jpg (33.24 KB) Viewed 3566 times
I don't understand, given that I followed the WAPT documentation correctly.

Thanks in advance.

Eliott.
Last edited by eliottiph on Jul 29, 2022 - 13:35, edited 1 time.
User avatar
dcardon
WAPT Expert
Messages: 1932
Registration: June 18, 2014 - 09:58
Location: Saint Sébastien sur Loire
Contact :

July 28, 2022 - 8:55 PM

Hello,

it seems the disk driver wasn't found in the ISO: "There is no disk selected". What kind of SSD is it? Is it a fairly recent machine? Did it come with Windows 10 or Windows 11 by default? Basically, it's the same issue as with MDT. If the hardware includes a disk driver or a network driver that doesn't have a generic driver in the Windows ISO, you need to add it to the WIM file.

Is the disk's BIOS configuration perhaps in RAID or NVMe mode (see [1])?

Regards,

Denis

[1] https://www.reddit.com/r/MDT/comments/p ... t_install/
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
eliottiph
Messages: 32
Registration: May 2, 2022 - 10:41

July 29, 2022 - 10:30

Good morning,

I found the solution last night, indeed for the DELL Latitude 3520 the BIOS setting for the drives has to be changed from RAID to AHCI / NVMe.

And I have another small problem: to automatically integrate the Win10 license key and the BIOS key, do I need to configure the XML in this way?

Code: Select all

<ProductKey>
			<!-- Do not uncomment the Key element if you are using trial ISOs -->
			<!-- You must uncomment the Key element (and optionally insert your own key) if you are using retail or volume license ISOs -->
			<Key>[KEY]</Key> (j'ai lu sur un forum qu'en remplaçant la clé par "[KEY]", cela permettais d'aller chercher la clé présente dans le BIOS).
			<WillShowUI>Never</WillShowUI>
</ProductKey>
 
Perhaps this line should also be set to false?

Code: Select all

<component name="Microsoft-Windows-Security-SPP-UX" processorArchitecture="{{architecture}}" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
			<SkipAutoActivation>false</SkipAutoActivation>
		</component>  
And, can I delete the ProductKey line there without causing problems? Because it included the key between the tags and caused an error.

Code: Select all

		<component name="Microsoft-Windows-Shell-Setup" processorArchitecture="{{architecture}}" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
			<ComputerName>{{hostname}}</ComputerName>
			<ProductKey>W269N-WFGWX-YVC9B-4J6C9-T83GX</ProductKey>
		</component
Thanks in advance,

Eliott.
User avatar
dcardon
WAPT Expert
Messages: 1932
Registration: June 18, 2014 - 09:58
Location: Saint Sébastien sur Loire
Contact :

July 29, 2022 - 7:02 PM

Hello,

thank you for keeping each ticket separate. Could you please open a new one with your new question?

Thank you, Best 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
Locked