Hi,
Remove ALL power and reseat all the cards, memory, and cables (both ends when possible) -
actually remove and replace - do not just snug. Make sure the BIOS, low level chipset drivers,
and major device drivers are all up to date by check manually at the makers' sites.
Use the methods such as SFC, CheckDisk, Driver Updates, and others in the troubleshooter
referred to in this link as they will help solve or at least narrow down the issues. After those
you can post the information from BlueScreenView and these other utilities so we can offer
more specific advice. Of course checking with a real computer shop or System Maker's
Support would be a good idea however I would try the possible solutions you can first.
Are you using RAID? If so those drivers would be very suspect. Also diskspace and other hard
drive issues are high on the list.
If you are sure disk issues are not the cause :
Think Video drivers mainly though it can be others. See the driver section in my generic bluescreen
troubleshooting methods. BIOS, low level chipset drivers and antivirus/antispyway/security programs
can also cause this. Check the troubleshooter and when you get to the driver section refer to the
generic methods in next message and then return to the troubleshooter if needed.
BCCode: 1e 0x0000001e
Cause
This is a very common bug check. To interpret it, you must identify which exception was generated.
Common exception codes include:
- 0x80000002: STATUS_DATATYPE_MISALIGNMENT An unaligned data reference was encountered.
- 0x80000003: STATUS_BREAKPOINT A breakpoint or ASSERT was encountered when no kernel debugger was attached to the system.
- 0xC0000005: STATUS_ACCESS_VIOLATION A memory access violation occurred. (Parameter 4 of the bug check is the address that the driver attempted to access.)
For a complete list of exception codes, see the ntstatus.h file located in theinc directory of the Windows Driver Kit.
Resolution
If you are not equipped to debug this problem, you should use some basic troubleshooting techniques. If a driver is identified in the bug check message, disable the driver or check with the manufacturer for driver updates. Try changing video adapters. Check with your hardware vendor for any BIOS updates. Disable BIOS memory options such as caching or shadowing.
If you plan to debug this problem, you may find it difficult to obtain a stack trace. Parameter 2 (the exception address) should pinpoint the driver or function that caused this problem.
If exception code 0x80000003 occurs, this indicates that a hard-coded breakpoint or assertion was hit, but the system was started with the**/NODEBUG** switch. This problem should rarely occur. If it occurs repeatedly, make sure a kernel debugger is connected and the system is started with the**/DEBUG** switch.
If exception code 0x80000002 occurs, the trap frame will supply additional information.
If the specific cause of the exception is unknown, the following should be considered:
Hardware incompatibility. First, make sure that any new hardware installed is listed in the Microsoft Windows Marketplace Tested Products List.
Faulty device driver or system service. In addition, a faulty device driver or system service might be responsible for this error. Hardware issues, such as BIOS incompatibilities, memory conflicts, and IRQ conflicts can also generate this error.
If a driver is listed by name within the bug check message, disable or remove that driver. Disable or remove any drivers or services that were recently added. If the error occurs during the startup sequence and the system partition is formatted with NTFS file system, you might be able to use Safe Mode to rename or delete the faulty driver. If the driver is used as part of the system startup process in Safe Mode, you need to start the computer by using the Recovery Console to access the file.
If the problem is associated with Win32k.sys, the source of the error might be a third-party remote control program. If such software is installed, the service can be removed by starting the system using the Recovery Console and deleting the offending system service file.
Check the System Log in Event Viewer for additional error messages that might help pinpoint the device or driver that is causing bug check 0x1E. Disabling memory caching of the BIOS might also resolve the error. You should also run hardware diagnostics, especially the memory scanner, supplied by the system manufacturer. For details on these procedures, see the owner's manual for your computer.
The error that generates this message can occur after the first restart during Windows Setup, or after Setup is finished. A possible cause of the error is a system BIOS incompatibility. BIOS problems can be resolved by upgrading the system BIOS version.
BCCode: 1E 0x0000001E <-- read this linkhttp://www.faultwire.com/solutions-fatal\_error/Check-to-be-sure-you-have-adequate-disk-space-0x0000001E-\*1045.html?order=date
===========================================================
The primary cause of this Bug_Check is disk issues however it can be caused by memory problems
and even antivirus/antispyware/security programs.
BCCode: 24 0x00000024Cause
One possible cause of this bug check is disk corruption. Corruption in the NTFS file system or bad blocks (sectors) on the hard disk can induce this error. Corrupted SCSI and IDE drivers can also adversely affect the system's ability to read and write to disk, thus causing the error.
Another possible cause is depletion of nonpaged pool memory. If the nonpaged pool memory is completely depleted, this error can stop the system. However, during the indexing process, if the amount of available nonpaged pool memory is very low, another kernel-mode driver requiring nonpaged pool memory can also trigger this error.
Resolving the Problem
To debug this problem: Use the .cxr (Display Context Record) command with Parameter 3, and then use the kb (Display Stack Trace) command.
To resolve a disk corruption problem: Check Event Viewer for error messages from SCSI and FASTFAT (System Log) or Autochk (Application Log) that might help pinpoint the device or driver that is causing the error. Try disabling any virus scanners, backup programs, or disk defragmenter tools that continually monitor the system. You should also run hardware diagnostics supplied by the system manufacturer. For details on these procedures, see the owner's manual for your computer. RunChkdsk /f /r to detect and resolve any file system structural corruption. You must restart the system before the disk scan begins on a system partition.
To resolve a nonpaged pool memory depletion problem: Either add new physical memory to the computer (thus increasing the quantity of nonpaged pool memory available to the kernel), or reduce the number of files on the Services for Macintosh (SFM) volume.
BCCode: 24 0x00000024 <-- read this link
http://www.faultwire.com/solutions-fatal\_error/NTFS-FILE-SYSTEM-0x00000024-\*1051.html?order=votes
Rob Brown - MS MVP - Windows Desktop Experience : Bicycle - Mark Twain said it right.