Isch hab da maln Problem - WDS imageunattend.xml - Abbruch
Moin Zusammen,
nun muss ich mal ne Frage an die WDS Profis stellen:
Ich hab einen PC geimaged mit Imagex. Der PC hat drei Partitionen. Der einfachheithalber habe ich drei WMIs.
Die Partitionen werden angelegt, aber während des Vorgangs: Daten werden extrahiert bricht er ab mit der Meldung: Netzwerkname nicht mehr vorhanden. Stimmt nicht, aber dazu gleich.
In der Logdatei finde ich folgendes:
Dummerweise ist diese Datei immer eine andere. Mal von Opera, mal von einem anderen Programm, mal von Windows.
Also hab ich die unattend.xml rausgenommen und was ist? Läuft durch ohne Probleme.
OS was installiert wird ist Windows 7 x64.
WDS Server ist Server 2008 SP2 (läuft ohne Probleme)
Hier mal die Unattend.xml
Und hier noch die WDSClientUnattend.xml
Hier hab ich das Problem, dass er die Partitionen zwar anlegt, aber die beiden WIM nicht kopiert.
Noch mal: nur wenn ich die unattend.xml entferne läuft er durch. Also die wdsclientunattend.xml scheint erst mal grds. zu gehen - mit Ausnahme der nicht kopierten wim Files auf Partition 2 und 3.
Also jemand eine Idee?
Gruß
nun muss ich mal ne Frage an die WDS Profis stellen:
Ich hab einen PC geimaged mit Imagex. Der PC hat drei Partitionen. Der einfachheithalber habe ich drei WMIs.
Die Partitionen werden angelegt, aber während des Vorgangs: Daten werden extrahiert bricht er ab mit der Meldung: Netzwerkname nicht mehr vorhanden. Stimmt nicht, aber dazu gleich.
In der Logdatei finde ich folgendes:
2014-07-01 14:34:12, Error [0x0600af] IBS ApplyWIMCallback: Error applying C:\Windows\winsxs\amd64_microsoft-windows-p..topeercollab-client_31bf3856ad364e35_6.1.7600.16385_none_f92a4554a47df413\p2pcollab.dll. GLE [64][gle=0x00000040]
2014-07-01 14:34:12, Error [0x0606cc] IBS WIMApplyImage failed; hr = 0x80070040[gle=0x00000040]
Also hab ich die unattend.xml rausgenommen und was ist? Läuft durch ohne Probleme.
OS was installiert wird ist Windows 7 x64.
WDS Server ist Server 2008 SP2 (läuft ohne Probleme)
Hier mal die Unattend.xml
<?xml version="1.0" encoding="utf-8"?>
<unattend xmlns="urn:schemas-microsoft-com:unattend">
<settings pass="oobeSystem">
<component name="Microsoft-Windows-International-Core" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<InputLocale>de-DE</InputLocale>
<UILanguage>de-DE</UILanguage>
<UserLocale>de-DE</UserLocale>
<SystemLocale>de-DE</SystemLocale>
</component>
<component name="Microsoft-Windows-Shell-Setup" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<OOBE>
<HideEULAPage>true</HideEULAPage>
<NetworkLocation>Work</NetworkLocation>
<ProtectYourPC>1</ProtectYourPC>
<SkipUserOOBE>true</SkipUserOOBE>
<HideWirelessSetupInOOBE>true</HideWirelessSetupInOOBE>
</OOBE>
<UserAccounts>
<AdministratorPassword>
<Value>XXXXX=</Value>
<PlainText>false</PlainText>
</AdministratorPassword>
<LocalAccounts>
<LocalAccount wcm:action="add">
<Password>
<Value>XXXXX==</Value>
<PlainText>false</PlainText>
</Password>
<DisplayName>Administrator</DisplayName>
<Group>Administrators</Group>
<Name>Administrator</Name>
<Description>local Admin</Description>
</LocalAccount>
</LocalAccounts>
</UserAccounts>
<RegisteredOrganization>XXXXX</RegisteredOrganization>
<RegisteredOwner>XXXXX</RegisteredOwner>
<Themes>
<DefaultThemesOff>false</DefaultThemesOff>
</Themes>
<FirstLogonCommands>
<SynchronousCommand wcm:action="add">
<CommandLine>cscript.exe c:\windows\system32\slmgr.vbs /ipk XXXXX-XXXXX-XXXXX-XXXXX-XXXXX</CommandLine>
<Order>1</Order>
<RequiresUserInput>false</RequiresUserInput>
</SynchronousCommand>
<SynchronousCommand wcm:action="add">
<Order>2</Order>
<CommandLine>cscript.exe c:\windows\system32\slmgr.vbs /ato</CommandLine>
<RequiresUserInput>false</RequiresUserInput>
</SynchronousCommand>
</FirstLogonCommands>
<TimeZone>W. Europe Standard Time</TimeZone>
<AutoLogon>
<Password>
<Value>XXXXX==</Value>
<PlainText>false</PlainText>
</Password>
<Domain>XXXXX.XXXXX</Domain>
<Enabled>true</Enabled>
<LogonCount>999999999</LogonCount>
<Username>XXXXX</Username>
</AutoLogon>
</component>
</settings>
<settings pass="specialize">
<component name="Microsoft-Windows-Shell-Setup" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<AutoLogon>
<Password>
<Value>XXXXX</Value>
<PlainText>false</PlainText>
</Password>
<Domain>XXXXX.XXXXX</Domain>
<Enabled>true</Enabled>
<LogonCount>2</LogonCount>
<Username>Administrator</Username>
</AutoLogon>
<ComputerName>%MACHINENAME%</ComputerName>
<ProductKey>XXXXX-XXXXX-XXXXX-XXXXX-XXXXX</ProductKey>
</component>
<component name="Microsoft-Windows-UnattendedJoin" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<Identification>
<Credentials>
<Domain>XXXXX.XXXXX</Domain>
<Password>XXXXX</Password>
<Username>Administrator</Username>
</Credentials>
<JoinDomain>xxx.xxx</JoinDomain>
</Identification>
</component>
</settings>
<settings pass="generalize">
<component name="Microsoft-Windows-Security-SPP" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<SkipRearm>1</SkipRearm>
</component>
</settings>
<cpi:offlineImage cpi:source="catalog://xxx/reminst/images/windows 7 install/install_windows 7 professional.clg" xmlns:cpi="urn:schemas-microsoft-com:cpi" />
</unattend>
Und hier noch die WDSClientUnattend.xml
<?xml version="1.0" encoding="utf-8"?>
<unattend xmlns="urn:schemas-microsoft-com:unattend">
<servicing></servicing>
<settings pass="windowsPE">
<component name="Microsoft-Windows-International-Core-WinPE" processorArchitecture="x86" 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>de-DE</InputLocale>
<SystemLocale>de-DE</SystemLocale>
<UILanguage>de-DE</UILanguage>
<UserLocale>de-DE</UserLocale>
</component>
<component name="Microsoft-Windows-Setup" processorArchitecture="x86" 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>xxxxx.xxxxx</Domain>
<Password>xxxxx</Password>
<Username>Administrator</Username>
</Credentials>
</Login>
<ImageSelection>
<InstallImage>
<ImageName>xxxxx</ImageName>
<ImageGroup>xxxxx</ImageGroup>
<Filename>xxxxx.wim</Filename>
</InstallImage>
<InstallTo>
<DiskID>0</DiskID>
<PartitionID>1</PartitionID>
</InstallTo>
</ImageSelection>
</WindowsDeploymentServices>
<DiskConfiguration>
<Disk wcm:action="add">
<ModifyPartitions>
<ModifyPartition wcm:action="add">
<Active>true</Active>
<Extend>false</Extend>
<Format>NTFS</Format>
<Label>OS</Label>
<Letter>C</Letter>
<Order>1</Order>
<PartitionID>1</PartitionID>
</ModifyPartition>
<ModifyPartition wcm:action="add">
<Active>false</Active>
<Extend>false</Extend>
<Format>NTFS</Format>
<Label>HP_RECOVERY</Label>
<Letter>D</Letter>
<Order>2</Order>
<PartitionID>2</PartitionID>
</ModifyPartition>
<ModifyPartition wcm:action="add">
<Active>false</Active>
<Extend>false</Extend>
<Format>FAT32</Format>
<Label>HP_TOOLS</Label>
<Letter>E</Letter>
<Order>3</Order>
<PartitionID>3</PartitionID>
</ModifyPartition>
</ModifyPartitions>
<DiskID>0</DiskID>
<WillWipeDisk>true</WillWipeDisk>
<CreatePartitions>
<CreatePartition wcm:action="add">
<Order>2</Order>
<Type>Primary</Type>
<Size>10240</Size>
</CreatePartition>
<CreatePartition wcm:action="add">
<Order>3</Order>
<Size>100</Size>
<Type>Primary</Type>
</CreatePartition>
<CreatePartition wcm:action="add">
<Type>Primary</Type>
<Order>1</Order>
<Size>460800</Size>
</CreatePartition>
</CreatePartitions>
</Disk>
<WillShowUI>OnError</WillShowUI>
</DiskConfiguration>
<ImageInstall>
<DataImage wcm:action="add">
<InstallTo>
<DiskID>0</DiskID>
<PartitionID>2</PartitionID>
</InstallTo>
<InstallFrom>
<Credentials>
<Domain>xxxxx.xxxxx</Domain>
<Password>xxxxx</Password>
<Username>administrator</Username>
</Credentials>
<Path>\\192.168.178.x\REMINST\HP_RECOVERY.wim</Path>
</InstallFrom>
<Order>1</Order>
</DataImage>
<DataImage wcm:action="add">
<InstallTo>
<DiskID>0</DiskID>
<PartitionID>3</PartitionID>
</InstallTo>
<InstallFrom>
<Credentials>
<Domain>xxxxx.xxxxx</Domain>
<Password>xxxxx</Password>
<Username>administrator</Username>
</Credentials>
<Path>\\192.168.178.x\REMINST\HP_TOOLS.wim</Path>
</InstallFrom>
<Order>2</Order>
</DataImage>
</ImageInstall>
</component>
</settings>
<cpi:offlineImage cpi:source="catalog://xxx/reminst/images/windows 7 install/install_windows 7 professional.clg" xmlns:cpi="urn:schemas-microsoft-com:cpi" />
</unattend>
Noch mal: nur wenn ich die unattend.xml entferne läuft er durch. Also die wdsclientunattend.xml scheint erst mal grds. zu gehen - mit Ausnahme der nicht kopierten wim Files auf Partition 2 und 3.
Also jemand eine Idee?
Gruß
Bitte markiere auch die Kommentare, die zur Lösung des Beitrags beigetragen haben
Content-ID: 242592
Url: https://administrator.de/forum/isch-hab-da-maln-problem-wds-imageunattend-xml-abbruch-242592.html
Ausgedruckt am: 07.04.2025 um 20:04 Uhr
3 Kommentare
Neuester Kommentar