Deploying Windows 7 x64 from WDS on Server 2003 Error
As the title says I am trying to deploy Windows 7 from WDS on Windows Server 2003 SP2. I have created my Windows 7 image and imported into WDS successfully. When I deploy I get the error after expanding files: "Windows Package Manager" The operation failed with 0x80070002 The system cannot find the file specified I'm a noob at this so forgive me but does it have anything to do with the fact that my boot.wim is version 6.0? Meaning the installation environment is akin to Vista. If so how does one upgrade that so to speak. I'm sure my wdsunattend and oobeunattend are correct, but here is my wdsunattend: <?xml version="1.0" encoding="utf-8"?> <unattend xmlns="urn:schemas-microsoft-com:unattend"> <settings pass="windowsPE"> <component name="Microsoft-Windows-International-Core-WinPE" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <SetupUILanguage> <UILanguage>en-us</UILanguage> </SetupUILanguage> <InputLocale>en-us</InputLocale> <SystemLocale>en-us</SystemLocale> <UILanguage>en-us</UILanguage> <UILanguageFallback>en-us</UILanguageFallback> <UserLocale>en-us</UserLocale> </component> <component name="Microsoft-Windows-Setup" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <WindowsDeploymentServices> <Login> <Credentials> <Domain>DOMAIN</Domain> <Password>password</Password> <Username>username</Username> </Credentials> </Login> <ImageSelection> <WillShowUI>Always</WillShowUI> <InstallTo> <DiskID>0</DiskID> <PartitionID>1</PartitionID> </InstallTo> </ImageSelection> </WindowsDeploymentServices> <DiskConfiguration> <WillShowUI>Always</WillShowUI> <Disk wcm:action="add"> <CreatePartitions> <CreatePartition wcm:action="add"> <Order>1</Order> <Extend>true</Extend> <Type>Primary</Type> </CreatePartition> </CreatePartitions> <ModifyPartitions> <ModifyPartition wcm:action="add"> <Active>true</Active> <Extend>false</Extend> <Format>NTFS</Format> <Label>OSDISK</Label> <Letter>C</Letter> <Order>1</Order> <PartitionID>1</PartitionID> </ModifyPartition> </ModifyPartitions> <WillWipeDisk>true</WillWipeDisk> <DiskID>0</DiskID> </Disk> </DiskConfiguration> </component> </settings>
March 9th, 2011 1:59pm

please contact setup and deployment forum for more help on the above post http://social.technet.microsoft.com/Forums/en-US/winserversetup/threadshttp://www.virmansec.com/blogs/skhairuddin
Free Windows Admin Tool Kit Click here and download it now
March 9th, 2011 2:23pm

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics