On 07/14/13 06:59, Oleksii Shevchuk wrote:
> Hi list.
> 
> Does anybody have success in starting OVMF under the trunk version of
> qemu? I had the black screen and almost nothing in debug.log 

You'll have to report more details, for example a complete qemu command
line. Please make it minimal if possible.

qemu @ c3cb8e77 and OVMF @ svn r14466 cooperate for me.

/opt/qemu-upstream/bin/qemu-system-x86_64 \
  -name fw-csm.g-f18xfce2012121716.e-upstream \
  -S \
  -M pc-i440fx-1.5 \
  -enable-kvm \
  -bios /root/OVMF-csm.fd \
  -m 1024 \
  -smp 4,sockets=4,cores=1,threads=1 \
  -uuid 882b9dc7-90c7-41c2-919b-ea08977cc307 \
  -no-user-config \
  -nodefaults \
  -chardev 
socket,id=charmonitor,path=/var/lib/libvirt/qemu/fw-csm.g-f18xfce2012121716.e-upstream.monitor,server,nowait
 \
  -mon chardev=charmonitor,id=monitor,mode=control \
  -rtc base=utc \
  -no-shutdown \
  -boot c \
  -drive 
file=/var/lib/libvirt/images/fw-csm.g-f18xfce2012121716.e-upstream.img,if=none,id=drive-virtio-disk0,format=qcow2,cache=none
 \
  -device 
virtio-blk-pci,bus=pci.0,addr=0x4,drive=drive-virtio-disk0,id=virtio-disk0 \
  -drive if=none,media=cdrom,id=drive-ide0-0-1,readonly=on,format=raw \
  -device ide-drive,bus=ide.0,unit=1,drive=drive-ide0-0-1,id=ide0-0-1 \
  -netdev tap,fd=23,id=hostnet0,vhost=on,vhostfd=24 \
  -device 
virtio-net-pci,netdev=hostnet0,id=net0,mac=52:54:00:86:58:28,bus=pci.0,addr=0x3 
\
  -chardev pty,id=charserial0 \
  -device isa-serial,chardev=charserial0,id=serial0 \
  -usb \
  -device usb-tablet,id=input0 \
  -vnc 127.0.0.1:0 \
  -vga cirrus \
  -device virtio-balloon-pci,id=balloon0,bus=pci.0,addr=0x5 \
  -debugcon file:/tmp/fw-csm.g-f18xfce2012121716.e-upstream.debug \
  -global isa-debugcon.iobase=0x402 \
  -global PIIX4_PM.disable_s3=0 \
  -global PIIX4_PM.disable_s4=0

Laszlo


------------------------------------------------------------------------------
See everything from the browser to the database with AppDynamics
Get end-to-end visibility with application monitoring from AppDynamics
Isolate bottlenecks and diagnose root cause in seconds.
Start your free trial of AppDynamics Pro today!
http://pubads.g.doubleclick.net/gampad/clk?id=48808831&iu=/4140/ostg.clktrk
_______________________________________________
edk2-devel mailing list
edk2-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/edk2-devel

Reply via email to