- 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
June 7, 2021 05:39
-
-
Save jbohua/88f6473cce399d26ec215eb9c4d9e7b3 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