做不来这种东西,浅薄的让人笑话,提供一些相关的基础知识链接倒可以
syslinux的相关文档并不缺乏,只是多数人没认真看。
【转帖】isolinux相关 by 一老生 2008.3.5
bbs.wuyou.com/viewthread.php?t ...
bbs.wuyou.com/viewthread.php?t ...
【转帖】
isolinux 多重引导镜像制作:
目录结构见图1
isolinux目录下的文件。全来自官方包中 (memdisk 这个文件我放在boot目录中了)
isolinux.cfg 配置文件,自定
如下是本人 isolinux.cfg 的内容 供参考
F2 isolinux.cfg
default vesamenu.c32
MENU BACKGROUND m16.jpg
MENU TITLE Multi Boot Menu Edit by O.Y.M
LABEL boothd
MENU LABEL Boot System of HD0,1
kernel /isolinux/chain.c32 hd0,1
LABEL xly
MENU LABEL Disk Fix Tool from XLY 2007
kernel /boot/memdisk
append initrd=/boot/xly.gz
LABEL adds
MENU LABEL Acronis Disk Director Server 10.0 (build2.169)
kernel /boot/adds.dat
append initrd=/boot/adds10.dat /s quiet vga=788 ramdisk_size=40000
LABEL ati
MENU LABEL Acronis True Image Echo Enterprise Server (build8,018)
kernel /boot/kernel.dat
append initrd=/boot/ramdisk.dat /s quiet vga=788 ramdisk_size=40000
LABEL ghost
MENU LABEL Symantec GHOST 11.0.2 Corporate Edition
kernel /boot/memdisk c=214 h=2 s=18 floppy
append initrd=/boot/onekey.gz
LABEL dos
MENU LABEL Boot MSDOS of Windows 98 (Version 4.10.222)
kernel /boot/memdisk c=40 h=8 s=36 floppy
append initrd=/boot/mydos.gz
LABEL 03pe
MENU LABEL Boot WinPE of Windows Server 2003 SP2
kernel /boot/03peldr.bin
LABEL peldr
MENU LABEL Boot WinPE of Windows XP SP2
kernel /boot/peldr.bin
LABEL f10
MENU LABEL Setup F10 Onekey with Universal Restore
kernel /boot/memdisk c=50 h=8 s=36 floppy
append initrd=/boot/f10.gz
LABEL grldr
MENU LABEL Goto Grub4dos Boot Menu
kernel /boot/mygrldr
LABEL memtest
MENU LABEL Memtest of Your Computer
kernel /boot/mt86p
LABEL reboot
MENU LABEL Reboot Your Computer
kernel /isolinux/reboot.c32
[
Last edited by barton on 2008-3-6 at 02:10 PM ]