On Mon, 09/02 07:38, dE wrote:
Hello everyone! I just started working on Qemu, however qemu does
not start. In the following command --
qemu-system-x86_64 -boot order=d -cdrom ~/large/FOSS/iso\
images/systemrescuecd-x86-3.4.0-beta007.iso
The process runs, it grabs the terminal, but nothing happens.
kvm_intel is loaded.
ls -l /dev/kvm
crw-rw---- 1 root kvm 10, 232 Aug 31 2013 /dev/kvm
And I'm in the KVM group.
I'm running Gentoo Linux.
Thanks for any assistance.
What display support do you have enabled when you compile qemu? Can you start
qemu-system-x86_64 with -display gtk or -display sdl to see the window?
Fam