Hyper-v tools for IPBrick 6.X
From wiki.IPBRICK.COM
To install Hyper-v tools it is necessary to:
- Access via ssh to the server;
- Edit the file /etc/initramfs-tools/modules;
- Add the following lines:
- hv_vmbus
- hv_storvsc
- hv_blkvsc
- hv_netvsc
- Perform the comand:
- update-initramfs -u
- Reboot and check in:
- lsmod
If the line is like: hv_vmbus 32029 4 hv_storvsc,hv_netvsc,hid_hyperv,hv_utils