错误“* ERROR * UVD无响应,尝试重置VCPU !!!”

我启动系统时遇到以下错误。

现在我正在使用恢复模式,我该怎么办?

*ERROR* UVD not responding, trying to reset the VCPU!!! *ERROR* UVD not responding, trying to reset the VCPU!!! *ERROR* UVD not responding, trying to reset the VCPU!!! *ERROR* UVD not responding, trying to reset the VCPU!!! *ERROR* UVD not responding, trying to reset the VCPU!!! *ERROR* UVD not responding, trying to reset the VCPU!!! *ERROR* UVD not responding, trying to reset the VCPU!!! *ERROR* UVD not responding, trying to reset the VCPU!!! *ERROR* UVD not responding, trying to reset the VCPU!!! *ERROR* UVD not responding, trying to reset the VCPU!!! *ERROR* UVD not responding, trying to reset the VCPU!!! *ERROR* UVD not responding, trying to reset the VCPU!!! *ERROR* UVD not responding, trying to reset the VCPU!!! 

我有一个非常类似的问题,并通过编辑默认的grub文件来修复它

  sudo nano /etc/default/grub 

并改变线

  GRUB_CMDLINE_LINUX="" 

  GRUB_CMDLINE_LINUX="radeon.modeset=0" 

然后保存文件并使用更新grub

  sudo update-grub 

并重新启动。 如果上述方法不起作用,那么也许可以尝试更改

  GRUB_CMDLINE_LINUX="radeon.modeset=0" 

  GRUB_CMDLINE_LINUX="nomodeset" 

。 并检查dmesg日志中的错误

  dmesg | grep radeon 

如果上述方法只是为了确保一切正常。

这是因为图形驱动程序出现故障。 首先卸载外部图形驱动程序。 然后安装最新版本的图形驱动程序。 要解释详细信息,我需要了解您的显卡详细信息。

运行此命令以获取显示详细信息

sudo lshw -c display