Hi,
Following the official Ubuntu Server guide, I am trying to create and start a CLI-only virtual machine via the uvt-kvm tool:
as is recommended by the guide to give time to the VM to boot. An error message comes back stating that:
I installed virtualization packages as was described in the guide:
I am running Ubuntu 20.04 (not server, but the guide says it should not be a problem.
I would really like to continue using uvt-kvm tool. Is there anything else to be installed or configured to make the uvt tool working?
Following the official Ubuntu Server guide, I am trying to create and start a CLI-only virtual machine via the uvt-kvm tool:
Code:
uvt-kvm create some_vm release=vivid
uvt-kvm wait some_kvm
Code:
uvt-kvm: error: timed out waiting for dnsmasq lease for 52:54:00:5f:4d:9c
Code:
sudo apt -y install uvtool
I would really like to continue using uvt-kvm tool. Is there anything else to be installed or configured to make the uvt tool working?