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

Upgrading GPU error

Open titanbubu opened this issue 2 years ago • 1 comments
trafficstars

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.

titanbubu avatar Aug 27 '23 02:08 titanbubu

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.

mitchellurgero avatar Aug 28 '23 14:08 mitchellurgero