Windows Hyper V Ubuntu Resolution - kylessukaichang/kylessukaichang.github.io GitHub Wiki
Category | Title |
---|---|
Host OS | Windows |
VM | Hyper-V |
Guest OS | Ubuntu |
- Changing Ubuntu Screen Resolution in a Hyper-V VM
-
Hyper-V: How to Change Screen Resolution in Ubuntu Virtual Machines
sudo gedit /etc/default/grub
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash video=hyperv_fb:1024x768"
sudo update-grub
reboot
- additional info