Package: qemu-kvm Version: 1:2.4+dfsg-4 Severity: important Dear Maintainer,
I installed Gentoo GNU/Linux with `lilo` bootloaded and kernel, built via `genkernel` on virtual machine and on attempt to boot I get qemu internal error, as attached. Script to run qemu is also attached. Problem is 100% reproducible -- every time I try to boot virtual machine, I get this error. Unfortunately, virtual machine is 5G size, but, if needed I can serve it via ssh or http. -- System Information: Debian Release: 8.2 APT prefers stable APT policy: (900, 'stable'), (500, 'stable-updates'), (500, 'buildd-unstable'), (500, 'oldstable') Architecture: amd64 (x86_64) Kernel: Linux 3.16.0-4-amd64 (SMP w/8 CPU cores) Locale: LANG=C.UTF-8, LC_CTYPE=C.UTF-8 (charmap=UTF-8) (ignored: LC_ALL set to C.UTF-8) Shell: /bin/sh linked to /bin/dash Init: sysvinit (via /sbin/init) Versions of packages qemu-kvm depends on: ii qemu-system-x86 1:2.1+dfsg-12+deb8u4 qemu-kvm recommends no packages. qemu-kvm suggests no packages. -- no debconf information
#!/bin/sh
kvm -hda gentoo.qcow \
-boot d \
-net nic \
-net user,hostfwd=tcp::10022-:22 \
-m 512 \
-localtime \
# -cdrom install-amd64-minimal-*.iso \
gentoo.faillog
Description: application/elc

