Kernel 5.9 - kernel panic on shutdown

they may have get kernel panic
on my motherboard ( x570 aorus pro with bios update on october 2020 ), no panic with endeavor os or manjaro

i’m using only SSD SATA , not M2

I also have x570 motherboard with ssd, two m.2 drives and hard drive. I have the latest UEFI update and there is a new beta update also i’m waiting on the final version for AMD’s new Smart Memory Access feature which was just introduced for 500 series motherboards, 5000 series processors and 6000 series graphics cards.

I have no issues with kernel panic.

I’m just curious…
Does already have the version 5.9.11-1-arch2 in the repos? I’m stuck on 5.9.9 and 5.9.10 (Hardened).

You can check current package versions:

https://www.archlinux.org/packages/?sort=&q=linux
https://www.archlinux.org/packages/?sort=&q=linux-hardened
https://www.archlinux.org/packages/?sort=&q=linux-zen

@jonathon: Thank you. I knew about that, but it seemed so that there are differences between available and current versions. Maybe Arch withheld the updates, because of this or another fault?

For my system no updates are available.

[sandro@pc ~]$ sudo pacman -Syu
[sudo] password for sandro: 
:: Synchronizing package databases...
 core is up to date
 extra is up to date
 community is up to date
 multilib is up to date
 endeavouros is up to date
:: Starting full system upgrade...
 there is nothing to do
[sandro@pc ~]$ uname -r
5.9.9-arch1-1
[sandro@pc ~]$

If your system list does not match the Arch package list then that means your mirror is out-of-sync. You can check mirror status here:

https://www.archlinux.org/mirrors/status/

My system has the following:

[ricklinux@eos-xfce ~]$ uname -r
5.9.10-arch1-1
[ricklinux@eos-xfce ~]$ 

I suspect your mirrors you are using need to be updated. I would update your mirrors or run sudo pacman -Syy first and then do an update and see.

[sandro@pc ~]$ sudo pacman -Syy
[sudo] password for sandro: 
:: Synchronizing package databases...
 core                  129,4 KiB  3,83 MiB/s 00:00 [------------------] 100%
 extra                1637,9 KiB  6,01 MiB/s 00:00 [------------------] 100%
 community               5,2 MiB  5,94 MiB/s 00:01 [------------------] 100%
 multilib              152,8 KiB  7,46 MiB/s 00:00 [------------------] 100%
 endeavouros            14,7 KiB  0,00   B/s 00:00 [------------------] 100%
[sandro@pc ~]$ sudo pacman -Syu
:: Synchronizing package databases...
 core is up to date
 extra is up to date
 community is up to date
 multilib is up to date
 endeavouros is up to date
:: Starting full system upgrade...
 there is nothing to do
[sandro@pc ~]$ 

I tried already to update my current mirrorlist, but as you can see there is no effect with updating it.

Well the Arch mirrors you are using must not have the updated package yet. :man_shrugging:

sudo reflector --verbose --latest 10 --sort rate --save /etc/pacman.d/mirrorlist

Then pacman -Syu

Problem solved. I updated my mirrorlist from germany only to germany, United Kingdom and United States. Now it works with updates. Thank you.

1 Like

The fix is queued and will ship with (vanilla) 5.9.12.
5.10-rc6 is also fixed.
I think this thread can be marked as solved.

5 Likes

Gah, these people who self-solve… :grinning_face_with_smiling_eyes:

3 Likes