Eu usei:
qemu-system-x86_64 --enable-kvm -m 1024 -machine smm=off -cdrom mint.iso -boot order=d mint_hdd.img
Especificando o tamanho da RAM, por exemplo
-m 1024
corrigiu esse problema e inicializou com sucesso.
Eu enfrento esta mensagem:
Failed to execute /initKernel panic - not syncing: no init found.
Try passing init=option to kernel.
Estou usando esta linha de comando:
qemu-system-x86_64 -hda disk.img -kernel /home/marssonubuntu/linux_qemu/linux-3.3.3/arch/x86/boot/bzImage -initrd my-initramfs.cpio -append "root=/dev/sda rdinit=/sbin/init"
no qemu, a mensagem completa é:
Failed to execute /sbin/init Kernel panic - not syncing: No init found.
Try passing init= option to kernel. see Linux Documentation/init.txt for guidance.
Pid: 1, comm: swapper Not tainted 3.3.3 #1
Call Trace:
[<ffffffff811d78b4>] ? panic+0xa9/0x197
[<ffffffff811d6927>] ? init_post+0xb2/0xb2
[<ffffffff812aad96>] ? kernel_init+0xff/0xff
[<ffffffff811dcd44>] ? kernel_thread_helper+0x4/0x10
[<ffffffff812aac97>] ? do_one_initcall+0x121/0x121
[<ffffffff811dcd40>] ? gs_change+0xb/0xb
Eu usei:
qemu-system-x86_64 --enable-kvm -m 1024 -machine smm=off -cdrom mint.iso -boot order=d mint_hdd.img
Especificando o tamanho da RAM, por exemplo
-m 1024
corrigiu esse problema e inicializou com sucesso.
Ok, aqui está a minha linha de comando do Qemu:
KERNEL=vmlinuz-2.6.32-5-686
INITRD=initrd.img-2.6.32-5-686
APPEND="root=/dev/sda2 ro "
IMG=qemu.img
qemu -kernel $KERNEL -initrd $INITRD -append "$APPEND" -hda $IMG
$ file $IMG $INITRD $KERNEL
qemu.img: DOS/MBR boot sector
initrd.img-2.6.32-5-686: gzip compressed data
vmlinuz-2.6.32-5-686: Linux kernel x86 boot executable bzImage
Eu tive o mesmo problam e consegui construir o mini Linux seguindo os passos abaixo.
linux.img
example) que contém linux.img grub ou syslinux definindo o processo de inicialização do sistema sync
syslinux para finalizar a imagem linux.img; qemu
, por exemplo, o seguinte comando qemu linux.img
Mas as tentativas atuais não podem entrar no terminal (shell)
Deixo estes passos aqui, caso eles possam ajudar alguém ou alguém pode me ajudar.
Eu tive esse problema, e aumentar a RAM do convidado resolveu isso. Tente passar -m 1024
.