2
0

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

カーネルのダウングレード

2
Posted at

環境

ubuntu18.04

kernelをダウングレードした理由

5.0.0-27-generic --> 4.18.0-25-generic

自動でカーネルが5.0.0-27にアップデートされたせいでmakeが通らなくなったので、カーネルのダウングレードを試行

※さらに下記の問題も。。。
・wifiが繋げなくなる
・有線もログイン度に切れる

作業手順

参考にさせていただきました!:bow:
https://ry0.github.io/blog/2015/07/11/remove-newest-kernel/
https://kishiyama.hatenablog.com/entry/2019/05/02/025350?utm_source=feed
http://kumquat512.blogspot.com/2018/09/ubuntu1804.html

  • grub-custmizerをインストール
  • grub-custmizerを起動、"一般"の advanced option for ubuntu の中にある4.18をデフォルトに指定
  • /etc/apt/preferenc.d/以下に linux-kernelのファイルを作成しアップデート阻止

linux-kernelの中身

Package: linux-generic
Pin: version 4.18.0-25*
Pin-Priority: 1001

Package: linux-headers-generic
Pin: version 4.18.0-25*
Pin-Priority: 1001

Package: linux-image-generic
Pin: version 4.18.0-25*
Pin-Priority: 1001
2
0
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
2
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?