New
#1
dism mount of install.wim gets bad format error (header mismatch)
I am attempting to use dism to mount install.wim for build 10240 (the current publicly available build), and dism gets an error 11, which is incorrect format error. dism lists the image correctly, and it is the only image in the .wim
Command:
C:\WINDOWS\system32>dism /mount-image /imagefile:c:\files\windows\install.wim /index:1 /mountdir:c:\mount
The log file has the following entries:
2015-10-19 10:56:30, Warning DISM DISM WIM Provider: PID=5716 [ReadWimHeader 1723) -> version/header mismatch] c:\files\windows\install.wim (HRESULT=0x8007000B) - CWimManager::WimProviderMsgLogCallback[5716] [0xc144012e]
2015-10-19 10:56:30, Error DISM DISM WIM Provider: PID=5716 [WIMCreateFile 425) -> Fail to read WIM header] c:\files\windows\install.wim (HRESULT=0x8007000B) - CWimManager::WimProviderMsgLogCallback
2015-10-19 10:56:30, Error DISM DISM WIM Provider: PID=5716 TID=7024 WIM open failed. - CWimImageInfo::Mount(hr:0x8007000b)
2015-10-19 10:56:30, Error DISM DISM Imaging Provider: PID=5716 TID=7024 base\ntsetup\opktools\dism\providers\imagingprovider\dll\genericimagingmanager.cpp:817 - CGenericImagingManager::InternalOpMount(hr:0x8007000b)
2015-10-19 10:56:30, Error DISM DISM Imaging Provider: PID=5716 TID=7024 base\ntsetup\opktools\dism\providers\imagingprovider\dll\genericimagingmanager.cpp:737 - CGenericImagingManager::InternalCmdMount(hr:0x8007000b)
2015-10-19 10:56:30, Error DISM DISM Imaging Provider: PID=5716 TID=7024 base\ntsetup\opktools\dism\providers\imagingprovider\dll\genericimagingmanager.cpp:535 - CGenericImagingManager::ExecuteCmdLine(hr:0x8007000b)
2015-10-19 10:56:30, Info DISM DISM.EXE: Image session has been closed. Reboot required=no.
Anyone else encounter this error?