|
SRS_F6运行后,在loading /win$.iso处卡死不动
一、光盘使用(带grub4dos 与 ezboot双菜单,grub4dos默认)
二、menu.lis如下
timeout 20
default 12
gfxmenu /MESSAGE
configfile /MENU.LST
calc *0x60200=*0x82a0
calc *0x60300=*0x829c
title [01] SRS_F6 TOOL \n auto back boot menu
configfile ()/SRS_F6/SRS_F6.LST || find --set-root /SRS_F6/SRS_F6.LST && configfile ()/SRS_F6/SRS_F6.LST
title
clear
title
clear
title
clear
title
clear
title 【1】启动 win PE系统安装与维护
chainloader /WXPE/SETUPLDR.BIN
title 【2】启动 win PE 2003我心如水
chainloader /BOOT/PETB.BIN
title 【3】进入NTFS分区DOS
map --mem /EZBOOT/NTFSDOS5.IMG (fd0)
map --hook
chainloader (fd0)+1
rootnoverify (fd0)
title 【4】加载USB2.0[plpbt USB1.1用]
kernel /EZBOOT/PLPBT.BIN
find --set-root /EZBOOT/PLPBT.BIN
rootnoverify (fd0)
title 【5】运行 DM 无损的分区工具
map --mem /EZBOOT/DM.IMG (fd0)
map --hook
chainloader (fd0)+1
rootnoverify (fd0)
title 【6】加载SRS_F6 安装windows2003 RS
find --set-root /EZBOOT/SRS_F6.ISO
map --mem /EZBOOT/SRS_F6.ISO (0xff)
map --hook
chainloader (0xff)
boot
title 【7】启动Windows NT/2000/XP/2003
find --set-root --ignore-floppies --ignore-cd /ntldr
map () (hd0)
map (hd0) ()
map --rehook
find --set-root --ignore-floppies --ignore-cd /ntldr
chainloader /NTLDR
title 【8】启动Windows Vista/Windows 7
find --set-root --ignore-floppies --ignore-cd /bootmgr
map () (hd0)
map (hd0) ()
map --rehook
find --set-root --ignore-floppies --ignore-cd /bootmgr
chainloader /BOOTMGR
title 【9】启动EasyBoot易启动菜单
find --set-root --ignore-floppies /LOADER.BIN
chainloader --force (cd)/LOADER.BIN
boot
三、win$.ISO为win2003 R2的CD1
四、SRS_F6.ISO放在ezboot目录内
五、SRS_F6.iso里的menu没改动
请教下我哪里弄错了,新手,不是很懂这个 |
|