I am trying to run sysprep on Windows 7 Ent 64bit computer and I am getting this error:
"A fatal error occured while trying to sysprep the machine"
A little background of this Image:I installed Windows 7 Ent 64bit from a Microsoft DVD, installed my applications etc, ran the sysprep, created a WIM file and named it Win7_ent_64bit_Sales.wim. No issues in creating this image.
Now I am trying to create another image (lets say for HR Dept that will have HR specific applications) using Win7_ent_64bit_Sales.wim and I do not get any issues in deploying this image to the same hardware.
When I try to run sysprep on this image using the following command I get the above mentioned error:
c:\windows\system32\sysprep\sysprep.exe /generalize /oobe /unattend:unattend.xml (BTW, I used the same command and same unattend file (without the SkipRearm switch) when I created my first Win7_ent_64bit_Sales.wim image)
We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.
OS: Windows 7 Enterprise 64 bit
HW: HP 8100 Elite Small Form Factor
I am trying to run sysprep on Windows 7 Ent 64bit computer and I am getting this error:
"A fatal error occured while trying to sysprep the machine"
A little background of this Image:I installed Windows 7 Ent 64bit from a Microsoft DVD, installed my applications etc, ran the sysprep, created a WIM file and named it Win7_ent_64bit_Sales.wim. No issues in creating this image.
Now I am trying to create another image (lets say for HR Dept that will have HR specific applications) using Win7_ent_64bit_Sales.wim and I do not get any issues in deploying this image to the same hardware.
When I try to run sysprep on this image using the following command I get the above mentioned error:
c:\windows\system32\sysprep\sysprep.exe /generalize /oobe /unattend:unattend.xml (BTW, I used the same command and same unattend file (without the SkipRearm switch) when I created my first Win7_ent_64bit_Sales.wim image)
Contents of unattend.xml file:
*******************************************************
<?xml version="1.0" encoding="utf-8"?>
<unattend xmlns="urn:schemas-microsoft-com:unattend">
<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">
<CopyProfile>true</CopyProfile>
<SkipRearm>0</SkipRearm>
</component>
</settings>
<cpi:offlineImage cpi:source="catalog:e:/sources/install_windows 7 enterprise.clg" xmlns:cpi="urn:schemas-microsoft-com:cpi" />
</unattend>
*******************************************************
I have disabled the Windows Media center Share *** service
I tried <SkipRearm>1</SkipRearm> in the unattend.xml file
I tried with and without activating the Windows
I tried running "cscript.exe c:\windows\system32\slmgr.vbs -rearm" before running sysprep
I tried double clicking on "sysprep.exe" and selecting "Enter system Audit Mode" and "Generalize"
I tried with the computer joined to the domain and without
I removed the "Realtek Audio Drivers"
but nothing worked...attached are the log and xml files from c:\windows\system32\sysprep.
Any help is appreciated...
Share this post
Link to post
Share on other sites