Linux/Multiboot boot specific:
-kernel bzImage use 'bzImage' as kernel image
-append cmdline use 'cmdline' as kernel command line
-initrd file use 'file' as initial ram disk
-dtb file use 'file' as device tree image
Una prueba rápida aquí usando el kernel / initrd ( qemu -kernel /boot/vmlinuz-linux -initrd /boot/initramfs-linux.img) de Arch funcionó (me dejó en un shell de recuperación ya que no proporcioné un dispositivo raíz).
Respuestas:
De la ayuda de qemu:
Una prueba rápida aquí usando el kernel / initrd (
qemu -kernel /boot/vmlinuz-linux -initrd /boot/initramfs-linux.img
) de Arch funcionó (me dejó en un shell de recuperación ya que no proporcioné un dispositivo raíz).fuente