Hi Folks,
Been trying to diagnose an issue and feeling quite worn down by it! Our environment is:
- SCCM 2012 R2 CU4 Integrated with MDT 2013 (3 servers, 1 primary site server, 2 servers acting as distribution points & pxe-enabled)
- MDT Integrated Task Sequence
- x86 MDT boot image (with dart) (WinPE 5.0)
- Win 7 SP1 Enterprise x86 image
- Only driver packages are used - no auto apply step is enabled.
The machines in question have 16GB RAM, 250GB SSDs and ASUS CS-B Motherboards. Unfortunately we're going to have to put an x86 image on them until later this year.
The issue I'm seeing is that the task sequence is failing just before we get the reboot from WinPE into windows. There appears to be an issue with the drivers that are getting injected. A number of them seem to get injected okay then I get the failures shown
in the logs below. The confusing thing is that it doesn't happen all the time and seems more prone to happening with fat images (rather than thin reference images). Wondering where to start! My research has turned up:
- Maybe an
intel driver issue? But I would expect the issue 100% of the time on identical machines.
- An
image or winpe x86 16gb ram issue?
Wondering if you guys are seeing something I'm not seeing. It's true that the folder the process stops on, does contain Intel drivers for 'Active Management Technology' and the 'Management Engine Interface'.
Appreciate any insight you might have to share!
Part of DISM log with failures:
2015-05-14 13:43:54, Info DISM DISM.EXE:
2015-05-14 13:43:54, Info DISM DISM.EXE: <----- Starting Dism.exe session ----->
2015-05-14 13:43:54, Info DISM DISM.EXE:
2015-05-14 13:43:54, Info DISM DISM.EXE: Host machine information: OS Version=6.3.9600, Running architecture=x86, Number of processors=8
2015-05-14 13:43:54, Info DISM DISM.EXE: Dism.exe version: 6.3.9600.16384
2015-05-14 13:43:54, Info DISM DISM.EXE: Executing command line: "X:\WINDOWS\system32\dism.exe" /image:"C:" /windir:"WINDOWS" /apply-unattend:"C:\_SMSTaskSequence\PkgMgrTemp\drivers.xml" /logpath:"C:\_SMSTaskSequence\PkgMgrTemp\dism.log"
2015-05-14 13:43:54, Info DISM DISM Provider Store: PID=844 TID=856 Getting the collection of providers from a local provider store type. - CDISMProviderStore::GetProviderCollection
2015-05-14 13:43:54, Info DISM DISM Provider Store: PID=844 TID=856 Provider has not previously been encountered. Attempting to initialize the provider. - CDISMProviderStore::Internal_GetProvider
2015-05-14 13:43:54, Info DISM DISM Provider Store: PID=844 TID=856 Loading Provider from location X:\WINDOWS\System32\Dism\FolderProvider.dll - CDISMProviderStore::Internal_GetProvider
2015-05-14 13:43:54, Info DISM DISM Provider Store: PID=844 TID=856 Connecting to the provider located at X:\WINDOWS\System32\Dism\FolderProvider.dll. - CDISMProviderStore::Internal_LoadProvider
2015-05-14 13:43:54, Info DISM DISM Provider Store: PID=844 TID=856 Provider has not previously been encountered. Attempting to initialize the provider. - CDISMProviderStore::Internal_GetProvider
2015-05-14 13:43:54, Info DISM DISM Provider Store: PID=844 TID=856 Loading Provider from location X:\WINDOWS\System32\Dism\WimProvider.dll - CDISMProviderStore::Internal_GetProvider
2015-05-14 13:43:54, Info DISM DISM Provider Store: PID=844 TID=856 Connecting to the provider located at X:\WINDOWS\System32\Dism\WimProvider.dll. - CDISMProviderStore::Internal_LoadProvider
2015-05-14 13:43:54, Info DISM DISM Provider Store: PID=844 TID=856 Provider has not previously been encountered. Attempting to initialize the provider. - CDISMProviderStore::Internal_GetProvider
2015-05-14 13:43:54, Info DISM DISM Provider Store: PID=844 TID=856 Loading Provider from location X:\WINDOWS\System32\Dism\VHDProvider.dll - CDISMProviderStore::Internal_GetProvider
2015-05-14 13:43:54, Info DISM DISM Provider Store: PID=844 TID=856 Connecting to the provider located at X:\WINDOWS\System32\Dism\VHDProvider.dll. - CDISMProviderStore::Internal_LoadProvider
2015-05-14 13:43:54, Info DISM DISM Provider Store: PID=844 TID=856 Provider has not previously been encountered. Attempting to initialize the provider. - CDISMProviderStore::Internal_GetProvider
2015-05-14 13:43:54, Info DISM DISM Provider Store: PID=844 TID=856 Loading Provider from location X:\WINDOWS\System32\Dism\ImagingProvider.dll - CDISMProviderStore::Internal_GetProvider
2015-05-14 13:43:54, Info DISM DISM Provider Store: PID=844 TID=856 Connecting to the provider located at X:\WINDOWS\System32\Dism\ImagingProvider.dll. - CDISMProviderStore::Internal_LoadProvider
2015-05-14 13:43:54, Info DISM DISM Provider Store: PID=844 TID=856 Provider has not previously been encountered. Attempting to initialize the provider. - CDISMProviderStore::Internal_GetProvider
2015-05-14 13:43:54, Info DISM DISM Provider Store: PID=844 TID=856 Loading Provider from location X:\WINDOWS\System32\Dism\CompatProvider.dll - CDISMProviderStore::Internal_GetProvider
2015-05-14 13:43:54, Info DISM DISM Provider Store: PID=844 TID=856 Connecting to the provider located at X:\WINDOWS\System32\Dism\CompatProvider.dll. - CDISMProviderStore::Internal_LoadProvider
2015-05-14 13:43:54, Info DISM DISM.EXE: Got the collection of providers. Now enumerating them to build the command table.
2015-05-14 13:43:54, Info DISM DISM.EXE: Attempting to add the commands from provider: DISM Log Provider
2015-05-14 13:43:54, Info DISM DISM.EXE: Attempting to add the commands from provider: FolderManager
2015-05-14 13:43:54, Info DISM DISM.EXE: Attempting to add the commands from provider: WimManager
2015-05-14 13:43:54, Info DISM DISM.EXE: Succesfully registered commands for the provider: WimManager.
2015-05-14 13:43:54, Info DISM DISM.EXE: Attempting to add the commands from provider: VHDManager
2015-05-14 13:43:54, Info DISM DISM.EXE: Attempting to add the commands from provider: GenericImagingManager
2015-05-14 13:43:54, Info DISM DISM.EXE: Succesfully registered commands for the provider: GenericImagingManager.
2015-05-14 13:43:54, Info DISM DISM.EXE: Attempting to add the commands from provider: Compatibility Manager
2015-05-14 13:43:54, Info DISM DISM.EXE: Succesfully registered commands for the provider: Compatibility Manager.
2015-05-14 13:43:54, Info DISM DISM Provider Store: PID=844 TID=856 Getting the collection of providers from a local provider store type. - CDISMProviderStore::GetProviderCollection
[844] [0x80070002] FIOReadFileIntoBuffer:(1415): The system cannot find the file specified.
[844] [0xc142011c] UnmarshallImageHandleFromDirectory:(511)
[844] [0xc142011c] WIMGetMountedImageHandle:(2568)
2015-05-14 13:43:54, Info DISM DISM WIM Provider: PID=844 TID=856 [C:\] is not a WIM mount point. - CWimMountedImageInfo::Initialize
2015-05-14 13:43:54, Info DISM DISM VHD Provider: PID=844 TID=856 [C:\] is not recognized by the DISM VHD provider. - CVhdImage::Initialize
2015-05-14 13:43:54, Info DISM DISM Provider Store: PID=844 TID=856 Getting Provider VHDManager - CDISMProviderStore::GetProvider
2015-05-14 13:43:54, Info DISM DISM Provider Store: PID=844 TID=856 Provider has previously been initialized. Returning the existing instance. - CDISMProviderStore::Internal_GetProvider
2015-05-14 13:43:54, Info DISM DISM VHD Provider: PID=844 TID=856 [C:\] is not recognized by the DISM VHD provider. - CVhdImage::Initialize
2015-05-14 13:43:54, Info DISM DISM Imaging Provider: PID=844 TID=856 The provider VHDManager does not support CreateDismImage on C:\ - CGenericImagingManager::CreateDismImage
2015-05-14 13:43:54, Info DISM DISM Provider Store: PID=844 TID=856 Getting Provider WimManager - CDISMProviderStore::GetProvider
2015-05-14 13:43:54, Info DISM DISM Provider Store: PID=844 TID=856 Provider has previously been initialized. Returning the existing instance. - CDISMProviderStore::Internal_GetProvider
[844] [0x80070002] FIOReadFileIntoBuffer:(1415): The system cannot find the file specified.
[844] [0xc142011c] UnmarshallImageHandleFromDirectory:(511)
[844] [0xc142011c] WIMGetMountedImageHandle:(2568)
2015-05-14 13:43:54, Info DISM DISM WIM Provider: PID=844 TID=856 [C:\] is not a WIM mount point. - CWimMountedImageInfo::Initialize
2015-05-14 13:43:54, Info DISM DISM Imaging Provider: PID=844 TID=856 The provider WimManager does not support CreateDismImage on C:\ - CGenericImagingManager::CreateDismImage
2015-05-14 13:43:54, Info DISM DISM Imaging Provider: PID=844 TID=856 No imaging provider supported CreateDismImage for this path - CGenericImagingManager::CreateDismImage
2015-05-14 13:43:54, Info DISM DISM Manager: PID=844 TID=856 physical location path: C:\ - CDISMManager::CreateImageSession
2015-05-14 13:43:54, Info DISM DISM Manager: PID=844 TID=856 Copying DISM from "C:\WINDOWS\System32\Dism" - CDISMManager::CreateImageSessionFromLocation
2015-05-14 13:43:54, Info DISM DismHostLib: The downlevel forwarders directory does not exist; not changing dismhost.exe environment.
2015-05-14 13:43:55, Info DISM DISM Manager: PID=844 TID=856 Successfully loaded the ImageSession at "C:\_SMSTaskSequence\PkgMgrTemp\FE9C07CD-2FA7-4452-BD52-06B7BC3337AA" - CDISMManager::LoadRemoteImageSession
2015-05-14 13:43:55, Info DISM DISM Image Session: PID=548 Instantiating the Provider Store. - CDISMImageSession::get_ProviderStore
2015-05-14 13:43:55, Info DISM DISM Provider Store: PID=548 Initializing a provider store for the IMAGE session type. - CDISMProviderStore::Final_OnConnect
2015-05-14 13:43:55, Info DISM DISM Provider Store: PID=548 Provider has not previously been encountered. Attempting to initialize the provider. - CDISMProviderStore::Internal_GetProvider
2015-05-14 13:43:55, Info DISM DISM Provider Store: PID=548 Loading Provider from location C:\_SMSTaskSequence\PkgMgrTemp\FE9C07CD-2FA7-4452-BD52-06B7BC3337AA\OSProvider.dll - CDISMProviderStore::Internal_GetProvider
2015-05-14 13:43:55, Info DISM DISM Provider Store: PID=548 Connecting to the provider located at C:\_SMSTaskSequence\PkgMgrTemp\FE9C07CD-2FA7-4452-BD52-06B7BC3337AA\OSProvider.dll. - CDISMProviderStore::Internal_LoadProvider
2015-05-14 13:43:55, Info DISM DISM OS Provider: PID=548 Defaulting SystemPath to C:\ - CDISMOSServiceManager::Final_OnConnect
2015-05-14 13:43:55, Warning DISM DISM OS Provider: PID=548 Unable to copy msxml6.dll from the client executable folder to the dismhost.exe folder. Relying on in-box version. - CDISMOSServiceManager::RunASICompatibilityShim
2015-05-14 13:43:55, Info DISM DISM OS Provider: PID=548 Defaulting Windows folder to C:\Windows - CDISMOSServiceManager::Final_OnConnect
2015-05-14 13:43:56, Info DISM DISM Provider Store: PID=548 Attempting to initialize the logger from the Image Session. - CDISMProviderStore::Final_OnConnect
2015-05-14 13:43:56, Info DISM DISM Provider Store: PID=548 Provider has not previously been encountered. Attempting to initialize the provider. - CDISMProviderStore::Internal_GetProvider
2015-05-14 13:43:56, Info DISM DISM Provider Store: PID=548 Loading Provider from location C:\_SMSTaskSequence\PkgMgrTemp\FE9C07CD-2FA7-4452-BD52-06B7BC3337AA\LogProvider.dll - CDISMProviderStore::Internal_GetProvider
2015-05-14 13:43:56, Info DISM DISM Provider Store: PID=548 Connecting to the provider located at C:\_SMSTaskSequence\PkgMgrTemp\FE9C07CD-2FA7-4452-BD52-06B7BC3337AA\LogProvider.dll. - CDISMProviderStore::Internal_LoadProvider
2015-05-14 13:43:56, Info DISM DISM Provider Store: PID=548 Getting Provider OSServices - CDISMProviderStore::GetProvider
2015-05-14 13:43:56, Info DISM DISM Provider Store: PID=548 Provider has previously been initialized. Returning the existing instance. - CDISMProviderStore::Internal_GetProvider
2015-05-14 13:43:56, Info DISM DISM Provider Store: PID=548 Found and Initialized the DISM Logger. - CDISMProviderStore::Internal_InitializeLogger
2015-05-14 13:43:56, Info DISM DISM Provider Store: PID=548 Provider has not previously been encountered. Attempting to initialize the provider. - CDISMProviderStore::Internal_GetProvider
2015-05-14 13:43:56, Info DISM DISM Provider Store: PID=548 Loading Provider from location C:\_SMSTaskSequence\PkgMgrTemp\FE9C07CD-2FA7-4452-BD52-06B7BC3337AA\PEProvider.dll - CDISMProviderStore::Internal_GetProvider
2015-05-14 13:43:56, Warning DISM DISM Provider Store: PID=548 Failed to Load the provider: C:\_SMSTaskSequence\PkgMgrTemp\FE9C07CD-2FA7-4452-BD52-06B7BC3337AA\PEProvider.dll. - CDISMProviderStore::Internal_GetProvider(hr:0x8007007e)
2015-05-14 13:43:56, Info DISM DISM Provider Store: PID=548 Failed to get and initialize the PE Provider. Continuing by assuming that it is not a WinPE image. - CDISMProviderStore::Final_OnConnect
2015-05-14 13:43:56, Info DISM DISM Provider Store: PID=548 Finished initializing the Provider Map. - CDISMProviderStore::Final_OnConnect
2015-05-14 13:43:56, Info DISM DISM Provider Store: PID=548 Getting Provider DISMLogger - CDISMProviderStore::GetProvider
2015-05-14 13:43:56, Info DISM DISM Provider Store: PID=548 Provider has previously been initialized. Returning the existing instance. - CDISMProviderStore::Internal_GetProvider
2015-05-14 13:43:56, Info DISM DISM Manager: PID=844 TID=856 Image session successfully loaded from the temporary location: C:\_SMSTaskSequence\PkgMgrTemp\FE9C07CD-2FA7-4452-BD52-06B7BC3337AA - CDISMManager::CreateImageSession
2015-05-14 13:43:56, Info DISM DISM Provider Store: PID=548 Getting Provider OSServices - CDISMProviderStore::GetProvider
2015-05-14 13:43:56, Info DISM DISM Provider Store: PID=548 Provider has previously been initialized. Returning the existing instance. - CDISMProviderStore::Internal_GetProvider
2015-05-14 13:43:56, Info DISM DISM OS Provider: PID=548 Setting SystemPath to C:\ - CDISMOSServiceManager::SetSystemPath
2015-05-14 13:43:56, Info CSI 00000001 Shim considered [l:252{126}]"\??\C:\Windows\Servicing\x86_microsoft-windows-servicingstack_31bf3856ad364e35_6.1.7601.17592_none_0b0e4b4025cf4049\pkgmgr.exe" : got STATUS_OBJECT_PATH_NOT_FOUND
2015-05-14 13:43:56, Info CSI 00000002 Shim considered [l:246{123}]"\??\C:\Windows\WinSxS\x86_microsoft-windows-servicingstack_31bf3856ad364e35_6.1.7601.17592_none_0b0e4b4025cf4049\pkgmgr.exe" : got STATUS_SUCCESS
2015-05-14 13:43:56, Info DISM DISM.EXE: Target image information: OS Version=6.1.7601.17592, Image architecture=x86
2015-05-14 13:43:56, Info DISM DISM Provider Store: PID=548 Getting the collection of providers from an image provider store type. - CDISMProviderStore::GetProviderCollection
2015-05-14 13:43:56, Info DISM DISM Provider Store: PID=548 Provider has not previously been encountered. Attempting to initialize the provider. - CDISMProviderStore::Internal_GetProvider
2015-05-14 13:43:56, Info DISM DISM Provider Store: PID=548 Loading Provider from location C:\_SMSTaskSequence\PkgMgrTemp\FE9C07CD-2FA7-4452-BD52-06B7BC3337AA\CbsProvider.dll - CDISMProviderStore::Internal_GetProvider
2015-05-14 13:43:56, Info DISM DISM Provider Store: PID=548 Connecting to the provider located at C:\_SMSTaskSequence\PkgMgrTemp\FE9C07CD-2FA7-4452-BD52-06B7BC3337AA\CbsProvider.dll. - CDISMProviderStore::Internal_LoadProvider
2015-05-14 13:43:56, Info DISM DISM Provider Store: PID=548 Encountered a servicing provider, performing additional servicing initializations. - CDISMProviderStore::Internal_LoadProvider
2015-05-14 13:43:56, Info CSI 00000001 Shim considered [l:252{126}]"\??\C:\Windows\Servicing\x86_microsoft-windows-servicingstack_31bf3856ad364e35_6.1.7601.17592_none_0b0e4b4025cf4049\pkgmgr.exe" : got STATUS_OBJECT_PATH_NOT_FOUND
2015-05-14 13:43:56, Info CSI 00000002 Shim considered [l:246{123}]"\??\C:\Windows\WinSxS\x86_microsoft-windows-servicingstack_31bf3856ad364e35_6.1.7601.17592_none_0b0e4b4025cf4049\pkgmgr.exe" : got STATUS_SUCCESS
2015-05-14 13:43:56, Info DISM DISM Package Manager: PID=548 Finished initializing the CbsConUI Handler. - CCbsConUIHandler::Initialize
2015-05-14 13:43:56, Info CSI 00000001 Shim considered [l:252{126}]"\??\C:\Windows\Servicing\x86_microsoft-windows-servicingstack_31bf3856ad364e35_6.1.7601.17592_none_0b0e4b4025cf4049\pkgmgr.exe" : got STATUS_OBJECT_PATH_NOT_FOUND
2015-05-14 13:43:56, Info CSI 00000002 Shim considered [l:246{123}]"\??\C:\Windows\WinSxS\x86_microsoft-windows-servicingstack_31bf3856ad364e35_6.1.7601.17592_none_0b0e4b4025cf4049\pkgmgr.exe" : got STATUS_SUCCESS
2015-05-14 13:43:56, Info CBS Transactions disabled in registry, continuing without transaction support.
2015-05-14 13:43:56, Info CBS Kernel transactions are disabled, continuing without transaction support.
2015-05-14 13:43:56, Info CBS Failed to find a matching version for servicing stack: C:\Windows\WinSxS\x86_microsoft-windows-servicingstack_31bf3856ad364e35_6.1.7601.17592_none_0b0e4b4025cf4049\ [HRESULT = 0x80070490 - ERROR_NOT_FOUND]
2015-05-14 13:43:56, Info CBS Failed to find servicing stack directory in online store. [HRESULT = 0x80070490 - ERROR_NOT_FOUND]
2015-05-14 13:43:56, Info CBS Must be doing offline servicing, using stack version from: C:\Windows\WinSxS\x86_microsoft-windows-servicingstack_31bf3856ad364e35_6.1.7601.17592_none_0b0e4b4025cf4049\cbscore.dll
2015-05-14 13:43:56, Info CBS Loaded Servicing Stack v6.1.7601.17592 with Core: C:\Windows\WinSxS\x86_microsoft-windows-servicingstack_31bf3856ad364e35_6.1.7601.17592_none_0b0e4b4025cf4049\cbscore.dll
2015-05-14 13:43:56, Info CSI 00000001@2015/5/14:12:43:56.528 WcpInitialize (wcp.dll version 0.0.0.6) called (stack @0x6fccde79 @0x6ff05d7d @0x6fee205a @0x6fff3fb5 @0x6fff417c @0x6ffd49e2)
2015-05-14 13:43:56, Info CBS Could not load SrClient DLL from path: SrClient.dll. Continuing without system restore points.
2015-05-14 13:43:56, Info CSI 00000002@2015/5/14:12:43:56.544 WcpInitialize (wcp.dll version 0.0.0.6) called (stack @0x6fccde79 @0x6ff47183 @0x6ff44013 @0x6fff3fb5 @0x6fff417c @0x6ffd49e2)
2015-05-14 13:43:56, Info DISM DISM Package Manager: PID=548 Loaded servicing stack for offline use only. - CDISMPackageManager::RefreshInstanceAndLock
2015-05-14 13:43:56, Info CBS Loading offline registry hive: SOFTWARE, into registry key '{bf1a281b-ad7b-4476-ac95-f47682990ce7}C:/Windows/System32/config/SOFTWARE' from path '\\?\C:\Windows\System32\config\SOFTWARE'.
2015-05-14 13:43:56, Info CBS Loading offline registry hive: SYSTEM, into registry key '{bf1a281b-ad7b-4476-ac95-f47682990ce7}C:/Windows/System32/config/SYSTEM' from path '\\?\C:\Windows\System32\config\SYSTEM'.
2015-05-14 13:43:56, Info CBS Loading offline registry hive: SECURITY, into registry key '{bf1a281b-ad7b-4476-ac95-f47682990ce7}C:/Windows/System32/config/SECURITY' from path '\\?\C:\Windows\System32\config\SECURITY'.
2015-05-14 13:43:56, Info CBS Loading offline registry hive: SAM, into registry key '{bf1a281b-ad7b-4476-ac95-f47682990ce7}C:/Windows/System32/config/SAM' from path '\\?\C:\Windows\System32\config\SAM'.
2015-05-14 13:43:56, Info CBS Loading offline registry hive: COMPONENTS, into registry key '{bf1a281b-ad7b-4476-ac95-f47682990ce7}C:/Windows/System32/config/COMPONENTS' from path '\\?\C:\Windows\System32\config\COMPONENTS'.
2015-05-14 13:43:56, Info CBS Loading offline registry hive: DEFAULT, into registry key '{bf1a281b-ad7b-4476-ac95-f47682990ce7}C:/Windows/System32/config/DEFAULT' from path '\\?\C:\Windows\System32\config\DEFAULT'.
2015-05-14 13:43:56, Info CBS Failed to open the registry root: n/a, key: Microsoft\Windows NT\CurrentVersion\ProfileList. [HRESULT = 0x80070002 - ERROR_FILE_NOT_FOUND]
2015-05-14 13:43:56, Info CBS Failed to query for path to user profiles directory. [HRESULT = 0x80070002 - ERROR_FILE_NOT_FOUND]
2015-05-14 13:43:56, Info CBS Failed to load the default user profile registry hive. [HRESULT = 0x80070002 - ERROR_FILE_NOT_FOUND]
2015-05-14 13:43:56, Info CBS Unloading offline registry hive: {bf1a281b-ad7b-4476-ac95-f47682990ce7}C:/Windows/System32/config/SOFTWARE
2015-05-14 13:43:56, Info CBS Failed to unload offline registry: {bf1a281b-ad7b-4476-ac95-f47682990ce7}C:/Windows/System32/config/SOFTWARE, the client may still need it open. [HRESULT = 0x80070005 - E_ACCESSDENIED]
2015-05-14 13:43:56, Info CBS Unloading offline registry hive: {bf1a281b-ad7b-4476-ac95-f47682990ce7}C:/Windows/System32/config/SYSTEM
2015-05-14 13:43:56, Info CBS Failed to unload offline registry: {bf1a281b-ad7b-4476-ac95-f47682990ce7}C:/Windows/System32/config/SYSTEM, the client may still need it open. [HRESULT = 0x80070005 - E_ACCESSDENIED]
2015-05-14 13:43:56, Info CBS Unloading offline registry hive: {bf1a281b-ad7b-4476-ac95-f47682990ce7}C:/Windows/System32/config/SECURITY
2015-05-14 13:43:56, Info CBS Failed to unload offline registry: {bf1a281b-ad7b-4476-ac95-f47682990ce7}C:/Windows/System32/config/SECURITY, the client may still need it open. [HRESULT = 0x80070005 - E_ACCESSDENIED]
2015-05-14 13:43:56, Info CBS Unloading offline registry hive: {bf1a281b-ad7b-4476-ac95-f47682990ce7}C:/Windows/System32/config/SAM
2015-05-14 13:43:56, Info CBS Failed to unload offline registry: {bf1a281b-ad7b-4476-ac95-f47682990ce7}C:/Windows/System32/config/SAM, the client may still need it open. [HRESULT = 0x80070005 - E_ACCESSDENIED]
2015-05-14 13:43:56, Info CBS Unloading offline registry hive: {bf1a281b-ad7b-4476-ac95-f47682990ce7}C:/Windows/System32/config/COMPONENTS
2015-05-14 13:43:56, Info CBS Failed to unload offline registry: {bf1a281b-ad7b-4476-ac95-f47682990ce7}C:/Windows/System32/config/COMPONENTS, the client may still need it open. [HRESULT = 0x80070005 - E_ACCESSDENIED]
2015-05-14 13:43:56, Info CBS Unloading offline registry hive: {bf1a281b-ad7b-4476-ac95-f47682990ce7}C:/Windows/System32/config/DEFAULT
2015-05-14 13:43:56, Info CBS Failed to unload offline registry: {bf1a281b-ad7b-4476-ac95-f47682990ce7}C:/Windows/System32/config/DEFAULT, the client may still need it open. [HRESULT = 0x80070005 - E_ACCESSDENIED]
2015-05-14 13:43:56, Error CBS Failed to load offline store from boot directory: '\\?\C:\' and windows directory: '\\?\C:\Windows\' [HRESULT = 0x80070002 - ERROR_FILE_NOT_FOUND]
2015-05-14 13:43:56, Error CBS Failed to initialize store parameters with boot drive: C:\ and windows directory: C:\Windows [HRESULT = 0x80070002 - ERROR_FILE_NOT_FOUND]
2015-05-14 13:43:56, Error DISM DISM Package Manager: PID=548 Failed initializing the session - CDISMPackageManager::RefreshInstanceAndLock(hr:0x80070002)
2015-05-14 13:43:56, Error DISM DISM Package Manager: PID=548 Failed doing internal initialization - CDISMPackageManager::Initialize(hr:0x80070002)
2015-05-14 13:43:56, Warning DISM DISM Provider Store: PID=548 Failed to call Initialize method on IDismServicingProvider Interface - CDISMProviderStore::Internal_LoadProvider(hr:0x80070002)
2015-05-14 13:43:56, Warning DISM DISM Provider Store: PID=548 Failed to Load the provider: C:\_SMSTaskSequence\PkgMgrTemp\FE9C07CD-2FA7-4452-BD52-06B7BC3337AA\CbsProvider.dll. - CDISMProviderStore::Internal_GetProvider(hr:0x80070002)
2015-05-14 13:43:56, Info DISM DISM Provider Store: PID=548 Provider has not previously been encountered. Attempting to initialize the provider. - CDISMProviderStore::Internal_GetProvider
2015-05-14 13:43:56, Info DISM DISM Provider Store: PID=548 Loading Provider from location C:\_SMSTaskSequence\PkgMgrTemp\FE9C07CD-2FA7-4452-BD52-06B7BC3337AA\MsiProvider.dll - CDISMProviderStore::Internal_GetProvider
2015-05-14 13:43:56, Info DISM DISM Provider Store: PID=548 Connecting to the provider located at C:\_SMSTaskSequence\PkgMgrTemp\FE9C07CD-2FA7-4452-BD52-06B7BC3337AA\MsiProvider.dll. - CDISMProviderStore::Internal_LoadProvider
2015-05-14 13:43:56, Info DISM DISM Provider Store: PID=548 Encountered a servicing provider, performing additional servicing initializations. - CDISMProviderStore::Internal_LoadProvider
2015-05-14 13:43:56, Info DISM DISM Provider Store: PID=548 Provider has not previously been encountered. Attempting to initialize the provider. - CDISMProviderStore::Internal_GetProvider
2015-05-14 13:43:56, Info DISM DISM Provider Store: PID=548 Loading Provider from location C:\_SMSTaskSequence\PkgMgrTemp\FE9C07CD-2FA7-4452-BD52-06B7BC3337AA\IntlProvider.dll - CDISMProviderStore::Internal_GetProvider
2015-05-14 13:43:56, Info DISM DISM Provider Store: PID=548 Connecting to the provider located at C:\_SMSTaskSequence\PkgMgrTemp\FE9C07CD-2FA7-4452-BD52-06B7BC3337AA\IntlProvider.dll. - CDISMProviderStore::Internal_LoadProvider
2015-05-14 13:43:56, Info DISM DISM Provider Store: PID=548 Encountered a servicing provider, performing additional servicing initializations. - CDISMProviderStore::Internal_LoadProvider
2015-05-14 13:43:56, Info DISM DISM Provider Store: PID=548 Provider has not previously been encountered. Attempting to initialize the provider. - CDISMProviderStore::Internal_GetProvider
2015-05-14 13:43:56, Info DISM DISM Provider Store: PID=548 Loading Provider from location C:\_SMSTaskSequence\PkgMgrTemp\FE9C07CD-2FA7-4452-BD52-06B7BC3337AA\DmiProvider.dll - CDISMProviderStore::Internal_GetProvider
2015-05-14 13:43:56, Info DISM DISM Provider Store: PID=548 Connecting to the provider located at C:\_SMSTaskSequence\PkgMgrTemp\FE9C07CD-2FA7-4452-BD52-06B7BC3337AA\DmiProvider.dll. - CDISMProviderStore::Internal_LoadProvider
2015-05-14 13:43:56, Info DISM DISM Provider Store: PID=548 Encountered a servicing provider, performing additional servicing initializations. - CDISMProviderStore::Internal_LoadProvider
2015-05-14 13:43:56, Info CSI 00000001 Shim considered [l:252{126}]"\??\C:\Windows\Servicing\x86_microsoft-windows-servicingstack_31bf3856ad364e35_6.1.7601.17592_none_0b0e4b4025cf4049\pkgmgr.exe" : got STATUS_OBJECT_PATH_NOT_FOUND
2015-05-14 13:43:56, Info CSI 00000002 Shim considered [l:246{123}]"\??\C:\Windows\WinSxS\x86_microsoft-windows-servicingstack_31bf3856ad364e35_6.1.7601.17592_none_0b0e4b4025cf4049\pkgmgr.exe" : got STATUS_SUCCESS
2015-05-14 13:43:56, Info DISM DISM OS Provider: PID=548 Get the registry path to the SOFTWARE hive located at C:\Windows\system32\config\SOFTWARE and determine if it is loaded. - CDISMOSServiceManager::DetermineBootDrive
2015-05-14 13:43:56, Error DISM DISM OS Provider: PID=548 Failed to open the key Microsoft\Windows NT\CurrentVersion. - CDISMOSServiceManager::DetermineBootDrive(hr:0x80070002)
2015-05-14 13:43:56, Error DISM DISM Driver Manager: PID=548 Failed to getting the boot drive from the os services provider. - CDriverManager::Initialize(hr:0x80070002)
2015-05-14 13:43:56, Warning DISM DISM Provider Store: PID=548 Failed to call Initialize method on IDismServicingProvider Interface - CDISMProviderStore::Internal_LoadProvider(hr:0x80070002)
2015-05-14 13:43:56, Warning DISM DISM Provider Store: PID=548 Failed to Load the provider: C:\_SMSTaskSequence\PkgMgrTemp\FE9C07CD-2FA7-4452-BD52-06B7BC3337AA\DmiProvider.dll. - CDISMProviderStore::Internal_GetProvider(hr:0x80070002)
2015-05-14 13:43:56, Info DISM DISM Provider Store: PID=548 Provider has not previously been encountered. Attempting to initialize the provider. - CDISMProviderStore::Internal_GetProvider
2015-05-14 13:43:56, Info DISM DISM Provider Store: PID=548 Loading Provider from location C:\_SMSTaskSequence\PkgMgrTemp\FE9C07CD-2FA7-4452-BD52-06B7BC3337AA\UnattendProvider.dll - CDISMProviderStore::Internal_GetProvider
2015-05-14 13:43:56, Info DISM DISM Provider Store: PID=548 Connecting to the provider located at C:\_SMSTaskSequence\PkgMgrTemp\FE9C07CD-2FA7-4452-BD52-06B7BC3337AA\UnattendProvider.dll. - CDISMProviderStore::Internal_LoadProvider
2015-05-14 13:43:56, Info DISM DISM Provider Store: PID=548 Encountered a servicing provider, performing additional servicing initializations. - CDISMProviderStore::Internal_LoadProvider
2015-05-14 13:43:56, Info DISM DISM Provider Store: PID=548 Provider has not previously been encountered. Attempting to initialize the provider. - CDISMProviderStore::Internal_GetProvider
2015-05-14 13:43:56, Info DISM DISM Provider Store: PID=548 Loading Provider from location C:\_SMSTaskSequence\PkgMgrTemp\FE9C07CD-2FA7-4452-BD52-06B7BC3337AA\SmiProvider.dll - CDISMProviderStore::Internal_GetProvider
2015-05-14 13:43:56, Info DISM DISM Provider Store: PID=548 Connecting to the provider located at C:\_SMSTaskSequence\PkgMgrTemp\FE9C07CD-2FA7-4452-BD52-06B7BC3337AA\SmiProvider.dll. - CDISMProviderStore::Internal_LoadProvider
2015-05-14 13:43:56, Info DISM DISM Provider Store: PID=548 Encountered a servicing provider, performing additional servicing initializations. - CDISMProviderStore::Internal_LoadProvider
2015-05-14 13:43:56, Info DISM DISM Provider Store: PID=548 Provider has not previously been encountered. Attempting to initialize the provider. - CDISMProviderStore::Internal_GetProvider
2015-05-14 13:43:56, Info DISM DISM Provider Store: PID=548 Loading Provider from location C:\_SMSTaskSequence\PkgMgrTemp\FE9C07CD-2FA7-4452-BD52-06B7BC3337AA\TransmogProvider.dll - CDISMProviderStore::Internal_GetProvider
2015-05-14 13:43:56, Info DISM DISM Provider Store: PID=548 Connecting to the provider located at C:\_SMSTaskSequence\PkgMgrTemp\FE9C07CD-2FA7-4452-BD52-06B7BC3337AA\TransmogProvider.dll. - CDISMProviderStore::Internal_LoadProvider
2015-05-14 13:43:56, Info DISM DISM Provider Store: PID=548 Encountered a servicing provider, performing additional servicing initializations. - CDISMProviderStore::Internal_LoadProvider
2015-05-14 13:43:56, Info DISM DISM Provider Store: PID=548 Getting Provider DISM Package Manager - CDISMProviderStore::GetProvider
2015-05-14 13:43:56, Info DISM DISM Provider Store: PID=548 Provider has previously been initialized. Returning the existing instance. - CDISMProviderStore::Internal_GetProvider
2015-05-14 13:43:56, Warning DISM DISM Provider Store: PID=548 Failed to retrieve the Provider Instance. - CDISMProviderStore::Internal_GetProvider(hr:0x80004005)
2015-05-14 13:43:56, Warning DISM DISM Provider Store: PID=548 Failed to call Initialize method on IDismServicingProvider Interface - CDISMProviderStore::Internal_LoadProvider(hr:0x80004005)
2015-05-14 13:43:56, Warning DISM DISM Provider Store: PID=548 Failed to Load the provider: C:\_SMSTaskSequence\PkgMgrTemp\FE9C07CD-2FA7-4452-BD52-06B7BC3337AA\TransmogProvider.dll. - CDISMProviderStore::Internal_GetProvider(hr:0x80004005)
2015-05-14 13:43:56, Info DISM DISM.EXE: Got the collection of providers. Now enumerating them to build the command table.
2015-05-14 13:43:56, Info DISM DISM.EXE: Attempting to add the commands from provider: OSServices
2015-05-14 13:43:56, Info DISM DISM.EXE: Attempting to add the commands from provider: MsiManager
2015-05-14 13:43:56, Info DISM DISM.EXE: Succesfully registered commands for the provider: MsiManager.
2015-05-14 13:43:56, Info DISM DISM.EXE: Attempting to add the commands from provider: IntlManager
2015-05-14 13:43:56, Info DISM DISM.EXE: Succesfully registered commands for the provider: IntlManager.
2015-05-14 13:43:56, Info DISM DISM.EXE: Attempting to add the commands from provider: DISM Unattend Manager
2015-05-14 13:43:56, Info DISM DISM.EXE: Succesfully registered commands for the provider: DISM Unattend Manager.
2015-05-14 13:43:56, Info DISM DISM.EXE: Attempting to add the commands from provider: DISM Log Provider
2015-05-14 13:43:56, Info DISM DISM.EXE: Attempting to add the commands from provider: SmiManager
2015-05-14 13:43:56, Info DISM DISM Provider Store: PID=548 Getting Provider DISM Unattend Manager - CDISMProviderStore::GetProvider
2015-05-14 13:43:56, Info DISM DISM Provider Store: PID=548 Provider has previously been initialized. Returning the existing instance. - CDISMProviderStore::Internal_GetProvider
2015-05-14 13:43:56, Info DISM DISM Provider Store: PID=548 Getting Provider DISM Package Manager - CDISMProviderStore::GetProvider
2015-05-14 13:43:56, Info DISM DISM Provider Store: PID=548 Provider has previously been initialized. Returning the existing instance. - CDISMProviderStore::Internal_GetProvider
2015-05-14 13:43:56, Warning DISM DISM Provider Store: PID=548 Failed to retrieve the Provider Instance. - CDISMProviderStore::Internal_GetProvider(hr:0x80004005)
2015-05-14 13:43:56, Error DISM DISM Unattend Manager: PID=548 d:\win7sp1_gdr\base\ntsetup\opktools\dism\providers\unattendprovider\dll\unattendmanager.cpp:390 - CUnattendManager::Apply(hr:0x80004005)
2015-05-14 13:43:56, Error DISM DISM Unattend Manager: PID=548 d:\win7sp1_gdr\base\ntsetup\opktools\dism\providers\unattendprovider\dll\unattendmanager.cpp:654 - CUnattendManager::InternalExecuteCmdLine(hr:0x80004005)
2015-05-14 13:43:56, Error DISM DISM Unattend Manager: PID=548 d:\win7sp1_gdr\base\ntsetup\opktools\dism\providers\unattendprovider\dll\unattendmanager.cpp:603 - CUnattendManager::ExecuteCmdLine(hr:0x80004005)
2015-05-14 13:43:56, Error DISM DISM.EXE: DISM Unattend Manager processed the command line but failed. HRESULT=80004005
2015-05-14 13:43:56, Info DISM DISM Image Session: PID=548 Disconnecting the provider store - CDISMImageSession::Final_OnDisconnect
2015-05-14 13:43:56, Info DISM DISM Provider Store: PID=548 Found the OSServices. Waiting to finalize it until all other providers are unloaded. - CDISMProviderStore::Final_OnDisconnect
2015-05-14 13:43:56, Info DISM DISM Provider Store: PID=548 Finalizing the servicing provider(MsiManager) - CDISMProviderStore::Internal_DisconnectProvider
2015-05-14 13:43:56, Info DISM DISM Provider Store: PID=548 Disconnecting Provider: MsiManager - CDISMProviderStore::Internal_DisconnectProvider
2015-05-14 13:43:56, Info DISM DISM Provider Store: PID=548 Finalizing the servicing provider(IntlManager) - CDISMProviderStore::Internal_DisconnectProvider
2015-05-14 13:43:56, Info DISM DISM Provider Store: PID=548 Disconnecting Provider: IntlManager - CDISMProviderStore::Internal_DisconnectProvider
2015-05-14 13:43:56, Info DISM DISM Provider Store: PID=548 Found the PE Provider. Waiting to finalize it until all other providers are unloaded. - CDISMProviderStore::Final_OnDisconnect
2015-05-14 13:43:56, Info DISM DISM Provider Store: PID=548 Finalizing the servicing provider(DISM Unattend Manager) - CDISMProviderStore::Internal_DisconnectProvider
2015-05-14 13:43:56, Info DISM DISM Provider Store: PID=548 Disconnecting Provider: DISM Unattend Manager - CDISMProviderStore::Internal_DisconnectProvider
2015-05-14 13:43:56, Info DISM DISM Provider Store: PID=548 Found the OSServices. Waiting to finalize it until all other providers are unloaded. - CDISMProviderStore::Final_OnDisconnect
2015-05-14 13:43:56, Info DISM DISM Provider Store: PID=548 Finalizing the servicing provider(SmiManager) - CDISMProviderStore::Internal_DisconnectProvider
2015-05-14 13:43:56, Info DISM DISM Provider Store: PID=548 Disconnecting Provider: SmiManager - CDISMProviderStore::Internal_DisconnectProvider
2015-05-14 13:43:56, Info DISM DISM Provider Store: PID=548 Releasing the local reference to OSServices. - CDISMProviderStore::Internal_DisconnectProvider
2015-05-14 13:43:56, Info DISM DISM Provider Store: PID=548 Disconnecting Provider: OSServices - CDISMProviderStore::Internal_DisconnectProvider
2015-05-14 13:43:56, Info DISM DISM OS Provider: PID=548 Successfully unloaded all registry hives. - CDISMOSServiceManager::Final_OnDisconnect
2015-05-14 13:43:56, Info DISM DISM Provider Store: PID=548 Releasing the local reference to DISMLogger. Stop logging. - CDISMProviderStore::Internal_DisconnectProvider
2015-05-14 13:43:56, Info DISM DISM.EXE: Image session has been closed. Reboot required=no.
2015-05-14 13:43:56, Info DISM DISM.EXE:
2015-05-14 13:43:56, Info DISM DISM.EXE: <----- Ending Dism.exe session ----->
2015-05-14 13:43:56, Info DISM DISM.EXE:
Part of smsts.log with errors:
Adding "C:\_SMSTaskSequence\Packages\UBP00119\68BC96D7-FB57-4B13-B65A-863B5DC8B9DD" to Windows driver store. OSDDriverClient 14/05/2015 13:43:54 1792 (0x0700)
Setting %SystemRoot% to "C:\WINDOWS" OSDDriverClient 14/05/2015 13:43:54 1792 (0x0700)
Getting namespace "Microsoft-Windows-PnpCustomizationsNonWinPE" for architecture "x86" OSDDriverClient 14/05/2015 13:43:54 1792 (0x0700)
Added list item with key value '1' OSDDriverClient 14/05/2015 13:43:54 1792 (0x0700)
Writing configuration information to C:\_SMSTaskSequence\PkgMgrTemp\drivers.xml OSDDriverClient 14/05/2015 13:43:54 1792 (0x0700)
Successfully saved configuration information to C:\_SMSTaskSequence\PkgMgrTemp\drivers.xml OSDDriverClient 14/05/2015 13:43:54 1792 (0x0700)
Setting temporary directory to 'C:\_SMSTaskSequence\PkgMgrTemp'. OSDDriverClient 14/05/2015 13:43:54 1792 (0x0700)
Calling Package manager to add drivers to the offline driver store. OSDDriverClient 14/05/2015 13:43:54 1792 (0x0700)
Command line for extension .exe is "%1" %* OSDDriverClient 14/05/2015 13:43:54 1792 (0x0700)
Set command line: "X:\WINDOWS\system32\dism.exe" /image:"C:" /windir:"WINDOWS" /apply-unattend:"C:\_SMSTaskSequence\PkgMgrTemp\drivers.xml" /logpath:"C:\_SMSTaskSequence\PkgMgrTemp\dism.log" OSDDriverClient 14/05/2015 13:43:54 1792 (0x0700)
Executing command line: "X:\WINDOWS\system32\dism.exe" /image:"C:" /windir:"WINDOWS" /apply-unattend:"C:\_SMSTaskSequence\PkgMgrTemp\drivers.xml" /logpath:"C:\_SMSTaskSequence\PkgMgrTemp\dism.log" OSDDriverClient 14/05/2015 13:43:54 1792 (0x0700)
Process completed with exit code 2147500037 OSDDriverClient 14/05/2015 13:43:56 1792 (0x0700)
uExitCode == 0, HRESULT=80004005 (e:\nts_sccm_release\sms\client\osdeployment\osddriverclient\sysprepdriverinstaller.cpp,548) OSDDriverClient 14/05/2015 13:43:56 1792 (0x0700)
Dism failed with return code -2147467259 OSDDriverClient 14/05/2015 13:43:56 1792 (0x0700)
AddPnPDriverToStore( pszSource, sTargetSystemDrive, sTargetSystemRoot, wProcessorArchitecture), HRESULT=80004005 (e:\nts_sccm_release\sms\client\osdeployment\osddriverclient\sysprepdriverinstaller.cpp,658) OSDDriverClient 14/05/2015 13:43:56 1792 (0x0700)
Failed to add driver to driver store. Code 0x80004005 OSDDriverClient 14/05/2015 13:43:56 1792 (0x0700)
InstallDriver( iInstallParams->sContentId, iInstallParams->sSource, iInstallParams->pBootCriticalInfo ), HRESULT=80004005 (e:\nts_sccm_release\sms\client\osdeployment\osddriverclient\driverinstaller.cpp,557) OSDDriverClient 14/05/2015 13:43:56 1792 (0x0700)
ReleaseSource() for C:\_SMSTaskSequence\Packages\UBP00119. OSDDriverClient 14/05/2015 13:43:56 1792 (0x0700)
reference count 1 for the source C:\_SMSTaskSequence\Packages\UBP00119 before releasing OSDDriverClient 14/05/2015 13:43:56 1792 (0x0700)
Released the resolved source C:\_SMSTaskSequence\Packages\UBP00119 OSDDriverClient 14/05/2015 13:43:56 1792 (0x0700)
pDriverInstaller->InstallDriverPackage( sPackageId, pBootCriticalInfo ), HRESULT=80004005 (e:\nts_sccm_release\sms\client\osdeployment\osddriverclient\osddriverclient.cpp,380) OSDDriverClient 14/05/2015 13:43:56 1792 (0x0700)
Failed to provision driver. Code 0x80004005 OSDDriverClient 14/05/2015 13:43:56 1792 (0x0700)
Exiting with return code 0x80004005 OSDDriverClient 14/05/2015 13:43:56 1792 (0x0700)
Process completed with exit code 2147500037 TSManager 14/05/2015 13:43:56 1160 (0x0488)
!--------------------------------------------------------------------------------------------! TSManager 14/05/2015 13:43:56 1160 (0x0488)
Failed to run the action: Apply ASUS CS-B Drivers.
Unspecified error (Error: 80004005; Source: Windows) TSManager 14/05/2015 13:43:56 1160 (0x0488)