다양한 오류가 있는 빈번한 BSoD

다양한 오류가 있는 빈번한 BSoD

저는 최근에 컴퓨터 구축을 마쳤으며 BSoD와 관련하여 수많은 문제를 겪었습니다. Windows 10에서 Memory_Corruption, Critical_Structure_Corruption 및 IRQL_Not_Less_Or_Equal에 대한 오류가 발생했습니다. 많은 웹 사이트를 통해 내 RAM에 결함이 있다고 믿게 되었지만 Memtest86으로 테스트한 후에는 그렇지 않다는 것을 알게 되었습니다. Windows "Verifier.exe"를 사용하려고 했지만 사용할 때마다 컴퓨터가 계속 충돌하여 Driver_Verifier_Detected_Error가 발생했습니다. 노트북의 오래된 하드 드라이브를 사용하고 있기 때문에 결함이 있는 드라이버일 수도 있지만 문제를 일으킬 수 있는 드라이버를 식별하는 데 운이 없었습니다. 크래시 덤프를 찾아서 WinDbg를 통해 보냈더니 "메모리 손상(1비트)"으로 인해 문제가 발생했다고 합니다. 이 문제를 해결하기 위해 취해야 할 추가 조치가 있다면 도움을 주시면 감사하겠습니다.

최초의 메모리 관리 BSoD:

A problem has been detected and Windows has been shut down to prevent damage
to your computer.

The problem seems to be caused by the following file: ntoskrnl.exe

MEMORY_MANAGEMENT

If this is the first time you've seen this stop error screen,
restart your computer. If this screen appears again, follow
these steps:

Check to make sure any new hardware or software is properly installed.
If this is a new installation, ask your hardware or software manufacturer
for any Windows updates you might need.

If problems continue, disable or remove any newly installed hardware
or software. Disable BIOS memory options such as caching or shadowing.
If you need to use safe mode to remove or disable components, restart
your computer, press F8 to select Advanced Startup Options, and then
select Safe Mode.

Technical Information:

*** STOP: 0x0000001a (0x0000000000041792, 0xfffff6813d5675e8, 0x1000000000000000, 
0x0000000000000000)

*** ntoskrnl.exe - Address 0xfffff8024b74c480 base at 0xfffff8024b60a000 DateStamp 
0x56a849a9

최초의 드라이버 검증자 BSoD:

A problem has been detected and Windows has been shut down to prevent damage
to your computer.

The problem seems to be caused by the following file: ITEhidCIR.sys

DRIVER_VERIFIER_DETECTED_VIOLATION

If this is the first time you've seen this stop error screen,
restart your computer. If this screen appears again, follow
these steps:

Check to make sure any new hardware or software is properly installed.
If this is a new installation, ask your hardware or software manufacturer
for any Windows updates you might need.

If problems continue, disable or remove any newly installed hardware
or software. Disable BIOS memory options such as caching or shadowing.
If you need to use safe mode to remove or disable components, restart
your computer, press F8 to select Advanced Startup Options, and then
select Safe Mode.

Technical Information:

*** STOP: 0x000000c4 (0x0000000000002004, 0xffffe001494dcd98, 0xfffff8018e1701f0, 
0xffffd0003d5db130)

*** ITEhidCIR.sys - Address 0xfffff8018e1701f0 base at 0xfffff8018e170000 DateStamp 
0x51e544ce

편집: Memory_Corruption 오류로 인해 크래시 덤프를 실행한 후 WinDbg는 기본 버킷 ID "WIN8_DRIVER_FAULT"를 명시하고 프로세스 이름은 InstallManager입니다. 이것이 오류에 대해 어떤 의미가 있습니까? 의미가 있다면 제가 현재 사용하고 있는 하드 드라이브는 하드웨어가 많이 다른 오래된 노트북에서 가져온 것입니다.

관련 정보