Gravitational plate of three masses and a slashed discABC0Static engraved plate. Three-dimensional view is unavailable or reduced motion is requested.

← back to fieldarchive

archiveApr 1, 2021

Hyper-V Ubuntu 20.04 Full-Screen Fix

Set Ubuntu 20.04 on Hyper-V to 1920x1080 by editing GRUB's hyperv_fb mode, updating grub, and rebooting.

Ubuntu 20.04 on Windows Hyper-V

After enabling the Hyper-V feature

./0.png
./0.png

Hyper-V Manager

./1.png
./1.png

  • In Hyper-V Manager, choose Quick Create to open the new VM wizard.
  • Select Ubuntu 20.04, create the VM, and wait for setup to finish.

./2.png
./2.png

  • Once install completes, Ubuntu boots.

Full-screen setup for the Ubuntu VM

vim /etc/default/grub
  • Edit the GRUB config.

./3.png
./3.png

  • Update line 10:
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash video=hyperv_fb:1920x1080

./4.png
./4.png

  • Save the change, then run the update command.

./5.png
./5.png

init 6
  • Reboot.

Full screen working

./6.png
./6.png

related

  1. Mar 30, 2021/archiveWindows heap management layers
  2. Jan 3, 2021/archiveTLS (Thread Local Storage) Callbacks
  3. Jan 3, 2021/archiveWindows PEB (Process Environment Block)

graphfeed