Skip to content

Instantly share code, notes, and snippets.

@kechkibet
Forked from romeosierra1/fedora-25-reso-hyper-v.md
Created September 12, 2021 16:29
Show Gist options
  • Save kechkibet/28945074f9cce1c9bff404284a7205e3 to your computer and use it in GitHub Desktop.
Save kechkibet/28945074f9cce1c9bff404284a7205e3 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment