Help with Windows Server 2016 and Unattend.xml

Anonymous
2023-10-11T11:03:28+00:00

Hi, im recently working on a wds server with windows server 2016.

And the server wont use the unattend.xml for the disk configuration in windows PE. It seems like the xml is getting ignored.. I made the xml with the Windows SIM and placed it into the x64 architecture.
The Unattend for the install.wim seem to work.

But I dont understand why my unattend for boot.wim wont work.

Windows for business Windows Server Devices and deployment Other

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question. To protect privacy, user profiles for migrated questions are anonymized.

0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Anonymous
    2023-10-12T08:58:58+00:00

    Hello

    If your unattend.xml file is being ignored during the Windows PE phase, there could be a few reasons for this. Here are some things you can check:

    Check the location of the unattend.xml file: The unattend.xml file should be located in the appropriate architecture directory on your WDS server.

    Enable unattended installation: In Windows Deployment Services, right-click your server name and select Properties. Under the Client tab, enable unattended installation and browse to select the .xml file for the specific architecture.

    Allow image to install in unattended mode: Right-click the image and select Properties. Under the General tab, select “Allow image to install in unattended mode” and select the file.

    Check the log files: If the installation fails, you can press Ctrl+Alt+F3 to get a command window on the failed install. Then change to either c:\windows\panther or c:\windows\sysprep (depending on where your unattend.xml file was) and look at the log files in there. One should tell you what happened with your install.

    Reference documentation:

    [SOLVED] WDS 2016 and unattended.xml - Windows Server (spiceworks.com)

    WDS Unattend.xml - create partitions not working - Windows Server (spiceworks.com)

    0 comments No comments