If you are overclocking anything, set everything back to defaults.
This is your Furmark BSOD
Code:
*******************************************************************************
* *
* Bugcheck Analysis *
* *
*******************************************************************************
Use !analyze -v to get detailed debugging information.
BugCheck D1, {200139, 9, 0, fffff88005bcbf71}
*** WARNING: Unable to verify timestamp for nvlddmkm.sys
[COLOR=red]*** ERROR: Module load completed but symbols could not be loaded for nvlddmkm.sys[/COLOR]
Probably caused by : nvlddmkm.sys ( nvlddmkm+19cf71 )
Followup: MachineOwner
That is the Graphics Driver and this is the one you have now
Code:
nvlddmkm
start end module name
fffff880`05a2f000 fffff880`0643a000 nvlddmkm T (no symbols)
Loaded symbol image file: nvlddmkm.sys
Image path: \SystemRoot\system32\DRIVERS\nvlddmkm.sys
Image name: nvlddmkm.sys
Timestamp: Fri Mar 13 10:39:56 2015 (550304CC)
ImageSize: 00A0B000
Translations: 0000.04b0 0000.04e4 0409.04b0 0409.04e4 CheckSum: 009CE879
The one from prime was pretty unspecific
Code:
UNEXPECTED_KERNEL_MODE_TRAP (7f)
This means a trap occurred in kernel mode, and it's a trap of a kind
that the kernel isn't allowed to have/catch (bound trap) or that
is always instant death (double fault). The first number in the
bugcheck params is the number of the trap (8 = double fault, etc)
Consult an Intel x86 family manual to learn more about what these
traps are. Here is a *portion* of those codes:
If kv shows a taskGate
use .tss on the part before the colon, then kv.
Else if kv shows a trapframe
use .trap on that value
Else
.trap on the appropriate frame will show where the trap was taken
(on x86, this will be the ebp that goes with the procedure KiTrap)
Endif
kb will then show the corrected stack.
Arguments:
Arg1: 0000000000000008, EXCEPTION_DOUBLE_FAULT
Arg2: 0000000080050033
Arg3: 00000000000406f8
Arg4: fffff8a00315c130
Go into BIOS and look at what your Sata Controller is set to (IDE, AHCI or RAID) and remember it. Then set Optimized Defaults, make sure your ram timings, frequency and Dram Voltage is set to Manufacturer's Specs, set the sata controller to what mode it is in right now (or you won't be able to boot) then set your boot order, save and exit. Change nothing else.
Reinstall your graphics drivers, installing only the Graphics Driver and PhysX using this tutortial
http://www.sevenforums.com/tutorials/327414-nvidia-drivers-avoid-problems.html
Then please open an elevated command prompt ( click start, type
cmd in the search box,
right click on the cmd entry and select run as administrator) in the black box that opens, copy/paste
sfc /scannow. If you decide to type it, notice the space between the sfc and the /. It is a system file checker which will scan your system files and attempt to correct any missing or corrupt files. What we want are the results to say windows found no integrity violations. If it says files were found but could not be repaired, close the box, reboot and run it again, after opening the administrative command prompt. You may have to reboot and run it three times for it to repair all system files. If it can't repair them after 3 reboots, let us know.