Error in disk configuration
#1
Posted 14 October 2012 - 08:35 PM
i am having problems with the disk configuration section,
im just not sure where i went wrong, if someone can see what is wrong that would be awesome!
thanks in advanced
#2
Posted 14 October 2012 - 08:56 PM
Attached File(s)
-
autounattend.xml (9.92K)
Number of downloads: 5
#3
Posted 15 October 2012 - 07:44 AM
<DiskConfiguration>
<WillShowUI>OnError</WillShowUI>
<Disk wcm:action="add">
<DiskID>0</DiskID>
<WillWipeDisk>true</WillWipeDisk>
<CreatePartitions>
<CreatePartition wcm:action="add">
<!-- Create the system partition-->
<Order>1</Order>
<Type>Primary</Type>
<Size>100</Size>
</CreatePartition>
<!-- Create the Windows partition and fill the rest of the hard disk -->
<CreatePartition wcm:action="add">
<Order>2</Order>
<Type>Primary</Type>
<Extend>true</Extend>
</CreatePartition>
</CreatePartitions>
<ModifyPartitions>
<!-- Modify the system partition-->
<ModifyPartition wcm:action="modify">
<Order>1</Order>
<PartitionID>1</PartitionID>
<Format>NTFS</Format>
<Label>System</Label>
</ModifyPartition>
<!-- Modify the Windows partition -->
<ModifyPartition wcm:action="modify">
<Order>2</Order>
<PartitionID>2</PartitionID>
<Format>NTFS</Format>
<Label>Windows</Label>
<Letter>C</Letter>
</ModifyPartition>
</ModifyPartitions>
</Disk>
<Disk wcm:action="add">
<DiskID>1</DiskID>
<WillWipeDisk>true</WillWipeDisk>
<CreatePartitions>
<!-- Create a data partition and fill the rest of the hard disk -->
<CreatePartition wcm:action="add">
<Order>1</Order>
<Type>Primary</Type>
<Extend>true</Extend>
</CreatePartition>
</CreatePartitions>
<ModifyPartitions>
<!-- Modify the system partition-->
<ModifyPartition wcm:action="modify">
<Order>1</Order>
<PartitionID>1</PartitionID>
<Format>NTFS</Format>
<Label>Data</Label>
<Letter>E</Letter>
</ModifyPartition>
</ModifyPartitions>
</Disk>
</DiskConfiguration>
*Edit: It's needed to take care with these setttings and check the HDD order sequence inside the BIOS first!
This post has been edited by myselfidem: 15 October 2012 - 07:48 AM
#5
Posted 15 October 2012 - 07:38 PM
i tried that section but it still did not work, do you know if there is a way to log what it is doing?
#6
Posted 16 October 2012 - 12:51 AM
<ImageInstall>
<OSImage>
<InstallFrom>
<MetaData wcm:action="add">
<Key>/IMAGE/NAME</Key>
<Value>Windows 7 PROFESSIONAL</Value>
</MetaData>
</InstallFrom>
<InstallTo>
<DiskID>0</DiskID>
<PartitionID>2</PartitionID>
</InstallTo>
<WillShowUI>OnError</WillShowUI>
<InstallToAvailablePartition>false</InstallToAvailablePartition>
</OSImage>
</ImageInstall>
You can also remove the last line, or change manually the correct path:
<cpi:offlineImage cpi:source="wim:c:/users/jake.hardy/desktop/en_windows_7_professional_x64_dvd_x15-65805(1)/sources/install.wim#Windows 7 PROFESSIONAL" xmlns:cpi="urn:schemas-microsoft-com:cpi" />
Example mine :
<cpi:offlineImage cpi:source="wim:c:/Win7_SP1/sources/install.wim#Windows 7 ULTIMATE" xmlns:cpi="urn:schemas-microsoft-com:cpi" />
To avoid errors check your file with WSIM.
This post has been edited by myselfidem: 16 October 2012 - 12:55 AM
#7
Posted 16 October 2012 - 12:59 AM
i have been building the script via windows aik,
i will try soon
#8
Posted 16 October 2012 - 05:26 AM
kenpachizero, on 15 October 2012 - 07:38 PM, said:
yes, it is extremely logging everything it does
Here is how you can capture the logs
http://www.msfn.org/...486#entry888486
#9
Posted 16 October 2012 - 06:12 PM
i am getting the files now
This post has been edited by kenpachizero: 16 October 2012 - 06:21 PM
#10
Posted 16 October 2012 - 06:25 PM
Attached File(s)
-
$Panther.zip (10.97K)
Number of downloads: 5
#11
Posted 16 October 2012 - 06:53 PM
i should also say thank you for your help guys!
This post has been edited by kenpachizero: 16 October 2012 - 09:19 PM
#12
Posted 17 October 2012 - 05:59 AM
This post has been edited by maxXPsoft: 17 October 2012 - 06:00 AM



Help
Back to top









