Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix disk path issue if attached disk more than one. #163

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

nebulabox
Copy link

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

@jordanfalduto
Copy link

jordanfalduto commented Sep 10, 2023

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants