Quote:
kd> kd (display back trace)
*** WARNING: Unable to verify timestamp for smwdm.sys
*** ERROR: Module load completed but symbols could not be loaded for smwdm.sys
*** WARNING: Unable to verify timestamp for e100b325.sys
*** ERROR: Module load completed but symbols could not be loaded for e100b325.sys
*** WARNING: Unable to verify timestamp for nv4_disp.dll
*** ERROR: Module load completed but symbols could not be loaded for nv4_disp.dll
*** WARNING: Unable to verify timestamp for ATMFD.DLL
*** ERROR: Module load completed but symbols could not be loaded for ATMFD.DLL *** WARNING: Unable to verify timestamp for nltdi.sys
*** ERROR: Module load completed but symbols could not be loaded for nltdi.sys
*** WARNING: Unable to verify timestamp for OMCI.SYS
*** ERROR: Module load completed but symbols could not be loaded for OMCI.SYS
*** WARNING: Unable to verify timestamp for nv4_mini.sys
*** ERROR: Module load completed but symbols could not be loaded for nv4_mini.sys
*** ERROR: Symbol file could not be found. Defaulted to export symbols for drmk.sys -
*** WARNING: Unable to verify timestamp for GEARAspiWDM.sys
*** ERROR: Module load completed but symbols could not be loaded for GEARAspiWDM.sys
*** WARNING: Unable to verify timestamp for speedfan.sys
*** ERROR: Module load completed but symbols could not be loaded for speedfan.sys
*** WARNING: Unable to verify timestamp for aeaudio.sys
*** ERROR: Module load completed but symbols could not be loaded for aeaudio.sys
*** WARNING: Unable to verify timestamp for giveio.sys
*** ERROR: Module load completed but symbols could not be loaded for giveio.sys
Couldn't resolve error at 'display back trace)'
|
The number of drivers in the back trace is relatively small; the one I have highlighted is for "NetLimiter" -- which could be a wild card here.
You might try uninstalling or disabling that.
------------------------------------------------------------
You can also try running "driver verifier" to see if it throws an error.
In your case -- I recommend using "custom settings" rather than "standard" as the cutnpaste directions below suggest.
When you select Custom settings you will click "next" and choose the option to select specific settings. You want to check the "special pool" here.
On clicking "next" again you get the option of selecting signed or unsigned drivers -- try the "unsigned" first, but if no boot failure, try again with all drivers.
remember if driver verifier shows a STOP, it is the driver file NOT the STOP error (which is specific to verifier) which is important.
Then you will have to reboot to Safe Mode and run:
verifier /reset
-----------------------------------------------------------------------------------------
USING DRIVER VERIFIER
Windows has a built in driver tester that may find something.
Before using it you must ensure that you can start in Safe Mode and return from it. If verifier issues a STOP screen, rebooting in Safe Mode is the only way to reset it.
In its default configuration verifier tests "unsigned" drivers, but you can have it test all drivers under maximum conditions.
There's less to it than meets the eye in this MS article:
http://support.microsoft.com/default...b;en-us;244617
To run verifier simply go to Start > run and enter:
verifier.exe
and select "standard configuration" and follow the prompts.
It will run on the next reboot. If it finds something you will get a Blue Screen STOP message.
Ignore the STOP parameters -- they are specific to verifier. The only thing important is the driver file name if it finds one.
If you get a STOP screen you will have to reboot to Safe Mode and run verifier again and have it "delete existing settings"
If you do not get a STOP message you can run it again checking all drivers; driver verifier will continue to run on every boot up until you run:
verifier /reset
or use the graphical interface to delete existing settings.