:: Re: [DNG] Problems with amdgpu in t…
Top Page
Delete this message
Reply to this message
Author: Ludovic Bellière
Date:  
To: terryc
CC: [DNG]
Subject: Re: [DNG] Problems with amdgpu in the latest kernel upgrade? Ort just a glitch for me?
Hello terryc,

You seem to have a variety of kernel installed. Could you tell us which version
works for you, and which version showed the errors?

In doubt, I would revert back to stable — not backport (bpo). So you want the
latest of the 5.10 series, which should come from security.

Care must be taken when dealing with backport kernels, as they don't usually get
shipped as a whole: the signing and verification process takes some time. Once
you're on the kernel from the stable-security channel, you can then purge all
the others you do not use. You could do that by marking all `linux-image` and
`linux-headers` as automatically installed (1) followed by a call to `apt
autoremove` (2). If your system is properly configured, it should remove all
package that:

a) are not required by another package and
b) are automatically installed

     (1) sudo aptitude markauto ~nlinux-headers ~nlinux-image
     (2) sudo apt autoremove


Using the automated functions of apt is of great help when trying to keep a
system somewhat clean of unwanted, or uneeded packages.


Cheers,
                 Ludovic



On Tue, 22 Feb 2022, terryc wrote:

>I've just performed to apt trio (update, upgrade and dist-upgrade) and
>following a reboot my system went very glitchy, especially o the screen.
>
> [...]
>
>I temporarily fixed the problem by rebooting to the previous kernel,but
>in investigating came across this oddity in the naming of my
>installed kernels
>
>
>user@system: dpkg --list | grep linux-image
>rc  linux-image-5.10.0-6-amd64                    5.10.28-1
>              amd64        Linux 5.10 for 64-bit PCs (signed)
>rc  linux-image-5.10.0-7-amd64                    5.10.40-1
>           amd64        Linux 5.10 for 64-bit PCs (signed)
>rc  linux-image-5.10.0-8-amd64                    5.10.46-5
>           amd64        Linux 5.10 for 64-bit PCs (signed)
>rc  inux-image-5.10.0-9-amd64                    5.10.70-1
>           amd64        Linux 5.10 for 64-bit PCs (signed)
>ii  linux-image-5.14.0-0.bpo.2-amd64              5.14.9-2~bpo11+1
>           amd64        Linux 5.14 for 64-bit PCs (signed)
>ii  linux-image-5.15.0-0.bpo.2-amd64              5.15.5-2~bpo11+1
>           amd64        Linux 5.15 for 64-bit PCs (signed)
>ii  linux-image-5.15.0-0.bpo.3-amd64              5.15.15-2~bpo11+1
>           amd64        Linux 5.15 for 64-bit PCs (signed)
>ii   linux-image-amd64

>
>Looking for clubies on why the last image doesn't fit the pattern, and
>the best way to purge it.
>
>T.I.A.
>terryc