[SOLVED] Revert kernel update

bochen415

Member
Oct 10, 2021
9
8
8
40
After updating the kernel along with other packages using "full-upgrade" to 6.5.13-1-pve I'm getting a kernel panic.
How can I revert the upgrade?
 
Thanks. I pinned an earlier version and everything was working fine. Then I wanted to screenshot the error and unpinned the earlier version. Server booted fine. No idea what was the error. Works fine now.
 
  • Like
Reactions: sterzy
Alright glad to hear everything is working now. You can take a look at the journal with journalctl if you want to look at the logs from a previous boot. Take a look at the -b flag as well as it will let you look at the log beginning from previous boots. For example, journalctl -b 0 show the last boot, journalctl -b -1 the second to last and so on.
 
Yeah.,. no, the failed boot sequences are not on the list, I double checked, no logs from those.
 
Alright, thanks for checking. I guess it must have crashed too early then.