Saw that Raspberry Pi OS was updated to the 6.6.x kernel recently and I went to update my Pi.
It's showing that all updates are installed but my kernel version is still 6.1.x. I think at some point on this Pi I messed around with rpi-update so I probably screwed something up there. I tried to force a reinstall of my kernel with:
And upon reboot I'm still on kernel 6.1.28-v8+.
I can see a linux-image-rpi-v8 package and if I install this then it seems to install the 6.6.x kernel but upon rebooting I'm still on 6.1.x.
I assume this is all because I messed with rpi-update at some point in the past. Is there a way to get back on package provided kernels or am I going to need to reinstall?
It's showing that all updates are installed but my kernel version is still 6.1.x. I think at some point on this Pi I messed around with rpi-update so I probably screwed something up there. I tried to force a reinstall of my kernel with:
Code:
sudo apt-get update; sudo apt-get install --reinstall libraspberrypi0 raspberrypi-bootloader raspberrypi-kernel
I can see a linux-image-rpi-v8 package and if I install this then it seems to install the 6.6.x kernel but upon rebooting I'm still on 6.1.x.
I assume this is all because I messed with rpi-update at some point in the past. Is there a way to get back on package provided kernels or am I going to need to reinstall?
Statistics: Posted by skymoo — Mon Mar 25, 2024 6:47 am — Replies 1 — Views 45