Various BSODs all hinting towards drivers?

Page 4 of 17 FirstFirst ... 2345614 ... LastLast

  1. Posts : 81
    Windows 10 Pro
    Thread Starter
       #31

    Hey zbook,
    sorry I did not know that you need this log again because I already uploaded it on post 1 some weeks ago. My bad!
    attachment did not work because i edited it (changed language to english) bad timing! but now it should work just fine.

    So it is not that I dont want to participate and I put effort into this. Just a bad (re)start :)
    Thanks in advance! ferchi
      My Computer


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

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



    Search for C:\windows\memory.dmp > if less than 1.5 GB post a share link


    Code:
    LastWriteTime       Size (MB) FullName             
    -------------       --------- --------             
    3/1/2021 8:54:12 PM    772.22 C:\Windows\MEMORY.DMP
      My Computer


  3. Posts : 81
    Windows 10 Pro
    Thread Starter
       #33

    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-GMVKRGC" get AutomaticManagedPagefile
    wmic Computersystem where name="DESKTOP-GMVKRGC" set AutomaticManagedPagefile=True
    wmic Computersystem where name="DESKTOP-GMVKRGC" 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 found corrupt files and successfully repaired them.
    For online repairs, details are included in the CBS log file located at
    windir\Logs\CBS\CBS.log. For example C:\Windows\Logs\CBS\CBS.log. For offline
    repairs, details are included in the log file provided by the /OFFLOGFILE flag.
    
    C:\Windows\system32>dism /online /cleanup-image /scanhealth
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.844
    
    Image Version: 10.0.19042.844
    
    [==========================100.0%==========================] No component store corruption detected.
    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.844
    
    [==========================100.0%==========================] The restore operation completed successfully.
    The operation completed successfully.
    
    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 ...
      375808 file records processed.
    File verification completed.
     Phase duration (File record verification): 2.35 seconds.
      9819 large file records processed.
     Phase duration (Orphan file record recovery): 0.00 milliseconds.
      0 bad file records processed.
     Phase duration (Bad file record checking): 1.06 milliseconds.
    
    Stage 2: Examining file name linkage ...
      128 reparse records processed.
      557900 index entries processed.
    Index verification completed.
     Phase duration (Index verification): 6.52 seconds.
      0 unindexed files scanned.
     Phase duration (Orphan reconnection): 305.72 milliseconds.
      0 unindexed files recovered to lost and found.
     Phase duration (Orphan recovery to lost and found): 1.63 milliseconds.
      128 reparse records processed.
     Phase duration (Reparse point and Object ID verification): 2.51 milliseconds.
    
    Stage 3: Examining security descriptors ...
    Security descriptor verification completed.
     Phase duration (Security descriptor verification): 40.68 milliseconds.
      91047 data files processed.
     Phase duration (Data attribute verification): 0.49 milliseconds.
    CHKDSK is verifying Usn Journal...
      39223256 USN bytes processed.
    Usn Journal verification completed.
     Phase duration (USN journal verification): 119.06 milliseconds.
    
    Windows has scanned the file system and found no problems.
    No further action is required.
    
     487804831 KB total disk space.
      76907500 KB in 264953 files.
        171616 KB in 91048 indexes.
             0 KB in bad sectors.
        498355 KB in use by the system.
         65536 KB occupied by the log file.
     410227360 KB available on disk.
    
          4096 bytes in each allocation unit.
     121951207 total allocation units on disk.
     102556840 allocation units available on disk.
    Total duration: 9.36 seconds (9364 ms).
    
    C:\Windows\system32>wmic recoveros get autoreboot
    AutoReboot
    TRUE
    
    
    C:\Windows\system32>wmic recoveros set autoreboot = false
    Updating property(s) of '\\DESKTOP-GMVKRGC\ROOT\CIMV2:Win32_OSRecoveryConfiguration.Name="Microsoft Windows 10 Pro|C:\\Windows|\\Device\\Harddisk1\\Partition2"'
    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-GMVKRGC\ROOT\CIMV2:Win32_OSRecoveryConfiguration.Name="Microsoft Windows 10 Pro|C:\\Windows|\\Device\\Harddisk1\\Partition2"'
    Property(s) update successful.
    
    C:\Windows\system32>wmic recoveros get DebugInfoType
    DebugInfoType
    7
    
    
    C:\Windows\system32>wmic pagefile list /format:list
    
    
    AllocatedBaseSize=2944
    CurrentUsage=0
    Description=C:\pagefile.sys
    InstallDate=20210228140128.062786+060
    Name=C:\pagefile.sys
    PeakUsage=1
    Status=
    TempPageFile=FALSE
    
    
    
    
    C:\Windows\system32>wmic Computersystem where name="DESKTOP-GMVKRGC" get AutomaticManagedPagefile
    AutomaticManagedPagefile
    TRUE
    
    
    C:\Windows\system32>wmic Computersystem where name="DESKTOP-GMVKRGC" set AutomaticManagedPagefile=True
    Updating property(s) of '\\DESKTOP-GMVKRGC\ROOT\CIMV2:Win32_ComputerSystem.Name="DESKTOP-GMVKRGC"'
    Property(s) update successful.
    
    C:\Windows\system32>wmic Computersystem where name="DESKTOP-GMVKRGC" 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.                                          #
       ###################################################################################
    Here is the link to the dmp: Dropbox - MEMORY.DMP - Simplify your life
      My Computer


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

    Was this a clean install on 2/28/2021?

    If so,

    1) Make sure that there is no overclocking


    The AMD processor supports RAM up to 3200.

    The RAM is at 3600.

    Please return to stock.
    Turn off XMP.



    2) Reset the BIOS:

    How to Clear Your Computers CMOS to Reset BIOS Settings:
    How to Clear Your Computer’s CMOS to Reset BIOS Settings
    3 Ways to Reset Your BIOS - wikiHow:
    3 Ways to Reset Your BIOS - wikiHow
    3 Easy Ways to Clear CMOS (Reset BIOS)
    How to Clear CMOS (AKA Reset BIOS Settings)




    3) Check to see whether the RAM modules are or are not on the Qualified Vendor List (QVL)




    4) Run Memtest86 version 8.4 (or newer version if available) for four passes.
    Repeat the test so that eight passes are performed.

    MemTest86 - Official Site of the x86 and ARM Memory Testing Tool

    Use a camera or smart phone camera to take pictures and post images into the thread.
    In case there are any problems uploading images use share links (one drive, drop box, or google drive)

    Memtest86 has a feature to produce a text report.
    Please post this in addition to the images.




    Code:
    Location     : DIMM 1
    BankLabel    : P0 CHANNEL A
    Manufacturer : Unknown
    MemoryType   : DDR4
    FormFactor   : DIMM
    Capacity     : 8GB
    Speed        : 3600
    Serial       : E3656003
    PartNumber   : BL8G36C16U4B.M8FE1
    ECC          : False
    TypeDetail   : {Synchronous, Unbuffered (Unregistered)}
    
    Location     : DIMM 1
    BankLabel    : P0 CHANNEL B
    Manufacturer : Unknown
    MemoryType   : DDR4
    FormFactor   : DIMM
    Capacity     : 8GB
    Speed        : 3600
    Serial       : E3656403
    PartNumber   : BL8G36C16U4B.M8FE1
    ECC          : False
    TypeDetail   : {Synchronous, Unbuffered (Unregistered)}


    First scannow:
    Code:
    Windows Resource Protection found corrupt files and successfully repaired them.

    Second scannow:
    Code:
    Windows Resource Protection did not find any integrity violations.
      My Computer


  5. Posts : 81
    Windows 10 Pro
    Thread Starter
       #35

    zbook said:
    Was this a clean install on 2/28/2021?
    Yes.
    1. No overclocking. Just GPU undervolting curve via msi afterburner. Should I go back to default curve for this?
    2. I did reset my bios already twice today (03/01). About 3 hours ago.. both in BIOS itself and by removing the battery. Redo it?
    3. Crucial lists this RAM sticks and my motherboard as compatible. MSI does not. EDIT: Nevermind. MSI lists them as compatible as well! :)
    4. Will do. Hopefully tomorrow I have enough time :)

    Thank you again for all the help and work you put into this!
      My Computer


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

    Make sure that the RAM is < or = 3200.
      My Computer


  7. Posts : 81
    Windows 10 Pro
    Thread Starter
       #37

    zbook said:
    Make sure that the RAM is < or = 3200.
    Wait, that is a problem? I was not aware!

    - - - Updated - - -

    I will figure out how one can downclock to 3200 MHz to test it :)
      My Computer


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

    Code:
    System Memory Specification
    Up to 3200MHz
    https://www.amd.com/en/products/cpu/amd-ryzen-5-3600
      My Computer


  9. Posts : 81
    Windows 10 Pro
    Thread Starter
       #39

    Hi,
    I underclocked my RAM to 3200 MHz. (With all other settings default XMP settings) ... I wasn't able to boot with the calculated DRAM timings

    Lets see if this fixes the BSODs. I will run some Memtests and will report back in a view days.

    Thank you so much!

    - - - Updated - - -

    Hi again,

    even with 3200 MHz I get BSODs.
    Yesterday, when I created a bootable USB with MemTest86 I got an instant BSOD (volmgr.sys) which has nothing to do with my problem I guess... But after the restart I got another one (APC_INDEX_MISMATCH).
    Today, I got another APC_INDEX_MISMATCH again just some minutes ago

    See again: Dropbox - BSOD_dmps - Simplify your life for minidmps.
      My Computer


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

    Please run V2 after any BSOD.

    When available post Memtest86 images and txt reports.
      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 17:44.
Find Us




Windows 10 Forums