QEMU/KVM Guest tools: Difference between revisions
From WikiMLT
mNo edit summary |
|||
Line 1: | Line 1: | ||
<noinclude>{{ContentArticleHeader/Virtual Machines|toc=off}}{{ContentArticleHeader/Proxmox}}</noinclude> | <noinclude>{{ContentArticleHeader/Virtual Machines|toc=off}}{{ContentArticleHeader/Proxmox}}</noinclude> | ||
== Linux Guest tools == | == Linux Guest tools == | ||
Here is how to install QEMU Guest tools on Debian based operating systems.<syntaxhighlight lang="shell" line="1"> | Here is how to install QEMU Guest tools on Debian based operating systems.<syntaxhighlight lang="shell" line="1"> | ||
Line 14: | Line 15: | ||
== Windows Guest tools == | == Windows Guest tools == | ||
*[https://www.spice-space.org/download.html Spice Download Page] | |||
*[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] | *[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] | ||
*[https://www.spice-space.org/download/windows/spice-guest-tools/spice-guest-tools-latest.exe Windows Spice guest tools] [install this package in a Windows guest instance] | *[https://www.spice-space.org/download/windows/spice-guest-tools/spice-guest-tools-latest.exe Windows Spice guest tools] [install this package in a Windows guest instance] |
Revision as of 15:25, 23 August 2022
Linux Guest tools
Here is how to install QEMU Guest tools on Debian based operating systems.
sudo apt update && \
sudo apt install qemu-guest-agent && sudo apt install spice-vdagent
Enable Cloud-init on Linux
If you are using Cloud-init image on your hypervisor you may want to install the cloud-init
package and enable the feature. On Ubuntu it is done by default, but on some other distributions like Kali Linux – it is not.
sudo apt install cloud-init
sudo systemctl enable cloud-init.service
Windows Guest tools
- Spice Download Page
- Windows VirtIO drivers ISO [mount this ISO as second CD-ROM during the Windows guest installation process]
- Windows Spice guest tools [install this package in a Windows guest instance]
Operating systems images
- Windows 10 ISO image via Download Tool
- Ubuntu Desktop ISO
- Ubuntu Server ISO
- Pop!OS by System76 ISO
- Kali Linux ISO (Choose the bare metal images)