Results 1 to 12 of 12

Thread: SandyBridge BSOD on resume

  1. #1
    Alistair
    Guest

    SandyBridge BSOD on resume

    Setup my new kit a couple of days ago & thought everything was fine. I have a new B3 revision board so didn't forsee any problems.

    When I wake the PC either from hibernation or subsequently after disabling hibernation, waking the hard drives to resume. I get a BSOD

    I did a fresh install of x64 sp1 on the machine when i built it. So really looking for suggestions. I havethe sam corsair ram that I had in the clarkdale setup so don't think that is an issue.

  2. #2
    Member
    Join Date
    Aug 2009
    Posts
    182
    Thanks
    3
    Thanked
    23 times in 22 posts
    • barry2811's system
      • Motherboard:
      • Gigabyte GA-Z87-HD3
      • CPU:
      • Intel i5 4670K (cooled by Noctua NH-D14)
      • Memory:
      • 2 x 8GB Corsair
      • Storage:
      • Samsung Pro 128GB Boot Drive, 1 x 6TB Seagate, 1 x 3TB Seagate and 256GB Crucial SSD for games
      • Graphics card(s):
      • Asus GTX970 Strix
      • PSU:
      • EVGA SuperNova 650 G2
      • Case:
      • NZXT S340 Elite
      • Operating System:
      • Windows 10
      • Monitor(s):
      • Viewsonic VG2439M-LED
      • Internet:
      • Sky Fibre

    Re: SandyBridge BSOD on resume

    By and chance do you have a hard drive greater than 1TB and do you use the Microsoft AHCI driver?

  3. #3
    Alistair
    Guest

    Re: SandyBridge BSOD on resume

    Quote Originally Posted by barry2811 View Post
    By and chance do you have a hard drive greater than 1TB and do you use the Microsoft AHCI driver?
    Yes, to both questions. I have a 40 GB Intel SSD as my boot drive & a WD 2TB for storage. Yes. using AHCI. Any ideas or are you in a similar situation?

  4. #4
    Member
    Join Date
    Aug 2009
    Posts
    182
    Thanks
    3
    Thanked
    23 times in 22 posts
    • barry2811's system
      • Motherboard:
      • Gigabyte GA-Z87-HD3
      • CPU:
      • Intel i5 4670K (cooled by Noctua NH-D14)
      • Memory:
      • 2 x 8GB Corsair
      • Storage:
      • Samsung Pro 128GB Boot Drive, 1 x 6TB Seagate, 1 x 3TB Seagate and 256GB Crucial SSD for games
      • Graphics card(s):
      • Asus GTX970 Strix
      • PSU:
      • EVGA SuperNova 650 G2
      • Case:
      • NZXT S340 Elite
      • Operating System:
      • Windows 10
      • Monitor(s):
      • Viewsonic VG2439M-LED
      • Internet:
      • Sky Fibre

    Re: SandyBridge BSOD on resume

    Quote Originally Posted by Alistair View Post
    Yes, to both questions. I have a 40 GB Intel SSD as my boot drive & a WD 2TB for storage. Yes. using AHCI. Any ideas or are you in a similar situation?
    I had a similar issue with my old motherboard when I had to use the Microsoft AHCI driver due to the AMD one not supporting TRIM on my old southbridge.

    The issue is to do with the Microsoft AHCI driver and hard drives greater than 1TB taking longer to spin up.

    The hotfix below solved the issue for me on my old motherboard. I don't have the issue now, due to using a newer motherboard and using the AMD AHCI driver.

    http://support.microsoft.com/kb/977178

    You could either try the hotfix, or change to the Intel AHCI driver.

  5. #5
    Alistair
    Guest

    Re: SandyBridge BSOD on resume

    Thanks

    Hotfix wasn't applicable to my machine & just checked. I am using the intel driver atm :-(

  6. #6
    Alistair
    Guest

    Re: SandyBridge BSOD on resume

    any more ideas?

    If I disable hibernation & do not allow hdds to sleep I do not get the issue

  7. #7
    HEXUS.social member Agent's Avatar
    Join Date
    Jul 2003
    Location
    Internet
    Posts
    19,185
    Thanks
    739
    Thanked
    1,614 times in 1,050 posts

    Re: SandyBridge BSOD on resume

    What is the BSOD code? Any files mentioned when crashing?
    Quote Originally Posted by Saracen View Post
    And by trying to force me to like small pants, they've alienated me.

  8. #8
    Alistair
    Guest

    Re: SandyBridge BSOD on resume

    Quote Originally Posted by Agent View Post
    What is the BSOD code? Any files mentioned when crashing?
    I have the event viewer open but am unsure where to look for the information?

  9. #9
    Alistair
    Guest

    Re: SandyBridge BSOD on resume

    Think I might have found the relevant bit:

    Log Name: System
    Source: Microsoft-Windows-Kernel-Power
    Date: 11/03/2011 09:13:23
    Event ID: 41
    Task Category: (63)
    Level: Critical
    Keywords: (2)
    User: SYSTEM
    Computer: HTPC
    Description:
    The system has rebooted without cleanly shutting down first. This error could be caused if the system stopped responding, crashed, or lost power unexpectedly.
    Event Xml:
    <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
    <System>
    <Provider Name="Microsoft-Windows-Kernel-Power" Guid="{331C3B3A-2005-44C2-AC5E-77220C37D6B4}" />
    <EventID>41</EventID>
    <Version>2</Version>
    <Level>1</Level>
    <Task>63</Task>
    <Opcode>0</Opcode>
    <Keywords>0x8000000000000002</Keywords>
    <TimeCreated SystemTime="2011-03-11T09:13:23.488812300Z" />
    <EventRecordID>3798</EventRecordID>
    <Correlation />
    <Execution ProcessID="4" ThreadID="8" />
    <Channel>System</Channel>
    <Computer>HTPC</Computer>
    <Security UserID="S-1-5-18" />
    </System>
    <EventData>
    <Data Name="BugcheckCode">59</Data>
    <Data Name="BugcheckParameter1">0xc0000005</Data>
    <Data Name="BugcheckParameter2">0xfffff88004433d72</Data>
    <Data Name="BugcheckParameter3">0xfffff88009115c00</Data>
    <Data Name="BugcheckParameter4">0x0</Data>
    <Data Name="SleepInProgress">false</Data>
    <Data Name="PowerButtonTimestamp">0</Data>
    </EventData>
    </Event>

  10. #10
    HEXUS.social member Agent's Avatar
    Join Date
    Jul 2003
    Location
    Internet
    Posts
    19,185
    Thanks
    739
    Thanked
    1,614 times in 1,050 posts

    Re: SandyBridge BSOD on resume

    It looks like a hardware or driver related error - Could do with the mini.dup file that's generated when the crash happens.

    From looking around, the most common causes (in no order) are graphics driver, audio driver and memory errors (faulty hardware normally - use memtest to check)
    Quote Originally Posted by Saracen View Post
    And by trying to force me to like small pants, they've alienated me.

  11. #11
    Alistair
    Guest

    Re: SandyBridge BSOD on resume

    Thanks. The memory came out of my clarkdale setup & was OK & have subsequently bought another set for my brother's PC upgrade & it does the same too. Same ram just a few revisions newer. had a look in C:windows minidump but there was nothing there

  12. #12
    Alistair
    Guest

    Re: SandyBridge BSOD on resume

    I have turned off hybrid sleep & it might be OK now. I did write down the BSOD the last time it happened:

    SYSTEM_SERVICE_EXCEPTION

    NXPCAP64.SYS ADDRESS FFFFF88004448D72 BASE AT FFFFF8804427000

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. BSOD just my luck :(
    By razer121 in forum Help! Quick Relief From Tech Headaches
    Replies: 8
    Last Post: 06-02-2011, 07:42 PM
  2. Memory Management BSOD during overclock
    By Random_guy in forum PC Hardware and Components
    Replies: 0
    Last Post: 02-10-2010, 09:29 PM
  3. Vista64 BSOD
    By cactusjack in forum Software
    Replies: 8
    Last Post: 13-11-2009, 12:53 AM
  4. Multiple PCs BSoD during boot
    By Jumpin' Jon in forum Software
    Replies: 5
    Last Post: 09-02-2009, 11:53 AM
  5. Fatality FP-IN9 resume from S3 problem
    By $kunk in forum abit.care@HEXUS
    Replies: 0
    Last Post: 22-05-2007, 04:07 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •