DISM The source files could not be found 0x800f081f

garnoux

Member
Joined
Sep 23, 2024
Posts
16
Hi,

I ran an issue with a Windows Server 2019. Server is up to date but sfc fails and also dism (with or without sources). Tried different ISOs but same error (0x800f081f)

I don't know which ISO was used to install the server. I think that the 0x800f081f error can occur if i used a OEM ISO from manufacturer and now I'm tring to repair with a public iso on the microsoft website.

If this is true, how can I check the details about which ISO was used to install ?

Here are the CBS logs

Thank's
 

Attachments

Hi @garnoux,

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
 
Rich (BB code):
2024-10-25 11:50:24, Info                  CBS    Failed to repair corruption for package: Microsoft-Windows-Server-Gui-Mgmt-Package-admin~31bf3856ad364e35~amd64~~10.0.17763.1 [HRESULT = 0x80070571 - ERROR_DISK_CORRUPT]
2024-10-25 11:50:24, Warning               CBS    Current tick count: 1000 lower than last tick count: 1138. [HRESULT = 0x8007000d - ERROR_INVALID_DATA]
2024-10-25 11:50:24, Info                  CBS    Failed to repair CBS store. [HRESULT = 0x80070571 - ERROR_DISK_CORRUPT]

Hi,

  • Click the Start button and in the search box, type Command Prompt
  • When you see Command Prompt on the list, right-click on it and select Run as administrator.
  • When command prompt opens, copy and paste the following command into it, press enter afterwards.
    Code:
    chkdsk
  • Wait for this to complete.

Download
6198cd309385f-58a60a47ed1bd-ListChkdskResult.PNG
ListChkdskResult.exe and save it on your desktop.
  • Rightclick ListChkdskResult.exe and select Run as administrator.
  • Notepad will open the file ListChkdskResult.txt on completion. (This logfile ListChkdskResult.txt is also saved on your desktop.)
  • Post the logfile ListChkdskResult.txt as attachment in your next reply.
 
Hi,

Is the English language pack installed on this server, if so set it as default and run ListChkdskResult again.
 

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

Back
Top