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?

Secure Boot (Fedora41)

Last updated at Posted at 2025-04-08

Secure Boot (Fedora41)

Fedora41にてSecurebootを設定した時の流れ

/usr/share/doc/akmods/README.secureboot を参照

SecureBoot key の場所

/etc/pki/akmods

Secure Boot鍵の作成と登録

  1. toolのinstall
    sudo dnf install kmodtool akmods mokutil openssl
  2. keyの作成
    sudo kmodgence -a
  3. MOKに公開鍵を登録し、新しい鍵ペアと証明証を登録
    sudo mokutil --import /etc/pki/akmods/certs/public_key.der
  4. Password の入力
  5. リブート
    systemctl reboot

MOKの登録

  1. 再起動後MOKが起動
  2. Enroll MOK を選択
  3. Continue を選択
  4. Yesを選択
  5. 登録したPasswordを入力
  6. reboot
0
0
1

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?