1
2
3
4
5
6
7
8
9
10
11
12
# 1. 编辑
sudo vim /etc/default/grub
# GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
# 改为
# GRUB_CMDLINE_LINUX_DEFAULT="quiet splash video=hyperv_fb:1920x1080"
# 2. 刷新
sudo update-grub
# 3. 重启
sudo reboot
1
2
3
4
5
6
7
8
9
10
11
12
# 1. 编辑
sudo vim /etc/default/grub
# GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
# 改为
# GRUB_CMDLINE_LINUX_DEFAULT="quiet splash video=hyperv_fb:1920x1080"
# 2. 刷新
sudo update-grub
# 3. 重启
sudo reboot