Scar_UY
Well-known member
- Oct 2, 2019
- 77
My Hyper-v Host hangs and becomes completely unresponsive when one of the guests is restarted.
Guest has 3 cards passthrough from the host (a Raid card, and 2 sas cards)
Everything else works just fine, when the system hangs there are no events recorded at all.
I run
Microsoft forums suggest to reinstall from scratch when searching this error, Spiceworks suggest to do an in place upgrade to WS2019...
First would be my last resource, second one is completely out of the question.
DISM log show many
and
CBS log shows many:
and
I tried enabling the Policy "Specify settings for optional component installation and component repair" but that didn't work, so I mounted the ISO and run
Also tried
So I downloaded
Thank you in advance.
Guest has 3 cards passthrough from the host (a Raid card, and 2 sas cards)
Everything else works just fine, when the system hangs there are no events recorded at all.
I run
sfc /scannow
on the host, no errors found, I ran DISM /Online /Cleanup-Image /RestoreHealth
, and I got the message in the title (translated, OS is in spanish)Microsoft forums suggest to reinstall from scratch when searching this error, Spiceworks suggest to do an in place upgrade to WS2019...
First would be my last resource, second one is completely out of the question.
DISM log show many
Code:
Try to initialize Panther logging 1 times, last error: 0x0
and
Code:
(...)
Error in operation: source for package or file not found, ResolveSource() unsuccessful. (CBS HRESULT=0x800f081f) - CCbsConUIHandler::Error
Package Manager: PID=8124 TID=8980 Failed finalizing changes. - CDISMPackageManager::Internal_Finalize(hr:0x800f081f)
(...)
Failed to restore the image health. - CPackageManagerCLIHandler::ProcessCmdLine_CleanupImage(hr:0x800f081f)
Package Manager: PID=8124 TID=8980 Failed while processing command cleanup-image. - CPackageManagerCLIHandler::ExecuteCmdLine(hr:0x800f081f)
(...)
CBS log shows many:
Code:
Repr:Not able to find matching update for package, Package_4715_for_KB5026363~31bf3856ad364e35~amd64~~10.0.1.8
and
Code:
CBS Catalog Missing Package_4715_for_KB5026363~31bf3856ad364e35~amd64~~10.0.1.8
I tried enabling the Policy "Specify settings for optional component installation and component repair" but that didn't work, so I mounted the ISO and run
DISM /Online /Cleanup-Image /RestoreHealth /Source:WIM:D:\Sources\install.wim:2 /LimitAccess
, which gave:
Code:
Error: 0x800f081f
The source files could not be found
Also tried
DISM /Online /Cleanup-Image /RestoreHealth /Source:\\someotherserver\c$\windows /LimitAccess
, which gave the same error.So I downloaded
KB5026363
and installed it, got the error The update is not applicable to your computer
and I ran out of ideas, except to come here to the experts.Thank you in advance.