Ubuntu 14.04 Problem With Vmbuilder
Recently hit quite an annoying bug in vmbuilder, tool that allows to build Ubuntu based virtual machines.
Was trying to build a VM using the following command:
vmbuilder kvm ubuntu --suite trusty --flavour virtual --arch amd64 --mem 8192 --rootsize 8000 --dest /var/lib/libvirt/images --libvirt qemu:///system --hostname new-host --user jenkins --name jenkins --pass <jenkins_user_password> --addpkg openssh-server --addpkg git --addpkg acpid
but kernel installation failed with the following error:
Unpacking linux-image-virtual (3.13.0.53.60) ...
, stderr: grep: /proc/cpuinfo: No such file or directory
This kernel does not support a non-PAE CPU.