[SOLVED] Getting qemu-agent to start at boot

Joris L.

Well-Known Member
May 16, 2020
302
17
58
51
Antwerp, Belgium
commandline.be
Except for me not folllowing procedure, if any, a few notes on qemu-guest to share.
Using multiple distro shows just how different these can be in 'behavior'

1. Enable Qemu Guest in the Proxmox UI (just saying)
2. configure qemu-guest-agent if it does not start automagically
3. assure your init system does not require to enable qemu-ga at boot

Here are per distro notes.

Debian

apt install qemu-guest-agent​
qemu-ga -D >> /etc/qemu/qemu-ga.conf​
systemctl enable qemu-guest-agent​
reboot​

Arch/Artix

pacman -S qemu-guest-agent​
qemu-ga -D >> /etc/qemu/qemu-ga.conf​
Arch with systemd​
systemctl enable qemu-guest-agent​
Artix with s6​
echo "qemu-ga -d" >> /etc/s6/rc.local​
Workaround
now edit /etc/qemu/qemu-ga.conf
comment path = ...
instead, write: path = /dev/vport1p1
 
Last edited:
I think the post was meant for the Proxmox VE forum (not the Proxmox Mail Gateway ones) - and will move it there.

Thanks for sharing your experience!
 
  • Like
Reactions: Joris L.