|
8#
楼主 |
发表于 2012-5-1 15:23:47
|
只看该作者
哎 读不懂啊,不知要怎么加参数,试着加了X Y座标及时间,有点进度的感觉,我加在了所有的tile 之前,须等这个进度显示完了才出现菜单画面。
debug off
find --set-root --devices=h /f9.img || chainloader (hd0,0)+1 && boot
map --mem /f9.img (fd0) && map --hook
command --set-path=(fd0)/grub
hotkey -nc
call Fn.0 0x40000 "!BAT\necho -P:0000 $[0000]\t\t\t\t\t\t\t\t\t\0" && initscript (md)0x200+1
graphicsmode -1 800
splash (fd0)/grub/bj/back.bmp
read 0x1800820 || font (fd0)/grub/myfont.hex.gz
terminal --font-spacing=1:8
color normal=0x0F highlight=0x0E helptext=0x0A heading=0x02 standard=0x02 border=0x77
default 0
timeout 5
iftitle ^F1 [find --set-root --devices=h /ntldr && call set [email=ntldr=%@root^%]ntldr=%@root^%[/email]]
map --unmap=1
map --rehook
chainloader %ntldr%/ntldr
iftitle ^F2 [find --set-root --devices=h /bootmgr && call set [email=ntldr=%@root^%]ntldr=%@root^%[/email]]
map --unmap=1
map --rehook
chainloader %bootmgr%/bootmgr
title ^F9
pause --wait=0 请输入一键还原密码 && password =123 || configfile (md)4+8
configfile (fd0)/image.lst
[ 本帖最后由 xiaoy 于 2012-5-1 15:32 编辑 ] |
|