Hyper-V guest services

From Alpine Linux
Revision as of 05:45, 22 November 2024 by Prabuanand (talk | contribs) (Added link for creating Xorg page)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

How to install Hyper-V guest services

Hyper-V tools is nicely packaged, so the install is simple, as follows:

apk add hvtools

Then enable the services

rc-service hv_fcopy_daemon start

rc-service hv_kvp_daemon start

rc-service hv_vss_daemon start

Then to ensure these services start on boot

rc-update add hv_fcopy_daemon

rc-update add hv_kvp_daemon

rc-update add hv_vss_daemon

Hyper-V Settings

New-VHD -Path C:\MyVHDs\test.vhdx -SizeBytes 127GB -Dynamic -BlockSizeBytes 1MB

  • When using using Hyper-V, if Xorg refuses to start, blacklist the hyperv_drm module by adding it to the /etc/modprobe.d/blacklist.conf file.