jamesstringerparsec / Easy-GPU-PV

A Project dedicated to making GPU Partitioning on Windows easier!
4.01k stars 407 forks source link

Upgrading GPU error #319

Open titanbubu opened 10 months ago

titanbubu commented 10 months ago

image After upgrading from a 2080 SUPER to a 4080 I get this error.

I've tried to run the Get-VMGpuPartitionAdapter -VMName "VM1" | Remove-VMGpuPartitionAdapter command and then followed instructions in #316

Am I missing something? I saw that putting the old card back in and then running the command worked? Was this from the host computer or within the VM environment itself?

I feel like I need to run Add-VMGpuPartitionAdapterFiles by itself but it's not a valid script without running the CopyFilesToVM first.

mitchellurgero commented 10 months ago

You can change the GPU given to the VM by removing the current one and adding a new one, then use the Add-VMGpuPartitionAdapterFiles script to reinstall the drivers.

But the simplest way would probably be to rebuild the VM altogether, if that's possible.