ASUS G74sx - depois de BSOD, HDD e CD-Rom desaparece até da BIOS

1

Eu tenho um laptop ASUS G74sx DH-71.

Pré-requisitos:

  1. HDD em execução no modo AHCI .
  2. HDD S.M.A.R.T. 100% Health - Testei sem problemas, realocs ou outros problemas .
  3. Ram testado com memtest86 + 6 ciclos - sem problemas .
  4. Sistema operacional - Windows 7 Ultimate x64 .

Problema 1:

Após uma instalação limpa eu atualizei com o windows update e agora estou recebendo BSODs.

Problema 2:

Após BSOD, HDD & O CD-Rom desaparece da BIOS. Somente após o desligamento / reinício, eles aparecem novamente.

Medidas que eu tentei aplicar:

  1. Jogue com vários drivers de chipset ( mais recente vs mais antigo vs de asus.com/support)
  2. Realize um teste de estresse via AIDA64 para todos os componentes
  3. Reinstale o sistema
  4. Verifique a versão atual do BIOS - é a mais recente instalada

Observações:

  1. É BSODs mesmo quando ocioso.
  2. Principalmente é um erro de 0xF4 do ntkrnlpa.exe (nt + 0xDEE0C) exibido

Enviei os despejos usando a SF Diagnostic Tool por favor, dê uma olhada .

    
por Cristian E. 15.01.2015 / 20:05

1 resposta

1

De acordo com o arquivo dmp, o csrss.exe é fechado devido a um erro de IO:

(NTSTATUS) 0xc0000006 -   STATUS_IN_PAGE_ERROR                                           
# The instruction at 0x%p referenced memory at 0x%p. The
# required data was not placed into memory because of an I/O
# error status of 0x%x.

isso faz com que o seu Windows seja desligado.

*******************************************************************************
*                                                                             *
*                        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: 00000003, Process
Arg2: 8739ad40, Terminating object
Arg3: 8739aeac, Process image file name
Arg4: 82e18f30, Explanatory message (ascii)

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

PROCESS_OBJECT: 8739ad40

IMAGE_NAME:  csrss.exe

PROCESS_NAME:  csrss.exe

EXCEPTION_CODE: (NTSTATUS) 0xc0000006 - Die Anweisung bei "0x%p" verwies auf Speicher bei "0x%p". Die erforderlichen Daten wurden aufgrund eines E/A-Fehlers in "0x%x" nicht an den Arbeitsspeicher  bertragen.

BUGCHECK_STR:  0xF4_IOERR

CUSTOMER_CRASH_COUNT:  1

DEFAULT_BUCKET_ID:  WIN7_DRIVER_FAULT

CURRENT_IRQL:  0

STACK_TEXT:  
9a29eb9c 82ede96b 000000f4 00000003 8739ad40 nt!KeBugCheckEx+0x1e
9a29ebc0 82e5c06d 82e18f30 8739aeac 8739afb0 nt!PspCatchCriticalBreak+0x71
9a29ebf0 82e5bfb0 8739ad40 8692fa88 c0000006 nt!PspTerminateAllThreads+0x2d
9a29ec24 82c3d8c6 ffffffff c0000006 0180f40c nt!NtTerminateProcess+0x1a2
9a29ec24 772270f4 ffffffff c0000006 0180f40c nt!KiSystemServicePostCall
WARNING: Frame IP not in any known module. Following frames may be wrong.
0180f40c 00000000 00000000 00000000 00000000 0x772270f4


FAILURE_BUCKET_ID:  0xF4_IOERR_IMAGE_csrss.exe

BUCKET_ID:  0xF4_IOERR_IMAGE_csrss.exe

FAILURE_ID_HASH_STRING:  km:0xf4_ioerr_image_csrss.exe

verifique seu HDD novamente com uma ferramenta diferente. Substitua também o cabo SATA.

    
por 16.01.2015 / 07:06