Well, this time it is a stop 0x24.
Code:
*******************************************************************************
* *
* Bugcheck Analysis *
* *
*******************************************************************************
Use !analyze -v to get detailed debugging information.
[URL="http://www.carrona.org/bsodindx.html#0x00000024"]BugCheck 24[/URL], {1904fb, fffff880096cb018, fffff880096ca870, fffff800030ed40e}
Probably caused by : memory_corruption ( nt!MiUnlinkPageFromLockedList+1ae )
Followup: MachineOwner
---------
3: kd> !analyze -v
*******************************************************************************
* *
* Bugcheck Analysis *
* *
*******************************************************************************
[URL="http://www.carrona.org/bsodindx.html#0x00000024"]
NTFS_FILE_SYSTEM (24)[/URL]
If you see NtfsExceptionFilter on the stack then the 2nd and 3rd
parameters are the exception record and context record. Do a .cxr
on the 3rd parameter and then kb to obtain a more informative stack
trace.
Arguments:
Arg1: 00000000001904fb
Arg2: fffff880096cb018
Arg3: fffff880096ca870
Arg4: fffff800030ed40e
And I got this thing present in your system.
ITEM
|
VALUE
Name | DAEMON Tools Virtual SCSI Bus
Manufacturer | Disc Soft Ltd
Status | OK
PNP Device ID | ROOT\SCSIADAPTER\0000
Driver | c:\windows\system32\drivers\dtscsibus.sys (5.22.0.0, 29.00 KB (29,696 bytes), 5/7/2013 9:49 PM)
Daemon Tools, Alcohol 120% and Power Archiver Pro uses
SCSI Pass Through Direct (
SPTD), which is a well known BSOD causer. Uninstall the program at first. Then download SPTD standalone installer from
Disk-Tools.com, and execute the downloaded file as guided below :
- Double click to open it.
- Click this button only:
-
- If it is grayed out, as in the picture, there is no more SPTD in your system, and you just close the window.
Uninstall these bloatware:
Code:
Start Menu\Programs\GIGABYTE
Start Menu\Programs\GIGABYTE\AutoGreen
Start Menu\Programs\GIGABYTE\ET6
Free up the startup. Windows does not need any other program to auto start with it, but the auto start programs often conflicts and causes various problems including BSODs.
- Click on the Start button
- Type “msconfig (without quotes), click the resulting link. It will open the System Configuration window.with the "general" tab selected.
- Click the "startup" tab. Click "Disable all" > Apply > OK.
- Click on "services" tab. Check the "Hide all Microsoft Services"; Click "Disable all" > Apply > OK
Now let us know the situation. Note that now your Antivirus is also disabled, which is kinda risky. But in the present situation, the testing is needed.
Code:
fffff880`096cb2f8 fffff880`01523fd2*** WARNING: Unable to verify timestamp for[URL="http://www.carrona.org/drivers/driver.php?id=MpFilter.sys"] MpFilter.sys[/URL]
*** ERROR: Module load completed but symbols could not be loaded for[URL="http://www.carrona.org/drivers/driver.php?id=MpFilter.sys"] MpFilter.sys[/URL]
MpFilter+0x2bfd2
That is why we are trying to disable MSE too. It is failing at startup .... alongwith some necessary and some unnecessary applications.
Code:
Event[8449]:
Log Name: System
Source: Service Control Manager
Date: 2013-05-11T11:57:01.962
Event ID: 7026
Task: N/A
Level: Error
Opcode: N/A
Keyword: Classic
User: N/A
User Name: N/A
Computer: VADER
Description:
The following boot-start or system-start driver(s) failed to load:
[COLOR=Red]AppleCharger[/COLOR]
discache
[URL="http://www.carrona.org/drivers/driver.php?id=MpFilter.sys"]MpFilter[/URL]
spldr
Wanarpv6
Let us know how everything went. Shortly we will take proper care of MSE, after getting your results.