Share via

UPDATE NVIDIA DRIVERS UBUNTU 22.04 VM

Arià Jaimejuan 0 Reputation points
2024-11-21T16:47:34.1566667+00:00

I create a Standard NV36ads A10 v5 VM instance running a UBUNTU 20.04 and Standar security. I try to update the nvidia driver however after rebooting the VM is unable to start and enters a loop. I followed

Azure Virtual Machines
Azure Virtual Machines

An Azure service that is used to provision Windows and Linux virtual machines.


1 answer

Sort by: Most helpful
  1. Anonymous
    2024-11-21T19:41:19.6666667+00:00

    Hi Arià Jaimejuan,

    Thank you for reaching out to the Microsoft Q&A platform.

    Based on your question description we understand that you are experiencing issues after updating the NVIDIA drivers on an Ubuntu 20.04 VM running on a Standard NV36ads A10 v5 instance.

    Here are some steps you can take to troubleshoot and resolve this issue:

    Uninstall the existing NVIDIA drivers with the below following:

    sudo apt-get purge nvidia*
    sudo apt-get autoremove
    sudo apt-get clean
    

    Add the Graphics Drivers PPA

    sudo add-apt-repository ppa:graphics-drivers/ppa
    sudo apt-get update
    

    Install the Recommended Driver:

    sudo ubuntu-drivers autoinstall
    

    Reboot the VM:

    sudo reboot
    

    After rebooting, you need to check whether the nvidia driver is correctly installed and update to the latest version of nvidia-drivers.

    nvidia-smi
    

    The Azure NVads A10 v5 VMs only support GRID 14.1(510.73) or higher driver versions. The vGPU driver for the A10 SKU is a unified driver that supports both graphics and compute workloads.

    Please find the below document for your reference:

    https://learn.microsoft.com/en-us/azure/virtual-machines/linux/n-series-driver-setup#supported-distributions-and-drivers

    If an answer has been helpful, please consider accept the answer and "Upvote" to help increase visibility of this question for other members of the Microsoft Q&A community.

    Thank You.

    Was this answer helpful?

    0 comments No comments

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.