Install QEMU Guest Agent on Proxmox VM
Unix
su -
apt update
apt -y install qemu-guest-agent
systemctl enable --now qemu-guest-agent
systemctl status qemu-guest-agent
Windows
- Download the latest stable VirtIO ISO
- Mount it to the VM
- Open the Windows Explorer and navigate to the CD-ROM drive.
- Execute
virtio-win-guest-tools.exe
- Follow its instructions
- Reboot the VM
Relevant Note(s): Proxmox Setup