'How to make Parrot OS go full screen on HYPER-V?

I am testing Parrot OS and would like to put it in full screen mode in Hyper-V

Tried seeking through parrotsec documentations but couldn't find any reference.



Solution 1:[1]

Found a solution.

Since Parrot OS is using Debian, I just tried to modify the Grub Setting by adding video=hyperv_fb:1440x900

nano /etc/default/grub

GRUB_CMDLINE_LINUX_DEFAULT="quiet splash video=hyperv_fb:1440x900"

CTRL x + Y + Enter

sudo update-grub

sudo reboot

Then works as expected now. Thanks!

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 Eps Geofs Diivs