ntoskrnl.exe 14dca0 BSOD

Anonymous
2014-02-01T10:41:55+00:00

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

Windows for home | Previous Windows versions | Windows update

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.

0 comments No comments

29 answers

Sort by: Most helpful
  1. Anonymous
    2014-02-04T15:40:27+00:00

    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?

    Was this answer helpful?

    0 comments No comments
  2. Anonymous
    2014-02-04T06:37:22+00:00

    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

    Was this answer helpful?

    0 comments No comments
  3. Anonymous
    2014-02-04T06:33:51+00:00

    So, this morning, it had run 8 passes without any errors. Got any other ideas?

    Was this answer helpful?

    0 comments No comments
  4. Anonymous
    2014-02-03T21:44:43+00:00

    My pleasure, I look forward to your update.

    Regards,

    Patrick

    Was this answer helpful?

    0 comments No comments
  5. Anonymous
    2014-02-03T21:09:57+00:00

    Ok, Memtest has so far gone 6 passes, I'll let it run all night and check back ;) Again thank you so much!

    Was this answer helpful?

    0 comments No comments