I have this odd issue that I can't seem to figure out. I have an MDT Task Sequence that I created runs scanstate and loadstate without any issues using hard link. Unfortunately, the user profiles are not loaded after loadstate runs. I can go to the StateStore folder and manually run the loadstate again or use the Windows Easy transfer to restore the users, but I want this to occur when loadstate runs.
Here is the loadstate log:
2014-03-30 18:01:10, Info [0x000000] USMT Started at 2014/03/30:18:01:10.787
2014-03-30 18:01:10, Info [0x000000] Command line: C:\_SMSTaskSequence\Packages\CMP0010E\x86\loadstate.exe C:\StateStore /c /v:5 /l:C:\WINDOWS\system32\CCM\Logs\SMSTSLog\loadstate.log /progress:C:\WINDOWS\system32\CCM\Logs\SMSTSLog\loadstateprogress.log /i:C:\_SMSTaskSequence\Packages\CMP0010E\x86\MigApp.xml /i:C:\_SMSTaskSequence\Packages\CMP0010E\x86\MigUser.xml /ue:*\* /ui:company.local\*
2014-03-30 18:01:10, Status [0x000000] Activity: 'MIGACTIVITY_COMMAND_LINE_PROCESSING'
2014-03-30 18:01:10, Info [0x000000] Script file specified: C:\_SMSTaskSequence\Packages\CMP0010E\x86\MigApp.xml[gle=0x000000cb]
2014-03-30 18:01:10, Info [0x000000] Script file specified: C:\_SMSTaskSequence\Packages\CMP0010E\x86\MigUser.xml[gle=0x000000cb]
2014-03-30 18:01:10, Info [0x000000] Replacement Manifests are processed because this OS version has built-in component manifests
2014-03-30 18:01:10, Info [0x000000] The ReplacementManifests folder used to service system component manifests is not present. OS settings migration will be done with system component manifests installed onto the system.
2014-03-30 18:01:10, Info [0x000000] Starting the migration process[gle=0x00000006]
2014-03-30 18:01:10, Status [0x000000] Activity: 'MIGACTIVITY_MIGRATION_START'
2014-03-30 18:01:10, Info [0x000000] Excluding path: C:\_SMSTaskSequence\Packages\CMP0010E\x86
2014-03-30 18:01:10, Info [0x000000] Excluding path: C:\StateStore
2014-03-30 18:01:10, Info [0x000000] Excluding path: C:\WINDOWS\system32\CCM\Logs\SMSTSLog\loadstate.log
2014-03-30 18:01:10, Info [0x000000] Excluding path: C:\WINDOWS\system32\CCM\Logs\SMSTSLog\loadstateprogress.log
2014-03-30 18:01:10, Info [0x000000] Excluding path: C:\_SMSTaskSequence\Packages\CMP0010E\x86\MigApp.xml
2014-03-30 18:01:10, Info [0x000000] Excluding path: C:\_SMSTaskSequence\Packages\CMP0010E\x86\MigUser.xml
2014-03-30 18:02:55, Info [0x000000] Leaving MigCloseCurrentStore method
2014-03-30 18:02:55, Status [0x000000] Activity: 'MIGACTIVITY_SUCCESS'
2014-03-30 18:02:55, Info [0x000000] Success.[gle=0x00000006]
2014-03-30 18:02:55, Info [0x000000] USMT Completed at 2014/03/30:18:02:55.116[gle=0x00000006]
2014-03-30 18:02:55, Info [0x000000] Entering MigShutdown method
2014-03-30 18:02:55, Info [0x080000] COutOfProcPluginFactory::FreeSurrogateHost: Shutdown in progress.
2014-03-30 18:02:55, Info [0x0803e6] Removing mapping for HKLM
2014-03-30 18:02:55, Info [0x0803e7] Successfully unmapped HKLM
2014-03-30 18:02:55, Info [0x0803e6] Removing mapping for HKU
2014-03-30 18:02:55, Info [0x0803e7] Successfully unmapped HKU
2014-03-30 18:02:55, Info [0x080487] Destroying OS analysis service
2014-03-30 18:02:55, Info [0x080488] Destroyed OS analysis service
2014-03-30 18:02:55, Info [0x000000] Leaving MigShutdown method