[SOLVED] Windows Server 2012 R2 updates failing to install 0x800f0900

adamcook

Member
Joined
Apr 1, 2019
Posts
14
Hello

I have a 2012 R2 failing to install security monthly rollup updates. .NET seems to be fine.

Latest attempted update was KB4503276 with the below from WindowsUpdate.log:

Code:
2019-06-26    16:14:11:129    3648    1890    Handler    Starting install of CBS update 33885B5D-A682-4787-98D9-5B87981FA026
2019-06-26    16:14:11:129    3648    1890    Handler    CBS session identity: 30747689_1828718338
2019-06-26    16:14:11:176    3648    1890    Handler    CBS package identity: Package_for_RollupFix~31bf3856ad364e35~amd64~~9600.19377.1.11
2019-06-26    16:14:11:176    3648    1890    Handler    Installing self-contained with source=C:\Windows\SoftwareDistribution\Download\61d69f8080d809c58e0ef376a9633f3a\Windows8.1-KB4503276-x64.cab, workingdir=C:\Windows\SoftwareDistribution\Download\61d69f8080d809c58e0ef376a9633f3a\inst
2019-06-26    16:14:16:051     916    17b0    Report    REPORT EVENT: {294E7496-70E0-433D-9527-24C0A3CC703B}    2019-06-26 16:14:11:051+0200    1    181 [AGENT_INSTALLING_STARTED]    101    {D7086DC7-6DA8-4D5A-9E76-69CBFEA6CD85}    501    0    wusa    Success    Content Install    Installation Started: Windows has started installing the following update: Security Update for Windows (KB4503276)
2019-06-26    16:14:16:051     916    17b0    Report    CWERReporter finished handling 2 events. (00000000)
2019-06-26    16:16:08:906    3648    ec4    Handler    FATAL: CBS called Error with 0x800f0900,
2019-06-26    16:16:15:562    3648    1890    Handler    FATAL: Completed install of CBS update with type=0, requiresReboot=0, installerError=1, hr=0x800f0900

The last successful CU to install was January 2019 (KB4480963).

Trying to run dism /online /cleanup-image /restorehealth /source:<repairsource> /LimitAccess always returns:

Code:
Deployment Image Servicing and Management tool
Version: 6.3.9600.17031

Image Version: 6.3.9600.17031

[==========================100.0%==========================]

Error: 0x800f081f

The source files could not be found.
Use the "Source" option to specify the location of the files that are required to restore the feature. For more informat
ion on specifying a source location, see http://go.microsoft.com/fwlink/?LinkId=243077.

For <repairsource>, I've tried all sorts:
  • WIM:E:\sources\install.wim:2 (2 is the correct and matching index)
  • \\2012r2server\c$\Windows
  • \\2012r2server2\c$\Windows
sfc /scannow suggests it found corruption and it could not resolve. Running SFCFix also said it found some issues and fixed them but not all. Log attached. CBS.log also attached (it's tiny!)

Thank you for any time you can offer!
 

Attachments

Interestingly after running SFCFix I had another attempt at running dism /online /cleanup-image /restorehealth /source:WIM:E:\sources\install.wim:2 /LimitAccess and it ran through no issues suggesting it fixed corruption! So I had another go at installing the KB4503276 and it installed!

To me, it seemed like something fundamental was wrong with some core component that only SFCFix could do. Any insight you have would truely be appreciated, to help me flesh out my understanding a little.
 
Hi!

Unfortunately, From the logs you provided, it looks like there were corrupt system files and SFCFix has managed to fixed them all. Unfortunately, the logs you posted do not contain the list of the files, so I can't tell you exactly what was repaired, but I am very happy to hear that the update installed successfully.
 

Has Sysnative Forums helped you? Please consider donating to help us support the site!

Back
Top