Since version 23.11.9515 there is a problem to install windows v1607 on a second partition.
Steps for reproduction:
Did I miss a setting in NTLite?
Steps for reproduction:
- Use the original version of MS 14393.0
- Preset 0
- Remove 3 components
- Add packages netfx3 and netfx48
- Do some tweaks
- Add the following diskconfig to autounattend.xml:
<ModifyPartition wcm:action="add">
<Label>PC</Label>
<Letter>C</Letter>
<Order>1</Order>
<PartitionID>1</PartitionID>
</ModifyPartition>
<ModifyPartition wcm:action="add">
<Label>PD</Label>
<Letter>D</Letter>
<Order>2</Order>
<PartitionID>2</PartitionID>
</ModifyPartition>
- VM Install on partition 2
View attachment 10955
- Remove the letter definition from autounattend.xml and the install works.
- partition 2 gets the drive letter C.
Did I miss a setting in NTLite?