Unable to update to February's patch, getting 0x800f081f error. Windows 11 24H2 OS Build 26100.2314

Chuckster123

Member
Joined
Jun 6, 2024
Posts
17
Hello,

As the title suggests, we are not able to update to February's patch on multiple computers on Windows 11 24H2, getting the same 0x800f081f error. See CBS folder and components text in attached. Ran sfc /scannow along with the restorehealth commands with no success. Will donate for a solution.

Thanks!
 

Attachments

Hi @Chuckster123,

Welcome to Sysnative Forums!

If you haven't already, please review the posting instructions here, and attach the requested log files. Without log files, our helpers will not be able to assist, and this will slow down fixing your machine.

If logs have been already been provided, our team of volunteers will analyse the provided log files to build a fix for your system. Please be aware that this may take several days from your initial post, due to the high volume of threads that we receive.


- Sysnative Windows Update Team
 
Hi,

Step 1. Download
67139f7e69a58-SFCFix-ico.PNG
SFCFix and save it to your desktop.

Warning: This fix was written specifically for this system. Do not run this fix on another system.
  • Save any work you have open, and close all programs.
  • Download the attachment SFCFix.zip and save it to your desktop.
  • Drag the SFCFix.zip file over the SFCFix.exe executable and release it.
67139f52b3c1e-SFCFix-Zip-Eng.gif

  • SFCFix will launch, let it complete.
  • Once done, a file will appear on your desktop, called SFCFix.txt.
  • Post the logfile (SFCFix.txt) as attachment in your next reply.


Step 2. Run the following DISM command and post the result. If it fails attach a new copy of the CBS log.
Code:
DISM /online /cleanup-image /RestoreHealth
 

Attachments

The latest CBS log is clean, which error do you see after trying to update?
 
KB5043080 dates from September 10th, 2024 and the systems that has Win11 on them are November's patch. when I double-click September`s .msu, it says that's it's not applicable and when I double-click on the .msu from February's that's when it provides the error. I guess I'd have to uninstall September's update first, then apply KB5043080 and try KB5051987?
 
KB5043080 is the latest LCU and used as checkpoint update for the next releases. See also the ms-aricle below:

Introducing Windows 11 checkpoint cumulative updates | Windows IT Pro Blog

The November's pacth refered to the same: Windows 11 Levenscyclus - Computerforum PC Web Plus

I guess I'd have to uninstall September's update first, then apply KB5043080 and try KB5051987?

No, see the previous thread about the chekpoints. However, you should be able to install both package using PS command line,


1. Checkpoint Update: (KB5043080) https://catalog.sf.dl.delivery.mp.m..._953449672073f8fb99badb4cc6d5d7849b9c83e8.msu
2. Cumulative Update: (KB5051987) https://catalog.sf.dl.delivery.mp.m..._199ed7806a74fe78e3b0ef4f2073760000f71972.msu

Code:
Add-WindowsPackage -Online -PackagePath "c:\packages\windows11.0-kb5043080-x64_953449672073f8fb99badb4cc6d5d7849b9c83e8.msu"
Add-WindowsPackage -Online -PackagePath "c:\packages\windows11.0-kb5051987-x64_199ed7806a74fe78e3b0ef4f2073760000f71972.msu"
 

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

Back
Top