|
高手我不是,一菜鸟来解答一下,共同学习。下载附件打开合并ldntlr.bat,拖入合并bootmgr,按照提示生成bootmgr.bin.这个就是用于Syslinux启动的文件了。其实看一看“网上飞鹰”的帖子就行,我就是跟他学习的。下面是一个菜单范例:
ALLOWOPTIONS 1
MENU TITLE
MENU WIDTH 80
MENU MARGIN 2
MENU ROWS 16
MENU TABMSGROW 18
MENU CMDLINEROW 19
MENU ENDROW 24
MENU TIMEOUTROW 20
MENU BACKGROUND iso.png
MENU TABMSGROW 30
MENU CMDLINEROW 25
MENU HELPMSGROW 30
MENU TIMEOUTROW 24
menu color sel 37;40 #F9496A #00000000 none
menu color hotsel 37;40 #F9496A #00000000 none
menu color border 0 #00000000 #00000000 none
menu color unsel 37;44 #FFFFFF #00000000 none
menu color hotkey 1;37;44 #FFFFFF #00000000 none
# menu color screen 37;40 #CD05A300 #00000000 none
menu color timeout_msg 37;40 #FFFFFF #00000000 none
menu color timeout 1;37;40 #F9496A #00000000 none
LABEL a
MENU DEFAULT
MENU LABEL [^a] 硬盘启动
kernel chain.c32 hd0,1
LABEL b
MENU LABEL [^b] 重新启动
kernel REBOOT.c32
label c
MENU LABEL [^c] WinXP PE
kernel /AXPE/loader.bin
label d
MENU LABEL [^d] Ghost11.02
kernel memdisk
append initrd=/BOOT/GHOST.IMG floppy
label e
MENU LABEL [^e] 效率源
kernel memdisk
append initrd=/BOOT/XLY.IMG floppy
label f
MENU LABEL [^f] WinXP/NT启动助手
kernel memdisk
append initrd=/BOOT/XPBOOT.IMG floppy
label g
MENU LABEL [^g] DOS工具包
kernel memdisk
append initrd=/BOOT/DOS.IMA floppy
[ 本帖最后由 lb9433 于 2012-12-16 13:21 编辑 ] |
-
-
BIN.rar
6.91 KB, 下载次数: 183, 下载积分: 无忧币 -2
|