# <font Color=darkcyan >syslinux startup disc maker </font> #
# # # Preparation Tool # # #
1. BOOTICEx64 Software # #分区引导制作工具
2. syslinux6.03 Package
3. Bootmgr Software # #NT内核引导工具
# # # making Steps # # #
1, ensure that u disk is FAT32 format
2, use BOOTICEx64 tool, write usb-hdd+ boot to the U disk MBR, write syslinux6.03 boot to PBR
3. Create the boot folder on the root of the USB stick and copy the syslinux6.03 package to the/boot directory
4, set up the ISO folder on the root of the USB stick, for storing the image of Linux and PE
5. Edit USB/boot/syslinux/syslinux.cfg, Start menu:
Default/Boot/syslinux/vesamenu.C32timeout600F1 Readme.txtF2 SYSlinux.Cfgmenu BACKGROUND/Boot/syslinux/back.pngmenu TITLE syslinux menumenu ROWS17MENU Timeoutrow3MENU Tabmsgrow1MENU Cmdlinerow1Menu Color Border30;44 #00000000 #00000000Nonemenu Color msg0737;40 #00ff00 #00000000NonelabelLinux Menulabel[^a]--Install CentOS 7Kernel/iso/isolinux/VmlinuzAppendInitrd=/iso/isolinux/initrd.img INST.STAGE2=HD: LABEL=ultra:/iso/centos-7-x86_64-minimal-1511.ISO quietlabelLinux Menulabel[^b]--Install CentOS 7KS Kernel/iso/isolinux/VmlinuzAppendInitrd=/iso/isolinux/initrd.img INST.STAGE2=HD: LABEL=ultra:/iso/centos-7-x86_64-minimal-1511.iso INST.KS=HD: LABEL=ultra:/iso/ks.cfg QuietLABELWin10 PE ISO MENULABEL[^c]--WIN10 PE ISO kernel/Boot/syslinux/Memdisk initrd/pe/win10_10586_pe_x86_x64_3.31.ISOAppendISO RawLABELMaxdos MENULABEL[^d]--MAXDOS9 kernel/Boot/syslinux/MemdiskAppendInitrd=/pe/maxdos9.imgLABELWindowsBootManager MENULABEL[^e]--WindowsBootManager Kernel/Boot/syslinux/chain.C32AppendFS ntldr=/Boot/bootmgrLABELReboot MENULABEL[^f]--Reboot kernel/Boot/syslinux/reboot.C32 MenuEnd
6, copy Bootmgr.exe, BCD, BOOT.SDI, memtest.ext and corresponding PE WIM file to u disk/boot directory
Other extended support such as Chinese is required, and the fonts, ZH-CN folders and Bootvhd.dll files need to be copied.
# <font Color=darkcyan >END</font> #
Syslinux Startup Disk Production