Hyper-V and Linux

20 Dec

If you are using Hyper-V install the following:

apt-get install hyperv-daemons

Add required Hyper-V modules:

nano /etc/initramfs-tools/modules
hv_vmbus
hv_storvsc
hv_blkvsc
hv_netvsc

Commit Hyper-V changes:

update-initramfs -u -k all

Leave a Reply

Your email address will not be published.