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

Beginners • Re: kernel is still the old version after reboot

$
0
0
Thank you for the solutions you have proposed.
Move that /boot partition to /boot/firmware/ otherwise the kernel updates will fail.
I ran :

Code:

sudo mv * /firmware
The output of "apt policy linux-image-rpi-v8" :

Code:

linux-image-rpi-v8:  Installed: 1:6.6.62-1+rpt1  Candidate: 1:6.6.62-1+rpt1  Version table: *** 1:6.6.62-1+rpt1 500        500 http://archive.raspberrypi.org/debian bookworm/main arm64 Packages        100 /var/lib/dpkg/status
And, I ran :

Code:

sudo apt-get remove --purge raspberrypi-kernel
After the reboot the kernel was still 6.1.21-v8+ and a new folder firmware has been created : /boot/firmware/firmware (it's weird).
mount bootFAT on /boot/firmware
I tried, but it was impossible :

Code:

sudo mount /dev/mmcblk0p1 /boot/firmwaremount: /boot/firmware: /dev/mmcblk0p1 already mounted on /boot.       dmesg(1) may have more information after failed mount system call.
I will try again tomorrow.

Statistics: Posted by wodix — Wed Dec 04, 2024 9:08 pm



Viewing all articles
Browse latest Browse all 3923

Trending Articles