ImageUnattend.xml kann nicht analysiert bzw verarbeitet werden
Hallo!
Ich lerne autodidaktisch den Windows Server R2 kennen.
Dazu habe ich in virtualbox einen Windows Server R2 Enterprise sowie neben dem AD, DHCP und DNS auch den WDS installiert; und möchte nun eine unbeaufsichtigte Installation von Windows 7 über das Netzwerk durchführen. Das klappt auch soweit, d.h. die AutoUnattend.xml (mit Diskpartition etc.) wird ausgeführt.
ABER:
Nachdem der Client neu gestartet hat installiert er Dienste etc. Dann bleibt er hängen mit einer Fehlermeldung: (...) ImageUnattend.xml kann nicht verarbeitet werden (...) Fehler liegt in der Microsoft-Windows-Shell-Setup (...)
Kann mir jemand helfen? Oder einen Tipp geben, wo ich im Internet Informationen zur Konfiguration von Antwortdateien finde; leider hat meine ausgiebige Internetrecherche keine hilfreiche Webseiten zutage befördert. Vielen Dank!
Hier meine ImageUnattend.xml:
<?xml version="1.0" encoding="utf-8"?>
<unattend xmlns="urn:schemas-microsoft-com:unattend">
<servicing></servicing>
<settings pass="windowsPE">
<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">
<UserData>
<AcceptEula>true</AcceptEula>
<FullName>Testfirma</FullName>
<Organization>Organisationsname</Organization>
</UserData>
<EnableFirewall>true</EnableFirewall>
<EnableNetwork>true</EnableNetwork>
</component>
</settings>
<settings pass="oobeSystem">
<component name="Microsoft-Windows-Shell-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">
<OOBE>
<HideEULAPage>true</HideEULAPage>
<NetworkLocation>Work</NetworkLocation>
<ProtectYourPC>3</ProtectYourPC>
<SkipMachineOOBE>true</SkipMachineOOBE>
<SkipUserOOBE>true</SkipUserOOBE>
</OOBE>
<AutoLogon>
<Password>
<Value>bABlAG0AbwBuAGYAaQByAGUANwA1AFAAYQBzAHMAdwBvAHIAZAA=</Value>
<PlainText>false</PlainText>
</Password>
<Enabled>true</Enabled>
<LogonCount>1</LogonCount>
<Username>Administrator</Username>
</AutoLogon>
<TimeZone>W. Europe Standard Time</TimeZone>
</component>
<component name="Microsoft-Windows-International-Core" 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">
<InputLocale>de-DE</InputLocale>
<SystemLocale>de-DE</SystemLocale>
<UILanguage>de-DE</UILanguage>
<UserLocale>de-DE</UserLocale>
</component>
</settings>
<settings pass="specialize">
<component name="Microsoft-Windows-Shell-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">
<ComputerName>%MACHINENAME%</ComputerName>
<TimeZone></TimeZone>
<ProductKey />
</component>
<component name="Microsoft-Windows-UnattendedJoin" 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">
<Identification>
<Credentials>
<Domain>lex.intranet</Domain>
<Password>xxx</Password>
<Username>Administrator</Username>
</Credentials>
<JoinDomain>lex.intranet</JoinDomain>
<MachinePassword></MachinePassword>
<UnsecureJoin>true</UnsecureJoin>
</Identification>
</component>
</settings>
<cpi:offlineImage cpi:source="wim:c:/users/administrator.win-6cssbskqmml/desktop/install.wim#Windows 7 PROFESSIONAL" xmlns:cpi="urn:schemas-microsoft-com:cpi" />
</unattend>
Ich lerne autodidaktisch den Windows Server R2 kennen.
Dazu habe ich in virtualbox einen Windows Server R2 Enterprise sowie neben dem AD, DHCP und DNS auch den WDS installiert; und möchte nun eine unbeaufsichtigte Installation von Windows 7 über das Netzwerk durchführen. Das klappt auch soweit, d.h. die AutoUnattend.xml (mit Diskpartition etc.) wird ausgeführt.
ABER:
Nachdem der Client neu gestartet hat installiert er Dienste etc. Dann bleibt er hängen mit einer Fehlermeldung: (...) ImageUnattend.xml kann nicht verarbeitet werden (...) Fehler liegt in der Microsoft-Windows-Shell-Setup (...)
Kann mir jemand helfen? Oder einen Tipp geben, wo ich im Internet Informationen zur Konfiguration von Antwortdateien finde; leider hat meine ausgiebige Internetrecherche keine hilfreiche Webseiten zutage befördert. Vielen Dank!
Hier meine ImageUnattend.xml:
<?xml version="1.0" encoding="utf-8"?>
<unattend xmlns="urn:schemas-microsoft-com:unattend">
<servicing></servicing>
<settings pass="windowsPE">
<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">
<UserData>
<AcceptEula>true</AcceptEula>
<FullName>Testfirma</FullName>
<Organization>Organisationsname</Organization>
</UserData>
<EnableFirewall>true</EnableFirewall>
<EnableNetwork>true</EnableNetwork>
</component>
</settings>
<settings pass="oobeSystem">
<component name="Microsoft-Windows-Shell-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">
<OOBE>
<HideEULAPage>true</HideEULAPage>
<NetworkLocation>Work</NetworkLocation>
<ProtectYourPC>3</ProtectYourPC>
<SkipMachineOOBE>true</SkipMachineOOBE>
<SkipUserOOBE>true</SkipUserOOBE>
</OOBE>
<AutoLogon>
<Password>
<Value>bABlAG0AbwBuAGYAaQByAGUANwA1AFAAYQBzAHMAdwBvAHIAZAA=</Value>
<PlainText>false</PlainText>
</Password>
<Enabled>true</Enabled>
<LogonCount>1</LogonCount>
<Username>Administrator</Username>
</AutoLogon>
<TimeZone>W. Europe Standard Time</TimeZone>
</component>
<component name="Microsoft-Windows-International-Core" 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">
<InputLocale>de-DE</InputLocale>
<SystemLocale>de-DE</SystemLocale>
<UILanguage>de-DE</UILanguage>
<UserLocale>de-DE</UserLocale>
</component>
</settings>
<settings pass="specialize">
<component name="Microsoft-Windows-Shell-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">
<ComputerName>%MACHINENAME%</ComputerName>
<TimeZone></TimeZone>
<ProductKey />
</component>
<component name="Microsoft-Windows-UnattendedJoin" 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">
<Identification>
<Credentials>
<Domain>lex.intranet</Domain>
<Password>xxx</Password>
<Username>Administrator</Username>
</Credentials>
<JoinDomain>lex.intranet</JoinDomain>
<MachinePassword></MachinePassword>
<UnsecureJoin>true</UnsecureJoin>
</Identification>
</component>
</settings>
<cpi:offlineImage cpi:source="wim:c:/users/administrator.win-6cssbskqmml/desktop/install.wim#Windows 7 PROFESSIONAL" xmlns:cpi="urn:schemas-microsoft-com:cpi" />
</unattend>
Bitte markiere auch die Kommentare, die zur Lösung des Beitrags beigetragen haben
Content-ID: 315520
Url: https://administrator.de/forum/imageunattend-xml-kann-nicht-analysiert-bzw-verarbeitet-werden-315520.html
Ausgedruckt am: 19.04.2025 um 17:04 Uhr
1 Kommentar