|
如题:VBE菜单下,按上下键,跳来跳去。左右键也是一样,但在虚拟机下却没问题。求大大们解下此Bug...谢谢!grub4dos-0.4.6a版本。
菜单如下:
terminal console
debug off
command --set-path=(ud)/BOOT/GRUB/
call Fn.0 0x40000 "!BAT\necho -P:0000 $[0000]\t\t\t\t\t\t\t\t\t\0" && initscript (md)0x200+1
checkrange 0x21 read 0x8280 > nul && pxe detect NotExist
graphicsmode -1 100:1000 100:1000 24:32
#command BGAutoChange (ud)/BOOT/GRUB/BG/
splashimage (ud)/BOOT/GRUB/BACK.LZMA #或用压缩过的格式 XX.lzma
font (ud)/BOOT/GRUB/UNIFONT.HEX
color normal=0x0F highlight=0x00CCFF helptext=0x0A heading=0x02 standard=0x02 border=0x77
MENUSETTING 1 6 0 n n 5 40 27
HOTKEY -nc
timeout 15
default 10
title 【01】启动 Windows 8 PE维护版 \n
checkrange 0x30001:-1 read 0x8298
clear
echo $[1106] Loading Windows 8 PE,Please wait...
map --mem (ud)/PE/WIN8PE.ISO (0xff) ! map (ud)/PE/WIN8PE.ISO (0xff)
map --hook
chainloader (0xff)
title 【02】启动 MINI PE微型系统 \n
checkrange 0x30001:-1 read 0x8298
clear
F6IMG
echo $[1106] Loading LMT WIN03PE.ISO, www.laomaotao.net
map --mem (ud)/PE/MINIPE.ISO (0xff) ! map (ud)/PE/MINIPE.ISO (0xff)
map --e820cycles=0
map --hook
chainloader (0xff)
title 【03】运行 GHOST11.2手动还原备份 \n
if exist (ud)/BOOT/IMGS/GHOST1102.IMG || find --set-root /BOOT/IMGS/GHOST1102.IMG
map --mem (ud)/BOOT/IMGS/GHOST1102.IMG (fd0)
map --hook
chainloader (fd0)+1
rootnoverify (fd0)
title 【04】运行 MaxDOS9增强版工具 \n
if exist (ud)/BOOT/IMGS/MAXDOS93.IMG || find --set-root /BOOT/IMGS/MAXDOS93.IMG
echo $[1104] Loading MaxDos9.3, Please Wait...
map --mem (ud)/BOOT/IMGS/MAXDOS93.IMG (fd0)
map --hook
chainloader (fd0)+1
rootnoverify (fd0)
title 【05】运行 DiskGenius4.3.0磁盘分区 \n
if exist (ud)/BOOT/IMGS/DiskGen43.IMG || find --set-root /BOOT/IMGS/DiskGen43.IMG
map --mem (ud)/BOOT/IMGS/DiskGen43.IMG (fd0)
map --hook
chainloader (fd0)+1
rootnoverify (fd0)
title 【06】运行 MHDD V4.6硬盘检测程序 \n
if exist (ud)/BOOT/IMGS/MHDD46.IMG || find --set-root /BOOT/IMGS/MHDD46.IMG
map --mem (ud)/BOOT/IMGS/MHDD46.IMG (fd0)
map --hook
chainloader (fd0)+1
rootnoverify (fd0)
title 【07】运行 MEMTEST5.0内存检测 \n
if exist (ud)/BOOT/IMGS/MemT501.IMG || find --set-root /BOOT/IMGS/MemT501.IMG
map --mem (ud)/BOOT/IMGS/MemT501.IMG (fd0)
map --hook
chainloader (fd0)+1
rootnoverify (fd0)
title 【08】绕过Windows登录密码 \n
if exist (ud)/BOOT/IMGS/KONBOOT.IMG || find --set-root /BOOT/IMGS/KONBOOT.IMG
map --mem (ud)/BOOT/IMGS/KONBOOT.IMG (fd0)
map --hook
chainloader (fd0)+1
rootnoverify (fd0)
title 【09】运行 效率源磁盘坏道检修 \n
if exist (ud)/BOOT/IMGS/XLYDisk.IMG || find --set-root /BOOT/IMGS/XLYDisk.IMG
map --mem (ud)/BOOT/IMGS/XLYDisk.IMG (fd0)
map --hook
chainloader (fd0)+1
rootnoverify (fd0)
title 【10】枫缘U盘珍藏版高级菜单 \n
configfile (ud)/BOOT/GRUB/AdvancedMENU.LST
title 【11】===本机硬盘启动=== \n
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
boot
title ^R 【12】=====重 启===== \n
reboot
title ^H 【13】=====关 机===== \n
halt
#title 【00】===Change The Back=== \n
#command BGAutoChange (ud)/BOOT/GRUB/BG/ |
|