QEMU-KVM virtualization on Debian 9 Stretch

install

apt install qemu-kvm virt-manager
adduser <Username> libvirt

iso path

/var/lib/libvirt/images/

terminal usage

kvm -m 1G -drive file=system.img,cache=writeback
qemu-system-x86_64 -drive cache=writeback,file=system.img -m 1G

Leave a Reply

Your email address will not be published.

This site uses Akismet to reduce spam. Learn how your comment data is processed.