You need to enable the Key/Value Pair Daemon
https://archlinux.org/packages/extra/x86_64/hyperv
Install hyperv
and enable the services
sudo pacman -S hyperv
sudo systemctl enable hv_kvp_daemon.service
sudo systemctl start hv_kvp_daemon.service
sudo systemctl enable hv_vss_daemon.service
sudo systemctl start hv_vss_daemon.service

0 Comments