<div>Hello,</div>
<div>Im having a problem with deployment.0</div>
<div> </div>
<div><strong>I can create a domU, by xm create with this domU.cfg:</strong></div>
<div> </div>
<div><br /><em>bootloader = '/usr/bin/pygrub'</em><br /><em>vcpus       = '1'</em><br /><em>memory      = '512'</em><br /><em>root        = '/dev/xvda1 ro'</em><br /><em>disk        = [</em><br /><em>                  '</em><em><em>file:/var/lib/one//datastores/0/89/disk.0,xvda1,w</em>',</em><br /><em>              ]</em><br /><em>#</em><br /><em>name        = 'ubuntu'</em><br /><em>#  Networking</em><br /><em>dhcp        = 'dhcp'</em><br /><em>vif         = [ 'mac=00:16:3E:8F:D9:05' ]</em><br /><br /></div>
<div><strong>This is my opennebula template:</strong></div>
<div><em> </em></div>
<div><em>CLUSTER_100="100"</em><br /><em>CPU="1"</em><br /><em>DISK=[DRIVER="file:",IMAGE_ID="16",READONLY="no",TARGET="xvda1"]</em><br /><em>GRAPHICS=[LISTEN="0.0.0.0",PASSWD="123456",TYPE="VNC"]</em><br /><em>MEMORY="256"</em><br /><em>NIC=[NETWORK_ID="1"]</em><br /><em>OS=[BOOT="xvda1",BOOTLOADER="/usr/lib/xen/bin/pygrub",ROOT="/dev/xvda1 ro"]</em><br /><em>REQUIREMENTS="CLUSTER_ID=\"100\""</em><br /><em>VCPU="1"</em></div>
<div> </div>
<div><strong>and this is my deployment.0</strong></div>
<div>name = 'one-89'<br /><em>#O CPU_CREDITS = 256</em><br /><em>memory  = '256'</em><br /><em>vcpus  = '1'</em><br /><em>bootloader = "/usr/lib/xen/bin/pygrub"</em><br /><em>disk = [</em><br /><em>    'file:/var/lib/one//datastores/0/89/disk.0,xvda1,w',</em><br /><em>]</em><br /><em>vif = [</em><br /><em>    ' mac=02:00:0a:00:03:6c,ip=10.40.3.108,bridge=virbr0',</em><br /><em>]</em><br /><em>vfb = ['type=vnc,vnclisten=0.0.0.0,vncdisplay=89,vncpasswd=123456']</em><br /><br /></div>
<div>My domU dont load when i try it by opennebula (igot initramfs error).</div>
<div>the deployment.0 is just missing this "<em>root        = '/dev/xvda1 ro'" , how can i pass it to opennebula by template ?<br /></em></div>
<div><em>thanks.<br /></em></div>
<div> </div>
<div> </div>