Quantcast
Channel: Setup Deployment forum
Viewing all articles
Browse latest Browse all 2818

Deploy WinPE for Windows 10 in Windows server 2008 R2 standard failure

$
0
0

Hi,

I install ADK 1803 (version: 10.1.17134.1), and try to customized our own wim file. No matter I use dism.exe built in Windows server 2008 R2 standard or the one bundled into ADK. I alwayes got a error message:


Error: 577

Windows cannot verify the digital signature for this file. A recent hardware or software change might have installed a file that is signed incorrectly or damaged, or that might be malicious software from an unknown sources.


I open C:\Windows\Logs\DISM\dism.log, error log is as follow:

2019-09-11 15:15:50, Info                  DISM   PID=2232 Scratch directory set to 'C:\Users\FUEDA-~1\AppData\Local\Temp\2\'. - CDISMManager::put_ScratchDir
2019-09-11 15:15:50, Info                  DISM   PID=2232 Successfully loaded the ImageSession at "C:\Windows\System32\Dism" - CDISMManager::LoadImageSession
2019-09-11 15:15:50, Info                  DISM   DISM Provider Store: PID=2232 Found and Initialized the DISM Logger. - CDISMProviderStore::Internal_InitializeLogger
2019-09-11 15:15:50, Info                  DISM   DISM Provider Store: PID=2232 Failed to get and initialize the PE Provider.  Continuing by assuming that it is not a WinPE image. - CDISMProviderStore::Final_OnConnect
2019-09-11 15:15:50, Info                  DISM   DISM Provider Store: PID=2232 Finished initializing the Provider Map. - CDISMProviderStore::Final_OnConnect
2019-09-11 15:15:50, Info                  DISM   DISM Provider Store: PID=2232 Getting Provider DISMLogger - CDISMProviderStore::GetProvider
2019-09-11 15:15:50, Info                  DISM   DISM Provider Store: PID=2232 Provider has previously been initialized.  Returning the existing instance. - CDISMProviderStore::Internal_GetProvider
2019-09-11 15:15:50, Info                  DISM   DISM Provider Store: PID=2232 Getting Provider DISMLogger - CDISMProviderStore::GetProvider
2019-09-11 15:15:50, Info                  DISM   DISM Provider Store: PID=2232 Provider has previously been initialized.  Returning the existing instance. - CDISMProviderStore::Internal_GetProvider
2019-09-11 15:15:50, Info                  DISM   DISM Manager: PID=2232 Successfully created the local image session and provider store. - CDISMManager::CreateLocalImageSession
2019-09-11 15:15:50, Info                  DISM   DISM Provider Store: PID=2232 Getting Provider DISMLogger - CDISMProviderStore::GetProvider
2019-09-11 15:15:50, Info                  DISM   DISM Provider Store: PID=2232 Provider has previously been initialized.  Returning the existing instance. - CDISMProviderStore::Internal_GetProvider
2019-09-11 15:15:50, Info                  DISM   DISM.EXE: 
2019-09-11 15:15:50, Info                  DISM   DISM.EXE: <----- Starting Dism.exe session ----->
2019-09-11 15:15:50, Info                  DISM   DISM.EXE: 
2019-09-11 15:15:50, Info                  DISM   DISM.EXE: Host machine information: OS Version=6.1.7600, Running architecture=amd64, Number of processors=8
2019-09-11 15:15:50, Info                  DISM   DISM.EXE: Executing command line: dism  /Mount-Wim /WimFile:"c:\winpe\media\sources\boot.wim" /index:1 /MountDir:"c:\winpe\mount"
2019-09-11 15:15:50, Info                  DISM   DISM Provider Store: PID=2232 Getting the collection of providers from a local provider store type. - CDISMProviderStore::GetProviderCollection
2019-09-11 15:15:50, Info                  DISM   DISM Provider Store: PID=2232 Provider has not previously been encountered.  Attempting to initialize the provider. - CDISMProviderStore::Internal_GetProvider
2019-09-11 15:15:50, Info                  DISM   DISM Provider Store: PID=2232 Loading Provider from location C:\Windows\System32\Dism\WimProvider.dll - CDISMProviderStore::Internal_GetProvider
2019-09-11 15:15:50, Info                  DISM   DISM Provider Store: PID=2232 Connecting to the provider located at C:\Windows\System32\Dism\WimProvider.dll. - CDISMProviderStore::Internal_LoadProvider
2019-09-11 15:15:50, Info                  DISM   DISM Provider Store: PID=2232 Provider has not previously been encountered.  Attempting to initialize the provider. - CDISMProviderStore::Internal_GetProvider
2019-09-11 15:15:50, Info                  DISM   DISM Provider Store: PID=2232 Loading Provider from location C:\Windows\System32\Dism\FolderProvider.dll - CDISMProviderStore::Internal_GetProvider
2019-09-11 15:15:50, Info                  DISM   DISM Provider Store: PID=2232 Connecting to the provider located at C:\Windows\System32\Dism\FolderProvider.dll. - CDISMProviderStore::Internal_LoadProvider
2019-09-11 15:15:50, Info                  DISM   DISM Provider Store: PID=2232 Provider has not previously been encountered.  Attempting to initialize the provider. - CDISMProviderStore::Internal_GetProvider
2019-09-11 15:15:50, Info                  DISM   DISM Provider Store: PID=2232 Loading Provider from location C:\Windows\System32\Dism\CompatProvider.dll - CDISMProviderStore::Internal_GetProvider
2019-09-11 15:15:50, Info                  DISM   DISM Provider Store: PID=2232 Connecting to the provider located at C:\Windows\System32\Dism\CompatProvider.dll. - CDISMProviderStore::Internal_LoadProvider
2019-09-11 15:15:50, Info                  DISM   DISM.EXE: Got the collection of providers. Now enumerating them to build the command table.
2019-09-11 15:15:50, Info                  DISM   DISM.EXE: Attempting to add the commands from provider: WimManager
2019-09-11 15:15:50, Info                  DISM   DISM.EXE: Succesfully registered commands for the provider: WimManager.
2019-09-11 15:15:50, Info                  DISM   DISM.EXE: Attempting to add the commands from provider: FolderManager
2019-09-11 15:15:50, Info                  DISM   DISM.EXE: Attempting to add the commands from provider: DISM Log Provider
2019-09-11 15:15:50, Info                  DISM   DISM.EXE: Attempting to add the commands from provider: Compatibility Manager
2019-09-11 15:15:50, Info                  DISM   DISM.EXE: Succesfully registered commands for the provider: Compatibility Manager.
2019-09-11 15:15:50, Info                  DISM   DISM Provider Store: PID=2232 Getting Provider WimManager - CDISMProviderStore::GetProvider
2019-09-11 15:15:50, Info                  DISM   DISM Provider Store: PID=2232 Provider has previously been initialized.  Returning the existing instance. - CDISMProviderStore::Internal_GetProvider
2019-09-11 15:15:50, Error                 DISM   DISM WIM Provider: PID=2232 Failed to mount the image. - CWimImageInfo::Mount(hr:0x80070241)
2019-09-11 15:15:50, Error                 DISM   DISM WIM Provider: PID=2232 d:\w7rtm\base\ntsetup\opktools\dism\providers\wimprovider\dll\wimmanager.cpp:999 - CWimManager::InternalOpMount(hr:0x80070241)
2019-09-11 15:15:50, Error                 DISM   DISM WIM Provider: PID=2232 d:\w7rtm\base\ntsetup\opktools\dism\providers\wimprovider\dll\wimmanager.cpp:2247 - CWimManager::InternalCmdMount(hr:0x80070241)
2019-09-11 15:15:50, Error                 DISM   DISM WIM Provider: PID=2232 Error executing command - CWimManager::InternalExecuteCmd(hr:0x80070241)
2019-09-11 15:15:50, Error                 DISM   DISM WIM Provider: PID=2232 d:\w7rtm\base\ntsetup\opktools\dism\providers\wimprovider\dll\wimmanager.cpp:516 - CWimManager::ExecuteCmdLine(hr:0x80070241)
2019-09-11 15:15:50, Info                  DISM   DISM.EXE: Image session has been closed. Reboot required=no.
2019-09-11 15:15:50, Info                  DISM   DISM.EXE: 
2019-09-11 15:15:50, Info                  DISM   DISM.EXE: <----- Ending Dism.exe session ----->
2019-09-11 15:15:50, Info                  DISM   DISM.EXE: 
2019-09-11 15:15:50, Info                  DISM   DISM Image Session: PID=2232 Disconnecting the provider store - CDISMImageSession::Final_OnDisconnect
2019-09-11 15:15:50, Info                  DISM   DISM Provider Store: PID=2232 Disconnecting Provider: WimManager - CDISMProviderStore::Internal_DisconnectProvider
2019-09-11 15:15:50, Info                  DISM   DISM Provider Store: PID=2232 Disconnecting Provider: FolderManager - CDISMProviderStore::Internal_DisconnectProvider
2019-09-11 15:15:50, Info                  DISM   DISM Provider Store: PID=2232 Found the OSServices.  Waiting to finalize it until all other providers are unloaded. - CDISMProviderStore::Final_OnDisconnect
2019-09-11 15:15:50, Info                  DISM   DISM Provider Store: PID=2232 Disconnecting Provider: Compatibility Manager - CDISMProviderStore::Internal_DisconnectProvider
2019-09-11 15:15:50, Info                  DISM   DISM Provider Store: PID=2232 Releasing the local reference to DISMLogger.  Stop logging. - CDISMProviderStore::Internal_DisconnectProvider

From "What's new in WinPE", Windows server 2008 R2 is supported by "Windows PE for Windows 10". So what shoud I do to fix this issue.

Thanks






Viewing all articles
Browse latest Browse all 2818

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>