brokeDude2901/dxgkrnl_ubuntu

Gen 1 Hyper-V Ubuntu 18.04

Opened this issue · 4 comments

Hi, does this work with Gen 1 Hyper-V Ubuntu 18.04 VM?

Thanks you!

P.S. Most of my projects run on 18.04 thud I can't switch go 20.04. I also tried installing Ubuntu 18.04 on a Gen 2 hyper-V but it can't install the iso image file, only Gen 1 works.

you need gen2 hyper-v to have gpu-p supports. you can install a copy of gen2 hyper-v ubuntu 20.04 or 22.04, and run nvidia-docker with ubuntu 18.04 image

you need gen2 hyper-v to have gpu-p supports. you can install a copy of gen2 hyper-v ubuntu 20.04 or 22.04, and run nvidia-docker with ubuntu 18.04 image

Hi, I managed to install gen 2 Ubuntu 18.04. Can I check with you the commands to remove the GPU-P in the future , or to switch to another VM?

To remove or disable GPU-P for that VM:

$vm = "ubuntu"
Remove-VMGpuPartitionAdapter -VMName $vm

then you have to select the previous kernel (not the dxgkrnl I'm providing)