Celeb Glow
general | March 31, 2026

So many problems trying to get Hyper V working with Ubuntu on windows 10

I have created a hyper-v virtual machine and with Unbuntu running on it. Originally I went with Unbuntu ubuntu 20.04. But I could not resize it or set up a shared folder. I followed the instructions setting resolution via the etc/default/grub file, did not work

GRUB_CMDLINE_LINUX_DEFAULT="quiet splash video=hyperv_fb:1920x1080"

Then

 sudo update-grub
sudo reboot

Did not work, then i tried to to set Enhanced Session

sudo git clone
cd linux-vm-tools/ubuntu/18.04
./install.sh

The install ran, i rebooted in powershell in admin I ran the following

Set-VM -VMName UbuntuVM -EnhancedSessionTransportType HvSocket

Restarted by Hyper-v, EnhancedSession was still grayed out. So I gave up on 20.04 and downloaded 18.04.3 LTS

It works in that it gives me a EnhancedSession I can resize the screen. But the icons are tiny. I right clicked in the top right. It brings up a window. I select the crossed spanners , select spanners select dock and increase the size to max but the icons are still very small.

I want to stick with 18.04.3 LTS it gives me everything but icon size.

Thanks for any help.

4 Reset to default

Know someone who can answer? Share a link to this question via email, Twitter, or Facebook.

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy