Hello,
I have a xen 4.2 , running ok on a ubuntu 12.10 machine.
 
When i create the virtual machine by xm create ubuntu.cfg , it is ok.
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):
 
 1.274565] device-mapper: ioctl: 4.22.0-ioctl (2011-10-19) initialised: dm-de...@redhat.com
[    1.274590] EFI Variables Facility v0.08 2004-May-17
[    1.274975] TCP cubic registered
[    1.275354] NET: Registered protocol family 10
[    1.276538] NET: Registered protocol family 17
[    1.276557] Registering the dns_resolver key type
[    1.276762] registered taskstats version 1
[    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...
Gave up waiting for root device.  Common problems:
 - Boot args (cat /proc/cmdline)
   - Check rootdelay= (did the system wait long enough?)
   - Check root= (did the system wait for the right device?)
 - Missing modules (cat /proc/modules; ls /dev)
ALERT!  /dev/xvda2 does not exist.  Dropping to a shell!

my ubuntu.cfg :
#kernel = "/vmlinuz"
#ramdisk = "/initrd.gz"
bootloader ='/usr/lib/xen/bin/pygrub'
name = "ubuntu3"
memory = '512'
dhcp        = 'dhcp'
vif         = ['mac=00:00:00:8F:D9:46']

disk        = [
               'file:/vms/images/ubuntu3/disk.img,sda2,w',
               'file:/vms/images/ubuntu3/swap.img,sda1,w',
              ]
_on_poweroff_ = 'destroy'
on_reboot   = 'restart'
on_crash    = 'restart'

Anybody knows what is the problem ?
How can i "convert" a xen .cfg to a opennebula template ?
 
Thanks.
 
_______________________________________________
Users mailing list
Users@lists.opennebula.org
http://lists.opennebula.org/listinfo.cgi/users-opennebula.org

Reply via email to