|
本帖最後由 zetaplus 於 2014-4-30 17:04 編輯
各位前輩先進,小弟重新修改了自已的menu.lst,修改成有子選單的介面,但修改完後卻無法顯示繁體中文。子選單可以正常載入,但也無法繁中。
menu.lst如下:
call Fn.0 0x40000 "!BAT\necho -P:0000 $[0000]\t\t\t\t\t\t\t\t\t\t\t\t\0" && initscript (md)0x200+1
menuset 20 60 11 18 60 2
color black/blue white/magenta
timeout 30
graphicsmode -1 800 600
splashimage /back.bmp
font /unifont.hex.gz
title [ Windows PE ]
clear
title 1.NoName XPE3.1 plus\n
find --set-root /peldr
chainloader /peldr
title 2.安裝 USB2.0 驅動 For NoName XPE\n
find --set-root /autousb.gz
map --mem /autousb.gz (fd0)
map --hook
chainloader (fd0)+1
rootnoverify (fd0)
boot
title 3.GRUB 命令行\n
commandline
title 4.重開機\n
reboot
title 5.關機\n
halt
title 6.Orangeox V7\n
map /iso/V7.iso (hd32)
map --hook
chainloader (hd32)
boot
title 7.自由天空miniXPE\n
map --mem (hd0,0)/iso/2003pe.iso (hd32)
map --hook
chainloader (hd32)
title 8.Noname xpe\n
map --mem (hd0,0)/iso/RXPE.ISO (hd32)
map --hook
chainloader (hd32)
boot
title 9.磁碟分割管理工具\n Disk Tools
configfile (hd0,0)/list/Disk.lst
title 10.備份還原工具\n Backup And Recovery Tools
configfile (hd0,0)/list/Backup.lst
title 11.DOS工具\n DOS Tools
configfile (hd0,0)/list/DOS.lst
title 12.記憶體硬體檢測\n RAM and Disk Test
configfile (hd0,0)/list/MEM.lst
title 13.密碼相關工具\n Password Tools
configfile (hd0,0)/list/password.lst
不知道哪裡有誤,請前輩先進們給予小弟指點一下,萬分感激。
|
|