Azure / azhpc-images

Azure HPC/AI VM Images
MIT License
95 stars 77 forks source link

MOFED on secureboot enabled vms #298

Closed MartinForReal closed 9 months ago

MartinForReal commented 9 months ago

ofed modules managed by dkms can't be loaded on secrebook enabled vm after mofed is installed

image

I found the warning that securebook should be disabled in GPU driver installation guide https://learn.microsoft.com/en-us/azure/virtual-machines/trusted-launch#virtual-machines-sizes

Does the same limitation also can be applied to mofed drivers?

MartinForReal commented 9 months ago

Public key can't be imported if I follow the guide here https://docs.nvidia.com/networking/display/mlnxofedv23070500/uefi+secure+boot

darkwhite29 commented 9 months ago

Please try to import the keyring as instructed here: https://learn.microsoft.com/en-us/azure/virtual-machines/linux/n-series-driver-setup#install-cuda-driver-on-ubuntu-with-secure-boot-enabled

MartinForReal commented 9 months ago

Thanks for the info!