1. bzImage File not foundLoading /boot/bzImage… failed: File not foundc32box.c32: Boot aborted!
HOST: i686
1. enable-kvm and slitaz-rolling-core64.iso
# qemu-x86_64 -m 1024 -enable-kvm -cdrom slitaz-rolling-core64.iso &
Loading /boot/bzImage… failed: File not found
c32box.c32: Boot aborted!
2. enable-kvm and modify command line
.com32 c32box.c32 linux /boot/bzImage64 initrd=/boot/rootfs.gz rw root=/dev/null autologin
from /boot/bzImage change to /boot/bzImage64
# qemu-x86_64 -m 1024 -enable-kvm -cdrom slitaz-rolling-core64.iso &
Loading /boot/bzImage64… ok
Loading /boot/rootfs.gz… ok
This kernel requires an x86-64 CPU, but only detectes an i686 CPU.
Unable to boot - please use a kernel appropriate for your CPU.
3. unable-kvm and slitaz-rolling-core64.iso
# qemu-x86_64 -m 1024 -cdrom slitaz-rolling-core64.iso
Boot x86_64 OK.
syslinux/c32box: x86_64 auto select
http://hg.slitaz.org/wok/rev/5e47b1bdb6f4
4. enable-kvm and slitaz-rolling-core.iso
# qemu-x86_64 -m 1024 -enable-kvm -cdrom slitaz-rolling-core.iso &
Boot i686 OK.
5. enable-kvm and slitaz-rolling-10in1.iso
# qemu-x86_64 -m 1024 -enable-kvm -cdrom slitaz-rolling-10in1.iso &
Boot i686 OK.
IMHO:
HOST i686 and qemu-x86_64 with enable-kvm : detectes an i686 CPU.
should be use i686 kernel ( bzImage ),
but the slitaz-rolling-core64.iso only has bzImage64, no bzImage.
“Loading /boot/bzImage… failed: File not found”