[SOLVED] Server 2012 R2 Std. Can't install windows update since 2014

:)
Not work to update.
Attached the logs ending _05.zip files.

I try as well after that restart and remove the feature to to try install that again to see if we can change that back form server core to GUI.
That logs is on the zio ending with _Feature removal.zip

Thanks!
1654439030964.png
 

Attachments

Export CBS (Component Based Servicing) hive
  • Click on the Start button and type regedit
  • When you see regedit on the list, right-click on it and select Run as administrator.
  • When regedit opens, using the left pane, navigate to the following registry key and select it by clicking on it once.
    Code:
    HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Component Based Servicing
  • Once selected, click File > Export....
  • Change the Save as type: to Registry Hive Files (*.*).

    622dbef75cd3a-Export-CBS-hive.png

  • Name this file ComponentBasedServicing (with no file extension) and save it to your Desktop.
  • Right-click on the saved file and choose Send > Compressed (zipped) Folder.
  • Attach the .ZIP file to your next post.
  • If the file is too large to upload here, upload the file to www.wetransfer.com and post the link in your next reply.
 
Follow these instructions to install an update with DISM.
  • Open the Start menu of Windows and type CMD.
  • When you see Command Prompt on the list, select the option Run as administrator.
  • Copy and paste the following command into it, and press enter. (Leave the CMD window open!)
Code:
MD C:\WUTemp
  • Now, download the following update (KB2919355) to: C:\WUTemp - Or copy this file from the download directory to C:\WUTemp. (Important!)
    Downloadlink: KB2919355
  • Copy and paste the following commands one at a time into the command prompt and press enter after each.
Code:
CD C:\WUTemp
EXPAND.exe windows8.1-kb2919355-x64_e6f4da4d33564419065a7370865faacf9b40ff72.msu -f:* C:\WUTemp
DISM.exe /Online /Add-Package /PackagePath:C:\WUtemp\Windows8.1-KB2919355-x64.cab
  • Let me know if it says it was successful or if there are any errors. Or take a screenshot of the command prompt window and paste it into your next reply.
 
Start the
577bf0efb8088-FRST.png
Farbar Recovery Scan Tool again.

Warning: This script was written specifically for this system. Do not run this script on another system.
  • Download the attachment fixlist.txt and save it to your desktop.
  • Right-click on FRST.exe and select "Run as administrator".
  • Press the Fix button.
  • If for some reason the tool needs a restart, please make sure you let the system restart normally.
  • When finished, a log called Fixlog.txt will appear in the same directory the tool is run from.
  • Post the logfile Fixlog.txt as attachment in your next reply.
 

Attachments

Please try to install KB2919355 with DISM, if it fails attach a new copy of the CBS log.

Code:
DISM.exe /Online /Add-Package /PackagePath:C:\WUtemp\Windows8.1-KB2919355-x64.cab
 
Rich (BB code):
  MissingFileSystemResource on resource [111]"\winsxs\wow64_microsoft-windows-mediafoundation_31bf3856ad364e35_6.3.9600.16384_none_97723999151972f2\mfpmp.exe"[gle=0x80004005]
2022-06-06 14:11:20, Info                  CBS    Not able to add file C:\Windows\WinSxS\wow64_microsoft-windows-mediafoundation_31bf3856ad364e35_6.3.9600.16384_none_97723999151972f2\mfpmp.exe: to Windows Error Report. [HRESULT = 0x80070002 - ERROR_FILE_NOT_FOUND]

MissingFileSystemResource on resource [117]"\winsxs\wow64_microsoft-windows-mediafoundation_31bf3856ad364e35_6.3.9600.16384_none_97723999151972f2\rrinstaller.exe"[gle=0x80004005]
2022-06-06 14:11:21, Info                  CBS    Not able to add file C:\Windows\WinSxS\wow64_microsoft-windows-mediafoundation_31bf3856ad364e35_6.3.9600.16384_none_97723999151972f2\rrinstaller.exe: to Windows Error Report. [HRESULT = 0x80070002 - ERROR_FILE_NOT_FOUND]

MissingFileSystemResource on resource [117]"\winsxs\amd64_microsoft-windows-mediafoundation_31bf3856ad364e35_6.3.9600.16384_none_8d1d8f46e0b8b0f7\rrinstaller.exe"[gle=0x80004005]
2022-06-06 14:11:22, Info                  CBS    Not able to add file C:\Windows\WinSxS\amd64_microsoft-windows-mediafoundation_31bf3856ad364e35_6.3.9600.16384_none_8d1d8f46e0b8b0f7\rrinstaller.exe: to Windows Error Report. [HRESULT = 0x80070002 - ERROR_FILE_NOT_FOUND]

2022-06-06 14:11:22, Error                 CSI    00000804 (F) Failed on generating delta for: [l:18{9}]"mfpmp.exe"[gle=0x80004005]
2022-06-06 14:11:22, Error                 CSI    00000808 (F) Failed on generating delta for: [l:12{6}]"mf.dll"[gle=0x80004005]
Warning: This fix was written specifically for this system. Do not run this fix on another system.

Please restore the attached WinSxS folders. Afterwards, try again to install the update with DISM.
 

Attachments

Rich (BB code):
2022-06-06 16:13:04, Info                  CSI    00000503 Changelist shadowed missing its manifest - Microsoft-Windows-Directory-Services-SAM, Version = 6.3.9600.16506, pA = PROCESSOR_ARCHITECTURE_IA32_ON_WIN64 (10), Culture neutral, VersionScope = 1 nonSxS, PublicKeyToken = {l:8 b:31bf3856ad364e35}, Type neutral, TypeName neutral, PublicKey neutral
2022-06-06 16:13:04, Info                  CSI    00000504 Changelist shadowed missing its manifest - Microsoft-Windows-Directory-Services-SAM, Version = 6.3.9600.16506, pA = PROCESSOR_ARCHITECTURE_AMD64 (9), Culture neutral, VersionScope = 1 nonSxS, PublicKeyToken = {l:8 b:31bf3856ad364e35}, Type neutral, TypeName neutral, PublicKey neutral
2022-06-06 16:13:04, Error                 CSI    00000505@2022/6/6:15:13:04.493 (F) base\wcp\componentstore\csd_winners.cpp(1211): Error STATUS_SXS_TRANSACTION_CLOSURE_INCOMPLETE originated in function OriginateManifestsMissingError expression: (null)
[gle=0x80004005]

Export SBS (SideBySide) hive
  • Click on the Start button and type regedit
  • When you see regedit on the list, right-click on it and select Run as administrator.
  • When regedit opens, using the left pane, navigate to the following registry key and select it by clicking on it once.
    Code:
    HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\SideBySide
  • Once selected, click File > Export....
  • Change the Save as type: to Registry Hive Files (*.*).

    622dbdc454cdb-Export-SBS-hive.png

  • Name this file SideBySide (with no file extension) and save it to your Desktop.
  • Right-click on the saved file and choose Send > Compressed (zipped) Folder.
  • Attach the .ZIP file to your next post.
  • If the file is too large to upload here, upload the file to www.wetransfer.com and post the link in your next reply.
 
Thanks, I'll need to do some research and ask some advise to figure out how to deal with the latest error. So this can take a while...
 
Hi,

Can you please check if the following update is installed?
Code:
wmic qfe | find "KB2919394"

And check if the following files exist..
C:\Windows\WinSxS\Manifests\amd64_microsoft-windows-directory-services-sam_31bf3856ad364e35_6.3.9600.16384_none_a2acb96874eb94d8.manifest
C:\Windows\WinSxS\Manifests\wow64_microsoft-windows-directory-services-sam_31bf3856ad364e35_6.3.9600.16384_none_ad0163baa94c56d3.manifest
 
Last edited:

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

Back
Top