xstatic411 Posted October 7, 2014 Report post Posted October 7, 2014 We have recently upgraded from SCCM 2012 SP1 to r2 CU2. I am trying to recover the ability to image with XP using the boot.wim from sp1 (not the new ones created with r2). The task sequence successfully boots into PE, formats drive, applies OS and installs CM client. I have been able to validate each step in my smsts.log. The TS reboot after the Client install and never resumes the TS. Here is what I see in the SMSTS.log: Failed to get the environment key.Failed to resume task sequence (0x800700EA). Exiting with return code 0x800700EA Process completed with exit code 2147942634Task sequence completed 0x800700EA SMSTS.log with errors: ==============================[ OSDSetupHook.exe ]==============================10/07/2014 14:08:23 Executing task sequence 10/07/2014 14:08:23Loading the Task Sequencing Environment from "C:\_SMSTaskSequence\TSEnv.dat".10/07/2014 14:08:23Environment scope successfully created: Global\{51A016B6-F0DE-4752-B97C-54E6F386A912}10/07/2014 14:08:23Environment scope successfully created: Global\{BA3A3900-CA6D-4ac1-8C28-5073AFC22B03}10/07/2014 14:08:23Debug shell is enabled 10/07/2014 14:08:33Successfully enabled debug command shell support. 10/07/2014 14:08:33Configuring local administrator account 10/07/2014 14:08:33Enabling local administrator account 10/07/2014 14:08:33Account was already enabled 10/07/2014 14:08:33Re-assign all drive letters... 10/07/2014 14:08:33The drive information which has no drive letter can not be found. No need to re-assign driver letters.10/07/2014 14:08:33Installing SMS client 10/07/2014 14:08:33Clearing existing client configuration. 10/07/2014 14:08:33Cleaning existing client certificates from SMS certificate store10/07/2014 14:08:33Restoring SMS client identity. 10/07/2014 14:08:33The client certificates were not found in the environment. New certificates will be generated.10/07/2014 14:08:33Successfully restored the client identity. 10/07/2014 14:08:33Using CRL: true 10/07/2014 14:08:33Unable to read SMS client cert from environment. Not restoring SMS client cert.10/07/2014 14:08:33Executing command line: "C:\WINDOWS\system32\_SMSOSDSetup\TsProgressUI.exe" /Register:WinPE10/07/2014 14:08:33==========[ TsProgressUI started in process 1272 ]==========10/07/2014 14:08:34Registering COM classes 10/07/2014 14:08:34sbModulePath = C:\WINDOWS\system32\_SMSOSDSetup\TsProgressUI.exe10/07/2014 14:08:34Shutdown complete. 10/07/2014 14:08:34Process completed with exit code 0 10/07/2014 14:08:34Successfully registered TS Progress UI. 10/07/2014 14:08:34Executing command line: "C:\_SMSTaskSequence\OSD\SWH00326\ccmsetup.exe" /useronly /source:C:\_SMSTaskSequence\OSD\SWH00326 /config:MobileClient.TCF /status:157210/07/2014 14:08:34Process completed with exit code 0 10/07/2014 14:13:09Start to cleanup TS policy 10/07/2014 14:13:09End TS policy cleanup 10/07/2014 14:13:09Active request handle is empty, registering with new active request handle. This is expected if the TS was started from a media/PXE.10/07/2014 14:13:09Saving the new active request handle for the task sequence: {9D7AE9CB-A717-4D06-A1E2-DFD623C92A4E}10/07/2014 14:13:09Succesfully registered the tasksequence with the execution manager10/07/2014 14:15:01Executing command line: "C:\WINDOWS\system32\_SMSOSDSetup\TsProgressUI.exe" /Unregister10/07/2014 14:15:02==========[ TsProgressUI started in process 1228 ]==========10/07/2014 14:15:02Unregistering COM classes 10/07/2014 14:15:02Shutdown complete. 10/07/2014 14:15:02Process completed with exit code 0 10/07/2014 14:15:02Successfully unregistered TS Progress UI. 10/07/2014 14:15:02Moving logs to SMS client directory 10/07/2014 14:15:02Successfully moved logs to SMS client log directory: C:\WINDOWS\CCM\Logs\SMSTSLog10/07/2014 14:15:02Executing task sequence manager bootstrap 10/07/2014 14:15:02Executing command line: "C:\WINDOWS\CCM\TSMBootstrap.exe" /env:Gina /configpath:C:\_SMSTaskSequence /bootcount:110/07/2014 14:15:02==============================[ TSMBootStrap.exe ]==============================10/07/2014 14:15:02Command line: "C:\WINDOWS\CCM\TSMBootstrap.exe" /env:Gina /configpath:C:\_SMSTaskSequence /bootcount:110/07/2014 14:15:02Current OS version is 5.1.2600.3 10/07/2014 14:15:02Logging successfully initialized. 10/07/2014 14:15:03Resuming Task Sequence in Full OS 10/07/2014 14:15:03Failed to get the environment key. 10/07/2014 14:15:03Failed to resume task sequence (0x800700EA). 10/07/2014 14:15:03Exiting with return code 0x800700EA 10/07/2014 14:15:03Process completed with exit code 2147942634 10/07/2014 14:15:03Task sequence completed 0x800700EA 10/07/2014 14:15:03Stopped the service 'ccmexec' successfully 10/07/2014 14:15:08Uninstalling Setup Hook 10/07/2014 14:15:08No need to register WFGina for this OS! 10/07/2014 14:15:08Successfully removed C:\WINDOWS\system32\OSDGINA.DLL10/07/2014 14:15:08Successfully removed C:\WINDOWS\system32\OSDSETUPHOOK.EXE10/07/2014 14:15:08Successfully removed C:\WINDOWS\system32\_SMSOSDSetup10/07/2014 14:15:08RegQueryValueExW failed for Software\Microsoft\SMS\Task Sequence, SMSTSEndProgram10/07/2014 14:15:08GetTsRegValue() failed. 0x80070002. 10/07/2014 14:15:08End program: 10/07/2014 14:15:08Successfully finalized logs to SMS client log directory from C:\WINDOWS\CCM\Logs10/07/2014 14:15:08 Quote Share this post Link to post Share on other sites More sharing options...
anyweb Posted October 8, 2014 Report post Posted October 8, 2014 well if it's failing at the client installation, what does the ccmsetup.log tell you ? Quote Share this post Link to post Share on other sites More sharing options...
xstatic411 Posted October 8, 2014 Report post Posted October 8, 2014 From what I can tell the client is installed and functioning at the correct CU level. Ive attached both ccmsetup logs. ccmsetup-20141007-141233.log ccmsetup.log Quote Share this post Link to post Share on other sites More sharing options...
fredbeard Posted October 24, 2014 Report post Posted October 24, 2014 Have you upgraded AIK to 8.1 and imported the new boot images? If your boot images are > 6.3 you'll experience the TS not finishing. Quote Share this post Link to post Share on other sites More sharing options...