Siduction Forum

Siduction Forum => Siduction News => Topic started by: alexquemelin on 2025/02/20, 12:47:51

Title: Kernel Update »not handled«
Post by: alexquemelin on 2025/02/20, 12:47:51
Bei jedem dist-uprade erhalte ich folgende Meldung:

Quote
Newer kernel available                                                    │
│                                                                           │
│ The currently running kernel version is 6.12.6-1-siduction-amd64 which    │
│ is not the expected kernel version 6.13.3-1-siduction-amd64.              │
│                                                                           │
│ Restarting the system to load the new kernel will not be handled          │
│ automatically, so you should consider rebooting.                          │

Aber nach jedem reboot und erneutem update und auch nach jedem erneuten dist-upgrade kommt die selbe Meldung.
Dabei sagt ein Blick in SYNAPTIC, dass »Linux-Image 6.13.3« installiert ist. Ich versteh das nicht. Wer weiß da Rat?

Danke

Alexquemelin
Title: Re: Kernel Update »not handled«
Post by: michaa7 on 2025/02/20, 13:29:21
Du machst aber schon ein "apt update" vor deinem "apt dist-upgrade" ?

Und führe mal aus:

dpkg --configure -a
Und zeige den gesamten output.
Title: Re: Kernel Update »not handled«
Post by: michaa7 on 2025/02/20, 13:31:52
bitte löschen
Title: Re: Kernel Update »not handled«
Post by: hendrikL on 2025/02/20, 13:52:54
nun, mit uname -a könnte man ja mal den aktuell laufenden kernel herausfinden.

Title: Re: Kernel Update »not handled«
Post by: der_bud on 2025/02/20, 17:41:49
Ist siduction das einzige Linux auf dem Gerät oder ist das eventuell ein Dualboot, bei welchem 'das andere' Linux Grub verwaltet und das Kernelupdate nicht mitbekommen hat?
Title: Re: Kernel Update »not handled«
Post by: alexquemelin on 2025/02/20, 21:25:21
Quote from: der_bud on 2025/02/20, 17:41:49
Ist siduction das einzige Linux auf dem Gerät oder ist das eventuell ein Dualboot, bei welchem 'das andere' Linux Grub verwaltet und das Kernelupdate nicht mitbekommen hat?

Ja, so ist es. Es gibt ein Dualboot neben Debian 12 (Stable) wobei das Booten über »Debian Bookworm« Grub läuft.
Title: Re: Kernel Update »not handled«
Post by: der_bud on 2025/02/20, 21:45:21
Jau, dann müsstest Du nach Kernelupdates bei Siduction einmal nach Bookworm booten und dort in der Konsole als Root 'update-grub' ausführen, damit das Bootmenü erfährt dass da was Neues ist ;)
Title: Re: Kernel Update »not handled«
Post by: alexquemelin on 2025/02/20, 22:24:19
Quote from: der_bud on 2025/02/20, 21:45:21
Jau, dann müsstest Du nach Kernelupdates bei Siduction einmal nach Bookworm booten und dort in der Konsole als Root 'update-grub' ausführen, damit das Bootmenü erfährt dass da was Neues ist ;)

Ja, das war es! Nun ist der neue Kernel geladen. Vielen Dank!!!!

Alexquemelin
Title: Re: Kernel Update »not handled«
Post by: dieres on 2025/03/15, 01:14:12
Um das Dualboot Problem zu umgehen und um das  snapper snapshots menü nicht zu verlieren boote ich siduction per chainload.
habe dazu folgendes  in /etc/grub.d/40_custom meiner Manjaro Installation eingefügt:

menuentry "siduction" {
        insmod fat
        insmod chain
        search --no-floppy --set=root --fs-uuid 6AE5-0B9F
        chainloader /EFI/siduction/grubx64.efi
}


Nicht in siduction sondern in deiner debian partition natürlich.  Die uuid findest Du mit blkid /dev/XXX heraus, wobei XXX für Deine EFI Partition steht.
Bei mir z.B. /dev/nvme0n1p1.

danach natürlich in Debian das grub-update nicht vergessen. Und falls Dich das doppelte auftauchen von siduction im Debian Grub Menü stört, noch os-prober in debian deaktivieren.