Skip to content

Instantly share code, notes, and snippets.

@espinz
Created November 10, 2019 02:10
Show Gist options
  • Save espinz/e758d7a39070fa187aa56b699eb574be to your computer and use it in GitHub Desktop.
Save espinz/e758d7a39070fa187aa56b699eb574be to your computer and use it in GitHub Desktop.
Hyper-V screen resize for Linux guest vm

Change the screen resolution after Installing a Linux VM

sudo vim /etc/default/grub
# find and replace this line GRUB_CMDLINE_LINUX_DEFAULT
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash video=hyperv_fb:1280x720"
sudo update-grub
sudo reboot
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment