4
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.

Ubuntuで日本語キーボードレイアウト変更後にはupdate-initramfsが必要

Last updated at Posted at 2022-06-21

毎度、ググっても出てこない小ネタを取り扱っております。
本記事は個人的な見解であり、筆者の所属するいかなる団体にも関係ございません。

0. はじめに

インストール時に日本語キーボードに設定するのをミスったので修正したけど、update-initramfs をし忘れてて、再起動すると元に戻った件です。

1. Ubuntuでキーボードレイアウトを直す

インストール時に日本語キーボードに設定し忘れたので直します。
コンソールから設定しています。
X-Windowでキーボードレイアウトを設定する場合は不要と思われる。

1-1. コンソールで使うキーボードレイアウトの設定

よくある普通に検索すると出てくる設定方法です。

sudo dpkg-reconfigure keyboard-configuration

Generic 105-key PC (intl.) > Japanese > Japanese > The default for the keyboard layout > No compose key > Yes と入力する。

2. initramfsを更新する

2-1. update-initramfs を実行する

再起動後にもキーボードレイアウトを有効にしたいので、initramfsを更新します。

sudo update-initramfs -u -k all

3. まとめ

update-initramfs 忘れがち。

参考:
https://qiita.com/vochicong/items/6452ac54bde56b0e0bb3

4
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
4
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?