Getting and Arch VM running on Hyper-V to display its IP Address in Hyper-V Manager

by Oct 3, 2025IT Tips0 comments

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
Arch Guests Networking Tab in Hyper-V Manager

0 Comments

Submit a Comment

Your email address will not be published. Required fields are marked *

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

The reCAPTCHA verification period has expired. Please reload the page.