gelöst Isch hab da maln Problem - WDS imageunattend.xml - Abbruch
Xaero1982 (Level 4) - Jetzt verbinden
03.07.2014, aktualisiert 06.07.2014, 1657 Aufrufe, 3 Kommentare
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:
01.
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]
02.
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
01.
<?xml version="1.0" encoding="utf-8"?>
02.
<unattend xmlns="urn:schemas-microsoft-com:unattend">
03.
<settings pass="oobeSystem">
04.
<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">
05.
<InputLocale>de-DE</InputLocale>
06.
<UILanguage>de-DE</UILanguage>
07.
<UserLocale>de-DE</UserLocale>
08.
<SystemLocale>de-DE</SystemLocale>
09.
</component>
10.
<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">
11.
<OOBE>
12.
<HideEULAPage>true</HideEULAPage>
13.
<NetworkLocation>Work</NetworkLocation>
14.
<ProtectYourPC>1</ProtectYourPC>
15.
<SkipUserOOBE>true</SkipUserOOBE>
16.
<HideWirelessSetupInOOBE>true</HideWirelessSetupInOOBE>
17.
</OOBE>
18.
<UserAccounts>
19.
<AdministratorPassword>
20.
<Value>XXXXX=</Value>
21.
<PlainText>false</PlainText>
22.
</AdministratorPassword>
23.
<LocalAccounts>
24.
<LocalAccount wcm:action="add">
25.
<Password>
26.
<Value>XXXXX==</Value>
27.
<PlainText>false</PlainText>
28.
</Password>
29.
<DisplayName>Administrator</DisplayName>
30.
<Group>Administrators</Group>
31.
<Name>Administrator</Name>
32.
<Description>local Admin</Description>
33.
</LocalAccount>
34.
</LocalAccounts>
35.
</UserAccounts>
36.
<RegisteredOrganization>XXXXX</RegisteredOrganization>
37.
<RegisteredOwner>XXXXX</RegisteredOwner>
38.
<Themes>
39.
<DefaultThemesOff>false</DefaultThemesOff>
40.
</Themes>
41.
<FirstLogonCommands>
42.
<SynchronousCommand wcm:action="add">
43.
<CommandLine>cscript.exe c:\windows\system32\slmgr.vbs /ipk XXXXX-XXXXX-XXXXX-XXXXX-XXXXX</CommandLine>
44.
<Order>1</Order>
45.
<RequiresUserInput>false</RequiresUserInput>
46.
</SynchronousCommand>
47.
<SynchronousCommand wcm:action="add">
48.
<Order>2</Order>
49.
<CommandLine>cscript.exe c:\windows\system32\slmgr.vbs /ato</CommandLine>
50.
<RequiresUserInput>false</RequiresUserInput>
51.
</SynchronousCommand>
52.
</FirstLogonCommands>
53.
<TimeZone>W. Europe Standard Time</TimeZone>
54.
<AutoLogon>
55.
<Password>
56.
<Value>XXXXX==</Value>
57.
<PlainText>false</PlainText>
58.
</Password>
59.
<Domain>XXXXX.XXXXX</Domain>
60.
<Enabled>true</Enabled>
61.
<LogonCount>999999999</LogonCount>
62.
<Username>XXXXX</Username>
63.
</AutoLogon>
64.
</component>
65.
</settings>
66.
<settings pass="specialize">
67.
<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">
68.
<AutoLogon>
69.
<Password>
70.
<Value>XXXXX</Value>
71.
<PlainText>false</PlainText>
72.
</Password>
73.
<Domain>XXXXX.XXXXX</Domain>
74.
<Enabled>true</Enabled>
75.
<LogonCount>2</LogonCount>
76.
<Username>Administrator</Username>
77.
</AutoLogon>
78.
<ComputerName>%MACHINENAME%</ComputerName>
79.
<ProductKey>XXXXX-XXXXX-XXXXX-XXXXX-XXXXX</ProductKey>
80.
</component>
81.
<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">
82.
<Identification>
83.
<Credentials>
84.
<Domain>XXXXX.XXXXX</Domain>
85.
<Password>XXXXX</Password>
86.
<Username>Administrator</Username>
87.
</Credentials>
88.
<JoinDomain>xxx.xxx</JoinDomain>
89.
</Identification>
90.
</component>
91.
</settings>
92.
<settings pass="generalize">
93.
<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">
94.
<SkipRearm>1</SkipRearm>
95.
</component>
96.
</settings>
97.
<cpi:offlineImage cpi:source="catalog://xxx/reminst/images/windows 7 install/install_windows 7 professional.clg" xmlns:cpi="urn:schemas-microsoft-com:cpi" />
98.
</unattend>
99.
01.
<?xml version="1.0" encoding="utf-8"?>
02.
<unattend xmlns="urn:schemas-microsoft-com:unattend">
03.
<servicing></servicing>
04.
<settings pass="windowsPE">
05.
<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">
06.
<SetupUILanguage>
07.
<UILanguage>en-US</UILanguage>
08.
</SetupUILanguage>
09.
<InputLocale>de-DE</InputLocale>
10.
<SystemLocale>de-DE</SystemLocale>
11.
<UILanguage>de-DE</UILanguage>
12.
<UserLocale>de-DE</UserLocale>
13.
</component>
14.
<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">
15.
<WindowsDeploymentServices>
16.
<Login>
17.
<Credentials>
18.
<Domain>xxxxx.xxxxx</Domain>
19.
<Password>xxxxx</Password>
20.
<Username>Administrator</Username>
21.
</Credentials>
22.
</Login>
23.
<ImageSelection>
24.
<InstallImage>
25.
<ImageName>xxxxx</ImageName>
26.
<ImageGroup>xxxxx</ImageGroup>
27.
<Filename>xxxxx.wim</Filename>
28.
</InstallImage>
29.
<InstallTo>
30.
<DiskID>0</DiskID>
31.
<PartitionID>1</PartitionID>
32.
</InstallTo>
33.
</ImageSelection>
34.
</WindowsDeploymentServices>
35.
<DiskConfiguration>
36.
<Disk wcm:action="add">
37.
<ModifyPartitions>
38.
<ModifyPartition wcm:action="add">
39.
<Active>true</Active>
40.
<Extend>false</Extend>
41.
<Format>NTFS</Format>
42.
<Label>OS</Label>
43.
<Letter>C</Letter>
44.
<Order>1</Order>
45.
<PartitionID>1</PartitionID>
46.
</ModifyPartition>
47.
<ModifyPartition wcm:action="add">
48.
<Active>false</Active>
49.
<Extend>false</Extend>
50.
<Format>NTFS</Format>
51.
<Label>HP_RECOVERY</Label>
52.
<Letter>D</Letter>
53.
<Order>2</Order>
54.
<PartitionID>2</PartitionID>
55.
</ModifyPartition>
56.
<ModifyPartition wcm:action="add">
57.
<Active>false</Active>
58.
<Extend>false</Extend>
59.
<Format>FAT32</Format>
60.
<Label>HP_TOOLS</Label>
61.
<Letter>E</Letter>
62.
<Order>3</Order>
63.
<PartitionID>3</PartitionID>
64.
</ModifyPartition>
65.
</ModifyPartitions>
66.
<DiskID>0</DiskID>
67.
<WillWipeDisk>true</WillWipeDisk>
68.
<CreatePartitions>
69.
<CreatePartition wcm:action="add">
70.
<Order>2</Order>
71.
<Type>Primary</Type>
72.
<Size>10240</Size>
73.
</CreatePartition>
74.
<CreatePartition wcm:action="add">
75.
<Order>3</Order>
76.
<Size>100</Size>
77.
<Type>Primary</Type>
78.
</CreatePartition>
79.
<CreatePartition wcm:action="add">
80.
<Type>Primary</Type>
81.
<Order>1</Order>
82.
<Size>460800</Size>
83.
</CreatePartition>
84.
</CreatePartitions>
85.
</Disk>
86.
<WillShowUI>OnError</WillShowUI>
87.
</DiskConfiguration>
88.
<ImageInstall>
89.
<DataImage wcm:action="add">
90.
<InstallTo>
91.
<DiskID>0</DiskID>
92.
<PartitionID>2</PartitionID>
93.
</InstallTo>
94.
<InstallFrom>
95.
<Credentials>
96.
<Domain>xxxxx.xxxxx</Domain>
97.
<Password>xxxxx</Password>
98.
<Username>administrator</Username>
99.
</Credentials>
100.
<Path>\\192.168.178.x\REMINST\HP_RECOVERY.wim</Path>
101.
</InstallFrom>
102.
<Order>1</Order>
103.
</DataImage>
104.
<DataImage wcm:action="add">
105.
<InstallTo>
106.
<DiskID>0</DiskID>
107.
<PartitionID>3</PartitionID>
108.
</InstallTo>
109.
<InstallFrom>
110.
<Credentials>
111.
<Domain>xxxxx.xxxxx</Domain>
112.
<Password>xxxxx</Password>
113.
<Username>administrator</Username>
114.
</Credentials>
115.
<Path>\\192.168.178.x\REMINST\HP_TOOLS.wim</Path>
116.
</InstallFrom>
117.
<Order>2</Order>
118.
</DataImage>
119.
</ImageInstall>
120.
</component>
121.
</settings>
122.
<cpi:offlineImage cpi:source="catalog://xxx/reminst/images/windows 7 install/install_windows 7 professional.clg" xmlns:cpi="urn:schemas-microsoft-com:cpi" />
123.
</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ß
3 Antworten
- LÖSUNG Xaero1982 schreibt am 03.07.2014 um 13:32:46 Uhr
- LÖSUNG Xaero1982 schreibt am 04.07.2014 um 16:48:40 Uhr
- LÖSUNG Xaero1982 schreibt am 06.07.2014 um 15:24:38 Uhr
- LÖSUNG Xaero1982 schreibt am 04.07.2014 um 16:48:40 Uhr
LÖSUNG 03.07.2014 um 13:32 Uhr
Nun denn... immerhin hab ich nun mal rausgefunden, dass ich wohl eine x64 Catalogdatei benötige. Da die Kisten vorinstalliert waren muss ich mal sehen wie ich da ran komme.
Gruß
Gruß
LÖSUNG 04.07.2014 um 16:48 Uhr
Läuft. Lag in der Tat am x64 Katalog.
Kann man aus einer 64 Bit wim mit dem WAIK erstellen lassen.
Gruß
Kann man aus einer 64 Bit wim mit dem WAIK erstellen lassen.
Gruß
LÖSUNG 06.07.2014 um 15:24 Uhr
Läuft doch nicht wirklich. Mir fehlen immernoch die zwei Wim's für die anderen Partitionen... die werden nicht kopiert.
Ähnliche Inhalte
Neue Wissensbeiträge
Heiß diskutierte Inhalte