Share via

Win10Pro, Hyper-V and missing files

Anonymous
2018-10-03T07:15:30+00:00

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;

  1. Check VT-X enabled - it is
  2. Check Hyper-V requirements through systeminfo.exe - done, all yes
  3. Check Windows up to date - build 10.0.17134.320, check
  4. Pass install.wim as source to DISM - this fails, same error
  5. Update gp to force download from Windows Update instead of WSUS - this fails
  6. 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]

Windows for home | Windows 10 | Install and upgrade

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments

2 answers

Sort by: Most helpful
  1. Anonymous
    2018-10-03T08:12:42+00:00

    I am aware that does not install Hyper-V, it was from me attempting to clear up the issue that was preventing me installing Hyper-V.  The dism log when issuing the commands;

    • DISM /Online /Enable-Feature /All /FeatureName:Microsoft-Hyper-V
    • DISM /Online /Enable-Feature /All /FeatureName:Microsoft-Hyper-V-All

    Show the exact same errors, so I was guessing were rooted in the same cause.

    Was this answer helpful?

    0 comments No comments
  2. Anonymous
    2018-10-03T08:09:40+00:00

    I will give you link

    below command  does not install hyper-v

    `dism.exe /Online /Cleanup-Image /RestoreHealth /Source:wim:D\install.wim:1 /limitaccess

    see my own discussion link to enable all features

    https://answers.microsoft.com/en-us/windows/forum/windows\_10-windows\_install/disable-builtin-windows-features-through-dism/54779f82-3718-4768-ad17-127e680531ff

    Was this answer helpful?

    0 comments No comments