[RESOLVED] Windows 10 WAPT 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
User avatar
sfonteneau
WAPT Expert
Messages: 2318
Registered: July 10, 2014 - 11:52 PM
Contact :

May 11, 2022 - 4:04 PM

Hello,

we recently encountered this problem

. The x86 UEFI mode does not work

, the x86 legacy mode works
, and the x64 UEFI mode works.
The x64 legacy mode works.

It appears to be an IPXE/Wimboot issue; we are looking into a possible solution.

Could you try using x64?
chris2b
Messages: 19
Registration: July 1, 2021 - 10:09 AM

May 12, 2022 - 1:48 PM

Good morning,
Thank you, so trying the x64 version did improve things, but now it's stuck on the deployment:
Screenshot 2022-05-12 134802.png
Screenshot 2022-05-12 134802.png (17 KB) Viewed 9171 times
User avatar
sfonteneau
WAPT Expert
Messages: 2318
Registered: July 10, 2014 - 11:52 PM
Contact :

May 12, 2022 - 1:57 PM

Error 1355: The specified domain either does not exist or could not be contacted.

The command displayed is the command that actually runs on your computer, so you can test it.

Is your machine with the console in the borgopeda.local domain?

Note that you selected the domain root as your OU. This is not an OU; you must select an OU.
chris2b
Messages: 19
Registration: July 1, 2021 - 10:09 AM

May 12, 2022 - 2:34 PM

Hello, indeed the console wasn't in the correct domain.
I've changed that, and it's better, but now I'm getting error code 1326, which apparently corresponds to a user/password problem. However, in the XML file, I can't find how to enter the password correctly because our password starts with characters like @!$.
User avatar
sfonteneau
WAPT Expert
Messages: 2318
Registered: July 10, 2014 - 11:52 PM
Contact :

May 12, 2022 - 3:17 PM

You can try opening the console directly with the account in question; this will avoid being asked for the username and password.

The password is not passed to the XML file during the join process; that's the whole point.
chris2b
Messages: 19
Registration: July 1, 2021 - 10:09 AM

May 12, 2022 - 4:07 PM

Thank you, it works correctly
smandel
Messages: 111
Registration: May 5, 2022 - 11:30

May 12, 2022 - 4:39 PM

dcardon wrote: Apr 20, 2022 - 2:08 PM Hello florian777,

WAPT version? OS/server version?

This is a problem that has been reported to us and occurs when the network takes too long to connect in WinPE. There was a fix in the latest version, wapt-2.2.1.11899-2d82654e.
Note: you must run postconf.sh after installation (nginx configuration as well).

Regards,

Denis
Good morning,

I confirm that the problem is still present in the latest version 2.2.1.11932
It works 1 out of 10 times.
The rest of the time you need to copy the command "start x:\dlls\..."

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

May 12, 2022 - 5:03 PM

We've just added another rather useless fix, but oh well,

at startup we'll wait 10 seconds anyway for the network to become available with a ping of 127.0.0.1
smandel
Messages: 111
Registration: May 5, 2022 - 11:30

May 16, 2022 - 3:23 PM

I don't have the problem on a VM running on ESX, but we're not talking about the same processing power... :)
smandel
Messages: 111
Registration: May 5, 2022 - 11:30

May 16, 2022 - 3:41 PM

However, there's a small deployment problem...
I customized the response file with UEFI partition formatting:

Code: Select all

<DiskConfiguration>
                <Disk wcm:action="add">
                    <CreatePartitions>
                        <CreatePartition wcm:action="add">
                            <Order>2</Order>
                            <Size>100</Size>
                            <Type>EFI</Type>
                        </CreatePartition>
                        <CreatePartition wcm:action="add">
                            <Order>1</Order>
                            <Size>500</Size>
                            <Type>Primary</Type>
                        </CreatePartition>
                        <CreatePartition wcm:action="add">
                            <Order>3</Order>
                            <Size>16</Size>
                            <Type>MSR</Type>
                        </CreatePartition>
                        <CreatePartition wcm:action="add">
                            <Order>4</Order>
                            <Extend>true</Extend>
                            <Type>Primary</Type>
                        </CreatePartition>
                    </CreatePartitions>
                    <ModifyPartitions>
                        <ModifyPartition wcm:action="add">
                            <Order>1</Order>
                            <Label>WinRE</Label>
                            <Format>NTFS</Format>
                            <TypeID>DE94BBA4-06D1-4D40-A16A-BFD50179D6AC</TypeID>
                            <PartitionID>1</PartitionID>
                        </ModifyPartition>
                        <ModifyPartition wcm:action="add">
                            <PartitionID>2</PartitionID>
                            <Order>2</Order>
                            <Format>FAT32</Format>
                            <Label>System</Label>
                        </ModifyPartition>
                        <ModifyPartition wcm:action="add">
                            <Order>3</Order>
                            <PartitionID>3</PartitionID>
                        </ModifyPartition>
                        <ModifyPartition wcm:action="add">
                            <Format>NTFS</Format>
                            <Label>Windows</Label>
                            <Order>4</Order>
                            <PartitionID>4</PartitionID>
                        </ModifyPartition>
                    </ModifyPartitions>
                    <WillWipeDisk>true</WillWipeDisk>
                    <DiskID>0</DiskID>
                </Disk>
                <WillShowUI>OnError</WillShowUI>
            </DiskConfiguration>
                        <ImageInstall>
				<OSImage>
					<InstallTo>
                        <DiskID>0</DiskID>
                        <PartitionID>4</PartitionID>
                    </InstallTo>
But during the deployment he told me:
The partition selected for installation (disk 0 partition4) does not meet the required conditions (...)
So I don't understand because when I boot directly with the Win10 ISO, the installation assistant sees the partitions created by the deployment and when I select partition 4, it starts the installation correctly.

Do you have any idea...?

THANKS :)
Locked