Hi there,

I am trying to make live bootable iso. I was following
http://lists.linuxfromscratch.org/pipermail/hints/2013-March/003307.html
document and I am stuck at one problem now.

I completed all steps but I am getting "could not find kernel image"
error on bootloader. This my folder structure.

---live
        |
        ----boot
             (vmlinuz,initrd)
                   |
                   ---isolinux
                       (isolinux.bin, isolinux.cfg,menu.c32)

It's my isolinux.cfg
//////////////
default menu.c32
prompt 0
menu TITLE Select an option...
timeout 300

label live
    kernel /boot/vmlinuz
    append initrd=/boot/initrd.img
/////////////////////

I am using mkisofs to make bootable iso.

mkisofs -o system-x86_64.iso -b boot/isolinux/isolinux.bin -c
boot/isolinux/boot.cat -no-emul-boot -boot-load-size 4
-boot-info-table -joliet -l -R live

Finally, when I am trying to boot this iso with qemu-system-x86_64:

qemu-system-x86_64 -cdrom system-x86_64.iso -nographic

I am getting "could not find kernel image" error on syslinux bootloader.

Do you have any idea?

Best regards,
-- 
http://lists.linuxfromscratch.org/listinfo/lfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Do not top post on this list.

A: Because it messes up the order in which people normally read text.
Q: Why is top-posting such a bad thing?
A: Top-posting.
Q: What is the most annoying thing in e-mail?

http://en.wikipedia.org/wiki/Posting_style

Reply via email to