Difference between revisions of "Install KVM in an Ubuntu Server"
Jump to navigation
Jump to search
Line 10: | Line 10: | ||
<code> | <code> | ||
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</code> | 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</code> | ||
+ | |||
+ | |||
+ | |||
+ | == Packages == | ||
+ | * <code>[[qemu-kvm]] | ||
+ | * <code>[[libvirt-daemon-system]] | ||
+ | * <code>[[libvirt-clients]] | ||
+ | * <code>[[bridge-utils]] | ||
+ | * <code>[[virtinst]]</code> | ||
+ | |||
+ | |||
+ | |||
+ | |||
== See also == | == See also == |
Revision as of 11:12, 2 January 2020
Install KVM in an Ubuntu Server following https://help.ubuntu.com/community/KVM/Installation instructions:
sudo apt-get -y install qemu-kvm libvirt-daemon-system libvirt-clients bridge-utils virtinst && sudo adduser `id -un` libvirt && sudo adduser `id -un` kvm && virsh list --all
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: