[syslinux] ISOLINUX - Could not find kernel image

H. Peter Anvin hpa at zytor.com
Mon Feb 24 23:16:43 PST 2003


NIXO s.r.l. wrote:
> Hi,
> 
> I create a boot cd-rom with isolinux.bin following the instruction:
> 
> isolinux.cfg like as:
> 
> label rescue-linux
>     kernel vmlinuz
> 
> the kernel vmlinuz is into /boot/, while isolinux.bin and isolinux.cfg are
> into /boot/isolinux/
> 

Well, that's your problem right there.  It will expect to find it in 
/boot/isolinux/vmlinuz, unless you specify the path explicitly:

label rescue-linux
	kernel /boot/vmlinuz

	-hpa





More information about the Syslinux mailing list