Loop: Prepare Automatic Repair - Diagnosing your PC, error

Page 6 of 8 FirstFirst ... 45678 LastLast

  1. Posts : 224
    W10 pro
    Thread Starter
       #51


    RUN

    sfc /scannow

    from X: or C:
    ?


    - - - Updated - - -

    OK,
    I will run
    A
    Bcdedit /enum | find "osdevice"

    after
    B

    Sfc /Scannow /OFFBOOTDIR=D:\ /OFFWINDIR=D:\Windows

    D:\ get from (A)


    I will update here soon...

    - - - Updated - - -

    I can NOT proceed , well?

    Microsoft Windows [Version 10.0.19041.928]
    (c) Microsoft Corporation. All rights reserved.
    X:\Sources>notepad
    X:\Sources>Bcdedit /enum | find "osdevice"
    osdevice partition=C:
    X:\Sources>Sfc /Scannow /OFFBOOTDIR=C:\ /OFFWINDIR=C:\Windows
    Beginning system scan. This process will take some time.
    There is a system repair pending which requires reboot to complete. Restart,Windows and run sfc again.
    X:\Sources>
      My Computer


  2. Posts : 5,330
    Windows 11 Pro 64-bit
       #52

    Revert pending actions, then execute SFC command.

    Please boot your computer with Windows Installation Media and from Windows Recovery Environment start the Command Prompt.

    Please execute below command and reboot your computer to see issue resolves.

    Code:
    mkdir C:\scratch
    
    DISM    /Image:C:\     /Cleanup-Image   /RevertPendingActions /ScratchDir:C:\Scratch

    Please replace the partition letter C: with Windows installed partition letter. When computer boots into Windows Recovery Environment (WinRE) environment the drive letter assign to Windows partition may not be C: drive letter because Windows 7, 8 , 8.1 and 10 creates a separate system partition when it's installed from scratch. The system partition contains boot files WinRE assigns the system partition the C: drive letter and the Windows installed partition will be assign any other drive letter usually D: drive letter is assign to Windows installed partition. The Bcdedit /enum | find "osdevice" command can be used to find out the drive letter of the Windows installed partition the output of the Bcdedit command is similar to this osdevice partition=D:. The drive letter after partition= is the drive letter of the Windows partition.
      My Computer


  3. Posts : 224
    W10 pro
    Thread Starter
       #53

    I will execute now the last cmd you gave:

    Bcdedit /enum | find "osdevice"

    mkdir C:\scratch
    DISM /Image:C:\ /Cleanup-Image /RevertPendingActions /ScratchDir:C:\Scratch

    reboot
    and then run:

    Sfc /Scannow /OFFBOOTDIR=C:\ /OFFWINDIR=C:\Windows

    I keep up updated here

    Thank you for your time! Appreciated!




    - - - Updated - - -

    I again ERROR
    ==================
    Microsoft Windows [Version 10.0.19041.928]


    (c) Microsoft Corporation. All rights reserved.

    X:\Sources>notepad

    X:\Sources>Bcdedit /enum | find "osdevice"
    osdevice partition=C:




    X:\Sources>mkdir C:\scratch




    X:\Sources>DISM /Image:C:\ /Cleanup-Image /RevertPendingActions /ScratchDir:C:\Scratch




    Deployment Image Servicing and Management tool


    Version: 10.0.19041.746




    Image Version: 10.0.19042.1263




    Reverting pending actions from the image...




    Error: 0x800f082f




    An error occurred reverting the pending actions from the image.


    For more information, review the log file.




    The DISM log file can be found at X:\windows\Logs\DISM\dism.log




    X:\Sources>






    ====
    ATTACHED log FILE
    Loop: Prepare Automatic Repair - Diagnosing your PC, error Attached Files
      My Computer


  4. Posts : 5,330
    Windows 11 Pro 64-bit
       #54

    Execute bellow commands, make sure to replace C: drive letter with Windows 10 installed partition drive letter.

    Code:
    Ren C:\Windows\System32\drivers\intelpep.sys  intelpep.sys.bak
    
    Copy  C:\Windows\WinSxS\amd64_dual_intelpep.inf_31bf3856ad364e35_10.0.22483.1000_none_ab4c781497f35a96\intelpep.sys   C:\Windows\System32\drivers
    Reboot your system.

    Can you also stop sending me messages.
      My Computer


  5. Posts : 224
    W10 pro
    Thread Starter
       #55

    for this you say, if the:
    WinSxS\amd64_dual_intelpep.inf_31bf3856ad364e35_10.0.22483.1000_none_ab4c781497f35a96\
    Not exist, what to try - because Not exist in my other PC that has No problem?

    Ren C:\Windows\System32\drivers\intelpep.sys intelpep.sys.bak

    Copy C:\Windows\WinSxS\amd64_dual_intelpep.inf_31bf3856ad364e35_10.0.22483.1000_none_ab4c781497f35a96\intelpep.sys C:\Windows\System32\drivers
    ===Last commands:
    https://answers.microsoft.com/en-us/...?auth=1&page=3

    X:\Sources>DISM /Image:C:\ /Cleanup-Image /RestoreHealth

    Deployment Image Servicing and Management tool
    Version: 10.0.19041.746

    Image Version: 10.0.19042.1263

    The scratch directory size might be insufficient to perform this operation. This can cause unexpected behavior.
    Use the /ScratchDir option to point to a folder with sufficient scratch space. The recommended size is at least 1024 MB.

    [==========================100.0%==========================] The restore operation completed successfully.
    The operation completed successfully.

    X:\Sources>
    X:\Sources>SFC /SCANNOW /OffBootDir=C: /OffWinDir=C:\Windows

    Beginning system scan. This process will take some time.

    There is a system repair pending which requires reboot to complete. Restart
    Windows and run sfc again.

    X:\Sources>
    ===

    TRIED BOOT GETTING, Well?

    Loop: Prepare Automatic Repair - Diagnosing your PC, error-20211024_185722-bcdboot.jpg

    - - - Updated - - -

    FYI see this

    Code:
    C:\Windows\WinSxS>dir | find "amd64_dual_intelpep"
    10/23/2021  07:44 AM    <DIR>          amd64_dual_intelpep.inf_31bf3856ad364e35_10.0.19041.1263_none_323b6105e61edd03
    10/23/2021  07:44 AM    <DIR>          amd64_dual_intelpep.inf_31bf3856ad364e35_10.0.19041.662_none_9b54f10e8fd0ede1
    C:\Windows\WinSxS>
    what to do???
      My Computer


  6. Posts : 5,330
    Windows 11 Pro 64-bit
       #56

    You can do two things, first you can just rename the intelpep.sys to intelpep.sys.bak and reboot your system to see Windows 10 boots normally.

    You can also try copying intelpep.sys file from
    WinSxS folder to C:\Windows\System32\drivers folder.
      My Computer


  7. Posts : 224
    W10 pro
    Thread Starter
       #57

    I will do that, you say very soon
    but tell your advise to some To Do from MS forums:

    https://answers.microsoft.com/en-us/...?auth=1&page=4

    >>>In the last screenshot exist F8 = Startup Setting, I pressed F8 and
    next, I have tried "Disable driver signature enforcement".
    getting

    Loop: Prepare Automatic Repair - Diagnosing your PC, error-20211025_094015.jpg


    Loop: Prepare Automatic Repair - Diagnosing your PC, error-20211025_093955.jpg

    what about:
    Now try
    0

    You can do two things, first you can just rename the intelpep.sys to intelpep.sys.bak and reboot your system to see Windows 10 boots normally.You can also try copying intelpep.sys file from WinSxS folder to C:\Windows\System32\drivers folder.
    ====

    Because I have two folders if both have the referred file, which folder to choose/copy the file from?
    C:\Windows\WinSxS>dir | find "amd64_dual_intelpep"
    10/23/2021 07:44 AM <DIR> amd64_dual_intelpep.inf_31bf3856ad364e35_10.0.19041.1263_none_323b6105e61edd03
    10/23/2021 07:44 AM <DIR> amd64_dual_intelpep.inf_31bf3856ad364e35_10.0.19041.662_none_9b54f10e8fd0ede1
    C:\Windows\WinSxS>

    or

    1

    Method 1: Rebuild the Boot Configuration Data
    How to Fix Boot Error 0xc000000e on Windows 10 - Appuals.com


      My Computer


  8. Posts : 5,330
    Windows 11 Pro 64-bit
       #58

    You can try both folders to see anyone of them works.
      My Computer


  9. Posts : 224
    W10 pro
    Thread Starter
       #59

    Ok
    I will do so, in the afternoon, today

    I will keep posted in the forum...

    - - - Updated - - -



    ====


    TRIED BOTH BUT GETTING same ERROR --- see shot below


    File: \Windows\System32\drivers\intelpep.sys
    ERROR CODE: 0xc0000428


    can this file found in an DVD Set-up Windows 10 20H2,... or...?


    ====


    Microsoft Windows [Version 10.0.19041.928]
    (c) Microsoft Corporation. All rights reserved.


    X:\Sources>notepad


    X:\Sources>Ren C:\Windows\System32\drivers\intelpep.sys intelpep.sys.bak


    X:\Sources>Copy C:\Windows\WinSxS\amd64_dual_intelpep.inf_31bf3856ad364e35_10.0.19041.1263_none_323b6105e61edd03\int elpep.sys C:\Windows\System32\drivers
    1 file(s) copied.


    X:\Sources>


    ====




    Microsoft Windows [Version 10.0.19041.928]
    (c) Microsoft Corporation. All rights reserved.


    X:\Sources>notepad


    X:\Sources>Ren C:\Windows\System32\drivers\intelpep.sys intelpep.sys.bak2


    X:\Sources>Copy C:\Windows\WinSxS\amd64_dual_intelpep.inf_31bf3856ad364e35_10.0.19041.662_none_9b54f10e8fd0ede1\inte lpep.sys C:\Windows\System32\drivers
    1 file(s) copied.


    X:\Sources>


    ====

    Loop: Prepare Automatic Repair - Diagnosing your PC, error-20211024_185722-bcdboot.jpg

    ====

    - - - Updated - - -

    Now, what
    ?

    What about:

    1
    Method 1: Rebuild the Boot Configuration Data
    How to Fix Boot Error 0xc000000e on Windows 10 - Appuals.com




    well?

    - - - Updated - - -


    C:\Windows\System32\drivers\intelpep.sys

    bring back the initial file....?
      My Computer


  10. Posts : 5,330
    Windows 11 Pro 64-bit
       #60

    Nothing much can be done, you should backup your files and perform clean installation.
      My Computer


 

  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:08.
Find Us




Windows 10 Forums