<p dir="ltr">He's also should be able to attach just the .efi file or install graphics drivers via qxl.<br>
</p>
<div class="gmail_quote">On Apr 11, 2016 6:48 PM, "Laszlo Ersek" <<a href="mailto:lersek@redhat.com">lersek@redhat.com</a>> wrote:<br type="attribution"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">On 04/10/16 16:46, Blank Field wrote:<br>
<br>
> What you can do - convert libvirt xml into a usual qemu command line,<br>
> and add an ISA debug console and check OVMF debug output in it.<br>
<br>
* Yes, capturing the OVMF debug log should be the first step when<br>
reporting apparent OVMF issues.<br>
<br>
You can get that log without resorting to the raw QEMU command line.<br>
Modify your domain XML like this:<br>
<br>
- add the following attribute to the root element of the domain XML:<br>
<br>
  <domain<br>
   type='kvm'<br>
   xmlns:qemu='<a href="http://libvirt.org/schemas/domain/qemu/1.0" rel="noreferrer" target="_blank">http://libvirt.org/schemas/domain/qemu/1.0</a>'  <-- this one<br>
  ><br>
<br>
- add the following XML fragment near the end of the domain XML, as a<br>
direct child of the <domain> element:<br>
<br>
  <qemu:commandline><br>
    <qemu:arg value='-global'/><br>
    <qemu:arg value='isa-debugcon.iobase=0x402'/><br>
    <qemu:arg value='-debugcon'/><br>
    <qemu:arg value='file:/tmp/guest_name.log'/><br>
  </qemu:commandline><br>
<br>
This will send the OVMF log to "/tmp/guest_name.log".<br>
<br>
* Regarding the specific case: a UEFI oprom for a GPU may easily be<br>
buggy even if it matches the card. If you are experimenting with<br>
"similar" drivers, all bets are off. Please buy a decent card (Alex has<br>
recommended the GTX750 several times; I myself bought one on his<br>
recommendation, and have had zero problems with it). Or else, at least<br>
get an officially supported driver binary from the manufacturer, please.<br>
<br>
Thanks<br>
Laszlo<br>
</blockquote></div>