If you want to enjoy a full comfort of using the Ubuntu virtualized to a Hyper-V instance, do the following:
- run sudo gedit /etc/default/grub in your Terminal in order to edit GRUB file
- find the line which starts with GRUB_CMDLINE_LINUX_DEFAULT
- add video=hyperv_fb:1920x1080 (or other resolution wanted) - in the end your file should look like as pictured below:
- save the file and exit
- run sudo update-grub
- reboot the system (meaning the VM instance of Ubuntu, of course)