请教ghost时的 英文提示什么意思?

来源:百度知道 编辑:UC知道 时间:2024/06/28 13:21:15
做ghost时,出现了以下的提示,然后就不动了,请问,应怎么做?launching grub.....
About to reset the boot drive.Report bug if the machine hangs here.
Return form 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 OK.
_

按ESC能跳到grub>提示符下吗?能的话继续,不能的话跳转查看方法2。

grub问题解决的方法一:
在grub下输入以下代码:
grub>rootnoverify (hd0,0)
grub>makeactive
grub>chainloader +1

方法2:就是用深山红叶dos工具箱进入dos,输入:
fdisk /mbr
重启就可以了。

PS:把U盘做成USB-ZIP启动的,可能就可以识别成A盘,重在实践。

方法3:进入PE,在装有原来XP的C盘下,新建文本文件,文件名为menu.lst,写入一下内容:
==================================
timeout 30
default 0
title boot winxp
rootnoverify (hd0,0)
makeactive
chainloader +1
=================================
拔出U盘,重启系统试试。

以上是我能想到的最简单的方法了,如果问题解决,请选我的为最佳答案。有什么不明白的PM给我。晚上一般都在。