[SOLVED] Windows Server 2008 R2 KB4534310 Failed

Turns out i am just expanding the update incorrectly, I will try copying the files from the extracted KB and try running SURT
 
i tried copying the cat and mum files to C:\Windows\Temp\CheckSUR\servicing\Packages and running SURT but it didn't fix any of the corrupted files.

I also tried creating a zip and dragging it into SFCFix but I just got more errors 420 and only 1 file was fixed.

1637734946202.png

Any help will be greatly appreciated.
 
Sooo i got some of the files fixed but I don't know where to find the following:

  • Localized packages for KB948465 (i.e Package_19_for_KB948465~31bf3856ad364e35~amd64~en-US~6.0.1.18005.mum)
  • Fully named packages (i.e Microsoft-Hyper-V-Common-Drivers-Package~31bf3856ad364e35~amd64~en-US~6.0.6001.18000.mum)
any assistance will be greatly appreciated. Apologies for the spam as I cannot edit my posts :)
 
Please run through steps 3, 4 and 5 again in the Posting instructions and I will look at what is still left to be fixed.
 
sorry for the late reply, after a week of searching for updates/isos, I was able to replace all the corrupted files.

1638169677059.png

I tried running sfc /scannow but it fails saying "windows resource could not perform the requested operation". I am now trying to install KB4534310 manually since my test machine cannot be connected to internet.

1638169595678.png

I seems to be stuck in a loop according to CBS logs but it's still running so I will give it a chance and run it until tomorrow then provide the needed logs.
 
The update install for KB4534310 is not going anywhere (I even tried setting TrustedInstaller service to automatic) so I am just going to upload the latest CBS logs. Appreciate it if you can show me what I missed in the logs, thank you!
 

Attachments

Please describe how you are trying to install KB4534310. Are you using DISM to install from the cab package?
 
Install Update with DISM
  1. If necessary redownload the update MSU here: http://download.windowsupdate.com/c..._4dc78a6eeb14e2eac1ede7381f4a93658c8e2cdc.msu
  2. Copy the MSU file to a convenient location (such as C:\temp).
  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
  5. When command prompt opens, copy and paste the following commands into it, press enter after each

    cd C:\temp

    replace C:\temp with your path if different

    expand windows6.1-kb4534310-x64_4dc78a6eeb14e2eac1ede7381f4a93658c8e2cdc.msu -f:* C:\temp

    DISM.exe /Online /Add-Package /PackagePath:C:\temp\windows6.1-kb4534310-x64.cab
  6. You should receive the message:
    The operation completed successfully.
  7. Make sure you allow the computer to restart if prompted.
 
It looks to me as if the update is failing because there is another package required which can't be installed because there is no connection to the internet when you are running the DISM command.

The Package will need to be installed offline first.
Package_for_RollupFix~31bf3856ad364e35~amd64~~7601.24544.1.9

The following thread may help you:

[SOLVED] - Update KB4534310 fails with error 8024200D on Windows Server 2008 R2
 
I also tried doing an in-place upgrade while waiting for a response here and it failed so I hope we can figure something out from the logs
 
It looks like an even earlier KB update needs installing as well. Try installing the KB4012215 update using DISM. Are you OK with doing this or do you need instructions?

If it is successful you can then try adding the other updates again.
 
installation of KB4012215 is successful but sadly the other two kb4534310 and kb4524157 failed.
 

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

Back
Top