<div>Hello, </div>
<div>I have a xen 4.2 , running ok on a ubuntu 12.10 machine.</div>
<div> </div>
<div>When i create the virtual machine by xm create ubuntu.cfg , it is ok.</div>
<div>But when i create the virtual machine, with the same image disk by opennebula (4.2) i get  this error in domU ( i see the error by xm console in xen host):</div>
<div> </div>
<div> <em>1.274565] device-mapper: ioctl: 4.22.0-ioctl (2011-10-19) initialised: dm-devel@redhat.com</em><br /><em>[    1.274590] EFI Variables Facility v0.08 2004-May-17</em><br /><em>[    1.274975] TCP cubic registered</em><br /><em>[    1.275354] NET: Registered protocol family 10</em><br /><em>[    1.276538] NET: Registered protocol family 17</em><br /><em>[    1.276557] Registering the dns_resolver key type</em><br /><em>[    1.276762] registered taskstats version 1</em><br /><em>[    6.388086] XENBUS: Waiting for devices to initialise: 25s...20s...15s...10s...5s...0s...235s...230s...225s...220s...215s...210s...205s...200s...195s...190s...185s...180s...175s...170s...165s...160s...155s...150s...145s...140s...135s...130s...125s...120s...115s...110s...105s...100s...</em><br /><em>Gave up waiting for root device.  Common problems:</em><br /><em> - Boot args (cat /proc/cmdline)</em><br /><em>   - Check rootdelay= (did the system wait long enough?)</e
 m><br /><em>   - Check root= (did the system wait for the right device?)</em><br /><em> - Missing modules (cat /proc/modules; ls /dev)</em><br /><em>ALERT!  /dev/xvda2 does not exist.  Dropping to a shell!</em><br /><br /></div>
<div>my ubuntu.cfg :</div>
<div><em>#kernel = "/vmlinuz"</em><br /><em>#ramdisk = "/initrd.gz"</em><br /><em>bootloader ='/usr/lib/xen/bin/pygrub'</em><br /><em>name = "ubuntu3"</em><br /><em>memory = '512'</em><br /><em>dhcp        = 'dhcp'</em><br /><em>vif         = ['mac=00:00:00:8F:D9:46']</em><br /><br /><em>disk        = [</em><br /><em>               'file:/vms/images/ubuntu3/disk.img,sda2,w',</em><br /><em>               'file:/vms/images/ubuntu3/swap.img,sda1,w',</em><br /><em>              ]</em><br /><em>on_poweroff = 'destroy'</em><br /><em>on_reboot   = 'restart'</em><br /><em>on_crash    = 'restart'</em><br /><br /></div>
<div>Anybody knows what is the problem ?</div>
<div>How can i "convert" a xen .cfg to a opennebula template ?</div>
<div> </div>
<div>Thanks.</div>
<div> </div>