vmbuilder fails on chroot
- by Bruce
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?