QEMU "tgc fatal error" on an ARM laptop?

I am trying to imitate a Debian x86 machine on an ARM laptop. I follow the tutorial here: https://wiki.debian.org/QEMU#Operation

The problem is when I run this command:

    $ qemu-system-i386 -hda debian.img -cdrom debian-testing-i386-businesscard.iso -boot d -m 256

he throws this error:

/build/buildd/qemu-kvm-1.0+noroms/tcg/arm/tcg-target.c:859: fatal tcg error

Canceled (kernel resets)

I could not find any solutions.

+4
source share

Source: https://habr.com/ru/post/1531984/


All Articles