Skip to content

Instantly share code, notes, and snippets.

@robert-claypool
Created July 13, 2016 18:05
Show Gist options
  • Star 24 You must be signed in to star a gist
  • Fork 5 You must be signed in to fork a gist
  • Save robert-claypool/af8670b8082e1df020f21fdf57244cbf to your computer and use it in GitHub Desktop.
Save robert-claypool/af8670b8082e1df020f21fdf57244cbf to your computer and use it in GitHub Desktop.
How To Make Debian Linux Fullscreen in Hyper-V
@SVG62
Copy link

SVG62 commented Jun 19, 2022

Good job!!! But not all Debian distributions can do it without these lines and commands.
Add these lines to this file:
sudo nano /etc/initramfs-tools/modules
hv_vmbus
hv_storvsc
hv_blkvsc
hv_netvsc

In terminal enter:
sudo apt-get install hyperv-daemons
sudo update-initramfs -u
Make a reboot:
reboot

@janagyjr
Copy link

This no longer seems to work on Windows 10 using Client Hyper-V and Debian 12 guest.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment