|
本帖最后由 shan 于 2013-11-8 21:07 编辑
如题。刚学习VBE模式,不太了解。我是先BOOTMGR后转入GRUB,虚拟机和实机都会慢message 3-5秒出现画面,是我哪里写错命令了吗?从2级菜单返回似乎也慢一些,求解!怎么写会快一点呢?menu.lst放在根目录是不是会快一些?
debug off
call Fn.0 0x40000 "!BAT\necho -P:0000 $[0000]\t\t\t\t\t\t\t\t\t\0" && initscript (md)0x200+1
color normal=0x0F highlight=0x0E helptext=0x0A heading=0x07 standard=0x02 border=0x77
graphicsmode -1 1024 768 24
splashimage /BOOT/GRUB/BACK.gz
font /BOOT/GRUB/unifont.hex
timeout 30
default 3
HOTKEY
write 0x8274 0x2001
terminal --font-spacing=1:9
menuset m x=30 y=20 h=16 b=30 n=0
title
clear
title Ghost == > C:\drive \n >>>>\n 一键还原U盘GHO目录下Auto.gho镜像到C盘!
map --mem (bd)/boot/IMGS/uGHOST.IMG (fd0)
map (fd0) (fd1)
map --floppies=2
map --hook
chainloader (fd0)+1
rootnoverify (fd0)
title >>Hard disk<< \n >>>>\n 硬盘启动计算机!
find --set-root --ignore-floppies --ignore-cd /bootmgr || find --set-root --ignore-floppies --ignore-cd /ntldr
map () (hd0)
map (hd0) ()
map --rehook || echo 无需交换磁盘顺序,直接从本地盘启动
find --set-root --ignore-floppies --ignore-cd /bootmgr || find --set-root --ignore-floppies --ignore-cd /ntldr
chainloader (hd0)+1
boot
title Mini Linux = > \n 进入Mini Linux >>>>\n Ubuntu ,SLITAZ ,CDlinux ,PUPPY,Beini ...!
configfile /BOOT/GRUB/linux
title To F6IMG Tool \n >>>>\n 装载额外的SRS磁盘驱动,驱动放任意盘的SRS目录。
#fallback 1
F6IMG
#configfile (md)4+8
configfile /BOOT/GRUB/MENU.LST
boot
title Acronis ATIH 2013 \n ------->>\n 强大Acronis ATIH 2013备份还原工具!
command /BOOT/GRUB/RUN /BOOT/IMGS/atih.iso (0xff)
title ^F9 reboot \n >>>>\n 【F9】重启计算机!
reboot
title ^F10 halt \n >>>>\n 【F10】关闭计算机!
halt
==================================================
这是二级菜单示例:
debug off
call Fn.0 0x40000 "!BAT\necho -P:0000 $[0000]\t\t\t\t\t\t\t\t\t\0" && initscript (md)0x200+1
timeout 30
default 3
title
clear
title ^A 【A】 << = MS_BCD Menu \n >>>>\n 返回BOOTMGR一级维护菜单!
command /boot/grub/run /bootmgr
title
clear
title ^B 【B】 < = Grub 4 dos \n >>>>\n 返回Grub 4 dos维护菜单!
configfile (bd)/BOOT/GRUB/MENU.LST
title
clear。。。。。。。。。。。 |
|