System Image installation failure
Deployment to Nodes with the SAME Hardware:
1. Install Windows Reference OS Image - install on same Hardware, with Drivers & Apps.
2. Boot and install Device Drivers / Apps.
3. Update Windows
4. Sysprep /oobe /generalize - remove system-specific data from Windows Installation - Event Logs, Unique SIDs & other unique info. -
5. /oobe - instucts Windows to run Windows Welcome at the next boot up.
6. Shutdown - you can specify c:\Windows\System32\sysprep>sysprep.exe /generalize /oobe /shutdown
7. Boot to KBE (K2000 BOOT ENVIRONMENT) > Imaging> Capture image of this machine
8. Capture the Windows installation with K2000
9. Create a Reference image to install with the same hardware.
But when I test to install the capture image is not working. I think it fails on "Update Configuration For OS Tasks", after the first reboot.
Systen Image Details under here. Take a look at the Image Status, is that ok ?
Answers (3)
<?xml version="1.0" encoding="utf-8"?>You can also join it to the domain in the answer file, I do that as a post task instead.
<unattend xmlns="urn:schemas-microsoft-com:unattend">
<settings pass="specialize">
<component name="Microsoft-Windows-Deployment" 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">
<RunSynchronous>
<RunSynchronousCommand wcm:action="add">
<Path>net user administrator /active:yes</Path>
<Order>1</Order>
</RunSynchronousCommand>
</RunSynchronous>
</component>
<component name="Microsoft-Windows-IE-InternetExplorer" 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">
<AllowedSites>*.tmcc.edu;*.unr.edu</AllowedSites>
<BlockPopups>yes</BlockPopups>
<DisableFirstRunWizard>true</DisableFirstRunWizard>
<DisableWelcomePage>true</DisableWelcomePage>
<LocalIntranetSites>*.tmcc.edu;*.unr.edu</LocalIntranetSites>
<PrintBackground>true</PrintBackground>
</component>
<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">
<ProductKey>33PXH-7Y6KF-2VJC9-XBBR8-HVTHH</ProductKey>
<ShowWindowsLive>false</ShowWindowsLive>
<TimeZone>Pacific Standard Time</TimeZone>
<CopyProfile>true</CopyProfile>
</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>
</OOBE>
<UserAccounts>
<AdministratorPassword>
<Value>VwBpAG4AZABvAHQWERHEWRJRKERSWGH0AG8AcgBQAGEAcwBzAHcAbwByAGQA</Value>
<PlainText>false</PlainText>
</AdministratorPassword>
<LocalAccounts>
<LocalAccount wcm:action="add">
<Password>
<Value>VwBpAG4AZABvAasdfAGAGQAGVG8AcgBkAA==</Value>
<PlainText>false</PlainText>
</Password>
<DisplayName>2ndUser</DisplayName>
<Name>2ndUser</Name>
</LocalAccount>
</LocalAccounts>
</UserAccounts>
<RegisteredOrganization>TMCC</RegisteredOrganization>
<RegisteredOwner>Staff</RegisteredOwner>
<AutoLogon>
<Password>
<Value>VwBpAG4AZABvAHcasfasdfvasdvfasvAG8AcgBkAA==</Value>
<PlainText>false</PlainText>
</Password>
<Enabled>true</Enabled>
<LogonCount>3</LogonCount>
<Username>administrator</Username>
</AutoLogon>
</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>en-us</InputLocale>
<SystemLocale>en-us</SystemLocale>
<UILanguage>en-us</UILanguage>
<UserLocale>en-us</UserLocale>
</component>
</settings>
<settings pass="generalize">
<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">
<OEMInformation>
<Manufacturer>TMCC ITO</Manufacturer>
<Model>Admin Image</Model>
<SupportHours>8 - 5</SupportHours>
<SupportPhone>673-7800</SupportPhone>
<SupportURL>http://www.tmcc.edu/ito</SupportURL>
</OEMInformation>
</component>
</settings>
<cpi:offlineImage cpi:source="catalog:c:/w7image64/install_windows 7 enterprise.clg" xmlns:cpi="urn:schemas-microsoft-com:cpi" />
</unattend>
Based on SMal.tmcc and what I'm reading seem you are not pointing your sysprep on line 6. to your answer file.
Shutdown - you can specify c:\Windows\System32\sysprep>sysprep.exe /generalize /oobe /shutdown
use this blog I posted a few days ago for reference.
Do you have the same if you capture (and the you deploy) the image using the WIM format instead of the Kace one?
Regards,
Marco = StockTrader - StockTrader 9 years ago