Ok, ran chkdsk and seatools. Pass on all tests, and this is the output from chkdsk
https://dl.dropboxusercontent.com/u/344305/CHKDSKResults.txt
Seems it fixed some smaller stuff, do you know if it's important?
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
I have been having alot of BSOD on my new intel NUC, and i can't figure out why. Can you guys please help?
Here is a Report.html exportet from Bluescreenview
https://dl.dropboxusercontent.com/u/344305/report.html
Minudump files
https://dl.dropboxusercontent.com/u/344305/Minidump.zip
And a txt report form Bluescreenview
https://dl.dropboxusercontent.com/u/344305/BSOD.txt
I have run memtest x64 and microsofts own memorytest
and last a speccy screenshot
http://speccy.piriform.com/results/yJhP7EoZl2hIhLz2mtgpS6g
the motherboard temp is totaly wrong, as the NUC is not hot at all
Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.
Ok, ran chkdsk and seatools. Pass on all tests, and this is the output from chkdsk
https://dl.dropboxusercontent.com/u/344305/CHKDSKResults.txt
Seems it fixed some smaller stuff, do you know if it's important?
Let's go ahead and run chkdsk and Seatools:
Chkdsk:There are various ways to run Chkdsk~
Method 1:
Start > Search bar > Type cmd (right click run as admin to execute Elevated CMD)
Elevated CMD should now be opened, type the following:
chkdsk x: /r
x implies your drive letter, so if your hard drive in question is letter c, it would be:
chkdsk c: /r
Restart system and let chkdsk run.
Method 2:
Open the "Computer" window
Right-click on the drive in question
Select the "Tools" tab
In the Error-checking area, click <Check Now>.
If you'd like to get a log file that contains the chkdsk results, do the following:
Press Windows Key + R and type powershell.exe in the run box
Paste the following command and press enter afterwards:
get-winevent -FilterHashTable @{logname="Application"; id="1001"}| ?{$_.providername –match "wininit"} | fl timecreated, message | out-file Desktop\CHKDSKResults.txt
This will output a .txt file on your Desktop containing the results of the chkdsk.
If chkdsk turns out okay, run Seatools -
http://www.seagate.com/support/downloads/seatools/
You can run it via Windows or DOS. Do note that the only difference is simply the environment you're running it in. In Windows, if you are having what you believe to be device driver related issues that may cause conflicts or false positive, it may be a wise decision to choose the most minimal testing environment (DOS).
Run all tests EXCEPT: Fix All, Long Generic, and anything Advanced.
Regards,
Patrick
So, this morning, it had run 8 passes without any errors. Got any other ideas?
My pleasure, I look forward to your update.
Regards,
Patrick
Ok, Memtest has so far gone 6 passes, I'll let it run all night and check back ;) Again thank you so much!