Windows 10: How to add to Predictive Failure Analysis PFA Memory List via Registry

Discus and support How to add to Predictive Failure Analysis PFA Memory List via Registry in Windows 10 Software and Apps to solve the problem; Hi I trying to blacklist some areas of RAM soldered onto MB, replacement not an option. I tried to use this command based on the output I got from... Discussion in 'Windows 10 Software and Apps' started by Monty Liu, Sep 16, 2022.

  1. Monty Liu Win User

    How to add to Predictive Failure Analysis PFA Memory List via Registry


    Hi I trying to blacklist some areas of RAM soldered onto MB, replacement not an option. I tried to use this command based on the output I got from Memtest86. bcdedit /set {badmemory} badmemorylist 0x382E3C 0x396DE5 0x43D2BA 0x24B03E 0x35634E 0x3D38F5 0x418B0F 0x48E2FF 0x28B72C 0x201546 0x284AB9 0x2DBFCB 0x32BE71 0x3E8CFD 0x49D5E8 0x15C6BE 0x19F7AC 0x1A3D6C 0x281450 0x382CD8 0x437FE3 0x437148 0x38F00 0x3B9D2 0x3A16B 0x3CC3D 0x1C1581 0x1C3581 0x20476A 0x20676A 0x2C1E9E 0x2C3E9E 0x38CB46 0x38EB46 0x39D1E4 0x39F1E4 0x2C0EFA 0x2C5A95 0x31C434 0x378633 0x28E5C8 0x2C1D47 0x2DE4FE 0x2D3C79 0x2D71CA

    :)
     
    Monty Liu, Sep 16, 2022
    #1
  2. zbook Win User

    Bsod " irql_not less or equal"

    The badmemory command in the bat file is used to see whether Windows had predicted RAM failure.
    If Windows predicts RAM failure it can block memory addresses.

    https://docs.microsoft.com/en-us/win...analysis--pfa-
    https://docs.microsoft.com/en-us/win...fa-memory-list
    https://docs.microsoft.com/en-us/win...of-pfa-results


    The image was Memtest86.
    Did you report running Memtest86+ ?

    Memtest86+ - Advanced Memory Diagnostic Tool
    MemTest86 - Official Site of the x86 Memory Testing Tool
     
    zbook, Sep 16, 2022
    #2
  3. zbook Win User
    BSOD MEMORY_MANAGEMENT once or twice a week

    You are very welcome.

    Please mark as solved.


    Post #9 displayed the defective RAM area detected by Windows. (badmemory)

    For academic interest:
    When you have replacement RAM it would be interesting and educational to unblock the RAM region on the malfunctioning RAM, reboot, and see the impact.

    Windows memory testing then could be ran to see if it finds again the bad area (confirmation test)

    C:\Windows\system32>bcdedit /deletevalue {badmemory} badmemorylist

    https://docs.microsoft.com/en-us/win...analysis--pfa-
    https://docs.microsoft.com/en-us/win...-on-ecc-memory
    https://docs.microsoft.com/en-us/win...of-pfa-results
    https://docs.microsoft.com/en-us/win...fa-memory-list
     
    zbook, Sep 16, 2022
    #3
  4. How to add to Predictive Failure Analysis PFA Memory List via Registry

    Starting with Windows 10 2004 the PFA memory list is no longer recognized

    Starting with Windows 10-2004 the PFA memory list, as described for example here How to Manage the PFA Memory List - Windows drivers , is no longer recognized.

    How to test:
    1) Start „regedit.exe“, and export „ Computer\HKEY_LOCAL_MACHINE\HARDWARE\RESOURCEMAP\System Resources” as _text_ to a file A.
    2) Choose a memory address to test the functionality. For example 32MB (=0x2000000 page number = 0x2000000 / 0x1000 {page size} = 0x2000).
    3) Now open file A and ensure the chosen address (0x2000000) is part of a descriptor below “Physical Memory”, but neither part of “Loader Reserved” nor “Reserved”. Typically 0x2000000 should be fine.
    4) Open an administrator command prompt and execute these commands to add the memory at 0x2000000 to the bad memory list by adding its page number 0x2000:
    “bcdedit /set {badmemory} badmemorylist 0x2000”
    To ensure Windows does not ignore the list this setting is also required:
    “bcdedit /set {badmemory} badmemoryaccess no”
    To be sure there is no override in the current settings also call:
    “bcdedit /set {current} badmemorylist 0x2000”
    “bcdedit /set {current} badmemoryaccess no”
    The settings can be verified calling:
    “bcdedit /enum {badmemory}”
    “bcdedit /enum {current}”
    5) Reboot the PC
    6) Again start „regedit.exe“, and export „ Computer\HKEY_LOCAL_MACHINE\HARDWARE\RESOURCEMAP\System Resources” as text to another file B.
    7) Compare file A and B.

    Before Windows 10-2004 files A and B were different, because in file B the faulty page was excluded from usable memory, as you can see in the attached files.

    Using Windows 10-2004 the only differences are the timestamps.

    We also succeeded in reserving a memory range containing such a bad memory entry by calling “MmAllocateContiguousMemorySpecifyCache” (MmAllocateContiguousMemorySpecifyCache function (wdm.h) - Windows drivers).
     
    Vladimir_PV, Sep 16, 2022
    #4
Thema:

How to add to Predictive Failure Analysis PFA Memory List via Registry

Loading...
  1. How to add to Predictive Failure Analysis PFA Memory List via Registry - Similar Threads - add Predictive Failure

  2. How to add to Predictive Failure Analysis PFA Memory List via Registry

    in Windows 10 Gaming
    How to add to Predictive Failure Analysis PFA Memory List via Registry: Hi I trying to blacklist some areas of RAM soldered onto MB, replacement not an option. I tried to use this command based on the output I got from Memtest86. bcdedit /set {badmemory} badmemorylist 0x382E3C 0x396DE5 0x43D2BA 0x24B03E 0x35634E 0x3D38F5 0x418B0F 0x48E2FF...
  3. Starting with Windows 10 2004 the PFA memory list is no longer recognized

    in Windows 10 Gaming
    Starting with Windows 10 2004 the PFA memory list is no longer recognized: Same question as here:Starting with Windows 10 2004 the PFA memory list is no longer - Microsoft CommunityWhy was an unresolved bug report closed without comment from MS..?Only reason I can think of is a large sum of money was accepted from the DRAM manufacturers' Assoc..??...
  4. Starting with Windows 10 2004 the PFA memory list is no longer recognized

    in Windows 10 Software and Apps
    Starting with Windows 10 2004 the PFA memory list is no longer recognized: Same question as here:Starting with Windows 10 2004 the PFA memory list is no longer - Microsoft CommunityWhy was an unresolved bug report closed without comment from MS..?Only reason I can think of is a large sum of money was accepted from the DRAM manufacturers' Assoc..??...
  5. Starting with Windows 10 2004 the PFA memory list is no longer recognized

    in Windows 10 Installation and Upgrade
    Starting with Windows 10 2004 the PFA memory list is no longer recognized: Same question as here:Starting with Windows 10 2004 the PFA memory list is no longer - Microsoft CommunityWhy was an unresolved bug report closed without comment from MS..?Only reason I can think of is a large sum of money was accepted from the DRAM manufacturers' Assoc..??...
  6. BSOD - memory dump analysis

    in Windows 10 Software and Apps
    BSOD - memory dump analysis: I've been getting BSOD, for a few times now in the last few months. The debugging showed same issue every time. Can someone help me figure out the exact root cause of the issue ?Debugging Details: ------------------ KEY_VALUES_STRING: 1 Key : Analysis.CPU.Sec Value: 3 Key :...
  7. smart failure predicted on hard disk

    in Windows 10 Drivers and Hardware
    smart failure predicted on hard disk: ı've been using my computer less then a year. I have an ssd and a hard drive in it. I am usually very neat with it. windows 10 came with my ssd. I, then added hard drive. any way. I've been getting this error. so I've decided to send my ssd to where I bought it. as you guess...
  8. Starting with Windows 10 2004 the PFA memory list is no longer recognized

    in Windows 10 Installation and Upgrade
    Starting with Windows 10 2004 the PFA memory list is no longer recognized: Starting with Windows 10-2004 the PFA memory list, as described for example here https://docs.microsoft.com/en-us/windows-hardware/drivers/whea/how-to-manage-the-pfa-memory-list , is no longer recognized. How to test: 1 Start „regedit.exe“, and export „...
  9. SMART Failure Predicted On Hard Disk

    in Windows 10 BSOD Crashes and Debugging
    SMART Failure Predicted On Hard Disk: I am seeing this message on a restart : WARNING: Immediately back-up your data and replace your hard disk drive. A failure may be imminent. Press F1 to Continue So it's pretty straight forward what I need to do and I just want to make sure I do it correctly as it looks...
  10. Add words to text prediction.

    in Windows 10 Customization
    Add words to text prediction.: You can apparently add words to the personal dictionary for Android devices .... the procedure for doing it is published. My Q is... why is it not possible for users like myself, who sometimes type with a mouth op mouse on the OSK on my laptop, able to do it? We need to be...