关于Linux系统启动时出现UVD not responding, Trying to reset the vcpu问题的解决

Posted imichael-zhang

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了关于Linux系统启动时出现UVD not responding, Trying to reset the vcpu问题的解决相关的知识,希望对你有一定的参考价值。

本人的老古董笔记本!不知道什么时候显卡烧坏了

每次启动Linux的时候就会出现错误,信息如下:

UVD not responding, trying to reset the VCPU!

讲道理,显卡烧了我是无所谓了,毕竟这低端显卡也没什么用,但是无形拖延我的开机速度就不能忍了

 

在网上找到了一个比较简单的处理方案,操作如下:

1 sudo vim /etc/default/grub

1 GRUB_CMDLINE_LINUX=""

改成

1 GRUB_CMDLINE_LINUX="radeon.modeset=0"

执行

1 sudo update-grub

重启就可以看到效果啦!(不过这样好像开机还会提示显卡的驱动程序相关的问题,影响不大)

如果还不行的话,将那一行改成

1 GRUB_CMDLINE_LINUX="nomodeset"

 

解决方案来自:

https://askubuntu.com/questions/717504/errors-error-uvd-not-responding-trying-to-reset-the-vcpu

以上是关于关于Linux系统启动时出现UVD not responding, Trying to reset the vcpu问题的解决的主要内容,如果未能解决你的问题,请参考以下文章

启动 tryton 客户端时出现 KeyError 'res.user'

启动hadoop时出现ERROR: JAVA_HOME is not set and could not be found.解决办法

启动Linux系统时出现系统找不到指定文件,这怎么解决

启动tomcat时出现 Source not found for URLClassPath$JarLoader.getJarFile(URL) line: not available ?

Linux中使用 FTP 命令时出现 “-bash: ftp: command not found”

启动项目时出现Not a JAR.......Find JAR........一指循环就是起不来