Skip to content

Instantly share code, notes, and snippets.

@romeosierra1
Last active October 23, 2021 17:56
Show Gist options
  • Save romeosierra1/114a1b483a03e0fe75535494b9a9481b to your computer and use it in GitHub Desktop.
Save romeosierra1/114a1b483a03e0fe75535494b9a9481b to your computer and use it in GitHub Desktop.
Change Fedora 25 resolution on Hyper-V
  • Open Terminal sudo vi /etc/default/grub
  • Add following line in end GRUB_CMDLINE_LINUX="… quiet splash video=hyperv_fb:1920x1080"
  • Update file
  • Run on terminal sudo grub2-mkconfig -o /boot/grub2/grub.cfg
  • Reboot Virtual Machine

OR

  • Write this command on terminal sudo grubby --update-kernel=ALL --args="video=hyperv_fb:1280x1024"
  • Reboot
@orgg92
Copy link

orgg92 commented Jan 30, 2021

For Fedora 33 I can confirm method 1 doesn't work for me but method 2 does - thanks !

@The1nOnlyFIRE
Copy link

Method 1 works in Fedora 34 just after reboot you have to go into the setting and manually change the resolution it gives the option of the resolutions after doing the steps or at least it worked that way for me

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