赞
踩
sudo vim /etc/default/grub
找到
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
改为
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash nosgx"
执行
sudo update-grub
sudo apt-get update reboot
成功!!!