| 
 | 
 
g4d菜单如下 
 
只能将就用英文,有谁能做出中文的成功,不出现乱码的 
 
附带message工具 
 
http://bbs.wuyou.net/forum.php?mod=viewthread&tid=180085 
 
 
default 0 
timeout 10 
gfxmenu /grub/message 
fontfile /grub/fonts 
title Microsoft Windows xp 
rootnoverify (hd0,0) 
makeactive 
chainloader +1 
title ramos 
pause --wait=0 Loading system files, please wait .... 
map --mem /grub/img/ramos.IMG (hd0) 
map --hook 
root (hd0,0) 
chainloader /ntldr 
title WINXP VHD 
map --mem /grub/img/vboot.ima (fd0) 
map --hook 
rootnoverify (fd0) 
chainloader +1 
title Win2003PE 
map --mem /grub/img/pass.img (fd0) 
map --hook 
cat (fd0)/pass.txt | password 
map --unhook 
pause --wait=0 Loading system files, please wait .... 
map --mem /grub/img/USB-CDROM.iso (0xFF) 
map --hook 
chainloader (0xFF) 
 
title Win7PE 
map --mem /grub/img/pass.img (fd0) 
map --hook 
cat (fd0)/pass.txt | password 
map --unhook 
pause --wait=0 Loading system files, please wait .... 
map --mem /grub/img/win7.iso (0xFF) 
map --hook 
chainloader (0xFF) 
title win7 pe 
find --set-root /grub/img/win7.ISO 
map --mem /grub/img/firadisk.img (fd1) 
map --mem (md)0x6000+800 (fd0) 
map --mem /grub/img/pass.img (fd2) 
map --hook 
cat (fd2)/pass.txt | password 
map --unhook 
pause --wait=0 Loading system files, please wait .... 
map --mem /grub/img/win7.ISO (0xff) 
map --hook 
dd if=(fd1) of=(fd0) count=1 
chainloader (0xff) 
title reboot 
reboot 
title halt 
halt 
 
 
 |   
 
 
 
 |