Skip to content

Commit d9f22f1

Browse files
Merge pull request #245555 from Padmalathas/GitHubPR-patch-1
Fixing the doc on extension installation with the secure boot ON
2 parents 82e0b11 + c166c6d commit d9f22f1

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

articles/virtual-machines/extensions/hpccompute-gpu-linux.md

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,17 +9,20 @@ ms.collection: linux
99
ms.topic: article
1010
ms.tgt_pltfrm: vm-linux
1111
ms.workload: infrastructure-services
12-
ms.date: 04/18/2023
12+
ms.date: 07/19/2023
1313
ms.author: mamccrea
1414
author: mamccrea
1515
---
1616
# NVIDIA GPU Driver Extension for Linux
1717

1818
This extension installs NVIDIA GPU drivers on Linux N-series virtual machines (VMs). Depending on the VM family, the extension installs CUDA or GRID drivers. When you install NVIDIA drivers by using this extension, you're accepting and agreeing to the terms of the [NVIDIA End-User License Agreement](https://www.nvidia.com/en-us/data-center/products/nvidia-ai-enterprise/eula/). During the installation process, the VM might reboot to complete the driver setup.
1919

20-
Instructions on manual installation of the drivers and the current supported versions are available. For more information, see [Azure N-series GPU driver setup for Linux](../linux/n-series-driver-setup.md).
20+
Instructions on manual installation of the drivers and the current supported versions are available. For more information including secure boot enabled setting, see [Azure N-series GPU driver setup for Linux](../linux/n-series-driver-setup.md).
2121
An extension is also available to install NVIDIA GPU drivers on [Windows N-series VMs](hpccompute-gpu-windows.md).
2222

23+
> [!NOTE]
24+
> With Secure Boot enabled, all OS boot components (boot loader, kernel, kernel drivers) must be signed by trusted publishers (key trusted by the system). Both Windows and select Linux distributions support Secure Boot.
25+
2326
## Prerequisites
2427

2528
### Operating system
@@ -28,9 +31,9 @@ This extension supports the following OS distros, depending on driver support fo
2831

2932
| Distribution | Version |
3033
|---|---|
31-
| Linux: Ubuntu | 18.04 LTS, 20.04 LTS |
32-
| Linux: Red Hat Enterprise Linux | 7.3, 7.4, 7.5, 7.6, 7.7, 7.8 |
33-
| Linux: CentOS | 7.3, 7.4, 7.5, 7.6, 7.7, 7.8 |
34+
| Linux: Ubuntu | 20.04 LTS, 22.04 LTS |
35+
| Linux: Red Hat Enterprise Linux | 7.9, 8.8, 9.2 |
36+
| Linux: CentOS | 7 |
3437

3538
> [!NOTE]
3639
> The latest supported CUDA drivers for NC-series VMs are currently 470.82.01. Later driver versions aren't supported on the K80 cards in NC. While the extension is being updated with this end of support for NC, install CUDA drivers manually for K80 cards on the NC-series.

0 commit comments

Comments
 (0)