F
fr4nk1985
Hello, I have a major issue with a Server 2012 R2 and windows updates. It all started with the same update showing over and over in the Windows update, when I was looking in updates history, they were installed. What I did is cleaning up the windows update folder :
net stop wuauserv
CD %Windir%
CD SoftwareDistribution
DEL /F /S /Q Download
net start wuauserv
I also remove the entry from the WSUS server and check for update from Microsoft. I have ensure that the server can
Fully access the internet without any proxy servers.
It found different updates but when I try to install them, it reboot and then go to
"couldn't complete the updates undoing changes". I have manually downloaded the package online, same issue.
I have tried to run dism /online /cleanup-image /restorehealth but that failed with the error 0X800f0906.
Then I found the following and tried it Repair Corrupt Windows Image - Error 0x800f0906, still same problem
"DISM /Online /Cleanup-Image /RestoreHealth /Source:\sources\install.wim" same result...
SFC /scannow do all the verification and show that it wasn't able to fix some of them.
I then found the following command:
DISM.exe /Online /Cleanup-Image /RestoreHealth /Source:WIM:\Sources\Install.wim:2 /LimitAccess
It has stayed at 20% for a bout 24 hours now.
Continue reading...
net stop wuauserv
CD %Windir%
CD SoftwareDistribution
DEL /F /S /Q Download
net start wuauserv
I also remove the entry from the WSUS server and check for update from Microsoft. I have ensure that the server can
Fully access the internet without any proxy servers.
It found different updates but when I try to install them, it reboot and then go to
"couldn't complete the updates undoing changes". I have manually downloaded the package online, same issue.
I have tried to run dism /online /cleanup-image /restorehealth but that failed with the error 0X800f0906.
Then I found the following and tried it Repair Corrupt Windows Image - Error 0x800f0906, still same problem
"DISM /Online /Cleanup-Image /RestoreHealth /Source:\sources\install.wim" same result...
SFC /scannow do all the verification and show that it wasn't able to fix some of them.
I then found the following command:
DISM.exe /Online /Cleanup-Image /RestoreHealth /Source:WIM:\Sources\Install.wim:2 /LimitAccess
It has stayed at 20% for a bout 24 hours now.
Continue reading...