Installation on two phisical discs
Verfasst: 26 Feb 2014, 16:30
Hello,
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): If I remove the HDD after rebooting, Windows PE start booting and install the SSD with no error messages. Looks like they are trying to write to the HDD, which have partition, instead of the SSD. Something tells me that Windows PE see other order of the drives. I guess the problem lies in this line (<DiskID>0</DiskID>) :
Btw using latest Netboot stable build Win7-x64 4.0.4-1.
Regards
Martin
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