看看这个行不行:syslinux_zh注释
PROMPT 0
TIMEOUT 100 菜单停留时间,计时单位1/10秒(必填项)
DEFAULT vesamenu.c32 菜单窗口
MENU BACKGROUND syslinux.png 运行窗口背景图片(640x480)(必填项)
FONT myfont.psf 字体
MENU WIDTH 80 菜单栏宽度
MENU MARGIN 16 子菜单水平位置,数字越大越往右移
MENU HELPMSGROW 19 帮助文字的垂直位置
MENU ROWS 16 菜单条数 这个数值要小于后面的TABMSGROW CMDLINEROW TIMEOUTROW 等的数值,否则菜单条不能完全显示
MENU TABMSGROW 20 [TAB] 的高度
MENU CMDLINEROW 21 命令行高度
MENU TIMEOUTROW 22 倒计时高度
MENU HSHIFT 1 方框向右移动
MENU VSHIFT 1 方框向下移动
# MENU RESOLUTION 800 600 指定背景图大小
menu color border 30;44 #00000000 #00000000 none 菜单边框 透明
menu color title 1;36;44 #FFFFFFFF #00000000 none 顶部标题文字颜色 白色
menu color sel 30;37 #FF00FF00 #00000000 none 选定子菜单颜色 绿色
menu color unsel 37;44 #FFFFFFFF #00000000 none 未选定子菜单颜色 白色
menu color help 37;40 #FFFFFFFF #00000000 none 菜单注释文字颜色 白色
menu color cmdline 37;40 #FFFF0000 #00000000 none TAB命令行颜色 红色
menu color msg07 37;40 #FFFFFF00 #00000000 none F1显示颜色 黄
menu color timeout 37;40 #FFFF0000 #00000000 none 剩余时间秒数颜色 红色
menu color timeout_msg 37;40 #FFFFFF00 #00000000 none 剩余时间字体颜色 黄
menu color hotkey 1;37;44 #ffffff00 #00000000 none 快捷键颜色 黄
menu color hotsel 1;7;37;40 #FF00FF00 #00000000 none 选定快捷键颜色 绿色
MENU AUTOBOOT # 设定倒计时
MENU TABMSG 按[TAB]编辑选项 设定TAB提示
MENU TITLE 电脑维护工具盘 设定顶部标题
LABEL hd0
MENU LABEL [^1] 启动硬盘第一分区 ^定义快捷键 ...1为快捷键
MENU INDENT 2 #向右缩进2
kernel chain.c32 hd0,1
MENU DEFAULT
LABEL pe
MENU LABEL [^2] 启动WINDOWS PE系统
MENU DEFAULT 默认启动菜单
MENU INDENT 2
kernel /boot/bin/H3_LNXXP.BIN
TEXT HELP
零体积PE 831grldr 设定帮助提示,此文字的位置和显示的效果一样
NANOPE_V2008 pe.bin
ENDTEXT
LABEL GHOST
MENU LABEL [^3] 运行GHOST 备份恢复
MENU INDENT 2
kernel /boot/syslinux/memdisk
append initrd=/boot/img/ghostc.img
LABEL DOS1
MENU LABEL [^4] 迈思DOS工具箱加强版
MENU INDENT 2
kernel /boot/syslinux/memdisk
append initrd=/boot/img/maxdos.img
LABEL DOS2
MENU LABEL [^5] DOS时代菜鸟工具箱
MENU INDENT 2
kernel /boot/syslinux/memdisk c=147 h=5 s=36 floppy
append initrd=/boot/img/DTS834.IMA
LABEL grldr
MENU LABEL [^6] 启动GRUBDOS
MENU INDENT 2
kernel /boot/bin/ldntldr
append initrd=/boot/bin/grldr
LABEL slax
MENU LABEL [^7] 启动SLAX6.1.2
MENU INDENT 2
KERNEL /boot/linux/slax/vmlinuz
APPEND initrd=/boot/linux/slax/initrd.gz ramdisk_size=6666 root=/dev/ram0 rw autoexec=xconf;telinit~4 locale=CHS.UTF-8
LABEL cdlinux
MENU LABEL [^8] 启动CDlinux 0.9.5
MENU INDENT 2
kernel /boot/linux/CDlinux/bzImage
append initrd=/boot/linux/CDlinux/initrd quiet CDL_LANG=zh_CN.UTF-8 CDL_AMOUNT=yes
LABEL linux
MENU LABEL [^9] 安装LINUX系统
MENU INDENT 2
kernel /boot/linux/m/vmlinuz
append initrd=/boot/linux/m/initrd.img
LABEL bz31
MENU LABEL [^G] 启动G4L备份恢复LINUX
MENU INDENT 2
KERNEL /boot/linux/g4l/bz31
APPEND initrd=/boot/linux/g4l/ramdisk.gz ramdisk_size=65536 root=/dev/ram0
LABEL geexbox
MENU LABEL [^B] 启动GEEXBOX1.2.4
MENU INDENT 2
CONFIG /geexbox/boot/isolinux.cfg
LABEL reboot
MENU LABEL [^R] 重新启动
MENU INDENT 2
kernel /boot/syslinux/reboot.c32