Solved Can't install 24H2 patches, a lot of CBS corruption and breakage

  • Thread starter Thread starter Deleted member 32792
  • Start date Start date

D

Deleted member 32792

Guest
Hello,
Sadly here I think I am a bit in a bad situation with my Windows 11 24H2, build 26100.994. As you will see this is not the latest build because I simply can't install it. Since I got on .994, things got really bad. I of course tried all the fixes I could with DISM, SFC and all the Windows Update known resets but this time nothing helped.

Whenever I try to install a Cumulative Patch in Windows Update I get 0x800f0805, no matter what I do. Sadly not even an in-place repair helped, cause I got:

Error: 0x8007001D-0x20006 The installation failed in the SAFE_OS phase with an error during REPLICATE_OS​


So apparently nothing is working and SFC and DISM are reporting all is okay while it's not. I can see there are a lot of things missing in CBS logs and a lot of errors. I will attach them here. I think I am in a bad situation and I hope someone will be able to help, thanks!
 
Windows Build/Version
Windows 11 24H2 26100.994

Attachments

My Computer

Welcome to the forum. Please completely fill out the system specs in you forum profile. Make sure to put your version and build in your profile for the future.
You can click on "My Computers" below to see my specs so you can enter your own accordingly.
 

My Computers

System One System Two

  • OS
    Windows 11 Pro 24H2 26100.3775
    Computer type
    PC/Desktop
    Manufacturer/Model
    Dell Optiplex 7080
    CPU
    i9-10900 10 core 20 threads
    Motherboard
    DELL 0J37VM
    Memory
    32 gb
    Graphics Card(s)
    none-Intel UHD Graphics 630
    Sound Card
    Integrated Realtek
    Monitor(s) Displays
    Benq 27
    Screen Resolution
    2560x1440
    Hard Drives
    1tb Solidigm m.2 nvme+256gb SKHynix m.2 nvme /External drives 512gb Samsung m.2 sata+1tb Kingston m2.nvme+ 4gb Solidigm nvme
    PSU
    500w
    Case
    MT
    Cooling
    Dell Premium
    Keyboard
    Logitech wired
    Mouse
    Logitech wireless
    Internet Speed
    so slow I'm too embarrassed to tell
    Browser
    #1 Edge #2 Firefox
    Antivirus
    Defender+MWB Premium
  • Operating System
    Windows 10 Pro 22H2 19045.3930
    Computer type
    PC/Desktop
    Manufacturer/Model
    Dell Optiplex 9020
    CPU
    i7-4770
    Memory
    24 gb
    Monitor(s) Displays
    Benq 27
    Screen Resolution
    2560x1440
    Hard Drives
    256 gb Toshiba BG4 M.2 NVE SSB and 1 tb hdd
    PSU
    500w
    Case
    MT
    Cooling
    Dell factory
    Mouse
    Logitech wireless
    Keyboard
    Logitech wired
    Internet Speed
    still not telling
    Browser
    Firefox
    Antivirus
    Defender+MWB Premium
I saw this in your cbs log:

2024-07-10 17:23:06, Info CBS InternalOpenPackage failed for Package_for_KB3025096~31bf3856ad364e35~amd64~~6.4.1.0 [HRESULT = 0x800f0805 - CBS_E_INVALID_PACKAGE]
2024-07-10 17:23:06, Info CBS Failed to internally open package. [HRESULT = 0x800f0805 - CBS_E_INVALID_PACKAGE]
2024-07-10 17:23:06, Info CBS Failed to create open package. [HRESULT = 0x800f0805 - CBS_E_INVALID_PACKAGE]
2024-07-10 17:23:06, Info CBS Failed to OpenPackage using worker session [HRESULT = 0x800f0805]

I saw this Reddit post about that

This is old and probably no longer useful for the OP but if anyone else comes across this, here's the how I was able to fix it after finding basically every advise online to be useless.
Symptoms: Updates fail with error code 0x800f0982. Manually installing the latest Comulative Update also fails. Attempts to repair with DISM from a local source also fail.
Cause: A previous update installed packages for multiple languages, at least one of which is does not have local package sources or is included in the normal ISO images (Polish, pl-PL in my case).
Resolution: in PowerShell as admin, run the below commdand to confirm the presence of extra language packs. Look for entries starting with "Microsoft-Windows-Server-LanguagePack" which should be grouped together. Towards the end of each name will be the language code (ko-KR, pl-PL, en-US, etc).
dism /online /get-packages /format:table
Next use the the below command with the full package name listed (copy/paste is ideal) to remove each non-English language pack (or whichever languages you aren't actually using).
dism /online /remove-package /packagename:<insert package name here>
Reboot the computer and it will run through an "Updating Windows" process and spinning dots before letting you log back in. This has been observed to take a very long time (6+ hours in the most recent case) so be patient and plan for the downtime.

Maybe this is helpful. Apologies otherwise.
 

My Computer

System One

  • OS
    Windows 11
Hey Deleted member 32792,

Showing gratitude is important in online communities. Use the "like" button to appreciate helpful content. This motivates people to keep sharing knowledge. A "like" gives 1 point, "Helpful" gives 5 points, and "Great support" gives 10 points for exceptional help.

Latest Support Threads

Back
Top Bottom