1 Rookie
•
3 Posts
0
84
March 31st, 2025 00:33
Dell PowerEdge and Nvidia A2 vGPU.
I have Dell PowerEdge T440 installed Windows server 2025. I am trying to
Partition and share GPUs with virtual machines on Hyper-V
and from my research Nvidia A2 is compatible, and all other prerequisites are met.
When I run Get-VMHostPartitionableGPU on PowerShell on different host running server 2019 it was giving me output.
Installed Driver and is showing on Device Manager, also on "Get-PnPDevice -Class Display"
But when I run same command on Dell Host Server, it gives no output.
Am I doing something wrong here?
Anyone successful on doing vGPU on server 2025?
Thank you.
No Events found!
Dell-Martin S
Moderator
Moderator
•
3.4K Posts
1
March 31st, 2025 12:38
It sounds like you're on the right track, but there might be a compatibility issue or configuration step missing with Server 2025 and the Nvidia A2 vGPU.
Since
Get-VMHostPartitionableGPU
returns nothing on your Dell server running Server 2025, here's a breakdown of potential issues and troubleshooting steps:Troubleshooting Steps:
Have you checked the BIOS settings for SR-IOV and enabled "Virtual Machine PCI Device Passthrough"?
Curious-Kid
1 Rookie
1 Rookie
•
3 Posts
0
April 1st, 2025 23:26
@Dell-Martin S
I realized that I had not installed the correct driver. In the NVIDIA Complete vGPU 18.0 (GPU-P) package for Microsoft Windows Server 2025, I noticed there was no executable file for the host installation. After some investigation, I managed to resolve the issue by updating the driver through Device Manager. I browsed to my computer for the driver and selected the appropriate driver folder:
Host Drivers > Display Driver
.Once the correct driver was installed, I was able to successfully partition the GPU and assign it to the virtual machines.
Thank you, Dell-Martin, for your prompt response and guidance. It was extremely helpful!