Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion docs/desktop/display/installing_nvidia_gpu_drivers.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,12 +90,14 @@ sudo grubby --args="nouveau.modeset=0 rd.driver.blacklist=nouveau" --update-kern
!!! Note

For systems with secure boot enabled you need to perform this step:

```bash
sudo mokutil --import /var/lib/dkms/mok.pub
```

The `mokutil` command will prompt for you to make up a password, which will be used during reboot.

After the reboot, your system should ask you if you want to enroll a key or something like that, say yes and it asks for the password you gave in the `mokutil` command.
After the reboot, your system should ask you if you want to enroll a key or something like that, say "yes" and it asks for the password you gave in the `mokutil` command.

Reboot:

Expand Down