nvidia-update.service executes run.sh which attempts to run systemctl in a chroot. I was getting "Failed to connect to bus: No data available" and non-zero exit code. This blocked the whole chain of services.
I made the following changes; moving the systemctl commands from the chroot jail up into the nvidia-update.service. Seems to be working as I now have the drivers working after a reboot. I have not tried a release update. Working on stable release channel; 1745.7.0.
nvidia-update.service executes
run.sh
which attempts to run systemctl in a chroot. I was getting "Failed to connect to bus: No data available" and non-zero exit code. This blocked the whole chain of services.I made the following changes; moving the systemctl commands from the chroot jail up into the
nvidia-update.service
. Seems to be working as I now have the drivers working after a reboot. I have not tried a release update. Working on stable release channel; 1745.7.0.