Easy-GPU-PV icon indicating copy to clipboard operation
Easy-GPU-PV copied to clipboard

Existing VM/GPU Change

Open edm3di opened this issue 1 year ago • 1 comments

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?

edm3di avatar Feb 13 '25 04:02 edm3di

Yes there is.

see: https://gist.github.com/neggles/e35793da476095beac716c16ffba1d23

  1. Run New-GPUPDriverPackage.ps1 to package driver files.
  2. Copy them into existed vhdx manually.
  3. Replace 'VMName' with exsited vm name in New-GPUPVirtualMachine.ps1 and run it.

didyhu avatar Feb 20 '25 08:02 didyhu