- Run
sudo vim /etc/default/grub
- Find
GRUB_CMDLINE_LINUX_DEFAULT
- Append
video=hyperv_fb:[the resolution you want]
, for example:GRUB_CMDLINE_LINUX_DEFAULT="quiet splash video=hyperv_fb:1920x1080"
- Write the changes, quit Vim
- Run
sudo update-grub
- Run
sudo reboot
Forked from robert-claypool/debian-fullscreen-in-hyperv.md
Created
January 25, 2023 18:55
-
-
Save beastycoding/e5fd948c1b1d8db49fd04b7325464c77 to your computer and use it in GitHub Desktop.
How To Make Debian Linux Fullscreen in Hyper-V
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment