Comment 8 for bug 666211

Revision history for this message
Timo Derstappen (teemow) wrote :

Scott, did you bundle a new ami from the existing uec image? Because that is what we did. Which tools do you use for that? And probably that is where the error comes from. The original image where I installed all software and bundled from is still running and didn't have any issues. Only the cloned instances failed.

Here is a rough description of what I did using ami-tools:
 * Replaced root device label uec-rootfs in menu.lst and fstab with /dev/sda1
 * ec2-bundle-vol -d /mnt --block-device-mapping "root=/dev/sda1" -r x86_64
 * ec2-upload-bundle ...

I did replace the label, because otherwise the bundled amis failed with the message root device "uec-rootfs" not found and I didn't find another solution for that.

Is there a better way to do that, what do you recommend?