cannot update 20H2 build 19042.662 for last 2 months

Page 8 of 11 FirstFirst ... 678910 ... LastLast

  1. Posts : 90
    8.1 64 bit
       #71

    Tekkie Boy said:
    Open the Windows Explorer and then navigate to the following path:

    C:\Windows\logs



    Copy and paste the CBS folder on your desktop, zip it and then upload it on wetransfer.com and share the link here please.
    Hope I did it right - thanks.
    WeTransfer
      My Computer


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

    Please run:

    Tuneup.bat - Click here to go to the BSOD batch repository to download and run this batch file.

    BSOD - Posting Instructions
      My Computer


  3. Posts : 90
    8.1 64 bit
       #73

    zbook said:
    Please run:

    Tuneup.bat - Click here to go to the BSOD batch repository to download and run this batch file.

    BSOD - Posting Instructions
    Tuneup.bat seems to be stuck here:
    What should I do?

    cannot update 20H2 build 19042.662 for last 2 months-tuneup-bat.jpg
      My Computer


  4. Posts : 18,044
    Win 10 Pro 64-bit v1909 - Build 18363 Custom ISO Install
       #74

    Hello @dburne,

    dburne said:
    Tuneup.bat seems to be stuck here . . .
    What should I do?

    Very strange, that is the first time I have heard of that a member has had that problem. If it has been like that for 10 minutes or so, just click the Cross to Exit, and then try running it again.

    OR, in an Elevated CMD Prompt, type the below command and press <Enter> . . .

    Dism /Online /Cleanup-Image /RestoreHealth

    I hope this helps.
      My Computer


  5. Posts : 90
    8.1 64 bit
       #75

    Paul Black said:
    Hello @dburne,




    Very strange, that is the first time I have heard of that a member has had that problem. If it has been like that for 10 minutes or so, just click the Cross to Exit, and then try running it again.

    OR, in an Elevated CMD Prompt, type the below command and press <Enter> . . .

    Dism /Online /Cleanup-Image /RestoreHealth

    I hope this helps.
    Ok second time go it:

    Code:
    ############################################################ The following commands will be run in sequence.         #
    # The first 5 will take quite a while to run, be patient. #
    ###########################################################
    
    
    sfc /scannow
    dism /online /cleanup-image /scanhealth
    dism /online /cleanup-image /restorehealth
    sfc /scannow
    
    
    chkdsk /scan
    
    
    wmic recoveros get autoreboot
    wmic recoveros set autoreboot = false
    wmic recoveros get autoreboot
    wmic recoveros get DebugInfoType
    wmic recoveros set DebugInfoType = 7
    wmic recoveros get DebugInfoType
    
    
    wmic pagefile list /format:list
    wmic Computersystem where name="DESKTOP-7KKDD3L" get AutomaticManagedPagefile
    wmic Computersystem where name="DESKTOP-7KKDD3L" set AutomaticManagedPagefile=True
    wmic Computersystem where name="DESKTOP-7KKDD3L" get AutomaticManagedPagefile
    
    
    bcdedit /enum {badmemory}
    
    
    
    
    C:\WINDOWS\system32>sfc /scannow
    
    
    Beginning system scan.  This process will take some time.
    
    
    Beginning verification phase of system scan.
    Verification 100% complete.
    
    
    Windows Resource Protection did not find any integrity violations.
    
    
    C:\WINDOWS\system32>dism /online /cleanup-image /scanhealth
    
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.844
    
    
    Image Version: 10.0.19042.870
    
    
    [==========================100.0%==========================] The component store is repairable.
    The operation completed successfully.
    
    
    C:\WINDOWS\system32>dism /online /cleanup-image /restorehealth
    
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.844
    
    
    Image Version: 10.0.19042.870
    
    
    [==========================100.0%==========================]
    Error: 0x800f081f
    
    
    The source files could not be found.
    Use the "Source" option to specify the location of the files that are required to restore the feature. For more information on specifying a source location, see https://go.microsoft.com/fwlink/?LinkId=243077.
    
    
    The DISM log file can be found at C:\WINDOWS\Logs\DISM\dism.log
    
    
    C:\WINDOWS\system32>sfc /scannow
    
    
    Beginning system scan.  This process will take some time.
    
    
    Beginning verification phase of system scan.
    Verification 100% complete.
    
    
    Windows Resource Protection did not find any integrity violations.
    
    
    C:\WINDOWS\system32>chkdsk /scan
    The type of the file system is NTFS.
    
    
    Stage 1: Examining basic file system structure ...
      724224 file records processed.
    File verification completed.
     Phase duration (File record verification): 4.36 seconds.
      21525 large file records processed.
     Phase duration (Orphan file record recovery): 0.00 milliseconds.
      0 bad file records processed.
     Phase duration (Bad file record checking): 0.27 milliseconds.
    
    
    Stage 2: Examining file name linkage ...
      343 reparse records processed.
      1099922 index entries processed.
    Index verification completed.
     Phase duration (Index verification): 11.16 seconds.
      0 unindexed files scanned.
     Phase duration (Orphan reconnection): 747.60 milliseconds.
      0 unindexed files recovered to lost and found.
     Phase duration (Orphan recovery to lost and found): 0.88 milliseconds.
      343 reparse records processed.
     Phase duration (Reparse point and Object ID verification): 3.82 milliseconds.
    
    
    Stage 3: Examining security descriptors ...
    Security descriptor verification completed.
     Phase duration (Security descriptor verification): 74.57 milliseconds.
      187850 data files processed.
     Phase duration (Data attribute verification): 0.15 milliseconds.
    CHKDSK is verifying Usn Journal...
      38251952 USN bytes processed.
    Usn Journal verification completed.
     Phase duration (USN journal verification): 81.40 milliseconds.
    
    
    Windows has scanned the file system and found no problems.
    No further action is required.
    
    
     976132095 KB total disk space.
     333686768 KB in 394478 files.
        440312 KB in 187851 indexes.
             0 KB in bad sectors.
        868907 KB in use by the system.
         65536 KB occupied by the log file.
     641136108 KB available on disk.
    
    
          4096 bytes in each allocation unit.
     244033023 total allocation units on disk.
     160284027 allocation units available on disk.
    Total duration: 16.44 seconds (16444 ms).
    
    
    C:\WINDOWS\system32>wmic recoveros get autoreboot
    AutoReboot
    TRUE
    
    
    
    
    C:\WINDOWS\system32>wmic recoveros set autoreboot = false
    Updating property(s) of '\\DESKTOP-7KKDD3L\ROOT\CIMV2:Win32_OSRecoveryConfiguration.Name="Microsoft Windows 10 Home|C:\\WINDOWS|\\Device\\Harddisk2\\Partition4"'
    Property(s) update successful.
    
    
    C:\WINDOWS\system32>wmic recoveros get autoreboot
    AutoReboot
    FALSE
    
    
    
    
    C:\WINDOWS\system32>wmic recoveros get DebugInfoType
    DebugInfoType
    7
    
    
    
    
    C:\WINDOWS\system32>wmic recoveros set DebugInfoType = 7
    Updating property(s) of '\\DESKTOP-7KKDD3L\ROOT\CIMV2:Win32_OSRecoveryConfiguration.Name="Microsoft Windows 10 Home|C:\\WINDOWS|\\Device\\Harddisk2\\Partition4"'
    Property(s) update successful.
    
    
    C:\WINDOWS\system32>wmic recoveros get DebugInfoType
    DebugInfoType
    7
    
    
    
    
    C:\WINDOWS\system32>wmic pagefile list /format:list
    
    
    
    
    AllocatedBaseSize=4864
    CurrentUsage=0
    Description=C:\pagefile.sys
    InstallDate=20190116185143.298096-300
    Name=C:\pagefile.sys
    PeakUsage=1
    Status=
    TempPageFile=FALSE
    
    
    
    
    
    
    
    
    C:\WINDOWS\system32>wmic Computersystem where name="DESKTOP-7KKDD3L" get AutomaticManagedPagefile
    AutomaticManagedPagefile
    TRUE
    
    
    
    
    C:\WINDOWS\system32>wmic Computersystem where name="DESKTOP-7KKDD3L" set AutomaticManagedPagefile=True
    Updating property(s) of '\\DESKTOP-7KKDD3L\ROOT\CIMV2:Win32_ComputerSystem.Name="DESKTOP-7KKDD3L"'
    Property(s) update successful.
    
    
    C:\WINDOWS\system32>wmic Computersystem where name="DESKTOP-7KKDD3L" get AutomaticManagedPagefile
    AutomaticManagedPagefile
    TRUE
    
    
    
    
    C:\WINDOWS\system32>bcdedit /enum {badmemory}
    
    
    RAM Defects
    -----------
    identifier              {badmemory}
    
    
    C:\WINDOWS\system32>Echo off
       ###################################################################################
       #    How to capture batch file data and post in your thread in the BSOD forum     #
       #                                                                                 #
       #      Batch files and instructions for use in BSOD debugging[Part Two-Four]      #
       #                                                                                 #
       #        Press [V] to visit the above web page for detailed instructions.         #
       #        Press [C] to close this window.                                          #
       ###################################################################################
    
    
    
    
    Press any key to continue . . .
    - - - Updated - - -

    Hmm how do I get the above to format properly rather than just one line running left to right?
    Edit 2: Ok fixed it.
      My Computer


  6. Posts : 18,044
    Win 10 Pro 64-bit v1909 - Build 18363 Custom ISO Install
       #76

    Hello @dburne,

    dburne said:
    Hmm how do I get the above to format properly rather than just one line running left to right?

    That is a good question. this does seem to happen sometimes.

    Whenever I ask members to run commands like this I usually include the below [ I don't know if it will make a difference ] . . .

    • When the processing has finished . . .

    [1] Right-click on the title bar of the Administrator: Command Prompt Window > Edit > Select All.
    [2] Right-click on the title bar of the Administrator: Command Prompt Window again > Edit > Copy.

    • Paste the results into your post using the [CODE] tags . . .

    [3] In your post, click the Hashtag icon #.
    [4] Click INSIDE the [CODE]Here[CODE] tags and press the Ctrl + V keys together.

    • In your post it will look like this . . .

    Code:
    
    <<< Results here >>>
    

    I hope this helps.
      My Computer


  7. Posts : 18,044
    Win 10 Pro 64-bit v1909 - Build 18363 Custom ISO Install
       #77

    Hello @dburne,

    dburne said:
    Hmm how do I get the above to format properly rather than just one line running left to right?

    Edit 2: Ok fixed it.

    Out of interest, what did you do please?
      My Computer


  8. Posts : 90
    8.1 64 bit
       #78

    Ok tried it again and it formatted properly.

    - - - Updated - - -

    Paul Black said:
    Hello @dburne,

    [CODE]Hmm how do I get the above to format properly rather than just one line running left to right?
    Edit 2: Ok fixed it.

    Out of interest, what did you do please?[/QUOTE]

    I just went in to edit, erased it back out and tried again in the same way and it worked. No idea why.
      My Computer


  9. Posts : 18,044
    Win 10 Pro 64-bit v1909 - Build 18363 Custom ISO Install
       #79

    dburne said:
    I just went in to edit, erased it back out and tried again in the same way and it worked. No idea why.
    Thanks.
      My Computer


  10. Posts : 850
    Win 10
       #80

    @dburne

    Sorry for the late response.

    As already mentioned, this is a component store corruption.

    It's too big to fix quickly.

    2021-04-10 09:01:06, Error CBS Failed to resolve package 'Microsoft-Windows-Client-LanguagePack-Package~31bf3856ad364e35~amd64~en-US~10.0.19041.844' [HRESULT = 0x800f0831 - CBS_E_STORE_CORRUPTION]

    2021-04-10 09:01:06, Info CBS Mark store corruption flag because of package: Microsoft-Windows-Client-LanguagePack-Package~31bf3856ad364e35~amd64~en-US~10.0.19041.844. [HRESULT = 0x800f0831 - CBS_E_STORE_CORRUPTION]

    2021-04-10 09:01:06, Info CBS Failed to resolve package: Microsoft-Windows-Client-LanguagePack-Package~31bf3856ad364e35~amd64~en-US~10.0.19041.844 [HRESULT = 0x800f0831 - CBS_E_STORE_CORRUPTION]

    2021-04-10 09:01:06, Info CBS Failed to resolve package:Microsoft-Windows-Client-LanguagePack-Package~31bf3856ad364e35~amd64~en-US~10.0.19041.844, moving on

    2021-04-10 09:01:06, Info CBS Store corruption, manifest missing for package: Microsoft-Windows-CoreEdition~31bf3856ad364e35~amd64~~10.0.19041.844

    2021-04-10 09:01:06, Error CBS Failed to resolve package 'Microsoft-Windows-CoreEdition~31bf3856ad364e35~amd64~~10.0.19041.844' [HRESULT = 0x800f0831 - CBS_E_STORE_CORRUPTION]

    2021-04-10 09:01:06, Info CBS Mark store corruption flag because of package: Microsoft-Windows-CoreEdition~31bf3856ad364e35~amd64~~10.0.19041.844. [HRESULT = 0x800f0831 - CBS_E_STORE_CORRUPTION]

    2021-04-10 09:01:06, Info CBS Failed to resolve package: Microsoft-Windows-CoreEdition~31bf3856ad364e35~amd64~~10.0.19041.844 [HRESULT = 0x800f0831 - CBS_E_STORE_CORRUPTION]

    2021-04-10 09:01:06, Info CBS Failed to resolve package:Microsoft-Windows-CoreEdition~31bf3856ad364e35~amd64~~10.0.19041.844, moving on

    2021-04-10 09:01:06, Info CBS Store corruption, manifest missing for package: Microsoft-Windows-CoreEdition~31bf3856ad364e35~amd64~~10.0.19041.867

    2021-04-10 09:01:06, Error CBS Failed to resolve package 'Microsoft-Windows-CoreEdition~31bf3856ad364e35~amd64~~10.0.19041.867' [HRESULT = 0x800f0831 - CBS_E_STORE_CORRUPTION]

    2021-04-10 09:01:06, Info CBS Mark store corruption flag because of package: Microsoft-Windows-CoreEdition~31bf3856ad364e35~amd64~~10.0.19041.867. [HRESULT = 0x800f0831 - CBS_E_STORE_CORRUPTION]

    2021-04-10 09:01:06, Info CBS Failed to resolve package: Microsoft-Windows-CoreEdition~31bf3856ad364e35~amd64~~10.0.19041.867 [HRESULT = 0x800f0831 - CBS_E_STORE_CORRUPTION]

    2021-04-10 09:01:06, Info CBS Failed to resolve package:Microsoft-Windows-CoreEdition~31bf3856ad364e35~amd64~~10.0.19041.867, moving on

    2021-04-10 09:01:06, Info CBS Store corruption, manifest missing for package: Microsoft-Windows-Holographic-Desktop-FOD-Package~31bf3856ad364e35~amd64~~10.0.19041.844

    2021-04-10 09:01:06, Error CBS Failed to resolve package 'Microsoft-Windows-Holographic-Desktop-FOD-Package~31bf3856ad364e35~amd64~~10.0.19041.844' [HRESULT = 0x800f0831 - CBS_E_STORE_CORRUPTION]

    2021-04-10 09:01:06, Info CBS Mark store corruption flag because of package: Microsoft-Windows-Holographic-Desktop-FOD-Package~31bf3856ad364e35~amd64~~10.0.19041.844. [HRESULT = 0x800f0831 - CBS_E_STORE_CORRUPTION]

    2021-04-10 09:01:06, Info CBS Failed to resolve package: Microsoft-Windows-Holographic-Desktop-FOD-Package~31bf3856ad364e35~amd64~~10.0.19041.844 [HRESULT = 0x800f0831 - CBS_E_STORE_CORRUPTION]

    2021-04-10 09:01:06, Info CBS Failed to resolve package:Microsoft-Windows-Holographic-Desktop-FOD-Package~31bf3856ad364e35~amd64~~10.0.19041.844, moving on

    2021-04-10 09:01:06, Info CBS Store corruption, manifest missing for package: Microsoft-Windows-Holographic-Desktop-FOD-Package~31bf3856ad364e35~amd64~~10.0.19041.867

    2021-04-10 09:01:06, Error CBS Failed to resolve package 'Microsoft-Windows-Holographic-Desktop-FOD-Package~31bf3856ad364e35~amd64~~10.0.19041.867' [HRESULT = 0x800f0831 - CBS_E_STORE_CORRUPTION]

    2021-04-10 09:01:06, Info CBS Mark store corruption flag because of package: Microsoft-Windows-Holographic-Desktop-FOD-Package~31bf3856ad364e35~amd64~~10.0.19041.867. [HRESULT = 0x800f0831 - CBS_E_STORE_CORRUPTION]

    2021-04-10 09:01:06, Info CBS Failed to resolve package: Microsoft-Windows-Holographic-Desktop-FOD-Package~31bf3856ad364e35~amd64~~10.0.19041.867 [HRESULT = 0x800f0831 - CBS_E_STORE_CORRUPTION]

    2021-04-10 09:01:06, Info CBS Failed to resolve package:Microsoft-Windows-Holographic-Desktop-FOD-Package~31bf3856ad364e35~amd64~~10.0.19041.867, moving on2021-04-10 09:01:06, Info CBS Appl:Feature On Demand package without explicit comparator, using GE on build version

    2021-04-10 09:01:06, Info CBS Appl:Feature On Demand package without explicit comparator, using GE on build version2021-04-10 09:01:06, Info CBS Store corruption, manifest missing for package: Microsoft-Windows-Printing-WFS-FoD-Package~31bf3856ad364e35~amd64~~10.0.19041.804

    2021-04-10 09:01:06, Error CBS Failed to resolve package 'Microsoft-Windows-Printing-WFS-FoD-Package~31bf3856ad364e35~amd64~~10.0.19041.804' [HRESULT = 0x800f0831 - CBS_E_STORE_CORRUPTION]2021-04-10 09:01:06, Info CBS Mark store corruption flag because of package: Microsoft-Windows-Printing-WFS-FoD-Package~31bf3856ad364e35~amd64~~10.0.19041.804. [HRESULT = 0x800f0831 - CBS_E_STORE_CORRUPTION]

    2021-04-10 09:01:06, Info CBS Failed to resolve package: Microsoft-Windows-Printing-WFS-FoD-Package~31bf3856ad364e35~amd64~~10.0.19041.804 [HRESULT = 0x800f0831 - CBS_E_STORE_CORRUPTION]2021-04-10 09:01:06, Info CBS Failed to resolve package:Microsoft-Windows-Printing-WFS-FoD-Package~31bf3856ad364e35~amd64~~10.0.19041.804, moving on

    2021-04-10 09:01:06, Info CBS Store corruption, manifest missing for package: Microsoft-Windows-ProfessionalEdition~31bf3856ad364e35~amd64~~10.0.19041.844

    2021-04-10 09:01:06, Error CBS Failed to resolve package 'Microsoft-Windows-ProfessionalEdition~31bf3856ad364e35~amd64~~10.0.19041.844' [HRESULT = 0x800f0831 - CBS_E_STORE_CORRUPTION]

    2021-04-10 09:01:06, Info CBS Mark store corruption flag because of package: Microsoft-Windows-ProfessionalEdition~31bf3856ad364e35~amd64~~10.0.19041.844. [HRESULT = 0x800f0831 - CBS_E_STORE_CORRUPTION]

    2021-04-10 09:01:06, Info CBS Failed to resolve package: Microsoft-Windows-ProfessionalEdition~31bf3856ad364e35~amd64~~10.0.19041.844 [HRESULT = 0x800f0831 - CBS_E_STORE_CORRUPTION]

    2021-04-10 09:01:06, Info CBS Failed to resolve package:Microsoft-Windows-ProfessionalEdition~31bf3856ad364e35~amd64~~10.0.19041.844, moving on

    2021-04-10 09:01:06, Info CBS Store corruption, manifest missing for package: Microsoft-Windows-ProfessionalEdition~31bf3856ad364e35~amd64~~10.0.19041.867

    2021-04-10 09:01:06, Error CBS Failed to resolve package 'Microsoft-Windows-ProfessionalEdition~31bf3856ad364e35~amd64~~10.0.19041.867' [HRESULT = 0x800f0831 - CBS_E_STORE_CORRUPTION]

    2021-04-10 09:01:06, Info CBS Mark store corruption flag because of package: Microsoft-Windows-ProfessionalEdition~31bf3856ad364e35~amd64~~10.0.19041.867. [HRESULT = 0x800f0831 - CBS_E_STORE_CORRUPTION]

    2021-04-10 09:01:06, Info CBS Failed to resolve package: Microsoft-Windows-ProfessionalEdition~31bf3856ad364e35~amd64~~10.0.19041.867 [HRESULT = 0x800f0831 - CBS_E_STORE_CORRUPTION

    ]2021-04-10 09:01:06, Info CBS Failed to resolve package:Microsoft-Windows-ProfessionalEdition~31bf3856ad364e35~amd64~~10.0.19041.867, moving on

    2021-04-10 09:01:06, Info CBS Store corruption, manifest missing for package: Package_for_DotNetRollup~31bf3856ad364e35~amd64~~10.0.4330.62021-04-10 09:01:06, Error CBS Failed to resolve package 'Package_for_DotNetRollup~31bf3856ad364e35~amd64~~10.0.4330.6' [HRESULT = 0x800f0831 - CBS_E_STORE_CORRUPTION]

    2021-04-10 09:01:06, Info CBS Mark store corruption flag because of package: Package_for_DotNetRollup~31bf3856ad364e35~amd64~~10.0.4330.6. [HRESULT = 0x800f0831 - CBS_E_STORE_CORRUPTION]

    2021-04-10 09:01:06, Info CBS Failed to resolve package: Package_for_DotNetRollup~31bf3856ad364e35~amd64~~10.0.4330.6 [HRESULT = 0x800f0831 - CBS_E_STORE_CORRUPTION]

    2021-04-10 09:01:06, Info CBS Failed to resolve package:Package_for_DotNetRollup~31bf3856ad364e35~amd64~~10.0.4330.6, moving on

    2021-04-10 09:01:06, Info CBS Store corruption, manifest missing for package: Package_for_RollupFix~31bf3856ad364e35~amd64~~19041.844.1.7


    2021-04-10 09:01:06, Error CBS Failed to resolve package 'Package_for_RollupFix~31bf3856ad364e35~amd64~~19041.844.1.7' [HRESULT = 0x800f0831 - CBS_E_STORE_CORRUPTION]


    2021-04-10 09:01:06, Info CBS Mark store corruption flag because of package: Package_for_RollupFix~31bf3856ad364e35~amd64~~19041.844.1.7. [HRESULT = 0x800f0831 - CBS_E_STORE_CORRUPTION]


    2021-04-10 09:01:06, Info CBS Failed to resolve package: Package_for_RollupFix~31bf3856ad364e35~amd64~~19041.844.1.7 [HRESULT = 0x800f0831 - CBS_E_STORE_CORRUPTION]


    2021-04-10 09:01:06, Info CBS Failed to resolve package:Package_for_RollupFix~31bf3856ad364e35~amd64~~19041.844.1.7, moving on


    2021-04-10 09:01:06, Info CBS Store corruption, manifest missing for package: Package_for_RollupFix~31bf3856ad364e35~amd64~~19041.867.1.8


    2021-04-10 09:01:06, Error CBS Failed to resolve package 'Package_for_RollupFix~31bf3856ad364e35~amd64~~19041.867.1.8' [HRESULT = 0x800f0831 - CBS_E_STORE_CORRUPTION]


    2021-04-10 09:01:06, Info CBS Mark store corruption flag because of package: Package_for_RollupFix~31bf3856ad364e35~amd64~~19041.867.1.8. [HRESULT = 0x800f0831 - CBS_E_STORE_CORRUPTION]


    2021-04-10 09:01:06, Info CBS Failed to resolve package: Package_for_RollupFix~31bf3856ad364e35~amd64~~19041.867.1.8 [HRESULT = 0x800f0831 - CBS_E_STORE_CORRUPTION]


    2021-04-10 09:01:06, Info CBS Failed to resolve package:Package_for_RollupFix~31bf3856ad364e35~amd64~~19041.867.1.8, moving on


    The fastest way in this case is an in-place upgrade.

    Note the post from Paul Black.

    If you do not have an explanation of the damage, i.e. power failure or system crash, I advise you to also check your hard drive.
      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 20:19.
Find Us




Windows 10 Forums