You are not logged in.

#1 2024-03-21 13:37:30

audiolunaire
Member
Registered: 2024-03-21
Posts: 3

Kernel panic - not syncing

Recently during booting and working my kernel started to panic. I can sometimes launch my system but it takes a lot of forced reboots. I presume that the reason for this is due to the setting in the linux-hardened kernel "PANIC_ON_OOPS", but i still want to try and diagnose the issue. Sadly, I can't find the kernel panic messages either via journalctl -b or journalctl -k so here is a typed out version of the last three lines

"Kernel panic - not syncing: Fatal exception
Kernel Offset: 0x1f000000 from 0x0ffffffff81000000 (relocation range: 0xffffffff80000000-0xffffffffbfffffff)
---[ end Kernel panic - not syncing: Fatal exception ]---"

Not a lot of info, so I don't really know what to do. Please help ;-;

Last edited by audiolunaire (2024-03-22 09:28:51)

Offline

#2 2024-03-21 16:34:25

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 76,010

Re: Kernel panic - not syncing

[code][/code] tags

For the panic, linking a photo of your output would probably be better.
You're not getting a journal record if you reboot w/ the power button (or the panic occurs very early)
https://wiki.archlinux.org/title/Keyboa … el_(SysRq)
https://wiki.archlinux.org/title/Kdump

Or maybe does the regular kernel just OOPS (which should be way easier to determine/research)

Offline

#3 2024-03-22 09:28:13

audiolunaire
Member
Registered: 2024-03-21
Posts: 3

Re: Kernel panic - not syncing

seth wrote:

thanks :>

For the panic, linking a photo of your output would probably be better.
You're not getting a journal record if you reboot w/ the power button (or the panic occurs very early)
https://wiki.archlinux.org/title/Keyboa … el_(SysRq)
https://wiki.archlinux.org/title/Kdump
Or maybe does the regular kernel just OOPS (which should be way easier to determine/research)

it probably does (see the PANIC_ON_OOPS setting which is turned on by default in linux-hardened). if it does just oops, how would i go about troubleshooting that?

Offline

#4 2024-03-22 09:33:58

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 76,010

Re: Kernel panic - not syncing

Looking at it (should be no problem if the kernel still boots), research its cause and mitigate that - if possible (eg. blacklist an offending module, sidestep the issue w/ a relevant parameter or just downgrade the kernel / use the LTS one until the problem is fixed; in doubt raise a bug upstream)

Offline

Board footer

Powered by FluxBB