On Tue, Dec 21, 2021 at 03:01:27PM +0100, phil995511 - wrote: > Hello Andy, > > After tests on my Debian 11 virtual machine, the installation of the new > upgraded kernel is ok. > > philippe@station:~$ uname -a > Linux station 5.10.0-10-amd64 #1 SMP Debian 5.10.84-1 (2021-12-08) x86_64 > GNU/Linux > > But on my workstation it's problematic !? > > A few weeks ago I installed the 5.14 backports kernel on this PC, but since > the Nvidia 460.91.03-1: amd64 arm64 driver does not work with this kernel, > I have uninstalled this backports kernel manually. > > However I did not modify the default installation of the kernel > 5.10.70-1. After > this, the upgrade to Debian 5.10.84-1 not work. > > > I had to force the installation of the 5.10.84-1 kernel with this command : > > apt update && apt install linux-image-amd64 -y && apt install > linux-headers-amd64 -y && apt install firmware-linux firmware-linux-nonfree > > I'm afraid I will have the same problem in the future... > > My source list is ok : > > philippe@station:~$ cat /etc/apt/sources.list > # deb cdrom:[Debian GNU/Linux 11.0.0 _Bullseye_ - Unofficial amd64 DVD > Binary-1 with firmware 20210814-10:10]/ bullseye contrib main non-free > # > # deb cdrom:[Debian GNU/Linux 11.0.0 _Bullseye_ - Unofficial amd64 DVD > Binary-1 with firmware 20210814-10:10]/ bullseye contrib main non-free > # > # > # Bullseye base repository > deb https://deb.debian.org/debian/ bullseye main contrib non-free > deb-src https://ftp.debian.org/debian/ bullseye main contrib non-free > # > # Bullseye-updates > deb https://deb.debian.org/debian/ bullseye-updates main contrib non-free > deb-src https://deb.debian.org/debian/ bullseye-updates main contrib > non-free > # > # Security updates > deb https://security.debian.org/debian-security bullseye-security main > contrib non-free > deb-src https://security.debian.org/debian-security bullseye-security main > contrib non-free > # > # Backports > deb https://deb.debian.org/debian bullseye-backports main contrib non-free > deb-src https://deb.debian.org/debian bullseye-backports main contrib > non-free > # > # Testing > # deb https://deb.debian.org/debian/ testing main non-free contrib > # deb-src https://deb.debian.org/debian/ testing main non-free contrib > # > # Testing security updates > # deb https://deb.debian.org/debian/ testing-security main non-free contrib > # deb-src https://deb.debian.org/debian/ testing-security main non-free > contrib > # > # Sid (unstable) > # deb https://deb.debian.org/debian/ sid main non-free contrib > # deb-src https://deb.debian.org/debian/ sid main non-free contrib > > Best regards. > > Philippe >
Purge the 5.14 kernel - dpkg --purge [package name] - then comment out the backports lines entirely. Then apt-get update ; apt-get dist-upgrade to bring yourself definitely up to 11.2 - that should sort it out, I think. All the very best, as ever, Andy Cater > > > > Le mar. 21 déc. 2021 à 13:24, Andy Smith <a...@strugglers.net> a écrit : > > > Hi Philippe, > > > > This is probably more of a debian-user question - let's continue > > there. > > > > On Tue, Dec 21, 2021 at 11:43:28AM +0100, phil995511 - wrote: > > > Hello, > > > > > > The linux-image-amd64 (5.10.84-1) are announced from something days on > > this > > > page : > > > > > > https://packages.debian.org/fr/linux-image-amd64 > > > > > > https://packages.debian.org/fr/bullseye/linux-image-amd64 > > > > > > But the deployment on our machines did not take place !? We are still in > > > the old version : > > > > > > root@station:~# uname -a > > > Linux station 5.10.0-9-amd64 #1 SMP Debian 5.10.70-1 (2021-09-30) x86_64 > > > GNU/Linux > > > > My bullseye machines have been offered the updated package so it > > seems likely there is a problem with or misunderstanding about your > > setup. > > > > Can you show us the output of: > > > > $ dpkg-query --show linux-image-amd64 > > $ dpkg-query --show linux-image-5.10.0-10-amd64 > > $ cat /etc/apt/sources.list > > > > please? > > > > On my bullseye systems, linux-image-amd64 is at version 5.10.84-1 > > and this depends upon linux-image-5.10.0-10-amd64 version 5.10.84-1. > > > > Thanks, > > Andy > > > > > Has the person responsible for maintaining this repository not forgotten > > to > > > update the list of upgraded files available for our machines so that our > > > PCs are up to date ? He should be provided with a procedure to follow if > > > this is the case... > > > > > > You would be very kind to resolve this. > > > > > > Happy end of year celebrations to you. > > > > > > Philippe > >