Hello,
I am deploying computers using Windows Deployment Services with unattend.xml, including all necessary configurations such as Setup UILangage, DiskConfiguration, ImageInstall, WindowsDeploymentServices though still asking (wait for user input) for
"Select Operating System Where you want to install" and "Where do you want to install"
'Disk Configuration' and 'ImageInstall' Here, I have copied xml parts below:
-Partition Creation-
<DiskConfiuration><Disk wcm:action="add"><CreatePartitions><CreatePartition wcm:action="add"><Extend>true</Extend><order>1</order><Type>Primary</Type></CreatePartition></CreatePartitions>
-Partition Modification-
<ModifyPartitions><ModifyPartition wcm:action="add"><Active>true></Active><Format>NTFS</Format><Letter>C</Letter><Order>1</Order><PartitionID>1</PartitionID></ModifyPartition></ModifyPartitions><DiskID>0</DiskID><willWipeDisk>true</willWipeDisk><willshowUI>OnError</WillshowUI></DiskConfiguratin>
-OS Image-
<OSImage><InstallTo><DiskID>0</DiskID><PartitionID>1</PartitionID></InstallTo><InstallToAvailablePartition>true</InstallToAvailablepartition><willShowUI>OnError</willShowUI></OSImage>
-WDS Server-
<WindowsDeploymentServices><Login><Credentials><Domain>xxx.inside</Domain><Password>abcd</Password><UserName>WDSService</UserName></Credentials></Login></WindowsDeploymentServices>
Please see the screenshots below.
Image may be NSFW.
Clik here to view.Image may be NSFW.
Clik here to view.
And also, if a partition (OS) exists when deploying an image through WDS unattend.xml, it prompts me to delete the partition, would I be able to automate this as well?
Thanks in advance,
Akira Sekine