Difference between revisions of "Install KVM in an Ubuntu Server"

From wikieduonline
Jump to navigation Jump to search
Line 14: Line 14:
  
 
== Packages ==
 
== Packages ==
* <code>[[qemu-kvm]]</code>, provides <code>[[KVM|kvm]]</code> binary
+
* <code>[[qemu-kvm]]</code>, provides <code>[[KVM|kvm]]</code> binary and requires <code>qemu-system-x86</code> package
 
* <code>[[libvirt-daemon-system]]</code>
 
* <code>[[libvirt-daemon-system]]</code>
 
* <code>[[libvirt-clients]]</code>
 
* <code>[[libvirt-clients]]</code>

Revision as of 11:28, 2 January 2020

Install KVM in an Ubuntu Server following https://help.ubuntu.com/community/KVM/Installation instructions:


And create your fist guest machine from command line using virt-install python script.

virt-install --virt-type kvm --name buster-amd64 --memory 1G --cdrom ~/iso/Debian/debian-10.0.0-amd64-netinst.iso --disk size=10G --os-variant debian10


Packages

See also

Advertising: