I'm trying possibility of installing Win 7-x64 on SSD (OS) and HDD (DATA) at the same time. When I install Windows through Windows PE appears pop up message, in which it says something like (translated from Czech):
Code: Alles auswählen
Windows can not set the partition as active on disk 0 The specified partition on the destination drive does not exist. When using the <DiskConfiguration> unattended Setup answer file error has occurred. Error code: 0x80300002
Code: Alles auswählen
<Disk wcm:action="add">
<DiskID>0</DiskID>
<ModifyPartitions>
<ModifyPartition wcm:action="add"> <Active>true</Active> <Format>NTFS</Format> <Label>WINDOWS</Label> <Letter>C</Letter> <Extend>false</Extend> <Order>1</Order> <PartitionID>1</PartitionID> </ModifyPartition> .........
</ModifyPartitions>
</Disk>
Regards
Martin