vmbuilder fails on chroot

Posted by Bruce on Ask Ubuntu See other posts from Ask Ubuntu or by Bruce
Published on 2012-06-10T15:36:21Z Indexed on 2012/06/10 16:48 UTC
Read the original article Hit count: 216

Filed under:
|

I am trying to install virtual machine with this command, but have no success:

vmbuilder kvm ubuntu --verbose --suite precise --flavour virtual \
--part partitions.txt --ip 192.168.1.3 --hostname edb1 --arch amd64 \
-o --libvirt qemu:///system --user someuser --pass somepass \
--raw /home/virtual-machines/edb1.disk1.img \
--raw /home/virtual-machines/edb1.disk2.img \
--domain somedomain.com --mem 4096 --cpus 4

This is the error:

...
I: Extracting xz-utils...
I: Extracting zlib1g...
W: Failure trying to run: chroot /tmp/tmp_JdKzu mount -t proc proc /proc
, stderr: 

The host kernel is not original but modified by server provider. Why is the chroot needed for installation?

© Ask Ubuntu or respective owner

Related posts about virtualization

Related posts about kvm