笔记本硬盘格式化复制完重启后无法安装系统

来源:百度知道 编辑:UC知道 时间:2024/05/19 12:33:39
笔记本低格了一下分完区后安装系统,开始一切正常,就在复制完文件后,电脑自动重启,以后就光标闪动,无法安装系统了。有时显示:
about to reset the boot drive.report bug if the machine hangs here.
return from int13/AH=0.The reset of the boot drive is ok.
About to enable gate A20.report bug if the machine hangs here.
Gate A20 is turned on successfully.
cd-rom setup is ok.
root(hd0,0)
filesystem type is ntfs,partition type 0x7 chainloader +1

gate A20 is turned off successfully.
能告诉具体的解决方法吗
今天又显示
root(hd0,0)
filesystem type is fat,partition type 0x6 chainloader +1

Gate A20 Option
功能:设置A20 地址线的控制模式
设定值:Fast 或Normal
A20 地址线的控制方式指系统对于1MB 以上的那部分内存空间如何进行访问。由于历史的原因,早期的电脑只有1MB 内存空间,软件所能使用的内存容量最大为1MB。后来,由于技术的进步,软件要求使用更多的内存,因此需要系统能够提供更大的内存空间。A20信号的出现就是用来解决这个问题。
当该选项设为“Normal”时,系统使用键盘控制器芯片来控制A20 信号;当该选项设为“Fast”时,系统使用主板上的芯片来控制A20 信号。使用主板芯片来控制A20 信号时,可以提高内存的访问速度,从而提高系统的性能,所以建议将此选项设为“Fast”。