Please provide me the current BIOS version on your motherboard.
Also, please follow these steps in order to find out what is causing the “blue screen” (BSOD)
Download the Microsoft Debugging Tools
For 32-bit:
http://msdl.microsoft.com/download/symbols/debuggers/dbg_x86_6.11.1.404.msi
For 64-bit:
http://msdl.microsoft.com/download/symbols/debuggers/dbg_amd64_6.11.1.404.msi
- 2. Install the program
- 3. Open WinDBG as administrator
- 4. From the menu, select File and select Open Crash Dump and then navigate to the minidump folder (Usually located in C:\WINDOWS\Minidump). Then open (one of) the .DMP file(s)
- 5. Now search within the text for the filename listed as “Probably caused by”. This file may refer to the culprit driver or application. If more than one minidump.dmp files exist they may provide additional information.
Let me know..
Regards.