Xen command xl doesn’t create a vm but xend/xm does

virtualizationxen

I'm a newbie to Xen, and I've recently installed Xen 4.2 by sources on my system.
I've found a strange thing I've a VM when I start it via the command "xm create machine.cfg" all work fine, but if I use "xl create machine.cfg" it gives me the following error

xc: error: panic: xc_dom_core.c:442: xc_dom_alloc_segment: segment ramdisk too large (0x4ba > 0x2000 – 0x1bd9 pages): Out of memory
libxl: error: libxl_dom.c:208:libxl__build_pv xc_dom_build_image failed: Invalid argument
cannot (re-)build domain: -3
xenconsole: Could not read tty from store: No such file or directory

What could be the problem? Any idea?

Best Answer

Apparently I've solved the problem simply adding the memory specification in the configuration file.

Related Topic