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
Got it! The kernel name was too long. Now I'm off to fix kernel mount problems. 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 >
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.isoCould you tell more about the mkisofs options? Especial about -no-emul-boot and -boot-load-size Cheers Geert Stappers