windows XP系统Stop c0000218 unknown hard error 蓝屏故障的解决方法

编程知识 更新时间:2023-05-02 14:49:41

     电脑启动时能进入WinXP的滚动条画面,之后就死在那里,强行重启则开机自检C盘,检查完毕后,则出现蓝屏,显示内容为“stop:c0000218 Unknown Hard Error”字样。开机按 F8 选择“最后一次正确配置”以及“安全模式”都出现同样的问题。

    这个情况以前倒是没遇见过,看字面意思应该是硬件的问题,首先怀疑内存,取下来后用橡皮擦了金手指,回装后开机依然如故,又换了个插槽仍然如此,然后重新换了一块内存条,还是如此,基本可以排除是内存的问题。再看硬盘灯闪烁的情况,是偶尔一会儿亮一下,貌似应该不是硬盘的问题,真是奇怪了。利用U盘,能进入PE,然后对磁盘进行扫描,也没有异常。利用 DiskGenius 扫描磁盘坏道,也没有发现任何异常。那就应该不是硬件方面的问题。

第一次尝试 

    后来上网一查,有人说是系统引导的问题,开始怀疑不大可能,引导问题怎么会显示为“Unknown Hard Error”,再一想试试或许没错。进入PE后,利用 “系统引导自动修复”工具,进行修复, 然后重启,我勒个。。。。。故障依然

第二次尝试 

经过一番网络查找、研究,终于找到解决办法,并成功解决,步骤如下:

【参考方案】微软官方的解决方案  http://support.microsoft/?scid=kb;en-us;156640

微软官方对此的故障分析及解决方案如下:

    Stop 0xc0000218 error message means that a necessary registry hive file could not be loaded. This error message can occur if the file is corrupt or missing. To resolve this issue, you can reinstall the operating system and restore the registry files from a backup. The registry files may have been corrupted because of hard disk corruption or some other hardware problem.

    This error message can also occur if the driver has corrupted the registry data while loading into memory, or the memory where the registry is loading has a parity error. In the latter case, turn off the external cache and check the memory chips.

To resolve this issue, follow these steps:

    Start your computer by running the Recovery Console, run the chkdsk /p command on the drive, and then restart your computer. Test to determine whether the issue is resolved. If the issue is resolved, do not complete the remaining steps. If the issue is not resolved, go to step 2.

When Windows loads, press SPACE BAR when the "Load Last Known Good" message appears.

Complete a parallel installation, and restore the registry files from a tape backup. To do so:

Reinstall Windows in a separate folder.

    Restore the damaged registry hive from backup. This procedure is specific to the backup application that you used to make a backup. Consult the documentation of your backup application or consult the vendor if you need assistance. Typically, this procedure requires you to restore a system state backup to an alternate location, and then copy the appropriate registry files to the %SYSTEMROOT%/System32/config folder of the damaged operating system.

    If you do not have a tape backup, include the backup of network servers and production workstations.

    NOTE: If Windows is stored on a FAT partition, you can restore the files by using another computer and by copying the registry hive files to the %SYSTEMROOT%/System32/Config subfolder.


    根据微软的解释,发生c0000218 unknown hard error 蓝屏故障的主要原因是由于非法关机导致注册表写入错误。具体是是注册表的Software文件(C:/Windows/System32/Config /下)已经损坏,在备份Copy的时候,显示“循环冗余”检查错误。

解决方法是:


  1. 使用UltraISO + WinPeBoot.iso 制作U盘启动盘, UltraISO 与 WinBoot.iso 这两个文件从网上搜索下载就可以了。

  2. 利用UltraISO制作启动盘,可以把WinPeBoot.iso刻录到光盘,或者U盘上,然后在计算机的Bios中设定CD/DVD启动或者USB-HDD优先启动。

  3. 使用上面的U盘启动,进入系统后在U盘目录中找到 【外置程序/FINALDATA/FINALDATA.EXE】 ,启动之。在FINALDATA软件的目录中找到 C:/Windows/System32/Config下的Software和Software.log文件,分别选中这2个文件,在右键菜单中选择“恢 复”,另存一个位置,只能是根目录,比如 F:盘;然后退出软件。

  4. 在PE的资源管理器中,把 C:/Windows/System32/Config 下的 Software 和 Software.log 文件先备份一下,然后将上一步恢复后生成的Software和Software.log 这2个文件拷贝到C:/Windows/System32/Config 目录中;

  5. 退出U盘启动的PE,重新开机启动。

  6. 注:在进行上述操作前,曾运行了PE中的诺顿磁盘修复工具,这次的故障排除是否与该操作有关,尚待进一步验证。


重要结论:c0000218 unknown hard error 蓝屏故障看似是硬件故障,其实是XP启动时的注册文件的损坏,可以通过损坏文件的修复排除故障,而不需要重装系统。

# 如何利用UltraISO 刻录到U盘
# 可以参考:http://jingyan.baidu/article/363872ec8b4f6a6e4ba16f2b.html

1、启动UltraISO,点击“文件”菜单下的“打开”按钮,打开已准备好的ISO镜像文件。
2、接下来就是刻录U盘的过程了。点击菜单栏里的“启动”菜单下的“写入硬盘映像”命令,打开“写入硬盘映像”对话框。
3、“硬盘驱动器”里就是选择你要刻录的U盘,写入方式默认是USB-HDD+ (推荐),还有USB-HDD、USB-ZIP、USB-ZIP+,共四种供选择,这主要取决于你的主板支持的启动类型.


FINALDATA软件 运行界面:

点击【文件】-【打开】,然后选择驱动器:


转载于:https://blog.51cto/skypegnu1/1631826

更多推荐

windows XP系统Stop c0000218 unknown hard error 蓝屏故障的解决方法

本文发布于:2023-04-26 19:01:00,感谢您对本站的认可!
本文链接:https://www.elefans.com/category/jswz/101ae62157948db5458d955057857718.html
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
本文标签:蓝屏   解决方法   故障   系统   Stop

发布评论

评论列表 (有 0 条评论)
草根站长

>www.elefans.com

编程频道|电子爱好者 - 技术资讯及电子产品介绍!

  • 105893文章数
  • 26892阅读数
  • 0评论数