Linux – How to enable the full screen mode for Kali Linux on Hyper-V virtual machine

displaydisplay-settingshyper-vkali-linux

I have successfully installed Kali Linux on Hyper-V. The problem is that the OS doesn't take the whole screen. It takes only part of it. How to make Kali Linux run on full screen (physical)?

enter image description here

Best Answer

In /etc/default/grub change GRUB_CMDLINE_LINUX_DEFAULT=”quiet” to GRUB_CMDLINE_LINUX_DEFAULT=”quiet splash video=hyperv_fb:your_resolution″ for me it was GRUB_CMDLINE_LINUX_DEFAULT=”quiet splash video=hyperv_fb:1920×1080″. Save file then run sudo update-grub and restart.

Related Question