Dear all
Whenever I try to install Hyper-V in Windows Server 2016, the installation fails and roll back after reaching like 95% completion without any error messages appearing in EventViewer
Things that I have tried so far:
In CBS.log file I found the following errors and INFOs:
Note that I've tried to upload CBS.log but it's exceeds forum limitation as it's about 4MB in size.
This issue is driving me crazy as I couldn't find any solid solution for it so far, unfortunately most people are giving up and just reinstall Windows which is not an option in my case.
Thanks in advance
Whenever I try to install Hyper-V in Windows Server 2016, the installation fails and roll back after reaching like 95% completion without any error messages appearing in EventViewer
Things that I have tried so far:
- Run dism /online /cleanup-image /scanhealth
- Run dism /online /cleanup-image /checkhealth
- Run dism /online /cleanup-image /restorehealth
- Mount the Windows Server 2016 ISO and Run dism /online /cleanup-image /restorehealth /source:WIM:E:\sources\install.wim:1 /limitaccess
- Run sfc /scannow
- Run Checkdisk tool on C:
- Run Windows Update
In CBS.log file I found the following errors and INFOs:
Code:
Error - Overlap: Duplicate ownership for directory \??\C:\Windows\System32 in component Microsoft-Hyper-V-VStack-VMSP, version 10.0.14393.2214, arch amd64, nonSxS, pkt {l:8 b:31bf3856ad364e35}
DriverUpdateInstallUpdates failed [HRESULT = 0x80070bc2 - ERROR_SUCCESS_REBOOT_REQUIRED]
Error HRESULT_FROM_WIN32(15010) from InstrumentationManifestAssert at onecore\admin\wmi\events\config\manproc.cpp line 731, online=TRUE
Error HRESULT_FROM_WIN32(15010) in eventsXml: <events><provider guid="{2380c5ee-ab89-4d14-b2e6-142200cb703c}" messageFileName="%SystemRoot%\system32\SlbHostPlugin.dll" name="Microsoft-Windows-SoftwareLoadBalancer-HostPlugin" resourceFileName="%SystemRoot%\system32\SlbHostPlugin.dll" symbol="SLB_HOST_PLUGIN_EVENTS"><channels xmlns="http://schemas.microsoft.com/win/2004/08/events">
Failed execution of queue item Installer: Events ({3bb9fd2b-351e-4b9c-b1fc-ed0758805998}) with HRESULT HRESULT_FROM_WIN32(15010). Failure will not be ignored: A rollback will be initiated after all the operations in the installer queue are completed; installer is reliable[gle=0x80004005]
Not able to add pending.xml.bad to Windows Error Report. [HRESULT = 0x80070002 - ERROR_FILE_NOT_FOUND]
Startup: Failed to process advanced operation queue, startupPhase: 0. A rollback transaction will be created. [HRESULT = 0x800f0922 - CBS_E_INSTALLERS_FAILED]
DriverUpdateUninstallUpdates failed [HRESULT = 0x80070bc2 - ERROR_SUCCESS_REBOOT_REQUIRED]
Startup: Processing complete. [HRESULT = 0x80070bc2 - ERROR_SUCCESS_REBOOT_REQUIRED]
Error - Overlap: Duplicate ownership for directory \??\C:\Windows\System32 in component Microsoft-Hyper-V-VStack-VMSP, version 10.0.14393.2214, arch amd64, nonSxS, pkt {l:8 b:31bf3856ad364e35}
Not able to query DisableWerReporting flag. Assuming not set... [HRESULT = 0x80070002 - ERROR_FILE_NOT_FOUND]
Not able to add %windir%\winsxs\pending.xml to WER report. [HRESULT = 0x80070002 - ERROR_FILE_NOT_FOUND]
Not able to add %windir%\winsxs\pending.xml.bad to WER report. [HRESULT = 0x80070002 - ERROR_FILE_NOT_FOUND]
Startup: Processing complete. [HRESULT = 0x80070bc2 - ERROR_SUCCESS_REBOOT_REQUIRED]
Note that I've tried to upload CBS.log but it's exceeds forum limitation as it's about 4MB in size.
This issue is driving me crazy as I couldn't find any solid solution for it so far, unfortunately most people are giving up and just reinstall Windows which is not an option in my case.
Thanks in advance