Quantcast
Channel: Raspberry Pi Forums
Viewing all articles
Browse latest Browse all 8041

Beta testing • Re: Linux 6.12.34 (shipped)

$
0
0
Be careful if you are using ZFS on your RPi.
...
Welp, looks like the 6.12 kernel is not support yet for ZFS. Going to have to sit on my hands for a bit until that is sorted out.

[EDIT]

Turns out, you just need to go the long way around.
...
Where "long way round" means "update your system using apt update && apt full-upgrade".

Raspberry Pi OS has been on kernel 6.12 for some time now - it looks like you've not updated your system for a while, and have then tried to install the new RT kernel package without updating the rest of the system. Raspberry Pi actually provide their own version of the zfs-dkms package, which seems to be just a copy of the version from bookworm-backports with ~rpt1 tacked onto the version number. Handily, you don't have the enable bookworm-backports to get it:

Code:

andrew@pi5bookworm:~ $ apt policy zfs-dkmszfs-dkms:  Installed: (none)  Candidate: 2.3.1-1~bpo12+1~rpt1  Version table:     2.3.1-1~bpo12+1~rpt1 500        500 http://archive.raspberrypi.com/debian bookworm/main arm64 Packages        500 http://archive.raspberrypi.com/debian bookworm/main armhf Packages     2.1.11-1+deb12u1 500        500 http://deb.debian.org/debian bookworm/contrib arm64 Packages        500 http://deb.debian.org/debian bookworm/contrib armhf Packages
They've probably done this because, as you have discovered, the version in debian bookworm only works with kernel versions up to and including 6.7, probably because the default kernel in debian bookworm is currently 6.1.

Statistics: Posted by andrum99 — Thu Jul 17, 2025 8:17 am



Viewing all articles
Browse latest Browse all 8041

Trending Articles