> > 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? I have followed the instructions "How to run OVMF". This directory has the contents of OVMF package - "OVMF.fd" and "vgabios-cirrus.bin" which is renamed "CirrusLogic5446.rom". Also it has "pxe-e1000.bin" copied from "$PHOBOS_PREFIX/share/qemu". > Can you try disabling KVM? > Yes, it helped. Problem exists only when using KVM. Thanks. Best regards, Artyom. Jordan Justen wrote: > On Sun, Mar 6, 2011 at 02:10, vagran 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 >