|  | 
2#
 
 
 楼主|
发表于 2013-4-20 18:29:39
|
只看该作者 
| 我的UD版菜单 
 timeout 90
 default 9
 gfxmenu (ud)/boot/grub/m
 configfile (md)4+8
 
 iftitle [checkrange 0x23 read 0x8280]       【1】      启动快速Win8系统
 echo $[1106] booting Fast win8, please wait ...
 calc *0x82b9&0xff/2 && map  (ud)/uddiy/win8.ISO (0xff) ! map --mem (ud)/uddiy/win8.ISO (0xff)
 map --hook
 chainloader (0xff)
 
 iftitle [checkrange 0x0,0x80 read 0x8280]       【1】      启动快速Win8系统
 echo $[1106] booting Fast win8, please wait ...
 checkrange 0x80 read 0x8280 && map  (ud)/uddiy/win8.ISO (0xff) ! map --mem (ud)/uddiy/win8.ISO (0xff)
 map --hook
 chainloader (0xff)
 
 
 title       【2】      极速网络 03pe系统
 (ud)/boot/grub/F6IMG
 echo $[1106] booting Fast 03pe, please wait ...
 map (ud)/boot/03pe.ISO (0xfa)
 map --mem (ud)/boot/03.iso (0xff)
 map --e820cycles=3
 map --hook
 chainloader (0xff)/WXPE/SETUPLDR.BIN
 
 iftitle [checkrange 0x23 read 0x8280]       【3】      常规启动 03pe系统
 (ud)/boot/grub/F6IMG
 calc *0x82b9&0xff/2 && map  (ud)/boot/03pe.iso (0xff) ! map --mem (ud)/boot/03pe.iso (0xff)
 map --e820cycles=3
 map --hook
 chainloader (0xff)/WXPE/SETUPLDR.BIN
 
 iftitle [checkrange 0x0,0x80 read 0x8280]       【3】      常规启动 03pe系统
 (ud)/boot/grub/F6IMG
 checkrange 0x80 read 0x8280 && map  (ud)/boot/03pe.iso (0xff) ! map --mem (ud)/boot/03pe.iso (0xff)
 map --e820cycles=3
 map --hook
 chainloader (0xff)/WXPE/SETUPLDR.BIN
 
 iftitle [checkrange 0x23 read 0x8280]       【4】      启动常规xppe系统
 calc *0x82b9&0xff/2 && map  (ud)/boot/XPPE.ISO (0xff) ! map --mem (ud)/boot/XPPE.ISO (0xff)
 map --e820cycles=3
 map --hook
 chainloader (0xff)/WXPE/SETUPLDR.BIN
 
 iftitle [checkrange 0x0,0x80 read 0x8280]       【4】      启动常规xppe系统
 checkrange 0x80 read 0x8280 && map  (ud)/boot/XPPE.ISO (0xff) ! map --mem (ud)/boot/XPPE.ISO (0xff)
 map --e820cycles=3
 map --hook
 chainloader (0xff)/WXPE/SETUPLDR.BIN
 
 title       【5】      运行  Dos 工具大全
 command (ud)/boot/grub/run --set-ext=.img (ud)/uddiy/MAXDOS.IMG
 
 title       【6】      运行 自定 映像工具
 command (ud)/boot/grub/run --set-ext=.img|.ima|.iso /uddiy/.AUTOMENU
 
 title       【7】      绕过 win  密码登录
 echo $[1106] Loading Image, Please Wait ...
 map --mem (ud)/imgs/KON.gz (fd0)
 map --hook
 chainloader (fd0)+1
 rootnoverify (fd0)
 
 title       【8】      运行 win  密码清除
 echo $[1106] Loading apc Image, Please Wait ...
 map --mem (ud)/imgs/PASSWORD.IMG (fd0)
 map --hook
 chainloader (fd0)+1
 rootnoverify (fd0)
 
 title       【9】      运行Win7内存检测
 map --mem (ud)/imgs/W7MT.GZ (fd0)
 map --hook
 chainloader (fd0)+1
 rootnoverify (fd0)
 
 title       【0】      从 硬盘启动 计算机
 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
 
 
 VBA的:
 
 command --set-path=(ud)/BOOT/GRUB/
 timeout 300
 default 9
 splashimage /BOOT/GRUB/back.lzma
 font /BOOT/GRUB/UNIFONT.HEX
 graphicsmode -1 100:1000 100:1000 24:32
 color normal=0x0F highlight=0x0E helptext=0x0A heading=0x02 standard=0x02 border=0x0D
 call Fn.0 0x40000 "!BAT\necho -P:0000 $[0000]\t\t\t\t\t\t\t\t\t\0" && initscript (md)0x200+1
 MENUSETTING 2 13 0 16 15 6 50 29
 write 0x8274 0x2E01
 
 iftitle [if exist (hd0)/grldr]  启动WIN8PE全能精简版 \n
 echo $[1106] booting Fast win8, please wait ...
 map (ud)/diy/win8.ISO (0xff)
 map --hook
 chainloader (0xff)
 
 iftitle [if exist (fd0)/grldr]  启动WIN8PE全能精简版 \n
 echo $[1106] booting Fast win8, please wait ...
 map --mem (ud)/diy/win8.ISO (0xff)
 map --rehook
 chainloader (0xff)
 
 iftitle [if exist (hd0)/grldr]  常规启动2003PE网络版 \n
 command (ud)/BOOT/GRUB/F6IMG
 echo $[1106] booting Fast 03pe, please wait ...
 map (ud)/boot/03pe.iso (0xff)
 map --e820cycles=3
 map --hook
 chainloader (0xff) || chainloader (0xff)/WXPE/SETUPLDR.BIN
 
 iftitle [if exist (fd0)/grldr]  常规启动2003PE网络版 \n
 command (ud)/BOOT/GRUB/F6IMG
 echo $[1106] booting Fast 03pe, please wait ...
 map --mem (ud)/boot/03pe.iso (0xff)
 map --rehook
 chainloader (0xff) || chainloader (0xff)/WXPE/SETUPLDR.BIN
 
 title  启动2003PE极速网络版 \n
 command (ud)/boot/grub/F6IMG
 echo $[1106] booting Fast 03pe, please wait ...
 map (ud)/boot/03pe.ISO (0xfa)
 map --mem (ud)/boot/03.iso (0xff)
 map --e820cycles=3
 map --hook
 chainloader (0xff) || chainloader (0xff)/WXPE/SETUPLDR.BIN
 
 iftitle [if exist (hd0)/grldr]  启动微型常规XPPE系统 \n
 echo $[1106] booting Fast xppe, please wait ...
 map (ud)/diy/XPPE.ISO (0xff)
 map --e820cycles=3
 map --hook
 chainloader (0xff) || chainloader (0xff)/WXPE/SETUPLDR.BIN
 
 iftitle [if exist (fd0)/grldr]  启动微型常规XPPE系统 \n
 echo $[1106] booting Fast xppe, please wait ...
 map --mem (ud)/diy/XPPE.ISO (0xff)
 map --rehook
 chainloader (0xff) || chainloader (0xff)/WXPE/SETUPLDR.BIN
 
 title  启动MaxDOS全能工具箱 \n
 echo $[1106] Loading Image, Please Wait ...
 command (ud)/boot/grub/run --set-ext=.img (ud)/diy/MAXDOS.IMG
 
 title  运行 DIY目录自定工具 \n
 command (ud)/boot/grub/run --set-ext=.img|.ima|.iso /diy/.AUTOMENU
 
 title  绕过 WINDOWS密码登录 \n
 echo $[1106] Loading Image, Please Wait ...
 map --mem (ud)/BOOT/imgs/KON.gz (fd0)
 map --hook
 chainloader (fd0)+1
 rootnoverify (fd0)
 
 title  运行 WINDOWS密码清除 \n
 echo $[1106] Loading apc Image, Please Wait ...
 map --mem (ud)/BOOT/imgs/PASSWORD.IMG (fd0)
 map --hook
 chainloader (fd0)+1
 rootnoverify (fd0)
 
 title  运行 WINDOWS内存检测 \n
 map --mem (ud)/BOOT/imgs/W7MT.GZ (fd0)
 map --hook
 chainloader (fd0)+1
 rootnoverify (fd0)
 
 title  启动 硬盘WIN操作系统  \n
 find --set-root --devices=h /ntldr || find --set-root --devices=h /bootmgr
 map (hd0) ()
 map () (hd0)
 map --rehook
 find --set-root --devices=h /ntldr || find --set-root --devices=h /bootmgr
 chainloader /ntldr || chainloader /bootmgr
 boot
 
 
 | 
 |