Can't repair install with dism. The repair content cound not be dound anywhere


LarsErikOsterud

Active member
Member
Local time
4:53 AM
Posts
57
OS
Windows 10
Having trouble installing latest update to Windows 11, and having "repair install" fail (in SAFE_OS with BOOT)
I tried using "DISM /online /cleanup-image /restorehealth" to fix the install, but it fails too :-(

Fails with the error "0x800f0915" and "The repair content could not be found anywhere".

I also tried using an "install.esd" (made a brand new install USB) as /source but got the same error.

I checked the versions in the log and found these values:

"Target image" version jumped up to 10.0.26200,9168 (from 26100.8973 before I install security update)
"Image session" version still is at 10.0.26100.8972 (did not update at all even when updating).

Read in another thread that the image version must be higher than the target version.
But how do I update this. The last security update only bumped the "target" version.

As said ealier repair install won't work, fail at "SAFE_OS and BOOT". So I'm really stuck :-(
(why does this happend on nearly all big updates, it's really annoying)
 

My Computers My Computers

  • At a glance

    Windows 10Intel Core i5-6600 3.30Ghz16 GBAsus Nvidia GeForce GTX 960
    OS
    Windows 10
    Computer type
    PC/Desktop
    Manufacturer/Model
    Asus
    CPU
    Intel Core i5-6600 3.30Ghz
    Motherboard
    Asus B150M
    Memory
    16 GB
    Graphics Card(s)
    Asus Nvidia GeForce GTX 960
    Sound Card
    Onboard
    Monitor(s) Displays
    Samsung
    Hard Drives
    Samsung SSD 850 EBO 128 GB
    WDC WD1003FZEX-00MK2A0
  • At a glance

    Windows 1111the Gen Intel Core i5-1135G7 2.40 GHz8 GBIntel Xe
    Operating System
    Windows 11
    Computer type
    Laptop
    Manufacturer/Model
    Asus ExpertBook
    CPU
    11the Gen Intel Core i5-1135G7 2.40 GHz
    Memory
    8 GB
    Graphics card(s)
    Intel Xe
    Sound Card
    Onboard
    Hard Drives
    NVMe WDC PC SN530 SDBPNPZ 256 GB
To fix the "source files could not be found" DISM error (Error 0x800f081f), you need to provide the command with a working repair source, such as a mounted Windows installation ISO file.

Download the official Windows ISO file matching your exact operating system version.

Right-click the downloaded ISO file in File Explorer and select Mount.

Note the new drive letter assigned to the mounted drive.


Open Command Prompt or PowerShell as an administrator.

Run this command to see the available image indexes, replacing X with your mounted drive letter:

Batch:
dism /get-imageinfo /imagefile:X:\sources\install.wim

Note the index number (#) that matches your specific edition of Windows (such as Windows 10 Pro or Windows 11 Home).

Run the repair command with your custom source and limit access to Windows Update, replacing X with the drive letter and # with your index number:

Batch:
DISM /Online /Cleanup-Image /RestoreHealth /Source:wim:X:\sources\install.wim:# /LimitAccess

After DISM completes successfully, type the following command and press Enter:

Code:
sfc /scannow

Restart your computer once the scan finished.
 

My Computer My Computer

At a glance

Windows 11AMD Ryzen 7 5700GMicron Technology DDR4-3200 16GBNVIDIA GeForce RTX 3060
OS
Windows 11
Computer type
PC/Desktop
Manufacturer/Model
HP Pavilion
CPU
AMD Ryzen 7 5700G
Motherboard
Erica6
Memory
Micron Technology DDR4-3200 16GB
Graphics Card(s)
NVIDIA GeForce RTX 3060
Sound Card
Realtek ALC671
Monitor(s) Displays
Samsung SyncMaster U28E590
Screen Resolution
3840 x 2160
Hard Drives
SAMSUNG MZVLQ1T0HALB-000H1
Back
Top Bottom