QEMU/KVM Guest tools: Difference between revisions

From WikiMLT
 
Line 16: Line 16:


*[https://www.spice-space.org/download.html SPICE Download Page] | [https://www.spice-space.org/download/windows/spice-guest-tools/spice-guest-tools-latest.exe Windows Spice guest tools] [install at least this package in a Windows guest instance]
*[https://www.spice-space.org/download.html SPICE Download Page] | [https://www.spice-space.org/download/windows/spice-guest-tools/spice-guest-tools-latest.exe Windows Spice guest tools] [install at least this package in a Windows guest instance]
*[https://fedorapeople.org/groups/virt/virtio-win/direct-downloads/stable-virtio/virtio-win.iso Windows VirtIO drivers ISO] [mount this ISO as second CD-ROM during the Windows guest installation process] [these tools must be installed in order to shutdown the guest via qemu/kvm host by <code>virsh</code>]
*[https://fedorapeople.org/groups/virt/virtio-win/direct-downloads/stable-virtio/virtio-win.iso Windows VirtIO drivers ISO] [mount this ISO as second CD-ROM during the Windows guest installation process] [at least the tool <code>quemu-guest-agent</code> must be installed in order to shutdown the guest via qemu/kvm host by <code>virsh</code>]


== Operating systems images ==
== Operating systems images ==

Latest revision as of 11:13, 7 September 2022

Lin­ux Guest tools

Here is how to in­stall QE­MU Guest tools on De­bian based op­er­at­ing sys­tems.

sudo apt update && \  
sudo apt install qemu-guest-agent && sudo apt install spice-vdagent

En­able Cloud-init on Lin­ux

If you are us­ing Cloud-init im­age on your hy­per­vi­sor you may want to in­stall the cloud-init pack­age and en­able the fea­ture. On Ubun­tu it is done by de­fault, but on some oth­er dis­tri­b­u­tions like Kali Lin­ux – it is not.

sudo apt install cloud-init
sudo systemctl enable cloud-init.service

Win­dows Guest tools

Op­er­at­ing sys­tems im­ages