Help Center/ Elastic Cloud Server/ Troubleshooting/ GPU Driver Issues/ Why Is the GPU Display Abnormal?
Updated on 2026-03-23 GMT+08:00
Why Is the GPU Display Abnormal?
Symptom
The following issues occur when the nvidia-smi command is used to check the GPU usage.
- On the device with one GPU, the following information is displayed:
No devices were found
Solution
- Check whether the ECS, for example, of the PI2 or G6 flavor, is using NVIDIA Tesla T4 GPUs.
- If yes, rectify the fault by following the instructions provided in Why Is the T4 GPU Display Abnormal?
- If no, go to the next step.
- Check the system log /var/log/message for any reported driver-related errors.
- If the error message "Failed to copy vbios to system memory" is displayed, the possible causes may be frequent driver loading/unloading. You are advised to enable the driver's persistence mode to keep the driver in the loading state. Figure 1 System logs
- Run the following command to enable the driver's persistence mode:
- Run the following command to open and edit the /etc/rc.local file:
vim /etc/rc.local
- Configure automatic startup and write the nvidia-smi -pm 1 command to the /etc/rc.local file.
- Press Esc, enter :wq, and press Enter to save the settings and exit.
- Run the following command to add startup permissions:
- If "Failed to copy vbios to system memory" is not displayed, go to the next step.
- If the error message "Failed to copy vbios to system memory" is displayed, the possible causes may be frequent driver loading/unloading. You are advised to enable the driver's persistence mode to keep the driver in the loading state.
- Check whether the ECS uses Tesla 510.xx.xx.
- If yes, the driver version may be incompatible with the image. You are advised to change the driver version. For details, see GPU Driver.
- If no, go to the next step.
- Restart the ECS and run the nvidia-smi command to check whether the GPU usage is normal.
If the fault persists, contact customer service.
Parent topic: GPU Driver Issues
What is your overall rating for this page?
0
1
2
3
4
5
6
7
8
9
10
Very dissatisfiedVery satisfied
Thank you very much for your feedback. We will continue working to improve the documentation.
The system is busy. Please try again later.