Code:
*******************************************************************************
* *
* Bugcheck Analysis *
* *
*******************************************************************************
Use !analyze -v to get detailed debugging information.
BugCheck 109, {a3a00f58b6a7eaa9, b3b71bdf09297cc2, 6, 18}
Probably caused by : Unknown_Image ( ANALYSIS_INCONCLUSIVE )
Followup: MachineOwner
There are generally three different causes for this bug check:
- A driver has inadvertently, or deliberately, modified critical kernel code or data. Microsoft Windows Server 2003 with Service Pack 1 (SP1) and later versions of Windows for x64-based computers do not allow the kernel to be patched except through authorized Microsoft-originated hot patches. For more information, see Link Removed.
- A developer attempted to set a normal kernel breakpoint using a kernel debugger that was not attached when the system was started. Normal breakpoints (bp) can only be set if the debugger is attached at start time. Processor breakpoints (ba) can be set at any time.
- A hardware corruption occurred. For example, the kernel code or data could have been stored in memory that failed.
Reference
Hi,
as you can see from the above cause i posted this bugcheck can be caused by a number of things. Unfortunately not much was revealed by the dump file as to which possible cause it may be. I checked through your drivers and one or two are a little old or possible suspects:
athuwbx.sys Wed Nov 20 03:43:49 2013: Atheros AR9271 USB Wireless LAN. I checked for updates but only Windows 7 drivers are available for this driver. Is this something you've added because your moBo has a Intel network chip? If it's no longer used I'd remove it or re-install it using compatibility mode.
iaStorA.sys Fri Apr 04 00:00:05 2014:
Intel RST (Rapid Storage Technology) driver
A later version is on your motherboard website:
GIGABYTE - Motherboard - Socket 1150 - GA-Z97X-SLI (rev. 1.0)
RTKVHD64.sys Wed May 28 13:17:12 2014: Realtek HD Audio driver. A later verios is on the motherboard support site:
GIGABYTE - Motherboard - Socket 1150 - GA-Z97X-SLI (rev. 1.0)
File scans
Right click on the Start menu icon and from the revealed list choose 'admin command prompt'. Type:
sfc /scannow
press enter and await results
In the same command prompt and after the above scan has finished type:
dism /online /cleanup-image /restorehealth
Press enter and await results (longer this time).
If the first scan found files it could not repair but the second scan is successful, run the first scan again using the same command prompt box and this time it should repair the files found.
If the bsod continues then you'll need to test your RAM. Windows does have a memory testing app but it can miss errors and the best app for the job is Memtest86.
If you open the link below you'll see you can run Memtest86 in two ways. You can either burn it to disk or install it onto a USB drive it's entirely up to you. You'll then need to enter the bios to change the boot order so you can boot from either the Disk or USB stick you have Memtest86 on.
You must test for at least 12 hours unless it becomes obvious there is a problem straight away (you'll see errors outlined in red.
Memtest86+ - Advanced Memory Diagnostic Tool
Post any new dump files