|
- PROMPT 0
- TIMEOUT 600
- default /boot/isolinux/vesamenu.c32
- MENU BACKGROUND /boot/isolinux/*.PNG
- FONT MYFONT.PSF
- MENU HSHIFT 8
- MENU VSHIFT 2
- MENU WIDTH 60
- MENU ROWS 16
- MENU TABMSGROW 19
- MENU CMDLINEROW 20
- MENU TIMEOUTROW 21
- menu color border 30;44 #00000000 #00000000 none
- menu color title 1;36;44 #FF00c0c0 #00000000 none
- menu color sel 30;37 #FF00FF00 #00000000 none
- menu color unsel 37;44 #FFFFFFFF #00000000 none
- menu color timeout 37;40 #FFffffff #00000000 none
- menu color hotkey 1;37;44 #ffff0088 #00000000 none
- menu color hotsel 1;7;37;40 #FF00FF00 #00000000 none
- MENU AUTOBOOT #
- MENU TABMSG
- MENU TITLE 我心如水计算机维护启动盘
- LABEL PE
- MENU LABEL [ ^W ] Windows Server 2003 PE 网启版
- MENU DEFAULT
- kernel /BOOT/06PE.BIN
- LABEL dos
- MENU LABEL [ ^m ] MAXDOS工具箱
- kernel /BOOT/ISOLINUX/MEMDISK c=80 h=2 s=18 floppy
- append initrd=/BOOT/IMGS/MAXDOS.img
- LABEL FS
- MENU LABEL [ ^s ] 时代菜鸟工具箱
- kernel /BOOT/ISOLINUX/MEMDISK c=80 h=2 s=36 floppy
- append initrd=/BOOT/IMGS/CAINIAO.ima
- LABEL DG
- MENU LABEL [ ^D ] DISKGEN 磁盘管理
- kernel /BOOT/ISOLINUX/MEMDISK c=80 h=2 s=21 floppy
- append initrd=/BOOT/IMGS/DGDOS.IMG
- LABEL GG
- MENU LABEL [ ^G ] G_GDISK 一键分区
- kernel /BOOT/ISOLINUX/MEMDISK c=80 h=2 s=36 floppy
- append initrd=/BOOT/IMGS/G_GDISK.IMG
- LABEL DM
- MENU LABEL [ ^A ] DM 9.57 快速分区
- kernel /BOOT/ISOLINUX/MEMDISK c=80 h=2 s=9 floppy
- append initrd=/BOOT/IMGS/DM957E.IMA
- LABEL XPP
- MENU LABEL [ ^X ] WINXP 密码清除
- kernel /BOOT/ISOLINUX/MEMDISK c=80 h=2 s=9 floppy
- append initrd=/BOOT/IMGS/PASSWORD.IMG
- LABEL LOCK
- MENU LABEL [ ^U ] ULOCK 硬盘解锁
- kernel /BOOT/ISOLINUX/MEMDISK
- append initrd=/BOOT/IMGS/ULOCK.IMG
- LABEL hddboot
- MENU LABEL [ ^H ] 硬盘启动
- kernel /boot/ISOLINUX/chain.c32 hd0,1
- LABEL reboot
- MENU LABEL [ ^R ] 重新启动
- kernel /BOOT/ISOLINUX/REBOOT.C32
复制代码
在水哥的网启版本菜单加了2个工具 时代菜鸟工具箱和maxdos工具箱 但是启动出现问题了 |
|