Learn how to install KVM, QEMU, & Virt-Manager to create an Ubuntu Server virtual machine.

Yevgen will go over the following in the video:

  1. Get all required tools for Windows
  1. Update all the packages on the Ubuntu host and check if we can run KVM
  • apt-get update & apt-get upgrade
  • egrep -c ‘(vmx|svm)’ /proc/cpuinfo
  1. Install KVM, Virt-Manager and the dependencies
  • apt-get install qemu-kvm libvirt-daemon-system
    libvirt-clients bridge-utils virt-manager xauth
  1. Grant user the usage of kvm
  • adduser john libvirt
  1. Install Ubuntu Server 20.04 as the guest OS
  1. Test everything

#developer #ubuntu

Install KVM, QEMU, & Virt-Manager to Create an Ubuntu Server Virtual Machine Tutorial
1.90 GEEK