黑屏设备无法工作

黑屏设备无法工作

出现黑屏,当系统再次运行时出现此消息:

Problems Signature:
   Problem Event Name: BlueScreen
   OS version: 6.1.7601.2.1.0.256.48
   Locale ID: 1053

Additional information about the problem:
   BCCode: 7a
   BCP1: FFFFF6FB80008000
   BCP2: FFFFFFFFC00000B5
   BCP3: 000000000F396880
   BCP4: FFFFF70001000000
   OS Version: 6_1_7601
   Service Pack: 1_0
   Product: 256_1

答案1

你得到了 Bug 检查0x7A:KERNEL_DATA_INPAGE_ERROR

此错误检查表明无法将分页文件中请求的内核数据页读入内存。

参数2中的错误代码C00000B5表示IO操作超时:

C:\Users\André>err C00000B5
# for hex 0xc00000b5 / decimal -1073741643
  STATUS_IO_TIMEOUT                                              ntstatus.h
# {Device Timeout}
# The specified I/O operation on %hs was not completed before
# the time-out period expired.
# 1 matches found for "C00000B5"

检查SMART 状态你的硬盘。可能是你的硬盘坏了。另外,尝试(如果你使用台式电脑)将硬盘连接到不同的 SATA 端口(使用新电缆)

相关内容