KVM Installation Steps
KVM Installation Steps
Step 1: First criteria for a system for creating a kernel based virtual machine , Check whether the
system supports hardware virtualization or not. By implementing the following command:
if the output is 1 or more than 1, then the system supports hardware virtualisation
arch
or
uname -m
Step 3: install the KVM and its supportive packages, by giving the following command
Step 4: check the changes that have been done inside the kernel, user name will occur defaultly after
the execution of the given command
Step 5: Execute the following command to see whether the two users have been created
1. libvirt-qemu
2. libvirt-dnsmasq
Step 8: After installation just open the virtual manager by giving the following command
virt-manager
Step 9: If any error thrown , then install the qemu system by the following command
sudo apt-get install qemu-system
Step 10: After installation again open the virtual manager by running the following command
virt-manager