The officially official Devuan Forum!

You are not logged in.

#1 2024-06-20 08:45:56

jonny101
Member
Registered: 2024-06-20
Posts: 8  

Upgrade to Daedalus did not upgrade kernel

Hi there,

yesterday I upgraded the Chimaera 4.0 image to Daedalus 5.0 on my Raspberry Pi 3b+. I was happy to see that everything really went flawlessly. Just the kernel stayed at 5.10.74-v8.

How can I upgrade the kernel as well?

Thanks in advance!

Offline

#2 2024-06-20 16:14:23

delgado
Member
Registered: 2022-07-14
Posts: 205  

Re: Upgrade to Daedalus did not upgrade kernel

Hi,
is the generic linux image installed?
apt list --installed | grep linux-image for a check and in case it's not:
apt install linux-image-xxxx
where xxxx is amd64 on my PC, but something else for the arm-CPU of a Raspi 3+.

Offline

#3 2024-06-21 06:02:10

jonny101
Member
Registered: 2024-06-20
Posts: 8  

Re: Upgrade to Daedalus did not upgrade kernel

Hi! Thank you for your reply!

It says:

raspberrypi-linux-image/now 5.10.74-v8-1~rpi2+3 arm64  [Installiert,lokal]

So I guess it's installed? But it seems to be a special kernel for the Raspberry Pi 3 🤔

Last edited by jonny101 (2024-06-21 06:04:46)

Offline

#4 2024-06-21 07:31:48

delgado
Member
Registered: 2022-07-14
Posts: 205  

Re: Upgrade to Daedalus did not upgrade kernel

Then maybe it is:

apt install linux-image-arm64  -s

  The switch -s is for simulation - to see what would happen. 

Package info:
https://pkginfo.devuan.org/cgi-bin/poli … 4&x=submit

Offline

#5 2024-06-21 08:42:29

jonny101
Member
Registered: 2024-06-20
Posts: 8  

Re: Upgrade to Daedalus did not upgrade kernel

Then he wants to install

apparmor linux-image-6.1.0-21-arm64

I think this is it! Thanks a lot @delgado!

Offline

Board footer