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 a kernel debugger is available get the stack backtrace.
f_ih.sys ( Timestamp: Thu Oct 17 15:07:57 2013 (525F7EBD) )
BAD_POOL_HEADER
The pool is already corrupt at the time of the current request.
This may or may not be due to the caller.
The internal pool links must be walked to figure out a possible cause of
the problem, and then special pool applied to the suspect tags or the driver
verifier to a suspect driver.
Invalid system memory was referenced. This cannot be protected by try-except,
it must be protected by a Probe. Typically the address is just plain bad or it
is pointing at freed memory.
DRIVER_IRQL_NOT_LESS_OR_EQUAL
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.
e1e6032.sys ( Timestmp: Wed Mar 25 03:16:11 2009 (49C9236B) )
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.
PROCESS_NAME: wininit.exe
F4는 기본적으로 저장장치와 관련된 버그체크다. 몇 가지 디스크 체크가 필요하다.
1. Update your SSD's Firmware (skip it, if it is not a SSD)
2. Reseat the sata and power.
3. Run chkdsk /f/r, following the option two of the tutorial Disk Check(http://www.sevenforums.com/tutorials/433-disk-check.html)
4. Seatool for dos: SeaTools | Seagate(http://www.seagate.com/support/downloads/seatools/) download
Burn it in a blank cd. boot from the CD, click on "Accept", wait for it to finish detecting the drives, then in the upper left corner select "Basic Tests", then select "Long Test" and let it run.
This is a very common bugcheck. Usually the exception address pinpoints
the driver/function that caused the problem. Always note this address
as well as the link date of the driver/image that contains this address.
Some common problems are exception code 0x80000003. This means a hard
coded breakpoint or assertion was hit, but this system was booted
/NODEBUG. This is not supposed to happen as developers should never have
hardcoded breakpoints in retail code, but ...
If this happens, make sure a debugger gets connected, and the
system is booted /DEBUG. This will let us see why this breakpoint is
happening.
Exception Code 0xc000001d The exception code that was not handled