After installing Nvidia and Cuda drivers on rhel 7.6, boot process is very slow
Hello Everyone,
It appears something got broken in the process of installing the nvidia drivers on rhel 7.6, but im wondering what I might be able to do to improve/investigate this. Last time I installed the drivers with centos 7.5 they seemed fine, but I switched to rhel 7.6 yesterday.
Responses
Hi Andrew,
Good to read that you've got the drivers running properly ... which was the most important part.
Unfortunately I don't have enough experience with CUDA to give you best possible instructions.
But I think you will get that figured out on your own - right by testing and trying things out ... :)
Regards,
Christian
I don't work for RHT support but thought I'd post my procedure to install CUDA and nvidia drivers on RHEL7.6 server (minimal install).
# yum -y update
# reboot
# yum -y install kernel-devel-$(uname -r) kernel-headers-$(uname -r) pciutils
# yum -y install https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm
# yum -y install https://developer.download.nvidia.com/compute/cuda/repos/rhel7/x86_64/cuda-repo-rhel7-10.0.130-1.x86_64.rpm
# yum clean all
# yum -y install cuda
Welcome! Check out the Getting Started with Red Hat page for quick tours and guides for common tasks.
