[SOLVED] Server 2012 R2, updates failing cannot install features

liamc

Active member
Joined
May 15, 2018
Posts
29
Hi All

Im having an issue with windows updates

Ran SFC Fix didnt find anything, done the dism repair health command supposedly repairs the db but still doesnt take updates


CBS log shown here
Download cbs.zip from Sendspace.com - send big files the easy way

When you run windows update, it runs through the 5 updates in quick succession and fails. Its only doing this on security updates

Any help appreicated

Regards
Liam
 
Hello and welcome!

Install Update with DISM



  1. Download this update and save to your desktop. The file name will be Windows8.1-KB4019215-x64.cab.zip.
  2. Right-click on this file and select Extract All... Click the Extract button. You can close the folder window that opens
  3. Click on the Start button and in the search box, type Command Prompt
  4. When you see Command Prompt on the list, right-click on it and select Run as administrator. Go ahead and allow if you receive the UAC prompt.
  5. Copy and paste the following command into the command prompt window and press enter.

    dism /online /add-package /packagepath:%userprofile%\desktop\Windows8.1-KB4019215-x64.cab
  6. You should receive the message:
    The operation completed successfully.
    Restart Windows to complete this operation. <---You may not get this line.
    Do you want to restart the computer now (Y/N)? <---You may not get this line.


Go ahead and do so if prompted. Let me know what errors if any come up. If you do get errors, please zip/attach your CBS.log
 
Thanks for looking at this, it does



_____________________________________________________________________________________________________________________________
C:\Windows\system32>dism /online /add-package /packagepath:%userprofile%\desktop
\Windows8.1-KB4019215-x64.cab


Deployment Image Servicing and Management tool
Version: 6.3.9600.17031


Image Version: 6.3.9600.17031


Processing 1 of 1 - Adding package Package_for_RollupFix~31bf3856ad364e35~amd64~
~9600.18684.1.3
[==========================100.0%========================= ]
An error occurred - Package_for_RollupFix Error: 0x800f0831


Error: 0x800f0831


DISM failed. No operation was performed.
For more information, review the log file.


The DISM log file can be found at C:\Windows\Logs\DISM\dism.log
_________________________________________________________________________________________________________________________________________

ive attached the cbs, and included the dism in the zip also incase it shows anything usefull

https://fs01u.sendspace.com/upload?...96.1540981136.5EC7BB93.20.0&DESTINATION_DIR=8

Thanks for your help
Liam
 
Install Update with DISM




  1. Download this update and save to your desktop. The file name will be Windows8.1-KB4022726-x64.cab.zip.
  2. Right-click on this file and select Extract All... Click the Extract button. You can close the folder window that opens
  3. Click on the Start button and in the search box, type Command Prompt
  4. When you see Command Prompt on the list, right-click on it and select Run as administrator. Go ahead and allow if you receive the UAC prompt.
  5. Copy and paste the following command into the command prompt window and press enter.

    dism /online /add-package /packagepath:%userprofile%\desktop\Windows8.1-KB4022726-x64.cab
  6. You should receive the message:
    The operation completed successfully.
    Restart Windows to complete this operation. <---You may not get this line.
    Do you want to restart the computer now (Y/N)? <---You may not get this line.



Go ahead and do so if prompted. Let me know what errors if any come up. If you do get errors, please zip/attach your CBS.log
 
Install Update with DISM




  1. Download this update and save to your desktop. The file name will be Windows8.1-KB4022726-x64.cab.zip.
  2. Right-click on this file and select Extract All... Click the Extract button. You can close the folder window that opens
  3. Click on the Start button and in the search box, type Command Prompt
  4. When you see Command Prompt on the list, right-click on it and select Run as administrator. Go ahead and allow if you receive the UAC prompt.
  5. Copy and paste the following command into the command prompt window and press enter.

    dism /online /add-package /packagepath:%userprofile%\desktop\Windows8.1-KB4022726-x64.cab
  6. You should receive the message:
    The operation completed successfully.
    Restart Windows to complete this operation. <---You may not get this line.
    Do you want to restart the computer now (Y/N)? <---You may not get this line.



Go ahead and do so if prompted. Let me know what errors if any come up. If you do get errors, please zip/attach your CBS.log


That worked 100%, no errors and i have restarted the machine

Shall i try and install any updates?

Thanks for your help

Regards
Liam
 

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

Back
Top