Window Server 2012r2 entered recovery mode after power suspension

Tommy Nip 1 Reputation point
2022-02-17T03:12:52.077+00:00

Dear All,

I got a Huawei 2288H v5 server running Window server 2012r2.
Whenever the machine is recovered from power suspension, it could not boot normally but entering a 'bluescreen', as shown. We tried to upgrade the RAID controller firmware but it does not help and the Hardware vendor has no solution for the issue...
![175197-image.png]1

Windows for business | Windows Server | User experience | Other
0 comments No comments
{count} votes

29 answers

Sort by: Most helpful
  1. Docs 16,071 Reputation points
    2022-02-18T07:26:28.167+00:00

    There is a Windows tool: Windows Driver Verifier (WDV)

    When it is used it stress tests drivers.
    Unstable drivers will crash resulting in a BSOD with shutdown and restart.

    Drivers are then uninstalled and reinstalled.

    The tool is run in the background for 24 hours.

    While the tool is in use it consumes CPU and there may be reduced performance.

    So if you can set aside downtime with unexpected shutdowns and restarts the tool can be used to stress test drivers.

    This is an alternative for event logs:
    https://www.yourwindowsguide.com/2017/12/how-to-share-event-logs-in-case-of.html#.Yg9J_2hKiUk

    .
    .
    .
    .

    Please remember to vote and to mark the replies as answers if they help.

    On the bottom of each post there is:

    Propose as answer = answered the question

    On the left side of each post there is /\ with a number: click = a helpful post
    .
    .
    .
    .
    .

    1 person found this answer helpful.
    0 comments No comments

  2. Docs 16,071 Reputation points
    2022-02-18T07:45:44.667+00:00

    See these links:

    https://www.sevenforums.com/tutorials/101379-driver-verifier-enable-disable.html
    https://www.tenforums.com/tutorials/5470-enable-disable-driver-verifier-windows-10-a.html

    The Windows 7 Windows driver verifier tutorial is likely more consistent with server 2012.

    https://www.sevenforums.com/tutorials/697-system-restore-point-create.html
    https://www.tenforums.com/tutorials/4571-create-system-restore-point-windows-10-a.html

    To turn off the tool after a crash and be able to return to the desktop run these in sequence as needed:
    verifier /reset
    verifier /bootmode resetonbootfail
    system restore

    If there is no immediate BSOD then run:
    verifier /querysettings

    Post a share link into this thread.

    After any BSOD run the DM log collector and post a share link into the newest post.

    .
    .
    .
    .

    Please remember to vote and to mark the replies as answers if they help.

    On the bottom of each post there is:

    Propose as answer = answered the question

    On the left side of each post there is /\ with a number: click = a helpful post
    .
    .
    .
    .
    .

    1 person found this answer helpful.
    0 comments No comments

  3. Docs 16,071 Reputation points
    2022-02-18T08:05:20.317+00:00

    I'll be heading to bed shortly and can start you on the testing.

    When customizing the tool:
    a) test no Microsoft drivers
    b) test all non-Microsoft drivers

    https://www.sevenforums.com/tutorials/69585-safe-mode.html
    https://www.tenforums.com/tutorials/2304-boot-into-safe-mode-windows-10-a.html

    The tool is turned off in safe mode running the command prompt commands.
    A bootable flash drive with Windows RE is another option to run command prompt commands.

    .
    .
    .
    .

    Please remember to vote and to mark the replies as answers if they help.

    On the bottom of each post there is:

    Propose as answer = answered the question

    On the left side of each post there is /\ with a number: click = a helpful post
    .
    .
    .
    .
    .

    1 person found this answer helpful.
    0 comments No comments

  4. Docs 16,071 Reputation points
    2022-02-18T08:16:08.7+00:00

    Please post a share link for verifier /querysettings while running the tool.

    Plan to run the tool for 24 hours.

    If there are no performance problems or very slow boot the customized test settings can be modified.

    .
    .
    .
    .

    Please remember to vote and to mark the replies as answers if they help.

    On the bottom of each post there is:

    Propose as answer = answered the question

    On the left side of each post there is /\ with a number: click = a helpful post
    .
    .
    .
    .
    .

    1 person found this answer helpful.
    0 comments No comments

  5. Docs 16,071 Reputation points
    2022-02-18T08:23:29.263+00:00

    If there are no performance problems then please add the following customized tests:

    [ ] 0x00002000 Invariant MDL checking for stack.
    [ ] 0x00004000 Invariant MDL checking for driver.
    [ ] 0x00008000 Power framework delay fuzzing.
    [ ] 0x00010000 Port/miniport interface checking.
    [ ] 0x00040000 Systematic low resources simulation.
    [ ] 0x00080000 DDI compliance checking (additional).
    [ ] 0x00200000 NDIS/WIFI verification.
    [ ] 0x00800000 Kernel synchronization delay fuzzing.
    [ ] 0x01000000 VM switch verification.
    

    If there is no immediate BSOD then post another verifier /querysettings

    .
    .
    .
    .

    Please remember to vote and to mark the replies as answers if they help.

    On the bottom of each post there is:

    Propose as answer = answered the question

    On the left side of each post there is /\ with a number: click = a helpful post
    .
    .
    .
    .
    .

    1 person found this answer helpful.
    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.