5
submitted 3 days ago* (last edited 3 days ago) by FarraigePlaisteach@lemmy.world to c/raspberry_pi@programming.dev

Edit: The solution in my case was to run these commands:

sudo apt update
sudo apt install linux-image-rpi-v8 linux-headers-rpi-v8

The new kernel wasn't used after rebooting though, so I had to edit /boot/config.txt and add:

# New kernel (test)
kernel=vmlinuz-6.12.75+rpt-rpi-v8
initramfs initrd.img-6.12.75+rpt-rpi-v8 followkernel

I'll figure out how to make it so I don't have to manually keep config.txt updated but for now, I'm happy to have a process to stay up to date with current kernels.

/edit

Reading about the latest Copy Fail security vulnerability I realised I was overdue a check on my system. It turns out I had even bigger problems - I was still on Debian 10/Buster.

To solve it I updated my apt list to contain: deb http://archive.raspberrypi.org/debian/ bookworm main

But after doing this, updating and doing a full upgrade, my kernel is still 6.1.21.

I'm now reading that I should not have upgraded from bullseye to bookworm, so what is the easiest way forward from here? If there is a documented set of steps for this scenario I'd appreciate a link. I have a lot of services and scripts so reinstalling from scratch is not really an option.

uname -a
Linux 6.1.21-v8+ #1642 SMP PREEMPT Mon Apr 3 17:24:16 BST 2023 aarch64 GNU/Linux.

cat /etc/os-release
PRETTY_NAME="Debian GNU/Linux 12 (bookworm)"``___

top 3 comments
sorted by: hot top controversial new old
[-] dgdft@lemmy.world 3 points 3 days ago

That’s what you’re supposed to be on for bookworm. Debian backports security fixes for things like Copy Fail to that kernel version.

[-] FarraigePlaisteach@lemmy.world 1 points 3 days ago* (last edited 3 days ago)

It’s dated 2023 though. I’ve received no back ports or updates to kernel in three years it seems. apt is telling me there are no updates regardless.

On my setup the Raspberry Pi repo only offers raspberrypi-kernel 1:1.20230405-1, and apt-cache madison shows no newer kernel versions available. So I appear to be stuck on an older snapshot.

[-] dgdft@lemmy.world 1 points 3 days ago

Hmm, you’re right — that does seem funky.

Unfortunately I can only speak to the debian side of the house, not the raspbian. But I agree you should be seeing something more recent than that.

this post was submitted on 01 May 2026
5 points (100.0% liked)

Raspberry Pi

5217 readers
1 users here now

Welcome to the programming.dev Raspberry Pi community!

Raspberry Pi is a series of small single-board computers. It is widely used in many areas because of its low cost, modularity, and open design. It is typically used by computer and electronic hobbyists.

Rules

Members of this community are expected to exhibit mature and respectful behavior.

Those who fail to uphold these standards may find their posts or comments removed, with repeat offenders potentially facing a permanent ban.

Please keep discussions in English so that they can be appropriately moderated.

Links

founded 2 years ago
MODERATORS