win10Pro版本中Hyper_v运行ubuntu问题汇总

198 阅读1分钟

1、设置ubuntu全屏

#1
cd /etc/default

#2
sudo gedit grub

#3:修改 GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash video=hyperv_fb:1920x1080"

#4刷新
sudo update-grub

#5重启
sudo reboot