mirror of
https://pagure.io/fedora-docs/quick-docs.git
synced 2024-11-24 13:32:42 +00:00
Merge #735 Adding Machine Owner Key Enrollment page with pictures
This commit is contained in:
commit
600af585ed
8 changed files with 30 additions and 0 deletions
BIN
modules/ROOT/assets/images/mok-util-01.png
Normal file
BIN
modules/ROOT/assets/images/mok-util-01.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.4 KiB |
BIN
modules/ROOT/assets/images/mok-util-02.png
Normal file
BIN
modules/ROOT/assets/images/mok-util-02.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.6 KiB |
BIN
modules/ROOT/assets/images/mok-util-03.png
Normal file
BIN
modules/ROOT/assets/images/mok-util-03.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.8 KiB |
BIN
modules/ROOT/assets/images/mok-util-04.png
Normal file
BIN
modules/ROOT/assets/images/mok-util-04.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.7 KiB |
BIN
modules/ROOT/assets/images/mok-util-05.png
Normal file
BIN
modules/ROOT/assets/images/mok-util-05.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.7 KiB |
BIN
modules/ROOT/assets/images/mok-util-06.png
Normal file
BIN
modules/ROOT/assets/images/mok-util-06.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.4 KiB |
|
@ -67,6 +67,7 @@
|
|||
** xref:enable-touchpad-click.adoc[How to enable touchpad click]
|
||||
** xref:installing-and-running-vlc.adoc[Installing and running the VLC player]
|
||||
** xref:jitsi-getting-started.adoc[Jitsi Meet Self-Hosting Guide]
|
||||
** xref:mok-enrollment.adoc[Machine Owner Key Enrollment]
|
||||
** xref:managing-keyboard-shortcuts-for-running-app-in-gnome.adoc[Managing keyboard shortcuts for running an application in GNOME]
|
||||
** xref:performing-administration-tasks-using-sudo.adoc[Performing administration tasks using sudo]
|
||||
** xref:reset-root-password.adoc[Resetting a root password]
|
||||
|
|
29
modules/ROOT/pages/mok-enrollment.adoc
Normal file
29
modules/ROOT/pages/mok-enrollment.adoc
Normal file
|
@ -0,0 +1,29 @@
|
|||
= Machine Owner Key Enrollment
|
||||
|
||||
This page documents how to enroll a machine owner key that is created during the Nvidia driver installation (typically in GNOME Software).
|
||||
|
||||
== Prerequisite
|
||||
|
||||
The Nvidia driver has been installed and a machine owner key to self-sign the driver has been created in GNOME Software (or in a similar tool that supports it).
|
||||
|
||||
== Enrolling Self-signing Key after Reboot
|
||||
|
||||
In order to successfully reboot to Fedora Workstation after the Nvidia driver installation, you have to enroll the machine owner key you created during installation in GNOME Software. During rebooting you'll be presented with the mokutil tool, follow the below steps to enroll the key:
|
||||
|
||||
1. Press any key to continue.
|
||||
image:mok-util-01.png[mok-util-01.png,title="Shim UEFI key management"]
|
||||
|
||||
2. Select *Enroll MOK*.
|
||||
image:mok-util-02.png[mok-util-02.png,title="Perform MOK management"]
|
||||
|
||||
3. Select *Continue* to proceed to the enrollment.
|
||||
image:mok-util-03.png[mok-util-03.png,title="Enroll MOK"]
|
||||
|
||||
4. Select *Yes* to enroll the key.
|
||||
image:mok-util-04.png[mok-util-05.png,title="Enroll the key(s)?"]
|
||||
|
||||
5. Type the password you created for the key during installation.
|
||||
image:mok-util-05.png[mok-util-06.png,title="mokutil start screen"]
|
||||
|
||||
6. Select *Reboot* to reboot into the OS with the Nvidia drivers enabled.
|
||||
image:mok-util-06.png[mok-util-07.png,title="Enroll the key(s) - Password"]
|
Loading…
Reference in a new issue