Skip to content

Commit 53d588d

Browse files
committed
Added secure boot step for NVIDIA drivers
1 parent 25891c6 commit 53d588d

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

docs/desktop/display/installing_nvidia_gpu_drivers.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,16 @@ Nouveau is an open-source NVIDIA driver that provides limited functionality comp
8787
sudo grubby --args="nouveau.modeset=0 rd.driver.blacklist=nouveau" --update-kernel=ALL
8888
```
8989

90+
!!! Note
91+
92+
For systems with secure boot enabled you need to perform this step:
93+
```bash
94+
sudo mokutil --import /var/lib/dkms/mok.pub
95+
```
96+
The `mokutil` command will prompt for you to make up a password, which will be used during reboot.
97+
98+
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.
99+
90100
Reboot:
91101

92102
```bash

0 commit comments

Comments
 (0)