Solved.
For anyone with my same problem, purge all Nvidia drivers.
Assuming you saved the resources you got while following
https://web.archive.org/web/20230929035 ... ootworking (archived)
you can simply do:
Enter the PIN you chose.
Then reboot and run
It was that simple.
Thank you Aki for your help.
For anyone with my same problem, purge all Nvidia drivers.
Assuming you saved the resources you got while following
https://web.archive.org/web/20230929035 ... ootworking (archived)
you can simply do:
Code:
sudo apt-get install nvidia-settings nvidia-kernel-dkms nvidia-cuda-mps nvidia-driver nvidia-cuda-mps vulkan-tools firmware-linux firmware-linux-nonfree firmware-misc-nonfree nvidia-kernel-dkms
Code:
VERSION="$(uname -r)"SHORT_VERSION="$(uname -r | cut -d . -f 1-2)"MODULES_DIR=/lib/modules/$VERSIONKBUILD_DIR=/usr/lib/linux-kbuild-$SHORT_VERSIONcd "$MODULES_DIR/updates/dkms"sudo apt-get install sbsigntool
Code:
read -s KBUILD_SIGN_PIN
Code:
export KBUILD_SIGN_PIN
Code:
for i in *.ko ; do sudo --preserve-env=KBUILD_SIGN_PIN "$KBUILD_DIR"/scripts/sign-file sha256 /var/lib/shim-signed/mok/MOK.priv /var/lib/shim-signed/mok/MOK.der "$i" ; done
Code:
nvidia-smi
Thank you Aki for your help.
Statistics: Posted by mrM9 — 2024-04-29 20:19 — Replies 3 — Views 226