3
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 1 year has passed since last update.

カーネルパニックから復活してみた

Posted at

概要

久々に起動したUbuntu PCがカーネルパニックに陥ったが、復活させたのでメモっておきます。

経緯

古いソフトウェア(5.15.0-56)を使っていたので、アップグレート(sudo apt update, sudo apt upgrade -y)を試みたが、途中で失敗。sudo dpkg --configure -aを実行して復活させようとするもこちらも途中で失敗。仕方ないので、再起動したらカーネルパニックと表示され、起動できなくなった。

復活手順

grubによると、5.15.0-91で起動しようとして失敗(カーネルパニック)しているようなので、一旦古いカーネル(5.15.0-56)で起動し、sudo apt upgrade -yを再度試みた。また失敗したので、sudo dpkg --configure -aを実行して、sudo apt upgrade -yを再度試みた。なんとかアップグレードできたようなので、新しいカーネル(5.15.0-91)で起動を試みた。なんとか起動。

カーネル

vmlinuz-5.15.0-56-generic(古いカーネル)
vmlinuz-5.15.0-91-generic(新しいカーネル)

まとめ

何かの役に立てばと。

3
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
3
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?