0
2

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 3 years have passed since last update.

【備忘録】Linuxカーネル更新方法

Last updated at Posted at 2021-05-26

#はじめに
Linux素人が忘れないように記録したメモです。
nvidiaドライバーを使用するため、linuxカーネルを更新する手順についてまとめています。

#Linux カーネル更新
Ubuntu 20.04のLinux カーネルを5.8から5.10へ更新する。

現在のカーネルを確認する

$ sudo uname -a

更新可能なカーネルのリストを表示
ubuntu 20.04 の場合Linux 5.8となっているので5.8以上のカーネルをsearchコマンドで検索する。

$ sudo apt-cache search linux-image-[カーネルver]

カーネルインストール
Linuxカーネル5.10をインストールし、再起動する。

$ sudo apt-get install linux-image-[カーネルVer]

カーネルverの確認
以下の方法で更新されているか確認する。
①.再起動時にAdvancedモードで起動
②.再起動後sudo uname -aで確認する

0
2
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
0
2

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?