BSOD crash with CRITICAL_PROCESS_DIED cant boot sr run sfc /scannow

Page 5 of 7 FirstFirst ... 34567 LastLast

  1. Posts : 31
    windows 10 32bit
    Thread Starter
       #41

    philc43 said:
    That's great! You are doing really well.

    in the command you used:
    X:\Sources>DISM /Image:C:\ /Cleanup-Image /RestoreHealth /Source:E:\sources2\install.wim:2 /ScratchDir:C:\Scratch

    The 2 is called the index number. Are you sure this is the right number so that it matches your installation. In a previous post #21 you were using index number 1. You can find out what all the index numbers are in your particular ISO by using the following command:

    dism /get-wiminfo /wimfile:<Drive Letter>:\x86\sources\install.wim

    Substitute <Drive Letter> for the actual drive letter for your mounted ISO.
    This will give you a list of the index numbers and what version of W10 they refer to.
    Hi , index 2 was indeed a typo. I verified in the console that I typed index 1.
    In fact there are no other indices available besides index 1.

    I will try the files posted by Bree next.
      My Computer


  2. Posts : 31
    windows 10 32bit
    Thread Starter
       #42

    I took all of the clean files provided by Bree, and copied only the required .cat and .mum files to a separate directory. This allowed me to fix all the KB4056892 related .cat & .mum files reported by DISM as errors.
    There was no replacement of the good files, just the bad files.

    Overall, we've fixed 32 errors related to KB4056892, and the total error count went down from 144 to 112 per attached dism7.txt

    I also attached the tracking excel file, which notes that we've fixed items 40, and 42-72 (32 items total).
    I probably would need the rest of the files to make progress.

    Detailed procedure:
    I used the following commands after booting with a windows 1803 USB stick.
    Where <mydir> is the path to the directory containing the required .cat and .mum files.

    for /R e:\<mydir> %f in (*.cat) do copy %f c:\windows\servicing\packages <-- this copies all the cat files
    for /R e:\<mydir> %f in (*.mum) do copy %f c:\windows\servicing\packages <-- this copies all the mum files

    The directory included not only the packages starting with 309 and ending with 570, but also the
    Package_for_RollupFix~31bf3856ad364e35~x86~~16299.192.1.9

    I then re-ran the following command
    X:\Sources>DISM /Image:C:\ /Cleanup-Image /RestoreHealth /Source:E:\sources2\install.wim:1 /ScratchDir:C:\Scratch

    As mentioned before, <mydir> only contained the files found by DISM as corrupted, the good files were not included, and hence not over-written on the affected machine.
      My Computer


  3. Posts : 31,692
    10 Home x64 (22H2) (10 Pro on 2nd pc)
       #43

    I've been through your 144_errors_rev2.xlsx and compared it with my system. While I do have some more of the corrupted mum files, I don't have them all. In particular, I have none of the files ending in '...~en-US~10.0.16299.15' (all mine are en-GB).

    Telenochek said:
    I do have a couple unused computers where I could install a Win 10 x86 system, it will likely take a couple days...
    You may well have to do that after all. One of us would have to install an EN-US version of Windows 10 and it makes more sense for it to be you.

    I suspect you have not got a system image backup you could restore, else you would have tried restoring it long ago. I would make a backup image now before we go much further so that if we break things you can at least take a step back. Macrium Reflect (free) is recommended by most here.

    To avoid 'breaking' this system further, you should use Macrium without installing it on this PC. You can boot from a Macrium boot usb and use that to make a system image. Better yet, you can boot from Kyhi's Bootable Rescue Disk which includes Macrium as one of the (many) useful rescue tools.

    Windows 10 Recovery Tools - Bootable Rescue Disk

    Your items 42 thru 144 are marked as 'superseded'. It may therefore be possible to simply tell DISM to remove them (after making that system image). See Option Four in this tutorial.

    https://www.tenforums.com/tutorials/82643-clean-up-component-store-winsxs-folder-windows-10-a.html#option4
      My Computers


  4. Posts : 31
    windows 10 32bit
    Thread Starter
       #44

    Sure I can set up a new (different) PC with an x86 windows 10 version.
    How do I start with the right version of windows so that I can add the appropriate images to it?
    I assume if I start with an 1803, I wouldn't be able to install many of the previous images.
      My Computer


  5. Posts : 31,692
    10 Home x64 (22H2) (10 Pro on 2nd pc)
       #45

    Telenochek said:
    Sure I can set up a new (different) PC with an x86 windows 10 version.
    How do I start with the right version of windows so that I can add the appropriate images to it?
    I assume if I start with an 1803, I wouldn't be able to install many of the previous images.
    No, you'll need the install media for 1709. You won't find that offered by Microsoft now that 1803 is out, but you can still find the links to get a 1709 ISO direct from Microsoft's servers with a third-party tool from HeiDoc.

    https://www.heidoc.net/joomla/techno...-download-tool
      My Computers


  6. Posts : 31
    windows 10 32bit
    Thread Starter
       #46

    Just wanted to provide a quick update - I was able to set up a 1709 x86 en-us machine, and will be working on copying the relevant packages and checking them for corruption with DISM on the affected machine within a couple days as time allows.
      My Computer


  7. Posts : 31,692
    10 Home x64 (22H2) (10 Pro on 2nd pc)
       #47

    Thanks for the update. It's been a lot of work, lets hope you're on the homeward stretch now...
      My Computers


  8. Posts : 31
    windows 10 32bit
    Thread Starter
       #48

    Sorry for the long delay - very busy with the kids, difficult to do anything :)

    I was able to fix all the .mum and .cat files associated with a clean 1709 windows install by copying them from a healthy computer. However none of the packages for KB updates were present on the healthy computer.

    The error count is now down to 72 errors, as shown by both dism8.txt and rev3 of the excel file.

    I have downloaded all the .msu files for the required packages, just need advice on how to install them on the healthy machine. Note that there is no windows license on the healthy machine - I used a workaround described on the web using a KMS key

    You Dont Need a Product Key to Install and Use Windows 10

    I used the appropriate KMS key from here.
    https://docs.microsoft.com/en-us/pre...612867(v=ws.11)

    Please let me know how to extract the KB .msu packages on the healthy machine.

    Thanks again!
      My Computer


  9. Posts : 31,692
    10 Home x64 (22H2) (10 Pro on 2nd pc)
       #49

    Telenochek said:
    Sorry for the long delay - very busy with the kids, difficult to do anything :)
    Someone has their priorities right, then

    The file association for a .msu file is the 'Windows Update Standalone Installer'. To install one on the healthy machine, just double-click on it. Check the KB articles for any prerequisites, some may depend on others already being installed.
      My Computers


  10. Posts : 31
    windows 10 32bit
    Thread Starter
       #50

    ok - I was able to extract all the KB packages on the healthy PC, and replaced the corrupted .mum and .cat files on the affected PC.

    The CBS Manifest corruption count is now at 0, however there are still errors.
    See dism9.txt
      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 00:38.
Find Us




Windows 10 Forums