Comment 5 for bug 1477179

Revision history for this message
Peter Nordquist (pnnl-plnordquist) wrote :

I was able to build bootable images when I swapped over to building images from an Ubuntu 14.04 host from a Centos 7.1 host. The one difference I could see was the extlinux install process. It seems to report two different devices for the partition device.

Ubuntu:
+ extlinux --install /boot/extlinux
/boot/extlinux is device /dev/disk/by-label/cloudimg-rootfs

Centos:
+ extlinux --install /boot/extlinux
/boot/extlinux is device /dev/loop0p1

I'm not sure if this is related at all to this bug though since sometimes Ubuntu reports /dev/loop0p1 as the boot disk. Much of my testing has been with diskimage-builder tag 1.1.2 on Ubuntu 14.04 now.