Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Windows 7 deployment through WDS

2 views
Skip to first unread message

Aniruddha

unread,
Mar 19, 2010, 3:12:01 AM3/19/10
to
I have configired WDS on Windows 2008 server & using it in my network to
deploy Windows XP images.

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.

Baris DOGAN

unread,
Apr 15, 2010, 4:09:01 PM4/15/10
to
Hello Aniruddha

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

0 new messages