|
本帖最后由 2013ghurfj 于 2013-8-5 15:36 编辑
用FbinstTool做成启动盘后,启动速度过慢,一个win7PE,才100多M,。加载个pe要3分钟左右,有点夸张些,(测试机器G41+E5200)然而主板带有USB3.0的U盘那加载快的没法说10秒多点(测试机B75+G840)
U盘是用的威刚S102 Pro32GB,正常情况下在USB3.0接口下写入速度达40M以上,不知道是不是哪里设置错误了,求高手指点一二。。。。。。。。。。。。。。。。。。。。。
下面是GRUB菜单
debug off
checkrange 0x21 read 0x8280 && pxe detect DoNothing
command --set-path=(ud)/BOOT/GRUB/
timeout 10
default 0
gfxmenu (ud)/BOOT/GRUB/MESSAGE
configfile (md)4+8
title 【01】 运行Win03pe增强版
echo $[1106] Loading UMaster WIN03PE.ISO, Please Wait ...
map --mem (ud)/PE/WINPE.ISO (0xff) ! map (bd)/PE/WINPE.ISO (0xff)
map --e820cycles=0
map --hook
chainloader (0xff)
title 【02】 运行Win7pe精简版
echo $[1106] Loading UMaster WIN8PE.ISO, Please Wait ...
map --mem (ud)/PE/WIN7pe.ISO (0xff) ! map (bd)/PE/WIN7pe.ISO (0xff)
map --e820cycles=0
map --hook
chainloader (0xff)
title 【03】 运行Win8pe网络版
echo $[1106] Loading UMaster WIN03PE.ISO, Please Wait ...
map --mem (ud)/PE/WIN8pe.ISO (0xff) ! map (bd)/PE/WIN8pe.ISO (0xff)
map --e820cycles=0
map --hook
chainloader (0xff)
title 【04】 Ghost备份还原
RUN (ud)/BOOT/IMGS/3GHOST.IMG
title 【05】 运行Disk Genius 4.3
RUN (ud)/BOOT/IMGS/DGDOS.IMG
title 【06】 运行MaxDos工具箱
RUN (ud)/BOOT/IMGS/MAXDOS.IMG
title 【07】 运行MHDD 4.6
RUN (ud)/BOOT/IMGS/MHDD46.IMG
title 【07】 运行rst 4.2
RUN (ud)/BOOT/IMGS/RST.IMG
title 【08】 Windows登陆密码破解
RUN (ud)/BOOT/IMGS/PASSWORD.IMG
title 【09】 启动USB2.0加速电脑启动
(ud)/BOOT/GRUB/USB_ACC.0PE
title 【10】 启动自定义ISO
command RUN /ISO/
title 【11】 安装原版Win7/8系统
RUN (ud)/BOOT/GRUB/MENU2.LST
title 【12】 ===尝试从本地硬盘启动===
find --set-root --ignore-floppies --ignore-cd /ntldr || find --set-root --ignore-floppies --ignore-cd /bootmgr
map () (hd0)
map (hd0) ()
map --rehook
find --set-root --ignore-floppies --ignore-cd /ntldr || find --set-root --ignore-floppies --ignore-cd /bootmgr
chainloader /ntldr || chainloader /bootmgr
|
|