2024-12 Cumulative Update for Microsoft server operating system version 21H2 for x64-based Systems (KB5048654) status: Download error - 0x800f081f

Anonymous
2024-12-16T09:01:12+00:00

Hi,

I've been trying for a couple of days now, to install the above windows update, but it always takes the same error 0x800f081f

I have tried different solutions:

  1. net stop wuauserv

net stop cryptSvc

net stop bits

net stop msiserver

ren C:\Windows\SoftwareDistribution SoftwareDistribution.old

ren C:\Windows\System32\catroot2 catroot2.old

net start wuauserv

net start cryptSvc

net start bits

net start msiserver

2)DISM /Online /Cleanup-Image /StartComponentCleanup

DISM /Online /Cleanup-Image /RestoreHealth

sfc /scannow

  1. Troubleshooter detect an issue in windows updates and it resolved,

Issues found

Check for Windows Update issuesCheck for Windows Update issues

Detects issues related to Windows Update. Detected Detected

Resolve Windows Update issues Completed

Potential issues that were checked

Some security settings are missing or have been changedSome security settings are missing or have been changed Issue not present

Check for missing or corrupt filesCheck for missing or corrupt files Issue not present

Service registration is missing or corruptService registration is missing or corrupt Issue not present

Issues found Detection details

Check for Windows Update issues Detected

Detects issues related to Windows Update.

Resolve Windows Update issues Completed

Resolves common Windows Update issues.

InformationalWaaSMedicService

Issues remediated by:DynamicProtectionPlugin

Potential issues that were checked Detection details

Some security settings are missing or have been changed Issue not present

Check for missing or corrupt files Issue not present

Service registration is missing or corrupt Issue not present

Detection details

IsPostback_RC_PendingUpdates

IsPostback: False

InformationalWaaSMedicService

Issue found by:DynamicProtectionPlugin

InformationalIsPostback_RC_PendingUpdates

IsPostback: True

InformationalService Status

Problem with BITS service : The requested service has already been started. System.Management.Automation.RemoteException More help is available by typing NET HELPMSG 2182. System.Management.Automation.RemoteException

InformationalService Status

Problem with BITS service : The requested service has already been started. System.Management.Automation.RemoteException More help is available by typing NET HELPMSG 2182. System.Management.Automation.RemoteException

but nothing works.

windows server 2022 standard

please help.

Nikos

Windows Server Devices and deployment Install Windows updates, features, or roles

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question. To protect privacy, user profiles for migrated questions are anonymized.

0 comments No comments
{count} vote

13 additional answers

Sort by: Most helpful
  1. Anonymous
    2024-12-17T01:27:58+00:00

    Hello,

    Thank you for posting in Microsoft Community forum.

    Based on the description, I understand your question is related to install KB5048654.

    Create folder C:\temp\cab

    Download the update from Microsoft Update Catalog to C:\temp

    Expand the .msu file to extract the .cab file by running below command in CMD:

    expand -F:* C:\temp\{.msu file name with extension} C:\temp\cab
    

    You will get a .cab file from last step, use the following DISM command to add package:

    Dism /online /add-package /packagepath:c:\temp\cab\{.cab file with extension}
    

    If there is no error, reboot the machine

    Have a nice day.

    Best Regards,

    Molly

    0 comments No comments
  2. Anonymous
    2024-12-17T08:08:09+00:00

    Hello,

    thank you for your reply.

    same error.

    C:\Temp>dism /online /add-package /packagepath:c:\temp\cab\Windows10.0-KB5048654-x64.cab

    Deployment Image Servicing and Management tool

    Version: 10.0.20348.681

    Image Version: 10.0.20348.2527

    Processing 1 of 1 - Adding package Multiple_Packages~~~~0.0.0.0

    [= 3.0% ]

    An error occurred - Error: 0x800f081f

    Error: 0x800f081f

    DISM failed. No operation was performed.

    For more information, review the log file.

    I m sending part of the dism.log file with the error

    2024-12-17 09:49:46, Info DISM DISM Package Manager: PID=9340 TID=9932 Error in operation: source for package or file not found, ResolveSource() unsuccessful. (CBS HRESULT=0x800f081f) - CCbsConUIHandler::Error

    2024-12-17 09:49:46, Error DISM DISM Package Manager: PID=9340 TID=10204 Failed finalizing changes. - CDISMPackageManager::Internal_Finalize(hr:0x800f081f)

    2024-12-17 09:49:46, Error DISM DISM Package Manager: PID=9340 TID=10204 The source files could not be found; their location must be specified using the /source option to restore the feature. - GetCbsErrorMsg

    2024-12-17 09:49:46, Error DISM DISM Package Manager: PID=9340 TID=10204 Failed processing package changes - CDISMPackageManager::ProcessChanges(hr:0x800f081f)

    2024-12-17 09:49:46, Error DISM DISM Package Manager: PID=9340 TID=10204 The source files could not be found; their location must be specified using the /source option to restore the feature. - GetCbsErrorMsg

    2024-12-17 09:49:46, Info DISM DISM Package Manager: PID=9340 TID=10204 Loaded servicing stack for online use only. - CDISMPackageManager::CreateCbsSession

    2024-12-17 09:49:48, Error DISM DISM Package Manager: PID=9340 TID=10204 Failed while processing command add-package. - CPackageManagerCLIHandler::ExecuteCmdLine(hr:0x800f081f)

    2024-12-17 09:49:48, Info DISM DISM Package Manager: PID=9340 TID=10204 Further logs for online package and feature related operations can be found at %WINDIR%\logs\CBS\cbs.log - CPackageManagerCLIHandler::ExecuteCmdLine

    2024-12-17 09:49:48, Error DISM DISM.EXE: DISM Package Manager processed the command line but failed. HRESULT=800F081F

    2024-12-17 09:49:48, Info DISM DISM Package Manager: PID=9340 TID=10204 Finalizing CBS core. - CDISMPackageManager::Finalize

    please advice.

    0 comments No comments
  3. Anonymous
    2024-12-23T01:19:51+00:00

    Hello,

    Open an elevated command prompt and run the following commands to try fix the error:

    net stop bits
    
    net stop wuauserv
    
    net stop appidsvc
    
    net stop cryptsvc
    
    ren C:\Windows\SoftwareDistribution SoftwareDistribution.old
    
    ren C:\Windows\System32\catroot2 catroot2.old
    
    net start bits
    
    net start wuauserv
    
    net start appidsvc
    
    net start cryptsvc
    

    Best Regards,

    Molly

    0 comments No comments
  4. Anonymous
    2024-12-23T08:58:58+00:00

    Hello,

    Open an elevated command prompt and run the following commands to try fix the error:

    net stop bits
    
    
    
    net stop wuauserv
    
    
    
    net stop appidsvc
    
    
    
    net stop cryptsvc
    
    
    
    ren C:\Windows\SoftwareDistribution SoftwareDistribution.old
    
    
    
    ren C:\Windows\System32\catroot2 catroot2.old
    
    
    
    net start bits
    
    
    
    net start wuauserv
    
    
    
    net start appidsvc
    
    
    
    net start cryptsvc
    

    Best Regards,

    Molly

    After this action the same results

    Processing 1 of 1 - Adding package Multiple_Packages~~~~0.0.0.0

    [= 3.0% ]

    An error occurred - Error: 0x800f081f

    12-23 09:51:18, Error DISM DISM Package Manager: PID=3316 TID=10548 Failed finalizing changes. - CDISMPackageManager::Internal_Finalize(hr:0x800f081f)

    2024-12-23 09:51:18, Error DISM DISM Package Manager: PID=3316 TID=10548 The source files could not be found; their location must be specified using the /source option to restore the feature. - GetCbsErrorMsg

    2024-12-23 09:51:18, Error DISM DISM Package Manager: PID=3316 TID=10548 Failed processing package changes - CDISMPackageManager::ProcessChanges(hr:0x800f081f)

    2024-12-23 09:51:18, Error DISM DISM Package Manager: PID=3316 TID=10548 The source files could not be found; their location must be specified using the /source option to restore the feature. - GetCbsErrorMsg

    2024-12-23 09:51:18, Info DISM DISM Package Manager: PID=3316 TID=10548 Loaded servicing stack for online use only. - CDISMPackageManager::CreateCbsSession

    2024-12-23 09:51:20, Error DISM DISM Package Manager: PID=3316 TID=10548 Failed while processing command add-package. - CPackageManagerCLIHandler::ExecuteCmdLine(hr:0x800f081f)

    2024-12-23 09:51:20, Info DISM DISM Package Manager: PID=3316 TID=10548 Further logs for online package and feature related operations can be found at %WINDIR%\logs\CBS\cbs.log - CPackageManagerCLIHandler::ExecuteCmdLine

    0 comments No comments