首页 > 编程语言 > 详细

虚拟机Manjaro启动黑屏解决方法

时间:2020-06-15 00:18:24      阅读:322      评论:0      收藏:0      [点我收藏+]

 

启动系统,按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://forum.manjaro.org/t/how-to-boot-manjaro-into-text-mode-text-only-console-mode-and-troubleshoot-at-bootup-2018-tutorial/45638/2

 

https://wiki.manjaro.org/Configure_Graphics_Cards#Removing_an_Installed_Driver

虚拟机Manjaro启动黑屏解决方法

原文:https://www.cnblogs.com/yanghao2008/p/13127412.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!