<html><head><style type="text/css"><!-- DIV {margin:0px;} --></style></head><body><div style="font-family:times new roman,new york,times,serif;font-size:10pt">Hi Openstack gurus,<br><br>We have recently shifted from eucalyptus to openstack and so far, finding it quite stable. However, we are having terrible time re-bundling an existing image. <br>The re-bundled image is able to complete the boot process upto mountall: but the cloud-init never fires up.<br><br>Here is what we have done so far, please let us know what exactly is wrong on our side.<br><br>1- Downloaded the ubuntu1010 image from openstack site as follows: <pre style="font-family: times new roman,new york,times,serif;" class="literallayout"><a id="d1480e1528">    wget http://c0179148.cdn1.cloudfiles.rackspacecloud.com/ubuntu1010-UEC-localuser-image.tar.gz<br>2- publish this image:<br></a><a id="d1480e1528">uec-publish-tarball ubuntu1010-UEC-localuser-image.tar.gz ubuntu
 x86_64</a><br></pre>3- Now we run the image using euca-run-instance and it boots up fine, we are also able to login using the private key and able to install software.<br><br>4- When we want to save the instace into an image (rebundle), following sequence is performed<br><br>    -   rm -r /etc/udev/rules.d/70-*<br><br>    -   copy the nove certificates and source .novarc<br><br>    -   euca-bundle-vol -c ${EC2_CERT} -k ${EC2_PRIVATE_KEY} -u ${EC2_USER_ID} --ec2cert ${NOVA_CERT} --no-inherit --kernel aki-00000XXX -d /mnt -r x86_64 -p ubuntu-1010-rebundle -s 2048 -e /var/lib/dhcp3 <br><br>    -  euca-upload-bundle -b ubuntu -m  /mnt/ubuntu-1010-rebundle.manifest.xml<br><br>   -  euca-register ubuntu/ubuntu-1010-rebundle.manifest.xml<br><br>5- Now we fire up this image once it has been successfully uploaded; we get stuck after plymouth-splash. Comapred to the
 original image which started cloud-init after this point. The image is replying to pings but refusing ssh. It can be some odd ssh key issue?<br><br>[    0.384064] md: autorun ...<br>[    0.384435] md: ... autorun DONE.<br>[    0.386063] EXT3-fs: barriers not enabled<br>[    0.386946] kjournald starting.  Commit interval 5 seconds<br>[    0.387731] EXT3-fs (vda): mounted filesystem with ordered data mode<br>[    0.388644] VFS: Mounted root (ext3 filesystem) readonly on device 252:0.<br>[    0.389738] devtmpfs: mounted<br>[    0.390218] Freeing unused kernel memory: 828k freed<br>[    0.391214] Write protecting the kernel read-only data: 10240k<br>[    0.392153] Freeing unused kernel memory: 308k freed<br>[    0.393078] Freeing unused kernel memory: 1612k freed<br>mountall: Disconnected
 from Plymouth<br>init: plymouth main process (48) killed by SEGV signal<br>init: plymouth-splash main process (323) terminated with status 2<br><br><br>Any help is greatly appreciated. I am willing to provide you with other logs if requested.  <br><br><br>Regards,<br>Atif<br></div></body></html>