虚拟机Manjaro启动黑屏解决方法
Posted 重积德
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了虚拟机Manjaro启动黑屏解决方法相关的知识,希望对你有一定的参考价值。
启动系统,按ESC键,进入GRUB页面,进入到命令行
1. Start up your computer and when you see the Grub screen, do the following:
2. In the Grub menu press the ‘e’ key to edit Grub’s boot options.
3. Using your arrow keys, move the typing cursor to the end of the ‘linux’ (kernel) line and append a ‘3’ at the end of the line (with a space before it).
4. Then press CTRL+X or F10 to save the changes for this bootup session and to boot the system into a console.
That’s it. You will now boot into a console where you can log in with your username and password.
在有linux字符的那一行末尾加一个数字"3"
检查显卡
mhwd -l -d
删除显卡
sudo mhwd -r pci video-virtualmachine
重新安装显卡
sudo mhwd -a pci nonfree 0300
或者
sudo mhwd -a pci free 0300
参考网页:
https://wiki.manjaro.org/Configure_Graphics_Cards#Removing_an_Installed_Driver
以上是关于虚拟机Manjaro启动黑屏解决方法的主要内容,如果未能解决你的问题,请参考以下文章