T3500通过PXE克隆报“Unable to Control A20 Line XMS Driver not installed”

问题:使用deepin_ghost1.6中的PXE网络GHOST时提示如下错误信息:

ERROR:Unable to control A20 line!XMS Driver not installed.

Warning:the high memory area (HMA) is not available.

Additional low memory (below 640K) will be used instead.

Memory allocation error

Cannot load CO

解决办法:

(1)通过3Com Boot Image Editor打开gcdos.sys,提取CONFIG.SYS文件

(2)采用NotePad++打开CONFIG.SYS,修改如下内容:

将:

DEVICE=HIMEM.SYS
DOS=HIGH
FILES=80
LASTDRIVE=Z

修改为:

DEVICE=HIMEM.SYS /M:1
DOS=HIGH
FILES=80
LASTDRIVE=Z

posted @ 2013-10-06 17:36  qing0991  阅读(1992)  评论(1)    收藏  举报