# Hyper-V with Ubuntu guest change resolution to FHD(1080p) * Author : Pin-Hao,Chen * Reference : [website](https://www.30abysses.com/TWY/2017/05/06/ubuntu-hyper-v-screen-resolution.html) ## install dependacy package from deb ``` sudo apt install -y linux-image-extra-virtual ``` ## Optional if ubuntu is above 22.04 ``` sudo add-apt-repository ppa:danielrichter2007/grub-customizer ``` ## install grub GUI custom tool ``` sudo apt install -y grub-customizer ``` ## open grub customizer with root ``` sudo grub-customizer ``` ## change /General settings/kernel parameters ``` quiet splash video=hyperv_fb:1920x1080 ```   ## reboot the VM the resolutino should be apply then ``` sudo reboot ```
×
Sign in
Email
Password
Forgot password
or
By clicking below, you agree to our
terms of service
.
Sign in via Facebook
Sign in via Twitter
Sign in via GitHub
Sign in via Dropbox
Sign in with Wallet
Wallet (
)
Connect another wallet
New to HackMD?
Sign up