粟子树图片大全大图片:装系统时出现“Error loading operating system",重启后无法再装系统

来源:百度文库 编辑:高考问答 时间:2024/04/29 03:47:08

重动时错误加载!!!

参考资料::::::
maxtor官方:Suggestions to Resolve the Condition:
1)Apply power to the computer. 开机(不插硬盘)。
2)Access the system BIOS. Set the drive type as None or Not Installed. Load BIOS Defaults .Load SETUP Defaults .在BIOS里,把硬盘设为NONE。
3)Save the BIOS changes and reboot the PC to a System Boot Diskette. 用启动盘重启机。
4)Shut down the PC after the memory count is displayed. 检测完内存后关机。
5)Reconnect the power and interface cables to the hard drive. 重新插上硬盘电源和数据线。
6)Access the System BIOS. 进入BIOS。
7)Auto-Detect the hard drive. Ensure that the LBA Mode option is enabled. 设为自动检测硬盘。确认LBA模式无误。
8)Save the BIOS changes and boot the PC with a System Diskette. 软盘启动。
9)Partition and format the hard drive via the operating system. 分区格式化。
10)Reboot the system. On bootup, the screen should read: 重启机,显示如下:
Verifying DMI Pool Data Update Successful
11)The system should continue booting normally. 正常。

Other Possible Solutions:

1)Apply power to the computer. 开机。
2)Access the System BIOS. 进入BIOS。
3)Disable both the Internal and External CPU Cache. These features are located in either the "BIOS Features" or "Advanced Settings" options of the BIOS Setup. NOTE: Consult the System or Motherboard User\'s Manual for exact location of the Internal and External CPU Cache settings. 参考系统或主板说明,在"BIOS Features"或 "Advanced Settings"选项里,将内/外部CPU Cache设置为不可用。
4)Save the BIOS changes and reboot the PC to a System Boot Diskette. On bootup, the screen should read: 重启机,显示如下:
Verifying DMI Pool Data Update Successful
The system should continue booting normally. 可以正常引导。
7)After the system successfully boots, re-start the PC and access the system BIOS.
Enable the External CPU Cache. This feature is located in the "BIOS Features" or "Advanced Settings".
NOTE: Consult the System or Motherboard User\'s Manual for exact location of the External CPU Cache setting.成功引导后,重启机,在BIOS里将CPU的两个项恢复为enable。
! WARNING ! User\'s MUST re-enable this feature for optimal system performance. 该步骤必须执行。
8)Save the BIOS changes and reboot the PC to a System Boot Diskette. On bootup, the screen should read:
Verifying DMI Pool Data
Update Successful
The system should continue booting normally.
再重启,可正常使用。

NOTE: If the aforementioned suggestions fail to resolve the issue, contact the system or motherboard manufacturer to:
Remove the "Clear CMOS" Jumper and reset the system BIOS
Obtain a Flash BIOS Upgrade

用光盘启动也不能装吗?
试下儿。

造成该故障的原因一般是DOS引导记录出现错误。DOS引导记录位于逻辑0扇区,是由高级格式化命令FORMAT生成的。主引导程序在检查分区表正确之后,根据分区表中指出的DOS分区的起始地址,读DOS引导记录,若连续读五次都失败,则给出“Error loading opearting system”的错误提示,若能正确读出DOS引导记录,主引导程序则会将DOS引导记录送入内存0:7C00h处,然后检查DOS引导记录的最后两个字节是否为55AAH,若不是这两个字节,则给出“Missing operation system”的提示。一般情况下用NDD修复即可。若不成功,只好用FORMAT C:/S命令重写DOS引导记录,也许你会认为格式化后C盘数据将丢失,其实不必担心,数据仍然保存在硬盘上,格式化C盘后可用NU8.0中的UNFORMAT恢复。如果曾经用DOS命令中的MIRROR或NU8.0中的IMAGE程序给硬盘建立过IMAGE镜像文件,硬盘可完全恢复,否则硬盘根目录下的文件全部丢失,根目录下的第一级子目录名被更名为DIR0.DIR1.DIR2……,但一级子目录下的文件及其下级子目录完好无损,至于根目录下丢失的文件,你可用NU8.0中的UNERASE再去恢复即可。