[syslinux] help

Prof S W Damle swdamle at bsnl.in
Tue Aug 17 15:00:55 PDT 2010


Hello Sir,
 
Following is the extract of my syslinux.cfg file with Syslinux-3.86 and
is working fine.
 
DEFAULT vesamenu.c32
 
# main entries
#
label localboot
  menu default
  menu label ^0. Boot MBR
  kernel chain.c32
  append hd0 0
 
# this  boots WinXP/Win98/Win2000
label Boot Hard Disk
  menu default
  menu label ^1. Boot WinXP/Win98/Win2000
  kernel  chain.c32
  append hd0 1   
 
LABEL cmdcons  =>Windows Recovery Console
MENU LABEL ^2.cmdcons  =>Windows Recovery Console
 COM32 chain.c32  
  APPEND hd0 1 cmldr=cmldr
 
LABEL grub4dos
MENU LABEL ^3.grub4dos
  COM32 chain.c32  
  APPEND file=/grldr/grldr
 
# 
label  ** PROGRAMS (Exe/Com type)
#
 
LABEL nu2
MENU LABEL ^1. GHOST -->Tool to get Windows partition images
 kernel /DiskImages/memdisk
  append initrd=/DiskImages/WnimGho.img  
 
LABEL nu2
MENU LABEL ^2. INSERT\partimage -->Tool to get LinuxPartition_UsbDrv Img

 kernel /DiskImages/memdisk
  append initrd=/DiskImages/BtInsUSB.img                
 
LABEL nu2
MENU LABEL ^7. Boot to ^DOS  Volkov Commander
 kernel /DiskImages/memdisk
  append initrd=/DiskImages/Vc.ima
 
LABEL nu2
MENU LABEL ^10. Boot Knoppix3.3
kernel Knx33.bin
 
#
label ** Bootable Floppies:
#
 
LABEL nu2
  MENU LABEL ^7.  DosBt622  -->R&S Drives
 kernel /FloppyImages/memdisk
  append initrd=/FloppyImages/DosBt622.img 
 
#
label ** ^ ISO cd images: 
#  
            
 LABEL Plpbt
 MENU LABEL ^1. Plpbt
  KERNEL /ISOimages/memdisk
  INITRD /ISOimages/Plpbt.iso
  APPEND iso      
 
# 
# memdisk operates on/with ".img/.ima/.iso" files
#
LABEL testing ".img/.iso" files
  MENU LABEL ** ^TEST IMG/ISO File.
  kernel /test/memdisk 
 initrd  test/filename.iso                            
 append  iso    
TEXT HELP
Press [Tab] >Use  (i) iso  initrd=filename.iso OR (ii)
initrd=filename.extn
ENDTEXT  
------------------------------------------------------------------------
------------------------------------------------------------------------
---------------------------------------------In order to update to
Syslinux-4.02 tried hard but NOT successful, except the following:
 
  menu default
  menu label ^0. Boot MBR
  kernel chain.c32
  append hd0 0
 
# this  boots WinXP/Win98/Win2000
label Boot Hard Disk
  menu default
  menu label ^1. Boot WinXP/Win98/Win2000
  kernel  chain.c32
  append hd0 1   
 
LABEL grub4dos
MENU LABEL ^3.grub4dos  
COM32 chain.c32  fs grldr=/grldr/grldr
  APPEND file=/grldr/grldr
 
Kindly provide me the syslinux.cfg entries for the REMAINING.
 
Thanks in advance.
 
Prof S W Damle



More information about the Syslinux mailing list