BSOD: BugCheck D1, Probably Caused By RDYBOOST.SYS

mgmorey

Member
Joined
May 27, 2013
Posts
8
Location
Seattle, WA, US
I have a recent crash dump to submit for analysis. I've attempted to attach the relevant files. I was using a MicroSD card as a ReadyBoost device when my machine crashed. I have since removed the MicroSD card.

· OS - Vista/ Windows 7 ? Windows 8 Pro
· x86 (32-bit) or x64 ? x64
· What was original installed OS on system? Windows 8 Pro
· Is the OS an OEM version (came pre-installed on system) or full retail version (YOU purchased it from retailer)? OEM
· Age of system (hardware) 4 years old
· Age of OS installation - have you re-installed the OS? 2 months, 16 days old - yes

· CPU: Intel Core i5-2500K
· Video Card: ASUS Radeon HD 7870 DirectCU II (AMD Radeon HD 7870)
· MotherBoard: ASUS P8Z68-V PRO
· Power Supply - brand & wattage (if laptop, skip this one): SeaSonic M12 SS-600HM 600W ATX12V V2.3 / EPS12V

· System Manufacturer: <custom build>
· Exact model number (if laptop, check label on bottom) <none>

Michael

View attachment 4197
 
I've subsequently enabled driver verifier. Here's the bugcheck analysis of the minidump following a reboot with verifier enabled:


Microsoft (R) Windows Debugger Version 6.2.9200.20512 AMD64
Copyright (c) Microsoft Corporation. All rights reserved.


Loading Dump File [D:\Users\mgmorey\Documents\052813-24492-01.dmp]
Mini Kernel Dump File: Only registers and stack trace are available

Symbol search path is: C:\Windows\symbols;srv*C:\Symbols*http://msdl.microsoft.com/download/symbols
Executable search path is:
Windows 8 Kernel Version 9200 MP (4 procs) Free x64
Product: WinNt, suite: TerminalServer SingleUserTS
Built by: 9200.16581.amd64fre.win8_gdr.130410-1505
Machine Name:
Kernel base = 0xfffff800`51889000 PsLoadedModuleList = 0xfffff800`51b55a20
Debug session time: Tue May 28 20:31:54.847 2013 (UTC - 7:00)
System Uptime: 0 days 0:02:09.543
Loading Kernel Symbols
...............................................................
................................................................
................................................................
........
Loading User Symbols
Loading unloaded module list
...............
*******************************************************************************
* *
* Bugcheck Analysis *
* *
*******************************************************************************

Use !analyze -v to get detailed debugging information.

BugCheck D1, {fffff8a005226000, 2, 1, fffff8800170bbad}

*** WARNING: Unable to verify timestamp for iaStorA.sys
*** ERROR: Module load completed but symbols could not be loaded for iaStorA.sys
Probably caused by : iaStorA.sys ( iaStorA+11bad )

Followup: MachineOwner
---------

3: kd> !analyze -v
*******************************************************************************
* *
* Bugcheck Analysis *
* *
*******************************************************************************

DRIVER_IRQL_NOT_LESS_OR_EQUAL (d1)
An attempt was made to access a pageable (or completely invalid) address at an
interrupt request level (IRQL) that is too high. This is usually
caused by drivers using improper addresses.
If kernel debugger is available get stack backtrace.
Arguments:
Arg1: fffff8a005226000, memory referenced
Arg2: 0000000000000002, IRQL
Arg3: 0000000000000001, value 0 = read operation, 1 = write operation
Arg4: fffff8800170bbad, address which referenced memory

Debugging Details:
------------------


WRITE_ADDRESS: GetPointerFromAddress: unable to read from fffff80051be1168
GetUlongFromAddress: unable to read from fffff80051be11f8
fffff8a005226000 Paged pool

CURRENT_IRQL: 2

FAULTING_IP:
iaStorA+11bad
fffff880`0170bbad 488941e0 mov qword ptr [rcx-20h],rax

CUSTOMER_CRASH_COUNT: 1

DEFAULT_BUCKET_ID: VERIFIER_ENABLED_VISTA_MINIDUMP

BUGCHECK_STR: AV

PROCESS_NAME: System

TRAP_FRAME: fffff88003bf7520 -- (.trap 0xfffff88003bf7520)
NOTE: The trap frame does not contain all registers.
Some register values may be zeroed or incorrect.
rax=0000000000000000 rbx=0000000000000000 rcx=fffff8a005226020
rdx=000001e00530c600 rsi=0000000000000000 rdi=0000000000000000
rip=fffff8800170bbad rsp=fffff88003bf76b8 rbp=fffff88003bf7760
r8=0000000000001a00 r9=00000000000000d0 r10=0000000000000000
r11=fffff8a005226000 r12=0000000000000000 r13=0000000000000000
r14=0000000000000000 r15=0000000000000000
iopl=0 nv up ei ng nz na pe nc
iaStorA+0x11bad:
fffff880`0170bbad 488941e0 mov qword ptr [rcx-20h],rax ds:fffff8a0`05226000=0000000000000000
Resetting default scope

LAST_CONTROL_TRANSFER: from fffff800518e2769 to fffff800518e3440

STACK_TEXT:
fffff880`03bf73d8 fffff800`518e2769 : 00000000`0000000a fffff8a0`05226000 00000000`00000002 00000000`00000001 : nt!KeBugCheckEx
fffff880`03bf73e0 fffff800`518e0fe0 : 00000000`00000001 fffff880`03bf7738 00000000`00000200 fffff880`03bf7520 : nt!KiBugCheckDispatch+0x69
fffff880`03bf7520 fffff880`0170bbad : fffff880`01718518 00000000`00000000 00000000`00000000 00000000`00000000 : nt!KiPageFault+0x260
fffff880`03bf76b8 fffff880`01718518 : 00000000`00000000 00000000`00000000 00000000`00000000 00000000`00000000 : iaStorA+0x11bad
fffff880`03bf76c0 00000000`00000000 : 00000000`00000000 00000000`00000000 00000000`00000000 fffffa80`095acd98 : iaStorA+0x1e518


STACK_COMMAND: kb

FOLLOWUP_IP:
iaStorA+11bad
fffff880`0170bbad 488941e0 mov qword ptr [rcx-20h],rax

SYMBOL_STACK_INDEX: 3

SYMBOL_NAME: iaStorA+11bad

FOLLOWUP_NAME: MachineOwner

MODULE_NAME: iaStorA

IMAGE_NAME: iaStorA.sys

DEBUG_FLR_IMAGE_TIMESTAMP: 5042afe4

FAILURE_BUCKET_ID: AV_VRF_iaStorA+11bad

BUCKET_ID: AV_VRF_iaStorA+11bad

Followup: MachineOwner
---------

3: kd> lmvm iaStorA
start end module name
fffff880`016fa000 fffff880`019c5000 iaStorA T (no symbols)
Loaded symbol image file: iaStorA.sys
Image path: \SystemRoot\System32\drivers\iaStorA.sys
Image name: iaStorA.sys
Timestamp: Sat Sep 01 18:01:24 2012 (5042AFE4)
CheckSum: 000A0CD7
ImageSize: 002CB000
Translations: 0000.04b0 0000.04e4 0409.04b0 0409.04e4
 
I rolled back the driver for Intel RST to the prior driver, which I believe was included with Windows 8. I am experimenting once again with ReadyBoost.

s arf1ZtKywAAAAASUVORK5CYII=
 
Good work with the debugger!
I would suggest updating to the latest version of the Intel RST available at http://downloadcenter.intel.com

You have at least 3 hard drives (2 RAID volumes). What is the make/model/wattage and age of your Power Supply?

Daemon Tools (and Alcohol % software) are known to cause BSOD's on some Windows systems (mostly due to the sptd.sys driver, although I have seen dtsoftbus01.sys blamed on several occasions).
Please un-install the program, then use the following free tool to ensure that the troublesome sptd.sys driver is removed from your system (pick the 32 or 64 bit system depending on your system's configuration): DuplexSecure - FAQ Link broken as of 21 Jul 2012
New link (15 Aug 2012): DuplexSecure - Downloads (pick the appropriate version for your system and select "Un-install" when you run it).
Alternate link: Disc-Tools.com
Manual procedure here: Registry and SPTD problems | DAEMON Pro Help

Out of 6 memory dumps there were 5 different BSOD error codes. The differing error codes are usually symptomatic of a lower level problem within the system. They are usually caused by one of these things:
- borked (broken) hardware (several different procedures used to isolate the problem device)
- BIOS issues (check for updates at the motherboard manufacturer's website)
- overclocking - You'll know if you're overclocking or not. If uncertain we can suggest things to check.
- compatibility issues (3rd party hardware/drivers)
- low-level driver problems
- or even malware (scanned for when we ask for hardware diagnostics from Initial Hardware Diagnostics or Hardware Diagnostics ).

You can get a head start on the hardware diagnostics if you'd like - they are located here: Hardware Diagnostics

lease update these older drivers. Links are included to assist in looking up the source of the drivers. If unable to find an update, please remove (un-install) the program responsible for that driver. DO NOT manually delete/rename the driver as it may make the system unbootable! :

PxHlpa64.sys Tue Oct 20 14:08:42 2009 (4ADDFCAA)
Sonic CD/DVD driver (used by many different CD/DVD programs)
http://www.carrona.org/drivers/driver.php?id=PxHlpa64.sys

PhilMAS64.sys Wed Jan 13 20:52:17 2010 (4B4E78D1)
Asus MyCinema-EHD3100 (NXP Semiconductors PhilCap)
PhilMAS64.sys - this driver hasn't been added to the DRT as of this run. Please search Google/Bing for the driver if additional information is needed.

AsUpIO.sys Mon Aug 2 22:47:59 2010 (4C57835F)
ASUS hardware monitoring software related
http://www.carrona.org/drivers/driver.php?id=AsUpIO.sys

ASUSFILTER.sys Tue Sep 20 11:46:33 2011 (4E78B559)
ASUS USB Hub filter driver
http://www.carrona.org/drivers/driver.php?id=ASUSFILTER.sys

AiChargerPlus.sys Wed Apr 18 21:17:35 2012 (4F8F67AF)
Asus Charger Driver
Likely BSOD cause - haven't seen recently (15Jan2013)
http://www.carrona.org/drivers/driver.php?id=AiChargerPlus.sys




Analysis:
The following is for informational purposes only.
Code:
[font=lucida console]**************************Sun May 26 23:27:35.086 2013 (UTC - 4:00)**************************
Loading Dump File [C:\Users\Owner\SysnativeBSODApps\052613-23228-01.dmp]
Windows 8 Kernel Version 9200 MP (4 procs) Free x64
Built by: [B]9200[/B].16581.amd64fre.win8_gdr.130410-1505
System Uptime:[B]1 days 11:39:24.426[/B]
*** ERROR: Module load completed but symbols could not be loaded for rdyboost.sys
Probably caused by :[B]rdyboost.sys ( rdyboost+25ef )[/B]
BugCheck [B]D1, {fffff8a0010b9a00, 2, 1, fffff880023bf5ef}[/B]
BugCheck Info: [url=http://www.carrona.org/bsodindx.html#0x000000D1]DRIVER_IRQL_NOT_LESS_OR_EQUAL (d1)[/url]
Arguments: 
Arg1: fffff8a0010b9a00, memory referenced
Arg2: 0000000000000002, IRQL
Arg3: 0000000000000001, value 0 = read operation, 1 = write operation
Arg4: fffff880023bf5ef, address which referenced memory
BUGCHECK_STR:  AV
DEFAULT_BUCKET_ID:  WIN8_DRIVER_FAULT
PROCESS_NAME:  System
FAILURE_BUCKET_ID: [B]AV_rdyboost+25ef[/B]
¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨``
**************************Sun May 19 05:31:12.736 2013 (UTC - 4:00)**************************
Loading Dump File [C:\Users\Owner\SysnativeBSODApps\051913-28033-01.dmp]
Windows 8 Kernel Version 9200 MP (4 procs) Free x64
Built by: [B]9200[/B].16581.amd64fre.win8_gdr.130410-1505
System Uptime:[B]1 days 1:04:57.113[/B]
Probably caused by :[B]usbhub.sys[/B]
BugCheck [B]9F, {3, fffffa8015752060, fffff80033ea37f0, fffffa8012133130}[/B]
BugCheck Info: [url=http://www.carrona.org/bsodindx.html#0x0000009F]DRIVER_POWER_STATE_FAILURE (9f)[/url]
Arguments: 
Arg1: 0000000000000003, A device object has been blocking an Irp for too long a time
Arg2: fffffa8015752060, Physical Device Object of the stack
Arg3: fffff80033ea37f0, nt!TRIAGE_9F_POWER on Win7, otherwise the Functional Device Object of the stack
Arg4: fffffa8012133130, The blocked IRP
BUGCHECK_STR:  0x9F
DEFAULT_BUCKET_ID:  WIN8_DRIVER_FAULT
PROCESS_NAME:  System
FAILURE_BUCKET_ID: [B]0x9F_3_AiChargerPlus_IMAGE_usbhub.sys[/B]
¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨``
**************************Fri May 17 23:55:16.772 2013 (UTC - 4:00)**************************
Loading Dump File [C:\Users\Owner\SysnativeBSODApps\051713-30154-01.dmp]
Windows 8 Kernel Version 9200 MP (4 procs) Free x64
Built by: [B]9200[/B].16581.amd64fre.win8_gdr.130410-1505
System Uptime:[B]0 days 9:42:20.262[/B]
*** WARNING: Unable to verify timestamp for jraid.sys
*** ERROR: Module load completed but symbols could not be loaded for jraid.sys
Probably caused by :[B]jraid.sys ( jraid+74fd )[/B]
BugCheck [B]133, {0, 504, 503, 0}[/B]
BugCheck Info: [url=http://www.carrona.org/bsodindx.html#0x00000133]DPC_WATCHDOG_VIOLATION (133)[/url]
Arguments: 
Arg1: 0000000000000000, A single DPC or ISR exceeded its time allotment. The offending
	component can usually be identified with a stack trace.
Arg2: 0000000000000504, The DPC time count (in ticks).
Arg3: 0000000000000503, The DPC time allotment (in ticks).
Arg4: 0000000000000000
BUGCHECK_STR:  0x133
DEFAULT_BUCKET_ID:  WIN8_DRIVER_FAULT
PROCESS_NAME:  System
FAILURE_BUCKET_ID: [B]0x133_DPC_jraid+74fd[/B]
¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨``
**************************Wed May 15 05:27:22.747 2013 (UTC - 4:00)**************************
Loading Dump File [C:\Users\Owner\SysnativeBSODApps\051513-24882-01.dmp]
Windows 8 Kernel Version 9200 MP (4 procs) Free x64
Built by: [B]9200[/B].16581.amd64fre.win8_gdr.130410-1505
System Uptime:[B]0 days 3:04:09.346[/B]
*** WARNING: Unable to verify timestamp for usbaapl64.sys
*** ERROR: Module load completed but symbols could not be loaded for usbaapl64.sys
Probably caused by :[B]usbaapl64.sys[/B]
BugCheck [B]9F, {3, fffffa800cefc3a0, fffff803cfaa87f0, fffffa801660b010}[/B]
BugCheck Info: [url=http://www.carrona.org/bsodindx.html#0x0000009F]DRIVER_POWER_STATE_FAILURE (9f)[/url]
Arguments: 
Arg1: 0000000000000003, A device object has been blocking an Irp for too long a time
Arg2: fffffa800cefc3a0, Physical Device Object of the stack
Arg3: fffff803cfaa87f0, nt!TRIAGE_9F_POWER on Win7, otherwise the Functional Device Object of the stack
Arg4: fffffa801660b010, The blocked IRP
BUGCHECK_STR:  0x9F
DEFAULT_BUCKET_ID:  WIN8_DRIVER_FAULT
PROCESS_NAME:  System
FAILURE_BUCKET_ID: [B]0x9F_3_POWER_DOWN_IMAGE_usbaapl64.sys[/B]
¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨``
**************************Sat May 11 02:02:14.171 2013 (UTC - 4:00)**************************
Loading Dump File [C:\Users\Owner\SysnativeBSODApps\051013-18220-01.dmp]
Windows 8 Kernel Version 9200 MP (4 procs) Free x64
Built by: [B]9200[/B].16551.amd64fre.win8_gdr.130306-1502
System Uptime:[B]0 days 4:47:50.771[/B]
*** ERROR: Module load completed but symbols could not be loaded for rdyboost.sys
Probably caused by :[B]rdyboost.sys ( rdyboost+25ef )[/B]
BugCheck [B]D1, {fffff8a00064ea00, 2, 1, fffff88001b4c5ef}[/B]
BugCheck Info: [url=http://www.carrona.org/bsodindx.html#0x000000D1]DRIVER_IRQL_NOT_LESS_OR_EQUAL (d1)[/url]
Arguments: 
Arg1: fffff8a00064ea00, memory referenced
Arg2: 0000000000000002, IRQL
Arg3: 0000000000000001, value 0 = read operation, 1 = write operation
Arg4: fffff88001b4c5ef, address which referenced memory
BUGCHECK_STR:  AV
DEFAULT_BUCKET_ID:  WIN8_DRIVER_FAULT
PROCESS_NAME:  MVPControlPane
FAILURE_BUCKET_ID: [B]AV_rdyboost+25ef[/B]
¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨``
**************************Thu May  9 10:42:41.732 2013 (UTC - 4:00)**************************
Loading Dump File [C:\Users\Owner\SysnativeBSODApps\050913-29764-01.dmp]
Windows 8 Kernel Version 9200 MP (4 procs) Free x64
Built by: [B]9200[/B].16551.amd64fre.win8_gdr.130306-1502
System Uptime:[B]0 days 10:25:37.295[/B]
*** WARNING: Unable to verify timestamp for usbaapl64.sys
*** ERROR: Module load completed but symbols could not be loaded for usbaapl64.sys
Probably caused by :[B]usbaapl64.sys[/B]
BugCheck [B]9F, {3, fffffa8018964500, fffff802160437f0, fffffa8007122a20}[/B]
BugCheck Info: [url=http://www.carrona.org/bsodindx.html#0x0000009F]DRIVER_POWER_STATE_FAILURE (9f)[/url]
Arguments: 
Arg1: 0000000000000003, A device object has been blocking an Irp for too long a time
Arg2: fffffa8018964500, Physical Device Object of the stack
Arg3: fffff802160437f0, nt!TRIAGE_9F_POWER on Win7, otherwise the Functional Device Object of the stack
Arg4: fffffa8007122a20, The blocked IRP
BUGCHECK_STR:  0x9F
DEFAULT_BUCKET_ID:  WIN8_DRIVER_FAULT
PROCESS_NAME:  System
FAILURE_BUCKET_ID: [B]0x9F_3_POWER_DOWN_IMAGE_usbaapl64.sys[/B]
¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨``
**************************Thu May  2 20:32:34.445 2013 (UTC - 4:00)**************************
Loading Dump File [C:\Users\Owner\SysnativeBSODApps\050213-22011-01.dmp]
Windows 8 Kernel Version 9200 MP (4 procs) Free x64
Built by: [B]9200[/B].16551.amd64fre.win8_gdr.130306-1502
System Uptime:[B]1 days 9:44:25.572[/B]
*** WARNING: Unable to verify timestamp for Soluto.sys
*** ERROR: Module load completed but symbols could not be loaded for Soluto.sys
Probably caused by :[B]Soluto.sys ( Soluto+5d5c )[/B]
BugCheck [B]50, {fffff8a12324304f, 0, fffff8801d8e6d5c, 2}[/B]
BugCheck Info: [url=http://www.carrona.org/bsodindx.html#0x00000050]PAGE_FAULT_IN_NONPAGED_AREA (50)[/url]
Arguments: 
Arg1: fffff8a12324304f, memory referenced.
Arg2: 0000000000000000, value 0 = read operation, 1 = write operation.
Arg3: fffff8801d8e6d5c, If non-zero, the instruction address which referenced the bad memory
	address.
Arg4: 0000000000000002, (reserved)
BUGCHECK_STR:  AV
DEFAULT_BUCKET_ID:  WIN8_DRIVER_FAULT
PROCESS_NAME:  SolutoService.
FAILURE_BUCKET_ID: [B]AV_Soluto+5d5c[/B]
¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨``
[/font]

3rd Party Drivers:
The following is for information purposes only.
Any drivers in red should be updated or removed from your system. And should have been discussed in the body of my post.
Code:
[font=lucida console]**************************Sun May 26 23:27:35.086 2013 (UTC - 4:00)**************************
[COLOR=RED][B]PxHlpa64.sys              Tue Oct 20 14:08:42 2009 (4ADDFCAA)[/B][/COLOR]
[COLOR=RED][B]PhilMAS64.sys             Wed Jan 13 20:52:17 2010 (4B4E78D1)[/B][/COLOR]
[COLOR=RED][B]AsUpIO.sys                Mon Aug  2 22:47:59 2010 (4C57835F)[/B][/COLOR]
GEARAspiWDM.sys           Mon May 16 16:56:05 2011 (4DD18F65)
[COLOR=RED][B]ASUSFILTER.sys            Tue Sep 20 11:46:33 2011 (4E78B559)[/B][/COLOR]
DKDFM.sys                 Thu Apr  5 05:32:02 2012 (4F7D6692)
SYMEVENT64x86.SYS         Wed May 23 20:52:24 2012 (4FBD8648)
mvxxmm.sys                Wed Jun  6 23:09:05 2012 (4FD01B51)
mvs91xx.sys               Wed Jun  6 23:09:20 2012 (4FD01B60)
DKRtWrt.sys               Mon Jun 18 22:13:42 2012 (4FDFE056)
btfilter.sys              Fri Jun 29 03:00:07 2012 (4FED5277)
HECIx64.sys               Mon Jul  2 18:14:58 2012 (4FF21D62)
DKTLFSMF.sys              Mon Jul  9 17:54:13 2012 (4FFB5305)
SymIMv.sys                Fri Jul 20 22:05:47 2012 (500A0E7B)
SYMNETS.SYS               Fri Jul 20 22:07:07 2012 (500A0ECB)
Ironx64.SYS               Mon Jul 23 20:34:50 2012 (500DEDAA)
lunparser.sys             Wed Jul 25 22:28:26 2012 (5010AB4A)
passthruparser.sys        Wed Jul 25 22:28:35 2012 (5010AB53)
vhdparser.sys             Wed Jul 25 22:28:37 2012 (5010AB55)
GenericMount.sys          Tue Jul 31 08:06:59 2012 (5017CA63)
EraserUtilRebootDrv.sys   Tue Jul 31 19:36:50 2012 (50186C12)
eeCtrl64.sys              Tue Jul 31 19:36:51 2012 (50186C13)
busenum.sys               Fri Aug  3 05:39:13 2012 (501B9C41)
asmtxhci.sys              Mon Aug 20 08:28:15 2012 (50322D5F)
asmthub3.sys              Mon Aug 20 08:28:29 2012 (50322D6D)
AsIO.sys                  Wed Aug 22 05:54:47 2012 (5034AC67)
IDSvia64.sys              Tue Aug 28 22:48:40 2012 (503D8308)
iaStorA.sys               Sat Sep  1 21:01:24 2012 (5042AFE4)
dump_iaStorA.sys          Sat Sep  1 21:01:24 2012 (5042AFE4)
jraid.sys                 Mon Sep 17 02:50:31 2012 (5056C837)
SSRFsF.sys                Sat Sep 22 06:07:26 2012 (505D8DDE)
cmudaxp.sys               Wed Sep 26 04:29:02 2012 (5062BCCE)
lvrs64.sys                Mon Oct 22 22:11:24 2012 (5085FCCC)
lvuvc64.sys               Mon Oct 22 22:12:08 2012 (5085FCF8)
cpuz136_x64.sys           Sat Oct 27 13:24:41 2012 (508C18D9)
[COLOR=RED][B]dtscsibus.sys             Mon Oct 29 05:28:48 2012 (508E4C50)[/B][/COLOR]
intelppm.sys              Mon Nov  5 22:55:02 2012 (50988A16)
VTrack.sys                Mon Nov 12 05:19:02 2012 (50A0CD16)
e1c63x64.sys              Mon Nov 26 14:40:36 2012 (50B3C5B4)
usbaapl64.sys             Tue Nov 27 18:38:02 2012 (50B54EDA)
SYMDS64.SYS               Wed Jan 16 20:56:45 2013 (50F75A5D)
SYMEFA64.SYS              Fri Jan 18 19:31:37 2013 (50F9E969)
Soluto.sys                Mon Jan 21 08:36:45 2013 (50FD446D)
SRTSP64.SYS               Fri Jan 25 16:26:16 2013 (5102F878)
SRTSPX64.SYS              Fri Jan 25 16:30:05 2013 (5102F95D)
psi_mf_amd64.sys          Thu Feb  7 04:28:21 2013 (511373B5)
AtihdW86.sys              Thu Feb 14 17:11:12 2013 (511D6100)
igdkmd64.sys              Fri Mar  8 21:10:00 2013 (513A99F8)
VirtuWDDM.sys             Sun Mar 24 03:48:10 2013 (514EAFBA)
atikmpag.sys              Thu Mar 28 21:09:45 2013 (5154E9D9)
atikmdag.sys              Thu Mar 28 22:27:04 2013 (5154FBF8)
BHDrvx64.sys              Wed Apr 10 01:39:03 2013 (5164FAF7)
EX64.SYS                  Fri Apr 26 02:08:58 2013 (517A19FA)
ENG64.SYS                 Fri Apr 26 02:10:48 2013 (517A1A68)
mozy.sys                  Mon Apr 29 12:34:06 2013 (517EA0FE)
¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨``
**************************Sun May 19 05:31:12.736 2013 (UTC - 4:00)**************************
[COLOR=RED][B]AiChargerPlus.sys         Wed Apr 18 21:17:35 2012 (4F8F67AF)[/B][/COLOR]
ccSetx64.sys              Thu Aug 16 17:18:11 2012 (502D6393)
EX64.SYS                  Thu Dec 20 04:22:39 2012 (50D2D8DF)
ENG64.SYS                 Thu Dec 20 04:24:21 2012 (50D2D945)
¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨``
**************************Fri May 17 23:55:16.772 2013 (UTC - 4:00)**************************
jraid.sys                 Thu May 19 03:55:18 2011 (4DD4CCE6)
¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨``
**************************Thu May  2 20:32:34.445 2013 (UTC - 4:00)**************************
mozy.sys                  Wed Jan 23 13:24:09 2013 (51002AC9)
[/font]
http://www.carrona.org/drivers/driver.php?id=PxHlpa64.sys
PhilMAS64.sys - this driver hasn't been added to the DRT as of this run. Please search Google/Bing for the driver if additional information is needed.
http://www.carrona.org/drivers/driver.php?id=AsUpIO.sys
http://www.carrona.org/drivers/driver.php?id=GEARAspiWDM.sys
http://www.carrona.org/drivers/driver.php?id=ASUSFILTER.sys
http://www.carrona.org/drivers/driver.php?id=DKDFM.sys
http://www.carrona.org/drivers/driver.php?id=SYMEVENT64x86.SYS
http://www.carrona.org/drivers/driver.php?id=mvxxmm.sys
http://www.carrona.org/drivers/driver.php?id=mvs91xx.sys
http://www.carrona.org/drivers/driver.php?id=DKRtWrt.sys
http://www.carrona.org/drivers/driver.php?id=btfilter.sys
http://www.carrona.org/drivers/driver.php?id=HECIx64.sys
http://www.carrona.org/drivers/driver.php?id=DKTLFSMF.sys
http://www.carrona.org/drivers/driver.php?id=SymIMv.sys
http://www.carrona.org/drivers/driver.php?id=SYMNETS.SYS
http://www.carrona.org/drivers/driver.php?id=Ironx64.SYS
lunparser.sys - this driver hasn't been added to the DRT as of this run. Please search Google/Bing for the driver if additional information is needed.
passthruparser.sys - this driver hasn't been added to the DRT as of this run. Please search Google/Bing for the driver if additional information is needed.
vhdparser.sys - this driver hasn't been added to the DRT as of this run. Please search Google/Bing for the driver if additional information is needed.
http://www.carrona.org/drivers/driver.php?id=GenericMount.sys
http://www.carrona.org/drivers/driver.php?id=EraserUtilRebootDrv.sys
http://www.carrona.org/drivers/driver.php?id=eeCtrl64.sys
busenum.sys - this driver hasn't been added to the DRT as of this run. Please search Google/Bing for the driver if additional information is needed.
http://www.carrona.org/drivers/driver.php?id=asmtxhci.sys
http://www.carrona.org/drivers/driver.php?id=asmthub3.sys
http://www.carrona.org/drivers/driver.php?id=AsIO.sys
http://www.carrona.org/drivers/driver.php?id=IDSvia64.sys
http://www.carrona.org/drivers/driver.php?id=iaStorA.sys
http://www.carrona.org/drivers/driver.php?id=dump_iaStorA.sys
http://www.carrona.org/drivers/driver.php?id=jraid.sys
http://www.carrona.org/drivers/driver.php?id=SSRFsF.sys
http://www.carrona.org/drivers/driver.php?id=cmudaxp.sys
http://www.carrona.org/drivers/driver.php?id=lvrs64.sys
http://www.carrona.org/drivers/driver.php?id=lvuvc64.sys
http://www.carrona.org/drivers/driver.php?id=cpuz136_x64.sys
http://www.carrona.org/drivers/driver.php?id=dtscsibus.sys
http://www.carrona.org/drivers/driver.php?id=intelppm.sys
http://www.carrona.org/drivers/driver.php?id=VTrack.sys
http://www.carrona.org/drivers/driver.php?id=e1c63x64.sys
http://www.carrona.org/drivers/driver.php?id=usbaapl64.sys
http://www.carrona.org/drivers/driver.php?id=SYMDS64.SYS
http://www.carrona.org/drivers/driver.php?id=SYMEFA64.SYS
http://www.carrona.org/drivers/driver.php?id=Soluto.sys
http://www.carrona.org/drivers/driver.php?id=SRTSP64.SYS
http://www.carrona.org/drivers/driver.php?id=SRTSPX64.SYS
psi_mf_amd64.sys - this driver hasn't been added to the DRT as of this run. Please search Google/Bing for the driver if additional information is needed.
http://www.carrona.org/drivers/driver.php?id=AtihdW86.sys
http://www.carrona.org/drivers/driver.php?id=igdkmd64.sys
http://www.carrona.org/drivers/driver.php?id=VirtuWDDM.sys
http://www.carrona.org/drivers/driver.php?id=atikmpag.sys
http://www.carrona.org/drivers/driver.php?id=atikmdag.sys
http://www.carrona.org/drivers/driver.php?id=BHDrvx64.sys
http://www.carrona.org/drivers/driver.php?id=EX64.SYS
http://www.carrona.org/drivers/driver.php?id=ENG64.SYS
http://www.carrona.org/drivers/driver.php?id=mozy.sys
http://www.carrona.org/drivers/driver.php?id=AiChargerPlus.sys
http://www.carrona.org/drivers/driver.php?id=ccSetx64.sys
http://www.carrona.org/drivers/driver.php?id=EX64.SYS
http://www.carrona.org/drivers/driver.php?id=ENG64.SYS
http://www.carrona.org/drivers/driver.php?id=jraid.sys
http://www.carrona.org/drivers/driver.php?id=mozy.sys
 
Good work with the debugger!
I would suggest updating to the latest version of the Intel RST available at http://downloadcenter.intel.com

You have at least 3 hard drives (2 RAID volumes). What is the make/model/wattage and age of your Power Supply?

Daemon Tools (and Alcohol % software) are known to cause BSOD's on some Windows systems (mostly due to the sptd.sys driver, although I have seen dtsoftbus01.sys blamed on several occasions).
Please un-install the program, then use the following free tool to ensure that the troublesome sptd.sys driver is removed from your system (pick the 32 or 64 bit system depending on your system's configuration): DuplexSecure - FAQ Link broken as of 21 Jul 2012
New link (15 Aug 2012): DuplexSecure - Downloads (pick the appropriate version for your system and select "Un-install" when you run it).
Alternate link: Disc-Tools.com
Manual procedure here: Registry and SPTD problems | DAEMON Pro Help

Out of 7 memory dumps there were 4 different BSOD error codes. The differing error codes are usually symptomatic of a lower level problem within the system. They are usually caused by one of these things:
- borked (broken) hardware (several different procedures used to isolate the problem device)
- BIOS issues (check for updates at the motherboard manufacturer's website)
- overclocking - You'll know if you're overclocking or not. If uncertain we can suggest things to check.
- compatibility issues (3rd party hardware/drivers)
- low-level driver problems
- or even malware (scanned for when we ask for hardware diagnostics from Initial Hardware Diagnostics or Hardware Diagnostics ).

You can get a head start on the hardware diagnostics if you'd like - they are located here: Hardware Diagnostics

lease update these older drivers. Links are included to assist in looking up the source of the drivers. If unable to find an update, please remove (un-install) the program responsible for that driver. DO NOT manually delete/rename the driver as it may make the system unbootable! :

PxHlpa64.sys Tue Oct 20 14:08:42 2009 (4ADDFCAA)
Sonic CD/DVD driver (used by many different CD/DVD programs)
http://www.carrona.org/drivers/driver.php?id=PxHlpa64.sys

PhilMAS64.sys Wed Jan 13 20:52:17 2010 (4B4E78D1)
Asus MyCinema-EHD3100 (NXP Semiconductors PhilCap)
PhilMAS64.sys - this driver hasn't been added to the DRT as of this run. Please search Google/Bing for the driver if additional information is needed.

AsUpIO.sys Mon Aug 2 22:47:59 2010 (4C57835F)
ASUS hardware monitoring software related
http://www.carrona.org/drivers/driver.php?id=AsUpIO.sys

ASUSFILTER.sys Tue Sep 20 11:46:33 2011 (4E78B559)
ASUS USB Hub filter driver
http://www.carrona.org/drivers/driver.php?id=ASUSFILTER.sys

AiChargerPlus.sys Wed Apr 18 21:17:35 2012 (4F8F67AF)
Asus Charger Driver
Likely BSOD cause - haven't seen recently (15Jan2013)
http://www.carrona.org/drivers/driver.php?id=AiChargerPlus.sys




Analysis:
The following is for informational purposes only.
Code:
[font=lucida console]**************************Sun May 26 23:27:35.086 2013 (UTC - 4:00)**************************
Loading Dump File [C:\Users\Owner\SysnativeBSODApps\052613-23228-01.dmp]
Windows 8 Kernel Version 9200 MP (4 procs) Free x64
Built by: [B]9200[/B].16581.amd64fre.win8_gdr.130410-1505
System Uptime:[B]1 days 11:39:24.426[/B]
*** ERROR: Module load completed but symbols could not be loaded for rdyboost.sys
Probably caused by :[B]rdyboost.sys ( rdyboost+25ef )[/B]
BugCheck [B]D1, {fffff8a0010b9a00, 2, 1, fffff880023bf5ef}[/B]
BugCheck Info: [url=http://www.carrona.org/bsodindx.html#0x000000D1]DRIVER_IRQL_NOT_LESS_OR_EQUAL (d1)[/url]
Arguments: 
Arg1: fffff8a0010b9a00, memory referenced
Arg2: 0000000000000002, IRQL
Arg3: 0000000000000001, value 0 = read operation, 1 = write operation
Arg4: fffff880023bf5ef, address which referenced memory
BUGCHECK_STR:  AV
DEFAULT_BUCKET_ID:  WIN8_DRIVER_FAULT
PROCESS_NAME:  System
FAILURE_BUCKET_ID: [B]AV_rdyboost+25ef[/B]
¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨``
**************************Sun May 19 05:31:12.736 2013 (UTC - 4:00)**************************
Loading Dump File [C:\Users\Owner\SysnativeBSODApps\051913-28033-01.dmp]
Windows 8 Kernel Version 9200 MP (4 procs) Free x64
Built by: [B]9200[/B].16581.amd64fre.win8_gdr.130410-1505
System Uptime:[B]1 days 1:04:57.113[/B]
Probably caused by :[B]usbhub.sys[/B]
BugCheck [B]9F, {3, fffffa8015752060, fffff80033ea37f0, fffffa8012133130}[/B]
BugCheck Info: [url=http://www.carrona.org/bsodindx.html#0x0000009F]DRIVER_POWER_STATE_FAILURE (9f)[/url]
Arguments: 
Arg1: 0000000000000003, A device object has been blocking an Irp for too long a time
Arg2: fffffa8015752060, Physical Device Object of the stack
Arg3: fffff80033ea37f0, nt!TRIAGE_9F_POWER on Win7, otherwise the Functional Device Object of the stack
Arg4: fffffa8012133130, The blocked IRP
BUGCHECK_STR:  0x9F
DEFAULT_BUCKET_ID:  WIN8_DRIVER_FAULT
PROCESS_NAME:  System
FAILURE_BUCKET_ID: [B]0x9F_3_AiChargerPlus_IMAGE_usbhub.sys[/B]
¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨``
**************************Fri May 17 23:55:16.772 2013 (UTC - 4:00)**************************
Loading Dump File [C:\Users\Owner\SysnativeBSODApps\051713-30154-01.dmp]
Windows 8 Kernel Version 9200 MP (4 procs) Free x64
Built by: [B]9200[/B].16581.amd64fre.win8_gdr.130410-1505
System Uptime:[B]0 days 9:42:20.262[/B]
*** WARNING: Unable to verify timestamp for jraid.sys
*** ERROR: Module load completed but symbols could not be loaded for jraid.sys
Probably caused by :[B]jraid.sys ( jraid+74fd )[/B]
BugCheck [B]133, {0, 504, 503, 0}[/B]
BugCheck Info: [url=http://www.carrona.org/bsodindx.html#0x00000133]DPC_WATCHDOG_VIOLATION (133)[/url]
Arguments: 
Arg1: 0000000000000000, A single DPC or ISR exceeded its time allotment. The offending
	component can usually be identified with a stack trace.
Arg2: 0000000000000504, The DPC time count (in ticks).
Arg3: 0000000000000503, The DPC time allotment (in ticks).
Arg4: 0000000000000000
BUGCHECK_STR:  0x133
DEFAULT_BUCKET_ID:  WIN8_DRIVER_FAULT
PROCESS_NAME:  System
FAILURE_BUCKET_ID: [B]0x133_DPC_jraid+74fd[/B]
¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨``
**************************Wed May 15 05:27:22.747 2013 (UTC - 4:00)**************************
Loading Dump File [C:\Users\Owner\SysnativeBSODApps\051513-24882-01.dmp]
Windows 8 Kernel Version 9200 MP (4 procs) Free x64
Built by: [B]9200[/B].16581.amd64fre.win8_gdr.130410-1505
System Uptime:[B]0 days 3:04:09.346[/B]
*** WARNING: Unable to verify timestamp for usbaapl64.sys
*** ERROR: Module load completed but symbols could not be loaded for usbaapl64.sys
Probably caused by :[B]usbaapl64.sys[/B]
BugCheck [B]9F, {3, fffffa800cefc3a0, fffff803cfaa87f0, fffffa801660b010}[/B]
BugCheck Info: [url=http://www.carrona.org/bsodindx.html#0x0000009F]DRIVER_POWER_STATE_FAILURE (9f)[/url]
Arguments: 
Arg1: 0000000000000003, A device object has been blocking an Irp for too long a time
Arg2: fffffa800cefc3a0, Physical Device Object of the stack
Arg3: fffff803cfaa87f0, nt!TRIAGE_9F_POWER on Win7, otherwise the Functional Device Object of the stack
Arg4: fffffa801660b010, The blocked IRP
BUGCHECK_STR:  0x9F
DEFAULT_BUCKET_ID:  WIN8_DRIVER_FAULT
PROCESS_NAME:  System
FAILURE_BUCKET_ID: [B]0x9F_3_POWER_DOWN_IMAGE_usbaapl64.sys[/B]
¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨``
**************************Sat May 11 02:02:14.171 2013 (UTC - 4:00)**************************
Loading Dump File [C:\Users\Owner\SysnativeBSODApps\051013-18220-01.dmp]
Windows 8 Kernel Version 9200 MP (4 procs) Free x64
Built by: [B]9200[/B].16551.amd64fre.win8_gdr.130306-1502
System Uptime:[B]0 days 4:47:50.771[/B]
*** ERROR: Module load completed but symbols could not be loaded for rdyboost.sys
Probably caused by :[B]rdyboost.sys ( rdyboost+25ef )[/B]
BugCheck [B]D1, {fffff8a00064ea00, 2, 1, fffff88001b4c5ef}[/B]
BugCheck Info: [url=http://www.carrona.org/bsodindx.html#0x000000D1]DRIVER_IRQL_NOT_LESS_OR_EQUAL (d1)[/url]
Arguments: 
Arg1: fffff8a00064ea00, memory referenced
Arg2: 0000000000000002, IRQL
Arg3: 0000000000000001, value 0 = read operation, 1 = write operation
Arg4: fffff88001b4c5ef, address which referenced memory
BUGCHECK_STR:  AV
DEFAULT_BUCKET_ID:  WIN8_DRIVER_FAULT
PROCESS_NAME:  MVPControlPane
FAILURE_BUCKET_ID: [B]AV_rdyboost+25ef[/B]
¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨``
**************************Thu May  9 10:42:41.732 2013 (UTC - 4:00)**************************
Loading Dump File [C:\Users\Owner\SysnativeBSODApps\050913-29764-01.dmp]
Windows 8 Kernel Version 9200 MP (4 procs) Free x64
Built by: [B]9200[/B].16551.amd64fre.win8_gdr.130306-1502
System Uptime:[B]0 days 10:25:37.295[/B]
*** WARNING: Unable to verify timestamp for usbaapl64.sys
*** ERROR: Module load completed but symbols could not be loaded for usbaapl64.sys
Probably caused by :[B]usbaapl64.sys[/B]
BugCheck [B]9F, {3, fffffa8018964500, fffff802160437f0, fffffa8007122a20}[/B]
BugCheck Info: [url=http://www.carrona.org/bsodindx.html#0x0000009F]DRIVER_POWER_STATE_FAILURE (9f)[/url]
Arguments: 
Arg1: 0000000000000003, A device object has been blocking an Irp for too long a time
Arg2: fffffa8018964500, Physical Device Object of the stack
Arg3: fffff802160437f0, nt!TRIAGE_9F_POWER on Win7, otherwise the Functional Device Object of the stack
Arg4: fffffa8007122a20, The blocked IRP
BUGCHECK_STR:  0x9F
DEFAULT_BUCKET_ID:  WIN8_DRIVER_FAULT
PROCESS_NAME:  System
FAILURE_BUCKET_ID: [B]0x9F_3_POWER_DOWN_IMAGE_usbaapl64.sys[/B]
¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨``
**************************Thu May  2 20:32:34.445 2013 (UTC - 4:00)**************************
Loading Dump File [C:\Users\Owner\SysnativeBSODApps\050213-22011-01.dmp]
Windows 8 Kernel Version 9200 MP (4 procs) Free x64
Built by: [B]9200[/B].16551.amd64fre.win8_gdr.130306-1502
System Uptime:[B]1 days 9:44:25.572[/B]
*** WARNING: Unable to verify timestamp for Soluto.sys
*** ERROR: Module load completed but symbols could not be loaded for Soluto.sys
Probably caused by :[B]Soluto.sys ( Soluto+5d5c )[/B]
BugCheck [B]50, {fffff8a12324304f, 0, fffff8801d8e6d5c, 2}[/B]
BugCheck Info: [url=http://www.carrona.org/bsodindx.html#0x00000050]PAGE_FAULT_IN_NONPAGED_AREA (50)[/url]
Arguments: 
Arg1: fffff8a12324304f, memory referenced.
Arg2: 0000000000000000, value 0 = read operation, 1 = write operation.
Arg3: fffff8801d8e6d5c, If non-zero, the instruction address which referenced the bad memory
	address.
Arg4: 0000000000000002, (reserved)
BUGCHECK_STR:  AV
DEFAULT_BUCKET_ID:  WIN8_DRIVER_FAULT
PROCESS_NAME:  SolutoService.
FAILURE_BUCKET_ID: [B]AV_Soluto+5d5c[/B]
¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨``
[/font]

3rd Party Drivers:
The following is for information purposes only.
Any drivers in red should be updated or removed from your system. And should have been discussed in the body of my post.
Code:
[font=lucida console]**************************Sun May 26 23:27:35.086 2013 (UTC - 4:00)**************************
[COLOR=RED][B]PxHlpa64.sys              Tue Oct 20 14:08:42 2009 (4ADDFCAA)[/B][/COLOR]
[COLOR=RED][B]PhilMAS64.sys             Wed Jan 13 20:52:17 2010 (4B4E78D1)[/B][/COLOR]
[COLOR=RED][B]AsUpIO.sys                Mon Aug  2 22:47:59 2010 (4C57835F)[/B][/COLOR]
GEARAspiWDM.sys           Mon May 16 16:56:05 2011 (4DD18F65)
[COLOR=RED][B]ASUSFILTER.sys            Tue Sep 20 11:46:33 2011 (4E78B559)[/B][/COLOR]
DKDFM.sys                 Thu Apr  5 05:32:02 2012 (4F7D6692)
SYMEVENT64x86.SYS         Wed May 23 20:52:24 2012 (4FBD8648)
mvxxmm.sys                Wed Jun  6 23:09:05 2012 (4FD01B51)
mvs91xx.sys               Wed Jun  6 23:09:20 2012 (4FD01B60)
DKRtWrt.sys               Mon Jun 18 22:13:42 2012 (4FDFE056)
btfilter.sys              Fri Jun 29 03:00:07 2012 (4FED5277)
HECIx64.sys               Mon Jul  2 18:14:58 2012 (4FF21D62)
DKTLFSMF.sys              Mon Jul  9 17:54:13 2012 (4FFB5305)
SymIMv.sys                Fri Jul 20 22:05:47 2012 (500A0E7B)
SYMNETS.SYS               Fri Jul 20 22:07:07 2012 (500A0ECB)
Ironx64.SYS               Mon Jul 23 20:34:50 2012 (500DEDAA)
lunparser.sys             Wed Jul 25 22:28:26 2012 (5010AB4A)
passthruparser.sys        Wed Jul 25 22:28:35 2012 (5010AB53)
vhdparser.sys             Wed Jul 25 22:28:37 2012 (5010AB55)
GenericMount.sys          Tue Jul 31 08:06:59 2012 (5017CA63)
EraserUtilRebootDrv.sys   Tue Jul 31 19:36:50 2012 (50186C12)
eeCtrl64.sys              Tue Jul 31 19:36:51 2012 (50186C13)
busenum.sys               Fri Aug  3 05:39:13 2012 (501B9C41)
asmtxhci.sys              Mon Aug 20 08:28:15 2012 (50322D5F)
asmthub3.sys              Mon Aug 20 08:28:29 2012 (50322D6D)
AsIO.sys                  Wed Aug 22 05:54:47 2012 (5034AC67)
IDSvia64.sys              Tue Aug 28 22:48:40 2012 (503D8308)
iaStorA.sys               Sat Sep  1 21:01:24 2012 (5042AFE4)
dump_iaStorA.sys          Sat Sep  1 21:01:24 2012 (5042AFE4)
jraid.sys                 Mon Sep 17 02:50:31 2012 (5056C837)
SSRFsF.sys                Sat Sep 22 06:07:26 2012 (505D8DDE)
cmudaxp.sys               Wed Sep 26 04:29:02 2012 (5062BCCE)
lvrs64.sys                Mon Oct 22 22:11:24 2012 (5085FCCC)
lvuvc64.sys               Mon Oct 22 22:12:08 2012 (5085FCF8)
cpuz136_x64.sys           Sat Oct 27 13:24:41 2012 (508C18D9)
[COLOR=RED][B]dtscsibus.sys             Mon Oct 29 05:28:48 2012 (508E4C50)[/B][/COLOR]
intelppm.sys              Mon Nov  5 22:55:02 2012 (50988A16)
VTrack.sys                Mon Nov 12 05:19:02 2012 (50A0CD16)
e1c63x64.sys              Mon Nov 26 14:40:36 2012 (50B3C5B4)
usbaapl64.sys             Tue Nov 27 18:38:02 2012 (50B54EDA)
SYMDS64.SYS               Wed Jan 16 20:56:45 2013 (50F75A5D)
SYMEFA64.SYS              Fri Jan 18 19:31:37 2013 (50F9E969)
Soluto.sys                Mon Jan 21 08:36:45 2013 (50FD446D)
SRTSP64.SYS               Fri Jan 25 16:26:16 2013 (5102F878)
SRTSPX64.SYS              Fri Jan 25 16:30:05 2013 (5102F95D)
psi_mf_amd64.sys          Thu Feb  7 04:28:21 2013 (511373B5)
AtihdW86.sys              Thu Feb 14 17:11:12 2013 (511D6100)
igdkmd64.sys              Fri Mar  8 21:10:00 2013 (513A99F8)
VirtuWDDM.sys             Sun Mar 24 03:48:10 2013 (514EAFBA)
atikmpag.sys              Thu Mar 28 21:09:45 2013 (5154E9D9)
atikmdag.sys              Thu Mar 28 22:27:04 2013 (5154FBF8)
BHDrvx64.sys              Wed Apr 10 01:39:03 2013 (5164FAF7)
EX64.SYS                  Fri Apr 26 02:08:58 2013 (517A19FA)
ENG64.SYS                 Fri Apr 26 02:10:48 2013 (517A1A68)
mozy.sys                  Mon Apr 29 12:34:06 2013 (517EA0FE)
¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨``
**************************Sun May 19 05:31:12.736 2013 (UTC - 4:00)**************************
[COLOR=RED][B]AiChargerPlus.sys         Wed Apr 18 21:17:35 2012 (4F8F67AF)[/B][/COLOR]
ccSetx64.sys              Thu Aug 16 17:18:11 2012 (502D6393)
EX64.SYS                  Thu Dec 20 04:22:39 2012 (50D2D8DF)
ENG64.SYS                 Thu Dec 20 04:24:21 2012 (50D2D945)
¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨``
**************************Fri May 17 23:55:16.772 2013 (UTC - 4:00)**************************
jraid.sys                 Thu May 19 03:55:18 2011 (4DD4CCE6)
¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨``
**************************Thu May  2 20:32:34.445 2013 (UTC - 4:00)**************************
mozy.sys                  Wed Jan 23 13:24:09 2013 (51002AC9)
[/font]
http://www.carrona.org/drivers/driver.php?id=PxHlpa64.sys
PhilMAS64.sys - this driver hasn't been added to the DRT as of this run. Please search Google/Bing for the driver if additional information is needed.
http://www.carrona.org/drivers/driver.php?id=AsUpIO.sys
http://www.carrona.org/drivers/driver.php?id=GEARAspiWDM.sys
http://www.carrona.org/drivers/driver.php?id=ASUSFILTER.sys
http://www.carrona.org/drivers/driver.php?id=DKDFM.sys
http://www.carrona.org/drivers/driver.php?id=SYMEVENT64x86.SYS
http://www.carrona.org/drivers/driver.php?id=mvxxmm.sys
http://www.carrona.org/drivers/driver.php?id=mvs91xx.sys
http://www.carrona.org/drivers/driver.php?id=DKRtWrt.sys
http://www.carrona.org/drivers/driver.php?id=btfilter.sys
http://www.carrona.org/drivers/driver.php?id=HECIx64.sys
http://www.carrona.org/drivers/driver.php?id=DKTLFSMF.sys
http://www.carrona.org/drivers/driver.php?id=SymIMv.sys
http://www.carrona.org/drivers/driver.php?id=SYMNETS.SYS
http://www.carrona.org/drivers/driver.php?id=Ironx64.SYS
lunparser.sys - this driver hasn't been added to the DRT as of this run. Please search Google/Bing for the driver if additional information is needed.
passthruparser.sys - this driver hasn't been added to the DRT as of this run. Please search Google/Bing for the driver if additional information is needed.
vhdparser.sys - this driver hasn't been added to the DRT as of this run. Please search Google/Bing for the driver if additional information is needed.
http://www.carrona.org/drivers/driver.php?id=GenericMount.sys
http://www.carrona.org/drivers/driver.php?id=EraserUtilRebootDrv.sys
http://www.carrona.org/drivers/driver.php?id=eeCtrl64.sys
busenum.sys - this driver hasn't been added to the DRT as of this run. Please search Google/Bing for the driver if additional information is needed.
http://www.carrona.org/drivers/driver.php?id=asmtxhci.sys
http://www.carrona.org/drivers/driver.php?id=asmthub3.sys
http://www.carrona.org/drivers/driver.php?id=AsIO.sys
http://www.carrona.org/drivers/driver.php?id=IDSvia64.sys
http://www.carrona.org/drivers/driver.php?id=iaStorA.sys
http://www.carrona.org/drivers/driver.php?id=dump_iaStorA.sys
http://www.carrona.org/drivers/driver.php?id=jraid.sys
http://www.carrona.org/drivers/driver.php?id=SSRFsF.sys
http://www.carrona.org/drivers/driver.php?id=cmudaxp.sys
http://www.carrona.org/drivers/driver.php?id=lvrs64.sys
http://www.carrona.org/drivers/driver.php?id=lvuvc64.sys
http://www.carrona.org/drivers/driver.php?id=cpuz136_x64.sys
http://www.carrona.org/drivers/driver.php?id=dtscsibus.sys
http://www.carrona.org/drivers/driver.php?id=intelppm.sys
http://www.carrona.org/drivers/driver.php?id=VTrack.sys
http://www.carrona.org/drivers/driver.php?id=e1c63x64.sys
http://www.carrona.org/drivers/driver.php?id=usbaapl64.sys
http://www.carrona.org/drivers/driver.php?id=SYMDS64.SYS
http://www.carrona.org/drivers/driver.php?id=SYMEFA64.SYS
http://www.carrona.org/drivers/driver.php?id=Soluto.sys
http://www.carrona.org/drivers/driver.php?id=SRTSP64.SYS
http://www.carrona.org/drivers/driver.php?id=SRTSPX64.SYS
psi_mf_amd64.sys - this driver hasn't been added to the DRT as of this run. Please search Google/Bing for the driver if additional information is needed.
http://www.carrona.org/drivers/driver.php?id=AtihdW86.sys
http://www.carrona.org/drivers/driver.php?id=igdkmd64.sys
http://www.carrona.org/drivers/driver.php?id=VirtuWDDM.sys
http://www.carrona.org/drivers/driver.php?id=atikmpag.sys
http://www.carrona.org/drivers/driver.php?id=atikmdag.sys
http://www.carrona.org/drivers/driver.php?id=BHDrvx64.sys
http://www.carrona.org/drivers/driver.php?id=EX64.SYS
http://www.carrona.org/drivers/driver.php?id=ENG64.SYS
http://www.carrona.org/drivers/driver.php?id=mozy.sys
http://www.carrona.org/drivers/driver.php?id=AiChargerPlus.sys
http://www.carrona.org/drivers/driver.php?id=ccSetx64.sys
http://www.carrona.org/drivers/driver.php?id=EX64.SYS
http://www.carrona.org/drivers/driver.php?id=ENG64.SYS
http://www.carrona.org/drivers/driver.php?id=jraid.sys
http://www.carrona.org/drivers/driver.php?id=mozy.sys
 
Thanks for the prompt feedback. My power supply is a SeaSonic M12 SS-600HM ATX12V V2.3 / EPS12V rated at 600 watts. I have 5 magnetic hard drives in the system, 4 at 7,200 RPM and 1 at 10k RPM. I removed the Asus Ai Charger Plus driver a few days ago when I noticed it had been the cause of an unexpected overnight reboot. I have downloaded the DuplexSecure driver referenced in the link you provided and it appears it is not currently installed. I will be looking for patterns in future crash dumps and appreciate the advice with regard to differing stop codes. Fortunately, recent crashes have been attributable to specific drivers (as best I can tell). I suspect I may yet have older drivers present which are not currently used but may be buggy. I will attempt to remove the Sonic CD/DVD driver if I can find the application which uses it.

Thanks again for providing timely and useful feedback.

Michael
 
Was there anything hooked to a usb port at the time that could have been used or mistakenly taken for a ready boost device?
 
I don't believe so. I only had one USB storage device connected, the MicroSD card. All other USB devices are non-storage (keyboard, mouse, printer, audio) devices. I'm currently using ReadyBoost (without verifier enabled) and have experienced no crashes so far.
 

Has Sysnative Forums helped you? Please consider donating to help us support the site!

Back
Top