Windows 7 bsod hours after start

According to your dump file, this appears to a problem caused by ntoskrnl.exe. The dump file also gave me the error code of 0xfffff800 which led me to a page that said the problem could be due to how the suspend mode is set in the BIOS of your PC. For what it's worth, you check this page to see if you can find out how the problems shown there relate to your situation;

http://www.tomshardware.com/forum/9580-63-bsod
 
Code:
*******************************************************************************
*                                                                             *
*                        Bugcheck Analysis                                    *
*                                                                             *
*******************************************************************************

Use !analyze -v to get detailed debugging information.

BugCheck A, {0, 2, 0, fffff800032c8f35}

*** WARNING: Unable to verify timestamp for npf.sys
*** ERROR: Module load completed but symbols could not be loaded for npf.sys
Probably caused by : npf.sys ( npf+3303 )

Followup: MachineOwner
Hi,
the above dump file is blaming npf.sys which relates to:
NetGroup Packet Filter Driver, part of the WinPcap packet capture library (list of programs that use it: http://www.winpcap.org/misc/links.htm )
Also believed to be associated with Netgear's "NETGEARGenie", related to Netgear's router firmware

If Netgear, you will likely find wpcap.dll and packet.dll in \system32
ref:
http://sysnative.com/drivers/

If your using a Netgear router try updating the firmware:
http://kb.netgear.com/app/answers/d...n-a-router-without-the-setup-cd-recovery-tool
 
Back
Top