sd fs changed bug 976250
What Removed Added
Flags needinfo?(suse.dev@fea.st)  

Comment # 11 on bug 976250 from
> I didn't find anything wrong in the log :-(
> 
> What if you add this line?
> 
> bios_override='/usr/share/qemu/ovmf-x86_64.bin'

I installed these latest packages

    kernel-default-4.5.4-2.1.gb14d2a1.x86_64
    ovmf-2015+git1462940744.321151f-20.1.x86_64
    qemu-ovmf-x86_64-2015+git1462940744.321151f-20.1.noarch
    xen-4.7.0_03-441.1.x86_64
    xen-libs-4.7.0_03-441.1.x86_64
    xen-tools-4.7.0_03-441.1.x86_64

and added to guest.cfg

    builder = 'hvm'
    xen_platform_pci = 1
    device_model_version="qemu-xen"
    device_model_args = ["-debugcon", "file:debug.log",
"-global","isa-debugcon.iobase=0x402"]
    bios = 'ovmf'
+    bios_override = '/usr/share/qemu/ovmf-x86_64.bin'
    ...

Now on reboot I **can** boot the Guest and get to it like usual via SSH.  I
didn't check the Guest thoroughly yet, but its services seem to be running, at
least.

But when I check at the Dom0 console, I get "(null)" for Names,

    xl list
    Name          ID   Mem VCPUs      State   Time(s)
    (null)         0  4096     1     r-----      66.6
    (null)         1  2049     1     -b----      18.2


You are receiving this mail because: