Use DISM to Repair Windows 10 Image  

Page 68 of 84 FirstFirst ... 1858666768697078 ... LastLast

  1. HCS
    Posts : 2
    Windows 10 | Ubuntu dual boot
       #670

    Hi there! New user here, brought in by this link on Microsoft Community pages.

    So, I'm having a lot of problems with DISM Error 0x800f081f, The source files could not be found. My Windows system goes straight to Startup Repair when I try to boot it. I've tried a number of fixes using DISM, most of which are described at lenght in this question on Microsoft Community.

    I've even posted excerpts of the log files, so that someone with any sort of experience can find out what's wrong. The MVP there wasn't of much help, so I thought maybe here I could find someone who had the same problems I'm having and or who knows how to solve them.

    Thanks in advance!
      My Computer


  2. Posts : 3
    10
       #671

    Hi!
    Im tring to perform DISM to repair Windows 10 on G: drive, but receiveng a lot of errors, fail, not founds in DISM.log. And final No source essage.
    Use DISM to Repair Windows 10 Image-image.png

    Can somebod check the attached log and recognize the reaso of fail, please?

    dism - Copy.log

    Thanks in advance!
      My Computer


  3. Posts : 68,997
    64-bit Windows 11 Pro for Workstations
    Thread Starter
       #672

    Hello @Miolav, and welcome to Ten Forums.

    Are you able to start the Windows 10 you want to repair and run the command below from within it in an elevated PowerShell?

    Repair-WindowsImage -Online -RestoreHealth
      My Computers


  4. Posts : 3
    10
       #673

    Thank you Brink😄
    This Windows is not starting, BSOD with Critical system fail message.

    - - - Updated - - -

    @Brink_the Can I do something without starting Windows?
      My Computer


  5. Posts : 68,997
    64-bit Windows 11 Pro for Workstations
    Thread Starter
       #674

    Miolav said:
    Thank you Brink
    This Windows is not starting, BSOD with Critical system fail message.

    - - - Updated - - -

    @Brink_the Can I do something without starting Windows?

    I would recommend to create a new thread for this issue in the BSOD forum area to see if our experts may be able to help.

    BSOD - Posting Instructions
      My Computers


  6. Posts : 2
    Windows 10 PRO
       #675

    Repair-WindowsImage : Falha na operação de restauração. A fonte do reparo não foi encontrada ou o repositório de
    componentes não pode ser reparado.
    No linha:1 caractere:1
    + Repair-WindowsImage -Online -RestoreHealth -Source "D:\install.wim:1"
    + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo : NotSpecified: (:) [Repair-WindowsImage], COMException
    + FullyQualifiedErrorId : Microsoft.Dism.Commands.RepairWindowsImageCommand

    I am receiving this error. Any clues?
      My Computer


  7. Posts : 68,997
    64-bit Windows 11 Pro for Workstations
    Thread Starter
       #676

    gauchotche said:
    Repair-WindowsImage : Falha na operação de restauração. A fonte do reparo não foi encontrada ou o repositório de
    componentes não pode ser reparado.
    No linha:1 caractere:1
    + Repair-WindowsImage -Online -RestoreHealth -Source "D:\install.wim:1"
    + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo : NotSpecified: (:) [Repair-WindowsImage], COMException
    + FullyQualifiedErrorId : Microsoft.Dism.Commands.RepairWindowsImageCommand

    I am receiving this error. Any clues?

    Hello, and welcome to Ten Forums.

    Are you able to start the Windows 10 you want to repair and run the command below from within it in an elevated PowerShell?

    Repair-WindowsImage -Online -RestoreHealth
      My Computers


  8. Posts : 2
    Windows 10 PRO
       #677

    Brink said:
    Hello, and welcome to Ten Forums.

    Are you able to start the Windows 10 you want to repair and run the command below from within it in an elevated PowerShell?

    Repair-WindowsImage -Online -RestoreHealth
    Thank you! Yes, this is the result:

    Code:
    Repair-WindowsImage : Falha na operação de restauração. A fonte do reparo não foi encontrada ou o repositório de
    componentes não pode ser reparado.
    No linha:1 caractere:1
    + Repair-WindowsImage -Online -RestoreHealth
    + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        + CategoryInfo          : NotSpecified: (:) [Repair-WindowsImage], COMException
        + FullyQualifiedErrorId : Microsoft.Dism.Commands.RepairWindowsImageCommand
    
    PS C:\WINDOWS\system32> Repair-WindowsImage : Falha na operaçao de restauraçao. A fonte do reparo nao foi encontrada ou o repositório de
    Repair-WindowsImage : Não é possível localizar um parâmetro posicional que aceite o argumento ':'.
    No linha:1 caractere:1
    + Repair-WindowsImage : Falha na operação de restauração. A fonte do re ...
    + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        + CategoryInfo          : InvalidArgument: (:) [Repair-WindowsImage], ParameterBindingException
        + FullyQualifiedErrorId : PositionalParameterNotFound,Microsoft.Dism.Commands.RepairWindowsImageCommand
    
    PS C:\WINDOWS\system32> componentes nao pode ser reparado.
    componentes : O termo 'componentes' não é reconhecido como nome de cmdlet, função, arquivo de script ou programa
    operável. Verifique a grafia do nome ou, se um caminho tiver sido incluído, veja se o caminho está correto e tente
    novamente.
    No linha:1 caractere:1
    + componentes não pode ser reparado.
    + ~~~~~~~~~~~
        + CategoryInfo          : ObjectNotFound: (componentes:String) [], CommandNotFoundException
        + FullyQualifiedErrorId : CommandNotFoundException
    
    PS C:\WINDOWS\system32> No linha:1 caractere:1
    No : O termo 'No' não é reconhecido como nome de cmdlet, função, arquivo de script ou programa operável. Verifique a
    grafia do nome ou, se um caminho tiver sido incluído, veja se o caminho está correto e tente novamente.
    No linha:1 caractere:1
    + No linha:1 caractere:1
    + ~~
        + CategoryInfo          : ObjectNotFound: (No:String) [], CommandNotFoundException
        + FullyQualifiedErrorId : CommandNotFoundException
    
    PS C:\WINDOWS\system32> + Repair-WindowsImage -Online -RestoreHealth -Source "D:\install.wim:1"
    No linha:1 caractere:2
    + + Repair-WindowsImage -Online -RestoreHealth -Source "D:\install.wim: ...
    +  ~
    Expressão ausente após operador unário '+'.
    No linha:1 caractere:3
    + + Repair-WindowsImage -Online -RestoreHealth -Source "D:\install.wim: ...
    +   ~~~~~~~~~~~~~~~~~~~
    Token 'Repair-WindowsImage' inesperado na expressão ou instrução.
        + CategoryInfo          : ParserError: (:) [], ParentContainsErrorRecordException
        + FullyQualifiedErrorId : MissingExpressionAfterOperator
    
    PS C:\WINDOWS\system32> + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    No linha:1 caractere:2
    + + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ...
    +  ~
    Expressão ausente após operador unário '+'.
    No linha:1 caractere:3
    + + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ...
    +   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    Token '~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~' inesperado na expressão ou instrução.
        + CategoryInfo          : ParserError: (:) [], ParentContainsErrorRecordException
        + FullyQualifiedErrorId : MissingExpressionAfterOperator
    
    PS C:\WINDOWS\system32>     + CategoryInfo          : NotSpecified: (:) [Repair-WindowsImage], COMException
    No linha:1 caractere:6
    +     + CategoryInfo          : NotSpecified: (:) [Repair-WindowsImage] ...
    +      ~
    Expressão ausente após operador unário '+'.
    No linha:1 caractere:7
    +     + CategoryInfo          : NotSpecified: (:) [Repair-WindowsImage] ...
    +       ~~~~~~~~~~~~
    Token 'CategoryInfo' inesperado na expressão ou instrução.
        + CategoryInfo          : ParserError: (:) [], ParentContainsErrorRecordException
        + FullyQualifiedErrorId : MissingExpressionAfterOperator
    
    PS C:\WINDOWS\system32>     + FullyQualifiedErrorId : Microsoft.Dism.Commands.RepairWindowsImageCommand
    Last edited by Brink; 13 Oct 2019 at 08:41. Reason: code box
      My Computer


  9. Posts : 41,481
    windows 10 professional version 1607 build 14393.969 64 bit
       #678

    Hi gauchotche,

    Please consider:

    a) changing the default language if possible to English so that the results can be read:
    https://www.tenforums.com/tutorials/...dows-10-a.html
    Change Display Language in Windows 10

    b) opening a new thread for troubleshooting
    https://www.tenforums.com/general-support/
      My Computer


  10. Posts : 402
    Windows 10 Pro 64-Bit
       #679

    at the time of this post, about 3 hours and some change ago, our block had a brief power outage and came back 15 or so minutes later; in the process of the Holy Trinity of command-line error checking commands on my father's computer (he's running windows 8.1 pro), dism hit a snag and the /restorehealth command failed (father in a mood, had to bail before truly finished fixing); last time this happened to me, using the /source addon with the dism tool to a fresh install.win file from a fresh win10 iso worked

    checking the build number of this new copy of windows 8.1 is 17415, while my father's computer (using a systeminfo cmd command) list his version/build as 6.3.6900 N/A 6900; if I use the /restorehealth command with the /source flag to point to the newer install.win, will there be any problems of any types, conflicts, etc...

    or is there nothing for him or I to worry about? I would've done more for him, but this happened right as he woke up from sleeping late and he hadn't gotten his cup of coffee and grandma went her brand of crazy and this got him on one HFIL, of a mood
      My Computer


 

Tutorial Categories

Use DISM to Repair Windows 10 Image Tutorial Index Network & Sharing Instalation and Upgrade Browsers and Email General Tips Gaming Customization Apps and Features Virtualization BSOD System Security User Accounts Hardware and Drivers Updates and Activation Backup and Restore Performance and Maintenance Mixed Reality Phone


  Related Discussions
Our Sites
Site Links
About Us
Windows 10 Forums is an independent web site and has not been authorized, sponsored, or otherwise approved by Microsoft Corporation. "Windows 10" and related materials are trademarks of Microsoft Corp.

© Designer Media Ltd
All times are GMT -5. The time now is 05:01.
Find Us




Windows 10 Forums