[CentOS-virt] Problem with convert config file to xml

Thu May 19 06:53:19 UTC 2016
Christoph <mangel at gmx.de>

Hi all,

I have a problem to convert a hvm config file to xml:

virsh -c xen:/// domxml-from-native xen-xm /etc/xen/marax.cfg > 
/etc/xen/marax_xml.cfg
error: internal error: config value kernel was missing

cat /etc/xen/marax.cfg
builder = 'hvm'
memory = 2048
vcpus=8
boot="c"
name            = "marax"
disk            = [ 'phy:/dev/vg_lilith/lv_marax_c,hda,w', 
'phy:/dev/vg_lilith/lv_marax_d,hdb,w' ]
vif             = [ 
'bridge=xenbr5,mac=00:16:3e:05:01:10,script=vif-bridge,model=e1000' ]
on_poweroff     = 'destroy'
on_reboot       = 'restart'
on_crash        = 'restart'
vnc=0
vga             = 'stdvga'
spice           = 1
spicehost       = '0.0.0.0'
spiceport       = 6000
spicedisable_ticketing=1
spicevdagent=1
spice_clipboard_sharing=1
spiceusbredirection=4
localtime=1
keymap='de'
viridian = 1

whats the problem there? I can start the domU with xl without 
problems...

-- 
---------
Greetz