The system could not sucessfully load the crash dump driver.

Symptoms: Cannot hibernate. Whenever you try to hibernate, PC screen goes black and stays on login screen. A check in event viewer, you see this…

Solution:

  1. Under HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\CrashControl ensure DumpFilters key is empty.
  2. Under HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Class{71a27cdd-812a-11d0-bec7-08002be2092f} ensure there is a UpperFilters key of type “Multi-String value”. Under the key ensure there is an entry “volsnap” and nothing else.

What went wrong:

  1. For my case, the DumpFilters key had a “dumpfve” entry, which apparently is a driver that handles dumps to BitLocker drives. My drive was not encrypted, and attempts to hibernate seem to trigger this dumpfve dump filter which of course does not work.
  2. These registry problems occur after an attempt to do a Windows Update Cleanup WHEN there is already a pending update. This has happened twice in a row. There is obviously some bug in the rollback logic of the Windows Cleanup.
  3. It was very tricky to track this problem down. The initial symptoms of the problem were that my laptop would “wake” and stay awake after sleeping. Normally, the laptop would sleep and then wake to hibernate after a period of time has elapsed. The initial symptoms were a red herring and led me down a wild goose chase of ACPI wake reasons and wake timers, since I thought the laptop had difficulty staying asleep.

Never see. Never know.

3 Comments

  1. Thanks, I was experiencing the exact same symptoms, caused by failed Windows update and/or using the cleanmgr tool with Windows update cleanup selected. I could not find the UpperFilters key in the specified location though and skipped that part, only located and removed the dumpfve value. It worked.

  2. That was amazing! It worked!

    And the root cause was just as you explained. There was a pending update, when I did a cleanup.

Leave a Comment

Your email address will not be published.