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

Fix disk path issue if attached disk more than one.

Open nebulabox opened this issue 2 years ago • 1 comments

If the virtual machine contains more than one disk, mount only the first disk.

nebulabox avatar May 11 '22 12:05 nebulabox

This is actually major for anyone using this for real-life use. You can't even update drivers unless you unmount your non-OS disks first. It could be worth fixing in code but takes only a minor adjustment in Hyper V.


Reboot the host after updating GPU Drivers.

Open Hyper V, right click the VM > Settings

Click on Hard Drive "NonOSDiskName," then Remove at the bottom

Do this with each of your non OS disks

Open Powershell as administrator and cd PATH\Easy-GPU-PV-main\

Run .\Update-VMGpuPartitionDriver.ps1

Add the vhdx(s) back by clicking on SCSI Controller > Hard Drive > Add

Locate the disks in the \Virtual Hard Disks folder on the host

jordanfalduto avatar Sep 10 '23 04:09 jordanfalduto