Windows 8 每次都会崩溃并显示不同的消息

Windows 8 每次都会崩溃并显示不同的消息

我的 Windows 8.1 不断崩溃,并出现蓝屏,原因各不相同:tcpip.sys、ntfs......(抱歉,我记不清了)

这是我在系统中找到的所有小型转储的链接:hxxps://drive.google.com/file/d/0B6YlXYX1hRlDRkhUMW9uMDBqMDQ/edit?usp=sharing

我将非常感激任何形式的帮助。

提前致谢

编辑:chkdsk /r 报告

Checking file system on C:
The type of the file system is NTFS.
Volume label is Windows.

A disk check has been scheduled.
Windows will now check the disk.                         

Stage 1: Examining basic file system structure ...
  441600 file records processed.                                                         File verification completed.
  4422 large file records processed.                                      0 bad file records processed.                                      
Stage 2: Examining file name linkage ...
  571332 index entries processed.                                                        Index verification completed.
  0 unindexed files scanned.                                           0 unindexed files recovered.                                       
Stage 3: Examining security descriptors ...
Cleaning up 899 unused index entries from index $SII of file 0x9.
Cleaning up 899 unused index entries from index $SDH of file 0x9.
Cleaning up 899 unused security descriptors.
Security descriptor verification completed.
  64867 data files processed.                                            CHKDSK is verifying Usn Journal...
  37496656 USN bytes processed.                                                            Usn Journal verification completed.

Stage 4: Looking for bad clusters in user file data ...
  441584 files processed.                                                                File data verification completed.

Stage 5: Looking for bad, free clusters ...
  202584007 free clusters processed.                                                        Free space verification is complete.
CHKDSK discovered free space marked as allocated in the
master file table (MFT) bitmap.
CHKDSK discovered free space marked as allocated in the volume bitmap.

Windows has made corrections to the file system.
No further action is required.

 957168639 KB total disk space.
 146076228 KB in 372685 files.
    180040 KB in 64868 indexes.
         0 KB in bad sectors.
    576339 KB in use by the system.
     65536 KB occupied by the log file.
 810336032 KB available on disk.

      4096 bytes in each allocation unit.
 239292159 total allocation units on disk.
 202584008 allocation units available on disk.

Internal Info:
00 bd 06 00 1b ab 06 00 be ee 0a 00 00 00 00 00  ................
da 01 00 00 21 00 00 00 00 00 00 00 00 00 00 00  ....!...........

Windows has finished checking your disk.
Please wait while your computer restarts.

答案1

我查看了你最后 8 个 minidump。它们的变化比我从你的原帖中想象的要少得多。

所有参考网络 (NDIS) 或 NTFS。在所有 NDIS 情况下,VirtualBox 的过滤驱动程序都在堆栈中。在所有 NTFS 情况下,没有 Vbox 的直接证据,但文件系统过滤管理器处于活动状态。

没有其他可见组件是我认为可能的嫌疑人。

我以前使用 Virtual Box 时也遇到过 BSOD。我会禁用 VBox,看看是否有帮助。如果有帮助,请确保您的 Vbox 副本是最新的,或者切换到其他 VM 主机,例如免费版 VMware。

答案2

chkdsk 输出可能没有帮助。

tcpip.sys 是网络堆栈的一部分。tcpip.sys 中的故障不太可能与 ntfs 中的问题有关。

BSOD 会识别出各种不同的组件,这通常是由硬件问题引起的,例如内存错误、CPU 超频或过热、电源不足……诸如此类。您的下一步应该是多次运行 memtest。

相关内容