Clore.ai
  • Overview
  • Main
    • Info
    • Clore coin
    • Tokenomics
    • Wallet
  • GPU marketplace
    • Overview
      • Detailed Hosting Guide
        • Installng Clore Hosting Software
        • Server Settings
        • Clore Fleet
        • Telegram bot
        • How to Reinstall Drivers
        • How to Reinstall While Keeping the Old Token
        • How to Price Your Servers for Rental
    • Install CLORE.AI hosting
    • Use cases
    • Maximum Fair Price (MFP)
    • How to use templates (Mass rent)
    • Clore Fleet (Mass onboarding)
  • Clore Partners: High-Volume Rental System for Major Clients
  • Proof of Holding
    • Overview
    • Proof of Holding 2.0
    • How to add Clore coins to the POH
    • POH marketplace
    • Use cases
  • Clore Vpn
  • gigaspot
    • Overview
    • Current Market Specifics
    • Deploying on GigaSPOT
    • Adapting to Russian Regulations
  • About
    • Team
    • Links
    • FAQ
  • Guidlines
    • API
    • Glossary
Powered by GitBook
On this page
  1. GPU marketplace
  2. Overview
  3. Detailed Hosting Guide

How to Reinstall Drivers

PreviousTelegram botNextHow to Reinstall While Keeping the Old Token

Last updated 5 months ago

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

  1. Put the rig in maintenance mode in HiveOS by disabling driver loading.

  2. Disable services:

    systemctl disable clore-hosting.service
    systemctl disable docker.service
    systemctl disable docker.socket
  3. Reboot the system:

    reboot
  4. 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
  5. Update the system (optional):

    apt update
    apt upgrade
    apt autoremove
  6. Disable maintenance mode and re-enable all services:

    systemctl enable clore-hosting.service
    systemctl enable docker.service
    systemctl enable docker.socket
    reboot
Page cover image