Fix disk path issue if attached disk more than one.#163
Open
nebulabox wants to merge 1 commit intojamesstringer90:mainfrom
Open
Fix disk path issue if attached disk more than one.#163nebulabox wants to merge 1 commit intojamesstringer90:mainfrom
nebulabox wants to merge 1 commit intojamesstringer90:mainfrom
Conversation
|
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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
If the virtual machine contains more than one disk, mount only the first disk.