Linux安装时卡在Logo界面解决方法
安装Ubuntu时遇到卡在主板Logo界面问题,搜索后发现是Nvidia驱动错误导致。此错误似乎容易出现在1080P分辨率下。
解决方法(需要网络连接):
选择safe graphic mode进入安装
安装完成后(双系统记得在BIOS中切换引导优先级),选择recovery mode,进入root terminal界面
输入
sudo apt-get purge nvdia*
sudo ubuntu-drivers autoinstall
This post is licensed under CC BY 4.0 by the author.