Now i have created Windows 7 deployment image & added in WDS server. But
while installing image on client machine i am getting error " Windows could
not aplly unattened settings during pass (null)".
any solution on this???..... i am using boot.wim from windows 7 installation
media.
This should be an error about windows preinstallation phase of windows setup
, please check the x86_Microsoft-WindowsSetup__neutral->Disk configuration
section of WindowsPE configuration pass
Below is an example of this section.
----------------------------------------------------------------------------------------------
<DiskConfiguration>
<Disk wcm:action="add">
<CreatePartitions>
<CreatePartition wcm:action="add">
<Order>1</Order>
<Size>20000</Size>
<Type>Primary</Type>
</CreatePartition>
</CreatePartitions>
<ModifyPartitions>
<ModifyPartition wcm:action="add">
<Active>true</Active>
<Format>NTFS</Format>
<Order>1</Order>
<PartitionID>1</PartitionID>
</ModifyPartition>
</ModifyPartitions>
<DiskID>0</DiskID>
<WillWipeDisk>true</WillWipeDisk>
</Disk>
</DiskConfiguration>
---------------------------------------------------------------------------------
This is not an error about boot.wim
Best Regards
Baris DOGAN
MCT ,CCNA, MCSE 2K/2K3 + Security