It's been a long time that I try to deploy Windows 2016 Virtual Machine w WDS. Never worked. It looks that is always a disk configuration problem :
----
Windows could not set a partition active on disk 0. The target disk, or volume does not support the specified operation. Applying the answer file's <DiskConfiguration> setting : Error code: 0X80300024
----
Here's a copy of my answer file :
version="1.0" encoding="<g class="gr_ gr_990 gr-alert gr_spell gr_inline_cards gr_run_anim ContextualSpelling" data-gr-id="990" id="990">utf</g>-8"?>
<unattend xmlns="urn:schemas->
<settings pass="windowsPE">
<component name="Microsoft-Windows-Setup" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" processorArchitecture="amd64">
<WindowsDeploymentServices>
<Login>
<WillShowUI>OnError</WillShowUI>
<Credentials>
<Username>Administrator</Username>
<Domain>contoso</Domain>
<Password>Passw0rd</Password>
</Credentials>
</Login>
<ImageSelection>
<WillShowUI>OnError</WillShowUI>
<InstallImage>
<ImageName>Windows Server 2016 SERVERDATACENTERCOREt</ImageName>
<ImageGroup>WIN2016</ImageGroup>
<Filename>install.wim</Filename>
</InstallImage>
<InstallTo>
<DiskID>0</DiskID>
<PartitionID>1</PartitionID>
</InstallTo>
</ImageSelection>
</WindowsDeploymentServices>
<DiskConfiguration>
<WillShowUI>OnError</WillShowUI>
<Disk>
<DiskID>0</DiskID>
<WillWipeDisk>true</WillWipeDisk>
<CreatePartitions>
<CreatePartition>
<Order>1</Order>
<Type>Primary</Type>
<Extend>true</Extend>
</CreatePartition>
</CreatePartitions>
<ModifyPartitions>
<ModifyPartition>
<Order>1</Order>
<PartitionID>1</PartitionID>
<Letter>C</Letter>
<Label>HyperV</Label>
<Format>NTFS</Format>
<Active>true</Active>
<Extend>false</Extend>
</ModifyPartition>
</ModifyPartitions>
</Disk>
</DiskConfiguration>
</component>
<component name="Microsoft-Windows-International-Core-WinPE" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" processorArchitecture="amd64">
<SetupUILanguage>
<WillShowUI>OnError</WillShowUI>
<UILanguage>en-US</UILanguage>
</SetupUILanguage>
<UILanguage>en-US</UILanguage>
</component>
</settings>
<cpi:offlineImage cpi:source="wim:c:/sources/win2016/install.wim#Windows Server 2016 SERVERDATACENTERCORE" xmlns:cpi="urn:schemas-microsoft-com:cpi" />
</unattend>
---
This is my Setup :
Windows Server 2016 w Hyper-v , WDS, AD DS, DHCP.
I created a virtual Machine, Generation 2.
---
Question :
I used so <g class="gr_ gr_30 gr-alert gr_gramm gr_inline_cards gr_run_anim Style multiReplace" data-gr-id="30" id="30">many ,</g> that I don't know.
Is there a good version that I can use, or someone explain to me what is the problem? Is booting w
Thanks a lot
Jasmin