|
cdlinux 是个精简版的linux的说。
和isolinux(光启)差不多的引导器叫syslinux(U启)的说。
某个 isolinux/syslinux菜单:
default /BOOT/syslinux/VESAMENU.C32
FONT /BOOT/syslinux/myfont.psf
TIMEOUT 50
MENU BACKGROUND /BOOT/syslinux/levin.jpg
MENU TITLE
MENU WIDTH 25
MENU MARGIN 0
MENU ROWS 20
MENU HELPMSGROW 22
MENU TIMEOUTROW 14
MENU TABMSGROW 24
MENU CMDLINEROW 1
MENU HSHIFT 26
MENU VSHIFT 7
menu color border 30;44 #00000000 #00000000 none
menu color unsel 37;40 #ff0e335f #00000000 none
menu color hotkey 37;40 #ff0e335f #00000000 none
MENU AUTOBOOT # 秒后自动启动
MENU TABMSG
LABEL WINPE
MENU LABEL 【^1】 进入 WINPE
MENU DEFAULT
kernel /BOOT/SYSLINUX/MEMDISK iso
append initrd=/BOOT/WINPE.ISO
LABEL MiniLinux
MENU LABEL 【^2】 进入 Linux
kernel /BOOT/SLITAZ/bzImage root=/dev/null autologin lang=zh_CN.UTF-8 kmap=us screen=800x600x24
append initrd=/BOOT/SLITAZ/rootfs.gz
LABEL Parted
MENU LABEL 【^3】 DOS分区工具
kernel /BOOT/SYSLINUX/MEMDISK floppy
append initrd=/BOOT/parted.gz
LABEL Ghost
MENU LABEL 【^4】 DOS克隆工具
kernel /BOOT/SYSLINUX/MEMDISK floppy
append initrd=/BOOT/ghost.gz
MENU SEPARATOR
LABEL SRSF6
MENU LABEL 【^S】 应急模式
kernel /BOOT/grldr.bin
LABEL reboot
MENU LABEL 【^R】 重新启动
kernel /BOOT/syslinux/REBOOT.C32
[ 本帖最后由 hlstudio 于 2010-4-30 22:19 编辑 ] |
|