Multi-Booting With Syslinux


Table of Contents

Multi boot with syslinux 
MEMDISK image files 
Create a multiboot CD (or USB flash drive) 
Purpose 
Multiboot CD 
Multiboot USB drive 
how does memdisk boot an iso image 
how does memdisk boot an iso image 
how does memdisk boot an iso image 
how does memdisk boot an iso image 
Linux and Multi-Boot 
Linux and Multi-Boot 
Linux and Multi-Boot 
multi OS bootable CD, ISOLinux, ERD Commander problem 
multi OS bootable CD, ISOLinux, ERD Commander problem 

Multi boot with syslinux 

multi boot with syslinux (in Chinese Big5)
http://fcuaa.fcu.edu.tw/~d8825521/bb/viewtopic.php?t=25

Example 1. File syslinux.cfg

default vesamenu.c32
prompt 0
timeout 600

MENU BACKGROUND 1.jpg
MENU TITLE Multi Boot Menu Edit by Barry

label 98DOS
MENU LABEL Win98 DOS Simple
kernel memdisk
append initrd=98dos.IMA

label DOS622
MENU LABEL MS-DOS 6.22
kernel memdisk
append initrd=DOS622.IMA

LABEL linux
KERNEL linux24
APPEND ramdisk_size=100000 init=/etc/init lang=us apm=power-off vga=normal tz=Asia/Taipei initrd=minirt24.gz nomce noapic quiet BOOT_IMAGE=knoppix