I made a mistake... it is actually nvidia 304.135 (not 302)
When my MD was doing this, I was watching the dmesg log (on my core) at the file /usr/pluto/diskless/35/var/log and saw that there were messages stating that no NVIDIA card was found supported by the driver (340 and 352)
in nvidia-install.sh there is this
case " $Driver_Current_Supported " in *" $PCI_Id "*)
case $(lsb_release -cs) in
precise)
echo "nvidia-340" ;;
trusty)
echo "nvidia-352" ;;
xenial)
echo "nvidia-361" ;;
esac
return 1
and there is
case $(lsb_release -cs) in
precise)
echo "nvidia-340"
return 1
;;
trusty)
echo "nvidia-352"
return 1
;;
xenial)
echo "nvidia-361"
return 1
;;
esac
I changed them all to "nvidia-304" in the nvidia-install.sh that was in /usr/pluto/diskless/35/usr/pluto/bin/ directory (for my media director device 35...yours may be different if MD). You should also be able to edit this file on the core /usr/pluto/bin/nvidia-install.sh
If I remember, it wasnt until i modified /etc/pluto.conf and changed either 'firstboot' or 'avwizarddone' values (or both) to get it to re-install the correct nvidia-304 driver.