SOLVED :[Software] Help please wih a kernel panic
-
- Posts: 7
- Joined: 2025-01-24 04:07
SOLVED :[Software] Help please wih a kernel panic
My knowledge level: just (barely)above the beginner level (so please be patient if I do not understand something).
Thank you for patience with me.
I was on Zorin for about 7 months or so then came to Debian which I liked much better.
Hello all, I apparently have a "kernel panic" if I am correct ? from trying so far to figure this out and don't exactly know what to do here next.
The laptop turns on fine then just the CapsLock button blinks steadily and that is it and the laptop will/does not boot up normally.
Everything was fine until yesterday the 23rd of JAN 25 when I did an update via terminal with: "sudo apt-get update" then followed it with "sudo apt-get dist-upgrade".
I have not had any issues before this with Debian whatsoever and now am on a snapshot (I think) from two days ago which lets me log in and get online.
Kernel: 6.11.10+bpo-amd64 arch: x86_64 bits: 64 compiler: N/A Desktop: Xfce
v: 4.18.1 Distro: Debian GNU/Linux 12 (bookworm)
21CM005CUS v: ThinkPad X13 Gen 3
Info: 8-core model: AMD Ryzen 7 PRO 6850U
Thank you for patience with me.
I was on Zorin for about 7 months or so then came to Debian which I liked much better.
Hello all, I apparently have a "kernel panic" if I am correct ? from trying so far to figure this out and don't exactly know what to do here next.
The laptop turns on fine then just the CapsLock button blinks steadily and that is it and the laptop will/does not boot up normally.
Everything was fine until yesterday the 23rd of JAN 25 when I did an update via terminal with: "sudo apt-get update" then followed it with "sudo apt-get dist-upgrade".
I have not had any issues before this with Debian whatsoever and now am on a snapshot (I think) from two days ago which lets me log in and get online.
Kernel: 6.11.10+bpo-amd64 arch: x86_64 bits: 64 compiler: N/A Desktop: Xfce
v: 4.18.1 Distro: Debian GNU/Linux 12 (bookworm)
21CM005CUS v: ThinkPad X13 Gen 3
Info: 8-core model: AMD Ryzen 7 PRO 6850U
Last edited by retiredtraveller on 2025-01-31 23:18, edited 1 time in total.
- FreewheelinFrank
- Global Moderator
- Posts: 2548
- Joined: 2010-06-07 16:59
- Has thanked: 50 times
- Been thanked: 282 times
Re: [Software] Help please wih a kernel panic
The blinking caps lock button is usually an indication of a kernel panic AFAIK, yes.
At the Grub screen, hit the down arrow and select Advanced options. (You only have 4 seconds, so be on the ball!) From there, boot from the previous kernel in the list.
Can you boot that way?
https://www.reddit.com/r/debian/comment ... or_debian/
What was the reason for installing the kernel from backports? (May help in advising the best kernel for you).
At the Grub screen, hit the down arrow and select Advanced options. (You only have 4 seconds, so be on the ball!) From there, boot from the previous kernel in the list.
Can you boot that way?
https://www.reddit.com/r/debian/comment ... or_debian/
What was the reason for installing the kernel from backports? (May help in advising the best kernel for you).
-
- Posts: 7
- Joined: 2025-01-24 04:07
Re: [Software] Help please wih a kernel panic
Booting that way (by going into Advanced options) did not work and my CapsLock button just blinked steadily.
"What was the reason for installing the kernel from backports? " I don't know what that means (sorry).
"What was the reason for installing the kernel from backports? " I don't know what that means (sorry).
- FreewheelinFrank
- Global Moderator
- Posts: 2548
- Joined: 2010-06-07 16:59
- Has thanked: 50 times
- Been thanked: 282 times
Re: [Software] Help please wih a kernel panic
Kernel: 6.11.10+bpo-amd64 is from Debian Backports: it is not the kernel that comes with Bookworm. The only way you would have that kernel is if you enabled the Backports repository and installed it from there, normally, anyway. How do you come to have that kernel?retiredtraveller wrote: 2025-01-24 06:07 Booting that way (by going into Advanced options) did not work and my CapsLock button just blinked steadily.
"What was the reason for installing the kernel from backports? " I don't know what that means (sorry).
https://packages.debian.org/bookworm-ba ... +bpo-amd64
-
- Posts: 7
- Joined: 2025-01-24 04:07
Re: [Software] Help please wih a kernel panic
I guess I did it accidentally somehow when I first set up Debian maybe, I don't know.
- FreewheelinFrank
- Global Moderator
- Posts: 2548
- Joined: 2010-06-07 16:59
- Has thanked: 50 times
- Been thanked: 282 times
Re: [Software] Help please wih a kernel panic
Not to worry. It's a learning experience.retiredtraveller wrote: 2025-01-24 06:59 I guess I did it accidentally somehow when I first set up Debian maybe, I don't know.
Could we have output of the following please?
Code: Select all
$ cat /etc/apt/sources.list
-
- Posts: 7
- Joined: 2025-01-24 04:07
Re: [Software] Help please wih a kernel panic
Code: Select all
cat /etc/apt/sources.list
deb https://deb.debian.org/debian/ bookworm main contrib non-free non-free-firmware
deb https://security.debian.org/ bookworm-security main contrib non-free non-free-firmware
deb https://deb.debian.org/debian/ bookworm-updates main contrib non-free non-free-firmware
deb https://deb.debian.org/debian/ bookworm-backports main contrib non-free non-free-firmware #Debian Bookworm Backports
- FreewheelinFrank
- Global Moderator
- Posts: 2548
- Joined: 2010-06-07 16:59
- Has thanked: 50 times
- Been thanked: 282 times
Re: [Software] Help please wih a kernel panic
Please use code tags for output. I edited your post to add them.
This is the Backports repository. The commented description at the end suggests it's been added by a GUI - Software & Updates or Synaptic - however these GUIs still require the user to enable the repository.
The default with the Backports repository is to install nothing without an explicit command, unless priorities have been changed somehow. To check, please post the output of the following:
As to how you recover the system, I think it depends on what this "snapshot" is. Could you explain how you did it? There seem to be various methods, but I'm not familiar with any of them. Perhaps somebody who is could suggest a recovery method.
viewtopic.php?t=150705
Code: Select all
deb https://deb.debian.org/debian/ bookworm-backports main contrib non-free non-free-firmware #Debian Bookworm Backports
The default with the Backports repository is to install nothing without an explicit command, unless priorities have been changed somehow. To check, please post the output of the following:
Code: Select all
$ apt-cache policy
viewtopic.php?t=150705
-
- Posts: 7
- Joined: 2025-01-24 04:07
Re: [Software] Help please wih a kernel panic
Okay here is what I got through terminal: I think I posted this correctly) but am unsure.About the snapshot I am on it is when you fist press the power button and then you have the debian choices on the screen and snapshots is the lowest choice down (number four out of four) on the list and I click it and then the snapshots dates are there and then I click the 23rd which is the top or newest one.
Note: edited by admin to fix code tags. To use code tags, highlight text you wish to include and press the black icon with "</>" in the BBcode bar.
Code: Select all
Package files:
100 /var/lib/dpkg/status
release a=now
100 https://fasttrack.debian.net/debian-fasttrack bookworm-backports-staging/contrib i386 Packages
release v=12.0,o=Debian,a=bookworm-backports-staging,n=bookworm-backports-staging,l=BackportsStaging,c=contrib,b=i386
origin fasttrack.debian.net
100 https://fasttrack.debian.net/debian-fasttrack bookworm-backports-staging/contrib amd64 Packages
release v=12.0,o=Debian,a=bookworm-backports-staging,n=bookworm-backports-staging,l=BackportsStaging,c=contrib,b=amd64
origin fasttrack.debian.net
100 https://fasttrack.debian.net/debian-fasttrack bookworm-backports-staging/main i386 Packages
release v=12.0,o=Debian,a=bookworm-backports-staging,n=bookworm-backports-staging,l=BackportsStaging,c=main,b=i386
origin fasttrack.debian.net
100 https://fasttrack.debian.net/debian-fasttrack bookworm-backports-staging/main amd64 Packages
release v=12.0,o=Debian,a=bookworm-backports-staging,n=bookworm-backports-staging,l=BackportsStaging,c=main,b=amd64
origin fasttrack.debian.net
100 https://fasttrack.debian.net/debian-fasttrack bookworm-fasttrack/non-free i386 Packages
release v=12.0,o=Debian,a=bookworm-fasttrack,n=bookworm-fasttrack,l=Fasttrack,c=non-free,b=i386
origin fasttrack.debian.net
100 https://fasttrack.debian.net/debian-fasttrack bookworm-fasttrack/non-free amd64 Packages
release v=12.0,o=Debian,a=bookworm-fasttrack,n=bookworm-fasttrack,l=Fasttrack,c=non-free,b=amd64
origin fasttrack.debian.net
100 https://fasttrack.debian.net/debian-fasttrack bookworm-fasttrack/contrib i386 Packages
release v=12.0,o=Debian,a=bookworm-fasttrack,n=bookworm-fasttrack,l=Fasttrack,c=contrib,b=i386
origin fasttrack.debian.net
100 https://fasttrack.debian.net/debian-fasttrack bookworm-fasttrack/contrib amd64 Packages
release v=12.0,o=Debian,a=bookworm-fasttrack,n=bookworm-fasttrack,l=Fasttrack,c=contrib,b=amd64
origin fasttrack.debian.net
100 https://fasttrack.debian.net/debian-fasttrack bookworm-fasttrack/main i386 Packages
release v=12.0,o=Debian,a=bookworm-fasttrack,n=bookworm-fasttrack,l=Fasttrack,c=main,b=i386
origin fasttrack.debian.net
100 https://fasttrack.debian.net/debian-fasttrack bookworm-fasttrack/main amd64 Packages
release v=12.0,o=Debian,a=bookworm-fasttrack,n=bookworm-fasttrack,l=Fasttrack,c=main,b=amd64
origin fasttrack.debian.net
100 https://deb.debian.org/debian bookworm-backports/non-free-firmware i386 Packages
release o=Debian Backports,a=stable-backports,n=bookworm-backports,l=Debian Backports,c=non-free-firmware,b=i386
origin deb.debian.org
100 https://deb.debian.org/debian bookworm-backports/non-free-firmware amd64 Packages
release o=Debian Backports,a=stable-backports,n=bookworm-backports,l=Debian Backports,c=non-free-firmware,b=amd64
origin deb.debian.org
100 https://deb.debian.org/debian bookworm-backports/non-free i386 Packages
release o=Debian Backports,a=stable-backports,n=bookworm-backports,l=Debian Backports,c=non-free,b=i386
origin deb.debian.org
100 https://deb.debian.org/debian bookworm-backports/non-free amd64 Packages
release o=Debian Backports,a=stable-backports,n=bookworm-backports,l=Debian Backports,c=non-free,b=amd64
origin deb.debian.org
100 https://deb.debian.org/debian bookworm-backports/contrib i386 Packages
release o=Debian Backports,a=stable-backports,n=bookworm-backports,l=Debian Backports,c=contrib,b=i386
origin deb.debian.org
100 https://deb.debian.org/debian bookworm-backports/contrib amd64 Packages
release o=Debian Backports,a=stable-backports,n=bookworm-backports,l=Debian Backports,c=contrib,b=amd64
origin deb.debian.org
100 https://deb.debian.org/debian bookworm-backports/main i386 Packages
release o=Debian Backports,a=stable-backports,n=bookworm-backports,l=Debian Backports,c=main,b=i386
origin deb.debian.org
100 https://deb.debian.org/debian bookworm-backports/main amd64 Packages
release o=Debian Backports,a=stable-backports,n=bookworm-backports,l=Debian Backports,c=main,b=amd64
origin deb.debian.org
500 https://deb.debian.org/debian bookworm-updates/non-free-firmware amd64 Packages
release v=12-updates,o=Debian,a=stable-updates,n=bookworm-updates,l=Debian,c=non-free-firmware,b=amd64
origin deb.debian.org
500 https://deb.debian.org/debian bookworm-updates/non-free i386 Packages
release v=12-updates,o=Debian,a=stable-updates,n=bookworm-updates,l=Debian,c=non-free,b=i386
origin deb.debian.org
500 https://deb.debian.org/debian bookworm-updates/non-free amd64 Packages
release v=12-updates,o=Debian,a=stable-updates,n=bookworm-updates,l=Debian,c=non-free,b=amd64
origin deb.debian.org
500 https://deb.debian.org/debian bookworm-updates/contrib amd64 Packages
release v=12-updates,o=Debian,a=stable-updates,n=bookworm-updates,l=Debian,c=contrib,b=amd64
origin deb.debian.org
500 https://deb.debian.org/debian bookworm-updates/main i386 Packages
release v=12-updates,o=Debian,a=stable-updates,n=bookworm-updates,l=Debian,c=main,b=i386
origin deb.debian.org
500 https://deb.debian.org/debian bookworm-updates/main amd64 Packages
release v=12-updates,o=Debian,a=stable-updates,n=bookworm-updates,l=Debian,c=main,b=amd64
origin deb.debian.org
500 https://security.debian.org bookworm-security/non-free-firmware i386 Packages
release v=12,o=Debian,a=stable-security,n=bookworm-security,l=Debian-Security,c=non-free-firmware,b=i386
origin security.debian.org
500 https://security.debian.org bookworm-security/non-free-firmware amd64 Packages
release v=12,o=Debian,a=stable-security,n=bookworm-security,l=Debian-Security,c=non-free-firmware,b=amd64
origin security.debian.org
500 https://security.debian.org bookworm-security/contrib amd64 Packages
release v=12,o=Debian,a=stable-security,n=bookworm-security,l=Debian-Security,c=contrib,b=amd64
origin security.debian.org
500 https://security.debian.org bookworm-security/main i386 Packages
release v=12,o=Debian,a=stable-security,n=bookworm-security,l=Debian-Security,c=main,b=i386
origin security.debian.org
500 https://security.debian.org bookworm-security/main amd64 Packages
release v=12,o=Debian,a=stable-security,n=bookworm-security,l=Debian-Security,c=main,b=amd64
origin security.debian.org
500 https://deb.debian.org/debian bookworm/non-free-firmware i386 Packages
release v=12.9,o=Debian,a=stable,n=bookworm,l=Debian,c=non-free-firmware,b=i386
origin deb.debian.org
500 https://deb.debian.org/debian bookworm/non-free-firmware amd64 Packages
release v=12.9,o=Debian,a=stable,n=bookworm,l=Debian,c=non-free-firmware,b=amd64
origin deb.debian.org
500 https://deb.debian.org/debian bookworm/non-free i386 Packages
release v=12.9,o=Debian,a=stable,n=bookworm,l=Debian,c=non-free,b=i386
origin deb.debian.org
500 https://deb.debian.org/debian bookworm/non-free amd64 Packages
release v=12.9,o=Debian,a=stable,n=bookworm,l=Debian,c=non-free,b=amd64
origin deb.debian.org
500 https://deb.debian.org/debian bookworm/contrib i386 Packages
release v=12.9,o=Debian,a=stable,n=bookworm,l=Debian,c=contrib,b=i386
origin deb.debian.org
500 https://deb.debian.org/debian bookworm/contrib amd64 Packages
release v=12.9,o=Debian,a=stable,n=bookworm,l=Debian,c=contrib,b=amd64
origin deb.debian.org
500 https://deb.debian.org/debian bookworm/main i386 Packages
release v=12.9,o=Debian,a=stable,n=bookworm,l=Debian,c=main,b=i386
origin deb.debian.org
500 https://deb.debian.org/debian bookworm/main amd64 Packages
release v=12.9,o=Debian,a=stable,n=bookworm,l=Debian,c=main,b=amd64
origin deb.debian.org
Pinned packages:
linux-image-6.11.10+bpo-cloud-amd64-dbg -> 6.11.10-1~bpo12+1 with priority 600
linux-image-6.12.9+bpo-cloud-amd64-dbg -> 6.12.9-1~bpo12+1 with priority 600
firmware-bnx2x -> 20240709-2~bpo12+1 with priority 600
linux-headers-6.11.5+bpo-cloud-amd64 -> 6.11.5-1~bpo12+1 with priority 600
linux-image-6.9.7+bpo-cloud-amd64-dbg -> 6.9.7-1~bpo12+1 with priority 600
linux-image-6.12.9+bpo-rt-amd64 -> 6.12.9-1~bpo12+1 with priority 600
linux-headers-6.11.10+bpo-common -> 6.11.10-1~bpo12+1 with priority 600
linux-image-rt-amd64-dbg -> 6.12.9-1~bpo12+1 with priority 600
firmware-iwlwifi -> 20240709-2~bpo12+1 with priority 600
linux-image-6.10.11+bpo-cloud-amd64 -> 6.10.11-1~bpo12+1 with priority 600
linux-image-6.12.9+bpo-cloud-amd64 -> 6.12.9-1~bpo12+1 with priority 600
firmware-nvidia-graphics -> 20240709-2~bpo12+1 with priority 600
firmware-brcm80211 -> 20240709-2~bpo12+1 with priority 600
linux-headers-6.9.10+bpo-common-rt -> 6.9.10-1~bpo12+1 with priority 600
linux-image-amd64-signed-template -> 6.12.9-1~bpo12+1 with priority 600
linux-image-6.11.10+bpo-amd64 -> 6.11.10-1~bpo12+1 with priority 600
linux-image-6.10.11+bpo-amd64 -> 6.10.11-1~bpo12+1 with priority 600
linux-headers-6.9.10+bpo-common -> 6.9.10-1~bpo12+1 with priority 600
linux-headers-6.9.10+bpo-rt-amd64 -> 6.9.10-1~bpo12+1 with priority 600
linux-image-6.11.5+bpo-cloud-amd64-unsigned -> 6.11.5-1~bpo12+1 with priority 600
linux-image-6.11.10+bpo-amd64-unsigned -> 6.11.10-1~bpo12+1 with priority 600
linux-headers-6.9.7+bpo-common-rt -> 6.9.7-1~bpo12+1 with priority 600
linux-image-6.9.7+bpo-amd64-dbg -> 6.9.7-1~bpo12+1 with priority 600
firmware-atheros -> 20240709-2~bpo12+1 with priority 600
linux-image-6.11.5+bpo-amd64 -> 6.11.5-1~bpo12+1 with priority 600
linux-headers-6.11.5+bpo-amd64 -> 6.11.5-1~bpo12+1 with priority 600
linux-image-6.12.9+bpo-cloud-amd64-unsigned -> 6.12.9-1~bpo12+1 with priority 600
linux-image-6.10.11+bpo-rt-amd64 -> 6.10.11-1~bpo12+1 with priority 600
linux-headers-6.10.11+bpo-common -> 6.10.11-1~bpo12+1 with priority 600
linux-image-6.12.9+bpo-rt-amd64-dbg -> 6.12.9-1~bpo12+1 with priority 600
linux-image-6.10.11+bpo-amd64-dbg -> 6.10.11-1~bpo12+1 with priority 600
linux-image-6.11.10+bpo-rt-amd64 -> 6.11.10-1~bpo12+1 with priority 600
firmware-myricom -> 20240709-2~bpo12+1 with priority 600
firmware-ti-connectivity -> 20240709-2~bpo12+1 with priority 600
linux-headers-6.11.10+bpo-cloud-amd64 -> 6.11.10-1~bpo12+1 with priority 600
linux-image-6.12.9+bpo-amd64-unsigned -> 6.12.9-1~bpo12+1 with priority 600
firmware-ipw2x00 -> 20240709-2~bpo12+1 with priority 600
linux-image-6.11.10+bpo-rt-amd64-unsigned -> 6.11.10-1~bpo12+1 with priority 600
linux-headers-6.9.7+bpo-cloud-amd64 -> 6.9.7-1~bpo12+1 with priority 600
linux-image-6.10.6+bpo-cloud-amd64-unsigned -> 6.10.6-1~bpo12+1 with priority 600
linux-headers-6.9.10+bpo-cloud-amd64 -> 6.9.10-1~bpo12+1 with priority 600
linux-image-6.10.6+bpo-cloud-amd64 -> 6.10.6-1~bpo12+1 with priority 600
linux-image-6.9.10+bpo-amd64-dbg -> 6.9.10-1~bpo12+1 with priority 600
firmware-netxen -> 20240709-2~bpo12+1 with priority 600
linux-image-6.11.5+bpo-rt-amd64 -> 6.11.5-1~bpo12+1 with priority 600
linux-headers-amd64 -> 6.12.9-1~bpo12+1 with priority 600
linux-headers-cloud-amd64 -> 6.12.9-1~bpo12+1 with priority 600
linux-image-6.10.6+bpo-amd64 -> 6.10.6-1~bpo12+1 with priority 600
linux-headers-6.10.6+bpo-amd64 -> 6.10.6-1~bpo12+1 with priority 600
linux-image-6.11.10+bpo-rt-amd64-dbg -> 6.11.10-1~bpo12+1 with priority 600
linux-headers-6.11.10+bpo-common-rt -> 6.11.10-1~bpo12+1 with priority 600
linux-headers-6.11.5+bpo-common -> 6.11.5-1~bpo12+1 with priority 600
firmware-linux -> 20240709-2~bpo12+1 with priority 600
linux-image-6.9.10+bpo-amd64 -> 6.9.10-1~bpo12+1 with priority 600
linux-headers-6.9.10+bpo-amd64 -> 6.9.10-1~bpo12+1 with priority 600
linux-image-amd64-dbg -> 6.12.9-1~bpo12+1 with priority 600
linux-headers-6.12.9+bpo-rt-amd64 -> 6.12.9-1~bpo12+1 with priority 600
linux-image-6.10.6+bpo-amd64-unsigned -> 6.10.6-1~bpo12+1 with priority 600
nvidia-driver -> 535.183.06-1~bpo12+1 with priority 600
linux-image-6.9.7+bpo-rt-amd64-unsigned -> 6.9.7-1~bpo12+1 with priority 600
linux-headers-6.10.11+bpo-rt-amd64 -> 6.10.11-1~bpo12+1 with priority 600
linux-image-6.11.5+bpo-cloud-amd64 -> 6.11.5-1~bpo12+1 with priority 600
linux-headers-6.10.6+bpo-common -> 6.10.6-1~bpo12+1 with priority 600
linux-image-6.9.7+bpo-cloud-amd64 -> 6.9.7-1~bpo12+1 with priority 600
firmware-intel-sound -> 20240709-2~bpo12+1 with priority 600
linux-image-6.9.10+bpo-rt-amd64-unsigned -> 6.9.10-1~bpo12+1 with priority 600
linux-image-6.11.5+bpo-rt-amd64-unsigned -> 6.11.5-1~bpo12+1 with priority 600
firmware-mediatek -> 20240709-2~bpo12+1 with priority 600
linux-headers-6.11.10+bpo-amd64 -> 6.11.10-1~bpo12+1 with priority 600
linux-headers-6.10.11+bpo-amd64 -> 6.10.11-1~bpo12+1 with priority 600
linux-image-6.9.7+bpo-cloud-amd64-unsigned -> 6.9.7-1~bpo12+1 with priority 600
linux-image-6.10.11+bpo-rt-amd64-unsigned -> 6.10.11-1~bpo12+1 with priority 600
linux-headers-6.10.6+bpo-common-rt -> 6.10.6-1~bpo12+1 with priority 600
linux-image-amd64 -> 6.12.9-1~bpo12+1 with priority 600
linux-image-6.10.6+bpo-rt-amd64-unsigned -> 6.10.6-1~bpo12+1 with priority 600
firmware-qcom-soc -> 20240709-2~bpo12+1 with priority 600
linux-headers-6.9.7+bpo-common -> 6.9.7-1~bpo12+1 with priority 600
firmware-siano -> 20240709-2~bpo12+1 with priority 600
firmware-cirrus -> 20240709-2~bpo12+1 with priority 600
linux-image-6.12.9+bpo-amd64 -> 6.12.9-1~bpo12+1 with priority 600
linux-headers-6.12.9+bpo-amd64 -> 6.12.9-1~bpo12+1 with priority 600
firmware-realtek -> 20240709-2~bpo12+1 with priority 600
linux-image-cloud-amd64-dbg -> 6.12.9-1~bpo12+1 with priority 600
linux-image-6.9.10+bpo-cloud-amd64-dbg -> 6.9.10-1~bpo12+1 with priority 600
linux-image-6.10.6+bpo-rt-amd64-dbg -> 6.10.6-1~bpo12+1 with priority 600
linux-headers-6.9.7+bpo-amd64 -> 6.9.7-1~bpo12+1 with priority 600
linux-headers-6.9.7+bpo-rt-amd64 -> 6.9.7-1~bpo12+1 with priority 600
firmware-libertas -> 20240709-2~bpo12+1 with priority 600
firmware-marvell-prestera -> 20240709-2~bpo12+1 with priority 600
linux-image-6.10.6+bpo-rt-amd64 -> 6.10.6-1~bpo12+1 with priority 600
firmware-samsung -> 20240709-2~bpo12+1 with priority 600
linux-image-6.10.11+bpo-cloud-amd64-unsigned -> 6.10.11-1~bpo12+1 with priority 600
firmware-amd-graphics -> 20240709-2~bpo12+1 with priority 600
linux-headers-6.12.9+bpo-common -> 6.12.9-1~bpo12+1 with priority 600
linux-image-6.10.11+bpo-rt-amd64-dbg -> 6.10.11-1~bpo12+1 with priority 600
firmware-bnx2 -> 20240709-2~bpo12+1 with priority 600
firmware-misc-nonfree -> 20240709-2~bpo12+1 with priority 600
linux-headers-6.10.11+bpo-cloud-amd64 -> 6.10.11-1~bpo12+1 with priority 600
linux-image-6.9.7+bpo-amd64-unsigned -> 6.9.7-1~bpo12+1 with priority 600
linux-headers-6.11.10+bpo-rt-amd64 -> 6.11.10-1~bpo12+1 with priority 600
linux-headers-6.12.9+bpo-cloud-amd64 -> 6.12.9-1~bpo12+1 with priority 600
firmware-qlogic -> 20240709-2~bpo12+1 with priority 600
linux-headers-6.11.5+bpo-common-rt -> 6.11.5-1~bpo12+1 with priority 600
linux-image-6.10.6+bpo-cloud-amd64-dbg -> 6.10.6-1~bpo12+1 with priority 600
linux-image-6.11.10+bpo-cloud-amd64 -> 6.11.10-1~bpo12+1 with priority 600
linux-image-6.12.9+bpo-amd64-dbg -> 6.12.9-1~bpo12+1 with priority 600
linux-headers-6.12.9+bpo-common-rt -> 6.12.9-1~bpo12+1 with priority 600
linux-headers-6.11.5+bpo-rt-amd64 -> 6.11.5-1~bpo12+1 with priority 600
linux-headers-rt-amd64 -> 6.12.9-1~bpo12+1 with priority 600
linux-image-6.10.6+bpo-amd64-dbg -> 6.10.6-1~bpo12+1 with priority 600
linux-image-rt-amd64 -> 6.12.9-1~bpo12+1 with priority 600
linux-image-6.10.11+bpo-amd64-unsigned -> 6.10.11-1~bpo12+1 with priority 600
linux-image-6.11.5+bpo-amd64-unsigned -> 6.11.5-1~bpo12+1 with priority 600
firmware-qcom-media -> 20240709-2~bpo12+1 with priority 600
firmware-linux-nonfree -> 20240709-2~bpo12+1 with priority 600
linux-image-6.9.10+bpo-rt-amd64 -> 6.9.10-1~bpo12+1 with priority 600
linux-image-6.9.7+bpo-rt-amd64-dbg -> 6.9.7-1~bpo12+1 with priority 600
firmware-netronome -> 20240709-2~bpo12+1 with priority 600
linux-image-cloud-amd64 -> 6.12.9-1~bpo12+1 with priority 600
linux-image-6.12.9+bpo-rt-amd64-unsigned -> 6.12.9-1~bpo12+1 with priority 600
linux-image-6.11.10+bpo-cloud-amd64-unsigned -> 6.11.10-1~bpo12+1 with priority 600
linux-image-6.9.10+bpo-amd64-unsigned -> 6.9.10-1~bpo12+1 with priority 600
linux-image-6.11.5+bpo-cloud-amd64-dbg -> 6.11.5-1~bpo12+1 with priority 600
linux-image-6.9.7+bpo-amd64 -> 6.9.7-1~bpo12+1 with priority 600
linux-image-6.10.11+bpo-cloud-amd64-dbg -> 6.10.11-1~bpo12+1 with priority 600
linux-image-6.11.10+bpo-amd64-dbg -> 6.11.10-1~bpo12+1 with priority 600
linux-image-6.9.10+bpo-cloud-amd64-unsigned -> 6.9.10-1~bpo12+1 with priority 600
linux-image-6.11.5+bpo-amd64-dbg -> 6.11.5-1~bpo12+1 with priority 600
firmware-nvidia-gsp -> 535.183.06-1~bpo12+1 with priority 600
linux-headers-6.10.6+bpo-cloud-amd64 -> 6.10.6-1~bpo12+1 with priority 600
linux-image-6.9.10+bpo-rt-amd64-dbg -> 6.9.10-1~bpo12+1 with priority 600
firmware-intel-misc -> 20240709-2~bpo12+1 with priority 600
linux-image-6.9.10+bpo-cloud-amd64 -> 6.9.10-1~bpo12+1 with priority 600
linux-image-6.9.7+bpo-rt-amd64 -> 6.9.7-1~bpo12+1 with priority 600
firmware-ivtv -> 20240709-2~bpo12+1 with priority 600
linux-headers-6.10.11+bpo-common-rt -> 6.10.11-1~bpo12+1 with priority 600
firmware-intel-graphics -> 20240709-2~bpo12+1 with priority 600
firmware-cavium -> 20240709-2~bpo12+1 with priority 600
linux-headers-6.10.6+bpo-rt-amd64 -> 6.10.6-1~bpo12+1 with priority 600
linux-image-6.11.5+bpo-rt-amd64-dbg -> 6.11.5-1~bpo12+1 with priority 600
- FreewheelinFrank
- Global Moderator
- Posts: 2548
- Joined: 2010-06-07 16:59
- Has thanked: 50 times
- Been thanked: 282 times
Re: [Software] Help please wih a kernel panic
You are using Debian FastTrack, which I have no experience of. I suspect the newer kernel came from there.
From the description I believe you are using BTRFS with timeshift snapshots on the grub menu, although it could be snapper with btrfs-assistant. Only you can know what you are using. I have no experience of either, but I would guess boot from your last snapshot, open your snapshot program and find the restore option, but check what you are actually using first.
From the description I believe you are using BTRFS with timeshift snapshots on the grub menu, although it could be snapper with btrfs-assistant. Only you can know what you are using. I have no experience of either, but I would guess boot from your last snapshot, open your snapshot program and find the restore option, but check what you are actually using first.
-
- Posts: 7
- Joined: 2025-01-24 04:07
Re: [Software] Help please wih a kernel panic
So if I don't know how to restore my system back to what it was do I have any other options other than a complete system redo from the very beginning ? I do have "Snapper GUI" installed but can't at all figure out how to use it.And also I am on Spiral Linux if that helps but it is Debian.
- FreewheelinFrank
- Global Moderator
- Posts: 2548
- Joined: 2010-06-07 16:59
- Has thanked: 50 times
- Been thanked: 282 times
Re: [Software] Help please wih a kernel panic
Moved to Off-Topic.retiredtraveller wrote: 2025-01-29 06:15 So if I don't know how to restore my system back to what it was do I have any other options other than a complete system redo from the very beginning ? I do have "Snapper GUI" installed but can't at all figure out how to use it.And also I am on Spiral Linux if that helps but it is Debian.
viewtopic.php?t=149781This is primarily a Debian Operating System forum. While we are aware that Debian has many derivatives, some of them vary greatly in how they function, as such, threads about derivatives or other Operating Systems may not find solutions from users here who are based strictly on the Debian O/S. Therefore, those thread requests may be removed or shifted to the offtopic section at the moderators discretion. It may be best to seek solutions for derivatives and other Operating Systems on their own native forums.
https://github.com/orgs/SpiralLinux/discussions
I think the Spiral Linux forum would be the best place to seek help. From a quick glance, Snapper seems to be part of the default install and there are questions about it on the forum. Users there will likely be more familiar with using Snapper, and the answers more appropriate to your installation.
-
- Posts: 7
- Joined: 2025-01-24 04:07
Re: [Software] Help please wih a kernel panic
Okay I did it ! Thanks FreewheelinFrank for helping me try to do this. You were right, there is a way for Snapper to do it and it worked, I got help from the Spiral Linux site.Sorry if I shouldn've posted here I thought Debian was where I ought to ask (so I apologize).
THANKS AGAIN !
THANKS AGAIN !
- FreewheelinFrank
- Global Moderator
- Posts: 2548
- Joined: 2010-06-07 16:59
- Has thanked: 50 times
- Been thanked: 282 times
Re: [Software] Help please wih a kernel panic
No need to apologise. Glad to hear you got it working. It does illustrate how different distributions based on Debian can be, and how the forum for that derivative can be the best place to find solutions. Nothing really made sense at first - the kernel, the repositories, the snapshots- especially for a beginner user, but people at the Spiral Linus forum would have known what was going on from the beginning I'm sure. We have both learnt something, so you're welcome!retiredtraveller wrote: 2025-01-31 05:43 Okay I did it ! Thanks FreewheelinFrank for helping me try to do this. You were right, there is a way for Snapper to do it and it worked, I got help from the Spiral Linux site.Sorry if I shouldn've posted here I thought Debian was where I ought to ask (so I apologize).
THANKS AGAIN !
Edit: forgot to add, please edit your first post and add [Solved] if you are happy that the topic is indeed solved. And thanks for letting us know how you resolved the issue.
Re: [Software] Help please wih a kernel panic
I also had a kernel panic with Spiral Lxqt (in a test setting) after an update.
I booted with the previous kernel and did:
1. disabled the backports
2. removed the newer kernel
Then there were no kernel issues anymore
I booted with the previous kernel and did:
1. disabled the backports
2. removed the newer kernel
Then there were no kernel issues anymore