BSOD on shutdown

hajalie24

[H]ard|Gawd
Joined
Dec 22, 2010
Messages
1,479
Whenever I try to shut down my computer, I get a blue screen of death. IT has the error code 0x000000f4. I've updated my firmware on my ssd, tried removing all drivers with drivercleaner and the problem persists. Any insight here?

 
Win7? XP?
updated BIOS?
for shits and giggles, I'd install windows on the HDD and boot off that (unplug ssd), then try to shutdown. If its the same bsod, then you know its not the SSD's problem, lol.
 
Win 7 64 bit
I updated the bios, no change.
I thought I had windows on one of my hdd's already, but it wouldn't boot to it. I'd really like to avoid installing windows again anyway.

If it matters in safe mode I can turn off fine.
 
well, then it's not a hardware issue, but most likely a software or driver issue. try disabling all the startup stuff you don't need, as well as any services you don't really need. then try updating all drivers.
 
Sandforce SSD? If you're in AHCI mode, flip it off. If you're not in AHCI mode, try flipping it on.

On my HTPC, I had to disable AHCI to get shutdown and sleep/wake to work on a Sandforce SSD, even with the latest firmware. In AHCI mode, it would BSOD regularly. Without AHCI enabled, it works 95% of the time.
 
It isn't a sandforce SSD. This only happens when I turn off my computer. I tried force closing a bunch of programs in task manager, didn't really do anything.


Here's my dump file. When you look at the debugging tools this is what I get.

Code:
Microsoft (R) Windows Debugger Version 6.12.0002.633 AMD64
Copyright (c) Microsoft Corporation. All rights reserved.


Loading Dump File [C:\Windows\Minidump\021112-12246-01.dmp]
Mini Kernel Dump File: Only registers and stack trace are available

Symbol search path is: SRV*C:\Symbols*http://msdl.microsoft.com/download/symbols
Executable search path is: 
Windows 7 Kernel Version 7601 (Service Pack 1) MP (4 procs) Free x64
Product: WinNt, suite: TerminalServer SingleUserTS
Built by: 7601.17640.amd64fre.win7sp1_gdr.110622-1506
Machine Name:
Kernel base = 0xfffff800`0320a000 PsLoadedModuleList = 0xfffff800`0344f670
Debug session time: Sat Feb 11 15:30:24.391 2012 (UTC - 5:00)
System Uptime: 0 days 0:00:46.390
Loading Kernel Symbols
...............................................................
................................................................
................................................
Loading User Symbols
Loading unloaded module list
......
*******************************************************************************
*                                                                             *
*                        Bugcheck Analysis                                    *
*                                                                             *
*******************************************************************************

Use !analyze -v to get detailed debugging information.

BugCheck F4, {3, fffffa800ceefb30, fffffa800ceefe10, fffff8000358a8b0}

c0000005 Exception in ext.Analyze debugger extension.
      PC: 000007fe`fe0b17a6  VA: 00000000`00000001  R/W: 0  Parameter: 00000000`00000000
2: kd> !analyze -v
*******************************************************************************
*                                                                             *
*                        Bugcheck Analysis                                    *
*                                                                             *
*******************************************************************************

CRITICAL_OBJECT_TERMINATION (f4)
A process or thread crucial to system operation has unexpectedly exited or been
terminated.
Several processes and threads are necessary for the operation of the
system; when they are terminated (for any reason), the system can no
longer function.
Arguments:
Arg1: 0000000000000003, Process
Arg2: fffffa800ceefb30, Terminating object
Arg3: fffffa800ceefe10, Process image file name
Arg4: fffff8000358a8b0, Explanatory message (ascii)

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

c0000005 Exception in ext.analyze debugger extension.
      PC: 000007fe`fe0b17a6  VA: 00000000`00000001  R/W: 0  Parameter: 00000000`00000000
 
It looks like your bug report is cut off as after Arg 4 it usually references more including BUGCHECK_STR and file name, both of which can be extremely helpful.. ie -- when I was troubleshooting my system this was the info after the Arg4:

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


WRITE_ADDRESS: 0000000000000048

CURRENT_IRQL: 2

FAULTING_IP:
nt!MiIdentifyPfn+26f
fffff800`0312cfcf f0410fba6e481f lock bts dword ptr [r14+48h],1Fh

DEFAULT_BUCKET_ID: VISTA_DRIVER_FAULT

BUGCHECK_STR: 0xA

PROCESS_NAME: svchost.exe

TRAP_FRAME: fffff880064143a0 -- (.trap 0xfffff880064143a0)
NOTE: The trap frame does not contain all registers.
Some register values may be zeroed or incorrect.
 
Back
Top