Install guest-agent on new VM
For Linux:
ssh into the server
install the agent
enable the agent
reboot server
For Windows:
First you have to download the virtio-win driver iso (see Windows VirtIO Drivers).
Then install the virtio-serial driver:
Attach the ISO to your windows VM (virtio-*.iso)
Go to the windows Device Manager
Look for "PCI Simple Communications Controller"
Right Click:
After that, you have to install the qemu-guest-agent:
Go to the mounted ISO in explorer
The guest agent installer is in the directory guest-agent
Execute the installer with double click (either qemu-ga-x86_64.msi (64-bit) or qemu-ga-i386.msi (32-bit)
After that the qemu-guest-agent should be up and running. You can validate this in the list of Window Services, or in a PowerShell with:
Last updated