SysPrep - Fail After During Setup


  1. Posts : 225
    windows 7 professional x32
       #1

    SysPrep - Fail After During Setup


    So I go through Sysprep and everything is backed up and good, but when I image the file to a new computer but during the setup progress it fails. I looked at the setupact and wanted to see if someone else with a set of fresh eyes can see what is the issue. I do see a few fail stuff in the file but not sure to why.
    SysPrep - Fail After During Setup Attached Files
      My Computer


  2. Posts : 9,746
    Windows 7 Home Premium 64 bit sp1
       #2

    Are you trying to install an existing image that was created on one computer across to new computer?. If so what back up imaging program are you using?.
      My Computer


  3. Posts : 225
    windows 7 professional x32
    Thread Starter
       #3

    Ranger4 said:
    Are you trying to install an existing image that was created on one computer across to new computer?. If so what back up imaging program are you using?.
    I'm using Ghost Suite 3.2, I sysprep the system locally than shutdown and boot to ghost server and back it up.
    The image part is fine as is backs up the system it putting it on other computers that it fails. Even the original fails, I back it up before sysprep just in case this happens. I attach the setupact to show the error it giving early in my original post.
      My Computer


  4. Posts : 9,746
    Windows 7 Home Premium 64 bit sp1
       #4

    Transferring an Operating System image to a completely different computer is very unlikely to work. The new computer that you are trying to install the image on will need different drivers & hardware configurations that are not on the backed up image.

    You may also run into Windows activation problems as transferring the OS to another computer will likely trigger a rejection.

    The correct procedure is to install a fresh installation of Windows on the new computer, then reinstall all your software programs & your personal data files.
      My Computer


  5. Posts : 16,163
    7 X64
       #5

    ZMan said:
    So I go through Sysprep and everything is backed up and good, but when I image the file to a new computer but during the setup progress it fails. I looked at the setupact and wanted to see if someone else with a set of fresh eyes can see what is the issue. I do see a few fail stuff in the file but not sure to why.
    Is there a setuperr.log ?
      My Computers


  6. Posts : 225
    windows 7 professional x32
    Thread Starter
       #6

    Ranger4 said:
    Transferring an Operating System image to a completely different computer is very unlikely to work. The new computer that you are trying to install the image on will need different drivers & hardware configurations that are not on the backed up image.

    You may also run into Windows activation problems as transferring the OS to another computer will likely trigger a rejection.

    The correct procedure is to install a fresh installation of Windows on the new computer, then reinstall all your software programs & your personal data files.
    This image is the same make and model as the original system with the same hardware.
      My Computer


  7. Posts : 225
    windows 7 professional x32
    Thread Starter
       #7

    SIW2 said:
    Is there a setuperr.log ?
    Here are the setuperr.log and updated setupact.log files.
    SysPrep - Fail After During Setup Attached Files
      My Computer


  8. Posts : 225
    windows 7 professional x32
    Thread Starter
       #8

    Here is the setuperr file.

    Code:
    2018-06-29 09:10:34, Error                 SYSPRP SPPNP: Error 0x2 setting SDDL on driver file C:\Windows\system32\igfxsrvc.exe!
    2018-06-29 09:10:34, Error                 SYSPRP SPPNP: Error 0x2 setting SDDL on driver file C:\Windows\system32\igfxpph.dll!
    2018-06-29 09:10:34, Error                 SYSPRP SPPNP: Error 0x2 setting SDDL on driver file C:\Windows\system32\igfxcfg.exe!
    2018-06-29 09:10:34, Error                 SYSPRP SPPNP: Error 0x2 setting SDDL on driver file C:\Windows\system32\igfxtray.exe!
    2018-06-29 09:10:34, Error                 SYSPRP SPPNP: Error 0x2 setting SDDL on driver file C:\Windows\system32\hkcmd.exe!
    2018-06-29 09:10:34, Error                 SYSPRP SPPNP: Error 0x2 setting SDDL on driver file C:\Windows\system32\igfxress.dll!
    2018-06-29 09:10:34, Error                 SYSPRP SPPNP: Error 0x2 setting SDDL on driver file C:\Windows\system32\igfxpers.exe!
    Here is my first failing line the rest is in the file above in my post.

    Code:
    2018-06-29 08:58:35, Info                  SYSPRP SPPNP: Uninstalling device ROOT\ACPI_HAL\0000 failed with 0xE0000231.
    Here is my SysPrep File.

    Code:
    <?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>en-US</InputLocale>
                <SystemLocale>en-US</SystemLocale>
                <UILanguage>en-US</UILanguage>
                <UILanguageFallback>en-US</UILanguageFallback>
                <UserLocale>en-US</UserLocale>
            </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>false</HideEULAPage>
                    <NetworkLocation>Work</NetworkLocation>
                    <ProtectYourPC>3</ProtectYourPC>
                </OOBE>
                <UserAccounts>
                    <LocalAccounts>
                        <LocalAccount wcm:action="add">
                            <Password>
                                <Value>XXXXXXX</Value>
                                <PlainText>false</PlainText>
                            </Password>
                            <Description>Win7 Local Account</Description>
                            <DisplayName>XXXXXXXX</DisplayName>
                            <Group>administrators</Group>
                            <Name>XXXXXXX</Name>
                        </LocalAccount>
                    </LocalAccounts>
                </UserAccounts>
                <TimeZone>Eastern Standard Time</TimeZone>
            </component>
        </settings>
    
    
    <settings pass="generalize">
            <component name="Microsoft-Windows-PnpSysprep" 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">
                <PersistAllDeviceInstalls>true</PersistAllDeviceInstalls>
                <DoNotCleanUpNonPresentDevices>true</DoNotCleanUpNonPresentDevices>
            </component>
            <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>
    
    
    
        <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">
                <ProductKey>XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX</ProductKey>
            </component>
        </settings>
        <cpi:offlineImage cpi:source="wim:c:/tools/win7_x64/install.wim#Windows 7 PROFESSIONAL" xmlns:cpi="urn:schemas-microsoft-com:cpi" />
    </unattend>
      My Computer


 

  Related Discussions
Our Sites
Site Links
About Us
Windows 7 Forums is an independent web site and has not been authorized, sponsored, or otherwise approved by Microsoft Corporation. "Windows 7" and related materials are trademarks of Microsoft Corp.

© Designer Media Ltd
All times are GMT -5. The time now is 03:24.
Find Us