On Sun, Mar 6, 2011 at 02:10, vagran <vagran.ast@gmail.com> wrote:
And launched:
qemu-system-x86_64 -L $PHOBOS_PREFIX/share/qemu/phobos64 -bios OVMF.fd -m
768 -cpu core2duo
-vga cirrus -monitor stdio -serial tcp::666,server -s -hdb
$PHOBOS_PREFIX/share/qemu/phobos.disk -usb -enable-kvm
Hey, can you tell me about $PHOBOS_PREFIX/share/qemu/phobos64? Does
it have an alternative vgabios-cirrus.bin? Is the contents of this
directory available publicly?
Does it work if you follow these steps?
https://sourceforge.net/apps/mediawiki/tianocore/index.php?title=How_to_run_OVMF
Can you try disabling KVM?
If you try the "-d in_asm" option (while KVM is disabled), do you see
the reset loop happen in the /tmp/qemu.log file?
Thanks for your time,
-Jordan