Hello Peter, thank you. This Readme is really helpful and I was indeed able to "go into the MOK manager and enroll my keys. Now it seems that the kernel module is getting accepted. But so far the system crashes again, or rather it freezes down, stalks during boot. When I boot in recovery mode, I was able to get some information:
[ 33.397616] nvidia: loading out-of-tree module taints kernel.
[ 33.397858] nvidia: module license 'NVIDIA' taints kernel.
[ 33.547860] nvidia-nvlink: Nvlink Core is being initialized, major device number 237
[ 33.548784] nvidia 0000:01:00.0: vgaarb: changed VGA decodes: olddecodes=io+mem,decodes=none:owns=none
[ 33.693047] nvidia-modeset: Loading NVIDIA Kernel Mode Setting Driver for UNIX platforms 535.183.01 Sun May 12 19:31:08 UTC 2024
[ 33.779997] [drm] [nvidia-drm] [GPU ID 0x00000100] Loading driver
[ 33.780187] [drm] Initialized nvidia-drm 0.0.0 20160202 for 0000:01:00.0 on minor 1
[ 34.180507] audit: type=1400 audit(1729801244.120:7): apparmor="STATUS" operation="profile_load" profile="unconfined" name="nvidia_modprobe" pid=1210 comm="apparmor_parser"
[ 34.180508] audit: type=1400 audit(1729801244.120:8): apparmor="STATUS" operation="profile_load" profile="unconfined" name="nvidia_modprobe//kmod" pid=1210 comm="apparmor_parser"
what irritates me here, are the two latest lines: was the module now accepted or not ?
but lsmod gives clear information:
nvidia_drm 77824 0
nvidia_modeset 1314816 1 nvidia_drm
nvidia 56778752 1 nvidia_modeset
drm_kms_helper 212992 3 drm_display_helper,nvidia_drm,i915
drm 614400 8 drm_kms_helper,drm_display_helper,nvidia,drm_buddy,nvidia_drm,i915,ttm
video 65536 2 i915,nvidia_modeset
and then the X-server log:
Xorg log on pastebin
maybe this has something to do that the GFX card doesn't get enough information about the display?
Thanks a lot
BR /Christian