|
3#
楼主 |
发表于 2007-10-4 08:36:55
|
只看该作者
回复 #2 hytmtet 的帖子
有啊,在进入急救中心时就已经UNLOCK了,如下:
linux.img,修改autoexec.bat文件内容。
autoexec.bat内容修改如下:
@echo off
HPA -U -C >nul
GRUB.exe
然后我在menu.hpa内容为:
timeout 20 /*等待二十秒后
default 0 /*默认启动第一项即一键恢复
find --set-root /BOOT/wzc/fonts.gz /*字体文件,
fontfile /BOOT/wzc/fonts.gz /*背景图片文件
find --set-root /BOOT/wzc/picture.GZ
splashimage /BOOT/wzc/picture.GZ
title 启动 [一键恢复].......................{默认20秒后还原}
find --set-root /BOOT/ghost/memdisk.gz /*加载软盘镜像的文件
kernel /BOOT/ghost/memdisk.gz
find --set-root /BOOT/ghost/recover.img /*一键恢复文件
initrd /BOOT/ghost/recover.img
title 启动 [一键备份]
find --set-root /BOOT/ghost/memdisk.gz
kernel /BOOT/ghost/memdisk.gz
find --set-root /BOOT/ghost/backup.img /*一键备份文件
initrd /BOOT/ghost/backup.img
title 运行 [老九WinPE 老毛桃修改之撒手不管版(Build 070911)]
find --set-root /winpe
chainloader /winpe
title 深山红叶DOS工具箱(这个在HPA分区提示找不到文件,我的问题就在这:'( )
map --mem /BOOT/ghost/dos.img (fd0)
map --hook
chainloader (fd0)+1
rootnoverify (fd0)
title 深山红叶DOS工具箱(这个在C盘启动得了)
map --mem (hd0,0)/wxy/dos.img (fd0)
map --hook
chainloader (fd0)+1
rootnoverify (fd0)
title 启动第一块硬盘第一分区系统
root (hd0,0)
chainloader +1
title 重新启动计算机
reboot
title 关闭计算机
halt
对了是不是dos.img文件大小的问题?上次好像在哪个贴看到了在hpa分区下得用1.44M或2.88M的镜像,而我的dos.img有8.91M,可是我这两天找遍了论坛也找不到答案:'( :'( :'( :'(
[ 本帖最后由 duyongxing 于 2007-10-4 08:44 AM 编辑 ] |
|