[syslinux] SYSLINUX GRUB and booting logical partitions on USB drive

H. Peter Anvin hpa at zytor.com
Mon Jun 30 15:30:45 PDT 2008


H. Peter Anvin wrote:
> 
> To run chain.c32, put entries in your config file like:
> 
> # Windows CE/ME/NT on partition 1
> label cement
> 	menu label ^Windows CE/ME/NT, a very dense operating system
> 	kernel chain.c32
> 	append hd0 1
> 

Note: in syslinux-3.70-pre30, you can specify "boot" instead of "hd0"; 
from 3.53 you can also specify mbr:0xXXXXXXXX where XXXXXXXX is the MBR 
signature of the disk.

Both these options allow discovering the disk dynamically.

	-hpa




More information about the Syslinux mailing list