OPERATING SYSTEMSOS Linux

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



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
– putty https://www.chiark.greenend.org.uk/~sgtatham/putty/latest.html
– xming https://sourceforge.net/projects/xming/
2) 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
3) Install KVM, Virt-Manager and the dependencies
– apt-get install qemu-kvm libvirt-daemon-system
libvirt-clients bridge-utils virt-manager xauth
4) Grant user the usage of kvm
– adduser john libvirt
5) Install Ubuntu Server 20.04 as the guest OS
– http://archive.ubuntu.com/ubuntu/dists/bionic-updates/main/installer-amd64/current/images/netboot/
6) Test everything

To get more of our best content on IT careers and IT certifications, go to https://www.skillsbuildtraining.com/blog

Be sure to leave any questions or comments below!

See More Videos and Subscribe: https://www.youtube.com/channel/UCQa4HENaBBB29aCMq7uJkqA/
Website: https://www.skillsbuildtraining.com/
Facebook: https://www.facebook.com/skillsbuildtraining/
Twitter: https://twitter.com/SkillsbuildT

source
ubuntu

Leave a Reply

Your email address will not be published. Required fields are marked *