sudo nano /etc/initramfs-tools/modules
Add the following drivers
hv_vmbus
hv_storvsc
hv_blkvsc
hv_netvsc
In the terminal type:
sudo update-initramfs -u
Reboot.
sudo nano /etc/default/grub
Update this line to read: GRUB_CMDLINE_LINUX_DEFAULT=”quiet splash video=hyperv_fb:1920×1080″
sudo update-grub
reboot