How to Reinstall Drivers
Sometimes, an error may occur when attempting to reinstall drivers. To resolve it, follow these steps:

Put the rig in maintenance mode in HiveOS by disabling driver loading.
Disable services:
systemctl disable clore-hosting.service systemctl disable docker.service systemctl disable docker.socket
Reboot the system:
reboot
Install the required drivers:
To install a specific driver version, use the command:
nvidia-driver-update 525.116.04 --force
Or to install a driver from a link on the NVIDIA website:
nvidia-driver-update https://us.download.nvidia.com/XFree86/Linux-x86_64/550.67/NVIDIA-Linux-x86_64-550.67.run
Update the system (optional):
apt update apt upgrade apt autoremove
Disable maintenance mode and re-enable all services:
systemctl enable clore-hosting.service systemctl enable docker.service systemctl enable docker.socket reboot
Last updated