[SOLVED] Windows Server 2012 R2 Windows Update Errors (CBS Log)

I'm not seeing a reason for the System Reserved partition be full!

Lets see if there are any shadow copies...
Code:
vssadmin delete shadows /for=y: /all /quiet

Edit: On my machine the SR have the same partition size and have 87,9MB free
 
Your suggestion seems to have worked! Not sure why this has happened on more than one of my servers but I didn't know this is a reason updates would stop working. Wish there was documentation on this somewhere!
 
Good. Usually in similar cases we found that some program stored some files on the system reserved partition when they shouldn't but in your case I didn't find any, only some of the files are bigger than the ones I have, I expect that after the updates some of them will get updated.

Many things about Windows Update are not documented or at least they aren't available to the public!


The most difficult part is that not always the logs are clear about the problem, not in your case:
Old component: [ml:338{169},l:336{168}]"Microsoft-Windows-BootEnvironment-Core-Fonts, Culture=neutral, Version=6.3.9600.19780, PublicKeyToken=31bf3856ad364e35, ProcessorArchitecture=amd64, versionScope=NonSxS"
New component: [ml:338{169},l:336{168}]"Microsoft-Windows-BootEnvironment-Core-Fonts, Culture=neutral, Version=6.3.9600.19994, PublicKeyToken=31bf3856ad364e35, ProcessorArchitecture=amd64, versionScope=NonSxS"
Install mode: install
Installer ID: {c5f0e9d7-e844-4507-89e4-701b5a747221}
Installer name: [34]"CSI Boot File Servicing (BFSVC) AI"
2021-04-27 19:56:44, Info CBS Progress: UI message updated. Operation type: Update. Stage: 1 out of 1. Percent progress: 88.
2021-04-27 19:56:44, Info CBS Winlogon: TiCoreOnCreateSession has been called
2021-04-27 19:57:16, Error CSI 000000ba@2021/4/27:23:57:16.032 (F) base\wcp\plugins\bfsvc\bfsvc.cpp(218): Error HRESULT_FROM_WIN32(ERROR_DISK_FULL) originated in function Windows::WCP::Bfsvc::BasicInstaller::Install expression: HRESULT_FROM_WIN32(GetLastError())
[gle=0x80004005]
 
Very good. I tried to look through the logs a few times and couldn't figure out what to look for! Glad you could. Thank you so much.

Just some background, I used a cloning software to migrate this VM and am using backup software that may have caused these issues.
 
Yep the backup software's are the usual suspects for this problem, maybe the information is stored in a way that is not easily visible to the Operating System or something!
 

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

Back
Top