Easy-GPU-PV
Easy-GPU-PV copied to clipboard
Existing VM/GPU Change
Is there any way to add a GPU partition with an already existing VM? Also, what if I end up changing the GPU, is there a way to change the GPU once the VM has been made? Lastly, if I had a VM using this, and then I had to clear my PC but still have access to the VHDX file, how would I re-set it up to be able to utilize the partitioning?
Yes there is.
see: https://gist.github.com/neggles/e35793da476095beac716c16ffba1d23
- Run
New-GPUPDriverPackage.ps1to package driver files. - Copy them into existed vhdx manually.
- Replace 'VMName' with exsited vm name in
New-GPUPVirtualMachine.ps1and run it.