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

Omarchyの暗号化解除画面でキーボードが反応しない問題を解決(LIFEBOOK WU2/B1)

Posted at

問題

富士通 LIFEBOOK WU2/B1 に Omarchy をインストールしたところ、起動時のディスク暗号化解除画面(ログイン画面)でノート PC 内蔵キーボードが全く反応しないという問題に遭遇しました。

外付け USB キーボードを接続すると入力できます。

環境

  • 機種: 富士通 LIFEBOOK WU2/B1
  • OS: Omarchy 3.0.2

解決方法

/boot/limine.confkernel_cmdlinei8042.nomux を追加することで解決しました。

変更前:

/boot/limine.conf
...
/+Omarchy
comment: Omarchy
comment: machine-id=...
  //linux
  comment: ...
  protocol: ...
  image_path: boot():/EFI/Linux/...
  kernel_cmdline: quiet splash cryptdevice=....

変更後:

/boot/limine.conf
...
/+Omarchy
comment: Omarchy
comment: machine-id=...
  //linux
  comment: ...
  protocol: ...
  image_path: boot():/EFI/Linux/...
  kernel_cmdline: quiet splash i8042.nomux cryptdevice=....

これだけで、次回起動時から内蔵キーボードが暗号化解除画面で正常に動作するようになりました。

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