Hi, Istvan Toth wrote: > when installing > the image the build module does not run during the short-term (30-40 minute) > compiler runtime (I attach it). > [...] > ~/kernel$ sudo dpkg -i linux-image-6.1.119-fah79_6.1.119-1_amd64.deb
I might have misunderstood your problem description. I thought the difference of 40 minutes versus 4 hourd was with the run time of make deb-pkg LOCALVERSION=fah79 ... as in 8.10.4. "Compiling and Building the Package" of https://debian-handbook.info/browse/stable/sect.kernel-compilation.html So i now wonder whether the difference in time and success happened with the same file linux-image-6.1.119-fah79_6.1.119-1_amd64.deb or with each time newly built .deb package files. If the same .deb file sometimes succeeds but in most tries fails, then the problem is out of my range of experience. > env NV_VERBOSE=1 make -j16 modules KERNEL_UNAME=6.1.119-fah79 (At least the "make" run makes generous use of your CPU's cores ...) > Consult /var/lib/dkms/nvidia-current/535.216.01/build/make.log for more > information. As Greg Wooledge already stated, this is probably the best place to look for hints about the reason of failure. Have a nice day :) Thomas