|
回复 #1 2010voodoo3 的帖子
我向楼主学习后,将我的syslinux.cfg菜单更改为如下内容,有错误之处,请各位大侠指正:
timeout 100
ui vesamenu.c32
default grldr
#F1 readme.txt
#F2 syslinux.cfg
MENU BACKGROUND back.png
MENU TITLE My syslinux boot manager
MENU WIDTH 30
MENU MARGIN 0
MENU ROWS 30
MENU HELPMSGROW 15
MENU TIMEOUTROW 30
MENU TABMSGROW 1
MENU CMDLINEROW 1
MENU HSHIFT 30
MENU VSHIFT 0
menu color border 30;44 #00000000 #00000000 none
LABEL winxp
MENU LABEL [^1] winxp
kernel /boot/boot_bin/xor_winxp.bin
LABEL win7
MENU LABEL [^2] win7_(hd1,5)
kernel CHAIN.C32
append hd1 6
LABEL wxin03pe
MENU LABEL [^3] wxin03pe.iso_97M
linux memdisk 或 kernel memdisk
initrd /boot/grub4dos/wx03pe.iso
append iso raw
LABEL MAXDOS
MENU LABEL [^4] MAXDOS PLUS TOOL
kernel memdisk
append initrd=/boot/grub4dos/maxdos.ima
LABEL grldr
MENU LABEL [^5] grub4dos menu
kernel ldntldr
append initrd=/boot/grub4dos/grldrtzy
LABEL bootmgr
MENU LABEL [^6] bootmgr menu
kernel ldntldr
append initrd=/bootmgr
LABEL ntldr
MENU LABEL [^7] ntldr menu
kernel ldntldr
append initrd=/ntldr
LABEL winpe_hdd
MENU LABEL [^8] winpe on hd or hdd mode
KERNEL /boot/syslinux/chain.c32
APPEND hd0 1 ntldr=/MINIPE/LDRXPE
LABEL winpe_fd
MENU LABEL [^9] winpe on u_fd
KERNEL /boot/syslinux/chain.c32
APPEND fd0 ntldr=/MINIPE/LDRXPE
LABEL reboot
MENU LABEL [^0] Reboot computer
kernel REBOOT.C32 |
|