[syslinux] Could not find kernel image:

Murali Krishnan Ganapathy gmurali at cs.uchicago.edu
Sat Aug 27 07:48:08 PDT 2005


It could be the case of multiple extensions. ISOLINUX only sees the 8.3 
filename (no Joliet, Rockridge extensions). Try renaming your kernel as 
something like
"lfslinux" or lfslinux.26.

- Murali

>On Fri, Aug 26, 2005 at 09:40:01AM -0500, Bernard Robbins wrote:
>  
>
>>I am trying to create a bootable cd from a working LFS 6.1 partition. 
>>Thank you in advance for any thoughts on this.
>>
>>This is the error I get:
>>
>>ISOLINUX 3.10 2008-08-24  Copyright (C) 1994-2005 H. Peter Anvin
>>Could not find kernel image: lfskernel-2.6.11.12
>>boot : _
>>
>>
>>under /isolinux/ I have these files:
>>
>>isolinux.bin I've tried 3.10 and 3.09
>>
>>isolinux.cfg:
>>default livecd
>>
>>label livecd
>>  kernel lfskernel-2.6.11.12
>>  append initrd=initrd.gz root=/dev/ram0 init=/linuxrc ramdisk_size=16384
>>
>>lfskernel-2.6.11.12
>>System.map-2.6.11.12
>>initrd.gz
>>grub/
>>
>>mkisofs -R -l -L -D -b isolinux/isolinux.bin -o /tmp/livecd_image.iso -c 
>>isolinux/boot.cat -no-emul-boot -boot-load-size 4 -boot-info-table -V 
>>"livecd" ./
>>cdrecord -v -eject dev=/dev/hdc blank=fast /tmp/livecd_image.iso
>>    
>>




More information about the Syslinux mailing list