Hello experts,
I'm having a long running problem which is preventing me from being able to install Hyper-V, namely it errors (from the Add/Remove Windows components panel and using DISM) stating that it could not find the source binary. So far I have tried;
- Check VT-X enabled - it is
- Check Hyper-V requirements through systeminfo.exe - done, all yes
- Check Windows up to date - build 10.0.17134.320, check
- Pass install.wim as source to DISM - this fails, same error
- Update gp to force download from Windows Update instead of WSUS - this fails
- Pass install.wim extracted from install.esd taken from install media created on laptop with
exact same build and Hyper-V installed - fails
So having tried repeatedly what is suggested in numerous forums and "tutorial" sites I'm finally admitting defeat and asking the experts. I have a copy of dism.log and cbs.log from running dism.exe /Online /Cleanup-Image /RestoreHealth /Source:wim:D\install.wim:1 /limitaccess. As far as I can tell the prime suspects are files missing from;
- KB4338819 (OS Build 17134.165)
- KB4458469 (OS Build 17134.320)
Which as far as I can see are the June and September quarterly build patches. The second of those (my current build) shows as installed in my patch list but the first one doesn't.
Error in dism.log
2018-10-02 23:01:46, Info DISM DISM Package Manager: PID=10964 TID=7160 Processing the top level command token(cleanup-image). - CPackageManagerCLIHandler::Private_ValidateCmdLine
2018-10-02 23:01:46, Info DISM DISM Package Manager: PID=10964 TID=7160 Attempting to route to appropriate command handler. - CPackageManagerCLIHandler::ExecuteCmdLine
2018-10-02 23:01:46, Info DISM DISM Package Manager: PID=10964 TID=7160 Routing the command... - CPackageManagerCLIHandler::ExecuteCmdLine
2018-10-02 23:01:46, Warning DISM DISM Package Manager: PID=10964 TID=7160 CBS AddSource failed with HRESULT=0x80070003! - CDISMPackageManager::Internal_Finalize
2018-10-02 23:01:46, Info DISM DISM Package Manager: PID=10964 TID=7160 CBS session options=0x20100! - CDISMPackageManager::Internal_Finalize
2018-10-02 23:02:45, Info DISM DISM Package Manager: PID=10964 TID=16284 Error in operation: source for package or file not found, ResolveSource() unsuccessful. (CBS HRESULT=0x800f081f) - CCbsConUIHandler::Error
2018-10-02 23:02:45, Error DISM DISM Package Manager: PID=10964 TID=7160 Failed finalizing changes. - CDISMPackageManager::Internal_Finalize(hr:0x800f081f)
2018-10-02 23:02:45, Error DISM DISM Package Manager: PID=10964 TID=7160 The source files could not be found; their location must be specified using the /source option to restore the feature. - GetCbsErrorMsg
2018-10-02 23:02:45, Error DISM DISM Package Manager: PID=10964 TID=7160 Failed processing package changes with session option CbsSessionOptionRepairStoreCorruption - CDISMPackageManager::RestoreHealth(hr:0x800f081f)
2018-10-02 23:02:45, Error DISM DISM Package Manager: PID=10964 TID=7160 The source files could not be found; their location must be specified using the /source option to restore the feature. - GetCbsErrorMsg
2018-10-02 23:02:45, Error DISM DISM Package Manager: PID=10964 TID=7160 Failed to restore the image health. - CPackageManagerCLIHandler::ProcessCmdLine_CleanupImage(hr:0x800f081f)
2018-10-02 23:02:45, Error DISM DISM Package Manager: PID=10964 TID=7160 Failed while processing command cleanup-image. - CPackageManagerCLIHandler::ExecuteCmdLine(hr:0x800f081f)
Error in cbs.log
2018-10-02 23:05:10, Info CBS Not able to add pending.xml to Windows Error Report. [HRESULT = 0x80070002 - ERROR_FILE_NOT_FOUND]
2018-10-02 23:05:10, Info CBS Not able to add pending.xml.bad to Windows Error Report. [HRESULT = 0x80070002 - ERROR_FILE_NOT_FOUND]
2018-10-02 23:05:10, Info CBS Not able to add SCM.EVM to Windows Error Report. [HRESULT = 0x80070002 - ERROR_FILE_NOT_FOUND]
2018-10-02 23:05:10, Error CSI 0000000e (F) STATUS_SXS_ASSEMBLY_MISSING #27001# from CCSDirectTransaction::OperateEnding at index 0 of 1 operations, disposition 2[gle=0xd015000c]
2018-10-02 23:05:10, Error CSI 0000000f (F) HRESULT_FROM_WIN32(ERROR_SXS_ASSEMBLY_MISSING) #26843# from Windows::ServicingAPI::CCSITransaction::ICSITransaction_PinDeployment(Flags = 0, a = 97742cc822e082cf77121bdef8d4f19c, version 10.0.17134.165,
arch amd64, nonSxS, pkt {l:8 b:31bf3856ad364e35}, cb = (null), s = (null), rid = 'Package_659_for_KB4338819~31bf3856ad364e35~amd64~~10.0.1.4.4338819-1692_neutral', rah = '2', manpath = (null), catpath = (null), ed = 0, disp = 0)[gle=0x80073701]
2018-10-02 23:05:10, Info CBS Failed to pin deployment while resolving Update: Package_659_for_KB4338819~31bf3856ad364e35~amd64~~10.0.1.4.4338819-1692_neutral from file: (null) [HRESULT = 0x80073701 - ERROR_SXS_ASSEMBLY_MISSING]
2018-10-02 23:05:10, Info CBS Failed to bulk stage deployment manifest and pin deployment for package:Package_816_for_KB4458469~31bf3856ad364e35~amd64~~10.0.2.2 [HRESULT = 0x80073701 - ERROR_SXS_ASSEMBLY_MISSING]