Windows 10 Automated Install Disk Configuration

  • Thread starter Thread starter NDoyle
  • Start date Start date
N

NDoyle

Hello,


I've been banging my head against the wall for a couple days and hoping for a little help. I'm trying to build a Windows 10 Pro Image. I've built a USB key with 2 partitions, 1 for booting and one for the images. The image is on the second partition that I'd like to assign letter u to and I'd like the boot partition to have letter t assigned. For some reason though I always get an error, Windows could not collect information for [OSImage] since the speified image file ... does not exist and when I hit Shift-F10 I see that the disk configuration was not done and that's why it can't find my file. Below is my disk configuration that was built with Windows System Image Manager. Does anyone see why it's not working?





-<DiskConfiguration>



<WillShowUI>OnError</WillShowUI>





-<Disk wcm:action="add">





-<CreatePartitions>





-<CreatePartition wcm:action="add">



<Order>1</Order>



<Size>500</Size>



<Type>Primary</Type>



</CreatePartition>





-<CreatePartition wcm:action="add">



<Order>2</Order>



<Size>100</Size>



<Type>EFI</Type>



</CreatePartition>





-<CreatePartition wcm:action="add">



<Order>3</Order>



<Size>16</Size>



<Type>MSR</Type>



</CreatePartition>





-<CreatePartition wcm:action="add">



<Extend>true</Extend>



<Order>4</Order>



<Type>Primary</Type>



</CreatePartition>



</CreatePartitions>





-<ModifyPartitions>





-<ModifyPartition wcm:action="add">



<Format>NTFS</Format>



<Label>WinRE</Label>



<Order>1</Order>



<PartitionID>1</PartitionID>



<TypeID>DE94BBA4-06D1-4D40-A16A-BFD50179D6AC</TypeID>



</ModifyPartition>





-<ModifyPartition wcm:action="add">



<Format>FAT32</Format>



<Label>System</Label>



<Order>2</Order>



<PartitionID>2</PartitionID>



</ModifyPartition>





-<ModifyPartition wcm:action="add">



<Order>3</Order>



<PartitionID>3</PartitionID>



</ModifyPartition>





-<ModifyPartition wcm:action="add">



<Format>NTFS</Format>



<Label>Windows</Label>



<Letter>C</Letter>



<Order>4</Order>



<PartitionID>4</PartitionID>



</ModifyPartition>



</ModifyPartitions>



<DiskID>0</DiskID>



<WillWipeDisk>true</WillWipeDisk>



</Disk>





-<Disk wcm:action="add">





-<ModifyPartitions>





-<ModifyPartition wcm:action="modify">



<PartitionID>1</PartitionID>



<Letter>U</Letter>



<Order>5</Order>



</ModifyPartition>





-<ModifyPartition wcm:action="modify">



<Letter>V</Letter>



<Order>6</Order>



<PartitionID>2</PartitionID>



</ModifyPartition>



</ModifyPartitions>



<DiskID>1</DiskID>



<WillWipeDisk>false</WillWipeDisk>



</Disk>



</DiskConfiguration>





-<ImageInstall>





-<OSImage>





-<InstallTo>



<DiskID>0</DiskID>



<PartitionID>4</PartitionID>



</InstallTo>





-<InstallFrom>



<Path>v:\pcnT460driversonly-windowspartition.wim</Path>



</InstallFrom>



</OSImage>



</ImageInstall>

Continue reading...
 
Back
Top