Hi,<div><br></div><div>Is that image working if you use xen directly?</div><div><br></div><div>Some hints about your template:</div><div><br></div><div>- KERNEL and INITRD paths must be accesible in the Host, not the front-end [1].</div>

<div>- The SOURCE attribute does not mean anything to opennebula, it is ignored.</div><div>- NIC: It's easier to create a vnet [2] and then use that inside the NIC, with NETWORK or NETWORK_ID [3].</div><div>The way you have the NIC defined, the interface won't get a MAC, and the opennebula guests rely on the MAC address to configure their IP though contextualization [4] or via the virtual router [5]. Besides, there is a typo, '<span style="background-color:rgb(255,255,255);color:rgb(34,34,34);font-family:arial,sans-serif;font-size:13px">bridg' should be 'bridge'</span></div>

<div><br></div><div>Regards</div><div><br></div><div>[1] <a href="http://opennebula.org/documentation:rel3.6:xeng#considerations_limitations">http://opennebula.org/documentation:rel3.6:xeng#considerations_limitations</a></div>

<div>[2] <a href="http://opennebula.org/documentation:rel3.6:vgg">http://opennebula.org/documentation:rel3.6:vgg</a></div><div>[3] <a href="http://opennebula.org/documentation:rel3.6:template#network_section">http://opennebula.org/documentation:rel3.6:template#network_section</a></div>

<div>[4] <a href="http://opennebula.org/documentation:rel3.6:cong#using_virtual_network_leases_within_a_virtual_machine">http://opennebula.org/documentation:rel3.6:cong#using_virtual_network_leases_within_a_virtual_machine</a></div>

<div>[5] <a href="http://opennebula.org/documentation:rel3.6:router">http://opennebula.org/documentation:rel3.6:router</a></div><div>--<br>Carlos Martín, MSc<br>Project Engineer<br>OpenNebula - The Open-source Solution for Data Center Virtualization<div>

<span style="border-collapse:collapse;color:rgb(136,136,136);font-family:arial,sans-serif;font-size:13px"><a href="http://www.OpenNebula.org" target="_blank">www.OpenNebula.org</a> | <a href="mailto:cmartin@opennebula.org" target="_blank">cmartin@opennebula.org</a> | <a href="http://twitter.com/opennebula" target="_blank">@OpenNebula</a></span><span style="border-collapse:collapse;color:rgb(136,136,136);font-family:arial,sans-serif;font-size:13px"><a href="mailto:cmartin@opennebula.org" style="color:rgb(42,93,176)" target="_blank"></a></span></div>


<br>
<br><br><div class="gmail_quote">On Tue, Oct 9, 2012 at 11:14 AM, Gandalf Corvotempesta <span dir="ltr"><<a href="mailto:gandalf.corvotempesta@gmail.com" target="_blank">gandalf.corvotempesta@gmail.com</a>></span> wrote:<br>


<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi,<br>
i'm, trying to create a Xen test machine with no success.<br>
I've made an image with ubuntu vm-builder.<br>
<br>
This is the image template:<br>
<br>
$ cat ubuntu-xen.conf<br>
CPU      = 0.5<br>
MEMORY   = 128<br>
NAME     = "Ubuntu 10.04.4"<br>
SOURCE   = "/tmp/ubuntu-xen/ubuntu-10.4.0.img"<br>
OS = [ KERNEL     = /vmlinuz,<br>
       INITRD     = /initrd.img,<br>
       ROOT       = xvda1,<br>
       KERNEL_CMD = "ro xencons=tty console=tty1"]<br>
DISK = [ IMAGE     = "Ubuntu 10.04.4" ]<br>
NIC      = [ip="192.168.0.101",bridg="br0"]<br>
GRAPHICS = [type="vnc",listen="127.0.0.1",port="5900"]<br>
<br>
<br>
but there is no way to get this working.<br>
Do you have any guide to follow step by step about image creation for Xen ?<br>
I would like to create an ubuntu 10.04.4 (this exact version) image<br>
starting from a debootstrap.<br>
_______________________________________________<br>
Users mailing list<br>
<a href="mailto:Users@lists.opennebula.org" target="_blank">Users@lists.opennebula.org</a><br>
<a href="http://lists.opennebula.org/listinfo.cgi/users-opennebula.org" target="_blank">http://lists.opennebula.org/listinfo.cgi/users-opennebula.org</a><br>
</blockquote></div><br></div>