Today I got lot of unusual looking updates to Ubuntu22 (with NVIDIA GT 630), similar as describe in other fresh question. After 4th round (typically 1-2 x to install and remove unused) of message to install updates/remove old, I cancelled it and rebooted. However, then boot failed somehow, and I was left with back screen after normal Ubuntu had listed some items loaded/started. Further, the starting logo was in low res during the load. I only managed to get to safe without driver for display or sound.
General error in distributed updates?
Should I wait for new updated and assume the situation is corrected, or what is the process to correct this?
Some details:
$ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 22.04.2 LTS
Release: 22.04
Codename: jammy
$ hostnamectl
Static hostname: ...
Icon name: computer-desktop
Chassis: desktop
Machine ID: ...
Boot ID: ...
Operating System: Ubuntu 22.04.2 LTS
Kernel: Linux 6.1.0-1015-oem
Architecture: x86-64
Hardware Vendor: System manufacturer
Hardware Model: System Product Name
$
$ sudo ubuntu-drivers devices
== /sys/devices/pci0000:00/0000:00:04.0/0000:01:00.0 ==
modalias : pci:v000010DEd00001284sv....
vendor : NVIDIA Corporation
model : GK208 [GeForce GT 630 Rev. 2]
driver : nvidia-driver-470 - distro non-free recommended
driver : nvidia-driver-450-server - distro non-free
driver : nvidia-driver-390 - distro non-free
driver : nvidia-driver-418-server - distro non-free
driver : nvidia-driver-470-server - distro non-free
driver : xserver-xorg-video-nouveau - distro free builtin
uname -r
) ? Does it end with-generic
? Most people (like me) use thegeneric
kernel stack, but it seems that on 22.04 and 23.04 at least,update-manager
suddenly wants to install other kernel stacks. Something seems to have gone wrong with Canonical’s update system… – NovHak Jul 01 '23 at 23:116.1.0-1015-oem – mtp Jul 02 '23 at 14:50
apt list --installed 'linux-*'
? You should probably delete all linux image, headers, modules, and Nvidia objects and signatures, that are not generic. – NovHak Jul 02 '23 at 20:59lowlatency
andoracle
stacks had been installed, I suppose you should adapt to the unrequested kernel stacks (i.e. at leastoem
from what you wrote) that got installed on your system, and reboot after all. Of course, make sure there’s at least one generic kernel remaining beforehand, or you may run into surprises… but it’s likely still there. – NovHak Jul 02 '23 at 21:06