编辑:这似乎是与 Thinkpad 笔记本电脑相关的问题
我正在全新安装 ubuntu 20.04。
uname -r
输出:
5.6.0-1047-oem
sudo apt upgrade
输出:
Reading package lists... Done
Building dependency tree
Reading state information... Done
Calculating upgrade... Done
The following NEW packages will be installed:
linux-generic-hwe-20.04 linux-headers-5.8.0-43-generic linux-headers-generic-hwe-20.04 linux-hwe-5.8-headers-5.8.0-43
linux-image-5.8.0-43-generic linux-image-generic-hwe-20.04 linux-modules-5.8.0-43-generic linux-modules-extra-5.8.0-43-generic
oem-sutton.simon-meta
The following packages will be upgraded: ...
这对我来说有点晦涩。
根据:什么是硬件支持 (HWE)?,可以使用通用内核或 hwe 内核。但上面似乎列出了要升级的通用内核和 hwe 内核。或者我只是对升级的作用感到困惑。
上下文是,apt upgrade
从该点开始运行会破坏 nvidia 驱动程序(即,在升级nvidia-smi
输出一些合理的内容之前,在输出之后它无法与 nvidia 驱动程序通信)。我正在尝试找出要执行的最佳操作。
答案1
以下内容并未回答该问题(为什么通用内核和 HWE 内核都需要升级),但以下内容即使在升级后也能使 nvidia 驱动程序正常工作:
- 在 BIOS 中禁用安全启动
- 安装 Ubuntu
oem-sutton.simon-addison-meta.list
从中删除文件/etc/apt/sources.list.d
该文件似乎是联想系统特有的。
然后可以安装 nvidia 驱动程序。