jamesstringerparsec / Easy-GPU-PV

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

Error: Insufficient system resources exist to complete the requested service #361

Closed y0k4i-1337 closed 3 months ago

y0k4i-1337 commented 3 months ago

I have followed the procedure to partition my GPU with 1 VM but I am getting this error when trying to boot VM. If I remove vGPU adapter it will boot normally.

image

I have downloaded ISO with Rufus (Windows 11 Pro). Also, tried to remove vGPU and add it again many times without success.

Any idea of what am I missing? Any help would be welcome.

Running on a NVIDIA RTX 3060.

Output of Get-VMHostPartitionableGpu

Name                    : \\?\PCI#VEN_10DE&DEV_2504&SUBSYS_153610DE&REV_A1#4&1c5d7d4&0&0009#{064092b3-625e-43bf-9eb5-dc
                          845897dd59}\GPUPARAV
ValidPartitionCounts    : {32}
PartitionCount          : 32
TotalVRAM               : 1000000000
AvailableVRAM           : 1000000000
MinPartitionVRAM        : 0
MaxPartitionVRAM        : 1000000000
OptimalPartitionVRAM    : 1000000000
TotalEncode             : 18446744073709551615
AvailableEncode         : 18446744073709551615
MinPartitionEncode      : 0
MaxPartitionEncode      : 18446744073709551615
OptimalPartitionEncode  : 18446744073709551615
TotalDecode             : 1000000000
AvailableDecode         : 1000000000
MinPartitionDecode      : 0
MaxPartitionDecode      : 1000000000
OptimalPartitionDecode  : 1000000000
TotalCompute            : 1000000000
AvailableCompute        : 1000000000
MinPartitionCompute     : 0
MaxPartitionCompute     : 1000000000
OptimalPartitionCompute : 1000000000
CimSession              : CimSession: .
ComputerName            : COMPUTER
IsDeleted               : False

Output of Get-VMGpuPartitionAdapter -VMName GPUPV

 InstancePath            : \\?\PCI#VEN_10DE&DEV_2504&SUBSYS_153610DE&REV_A1#4&1c5d7d4&0&0009#{064092b3-625e-43bf-9eb5-dc845897dd59}\GPUPARAV
CurrentPartitionVRAM    : 
MinPartitionVRAM        : 500000000
MaxPartitionVRAM        : 500000000
OptimalPartitionVRAM    : 500000000
CurrentPartitionEncode  : 
MinPartitionEncode      : 9223372036854775808
MaxPartitionEncode      : 9223372036854775808
OptimalPartitionEncode  : 9223372036854775808
CurrentPartitionDecode  : 
MinPartitionDecode      : 500000000
MaxPartitionDecode      : 500000000
OptimalPartitionDecode  : 500000000
CurrentPartitionCompute : 
MinPartitionCompute     : 500000000
MaxPartitionCompute     : 500000000
OptimalPartitionCompute : 500000000
PartitionId             : 
PartitionVfLuid         : 
Name                    : GPU Partition Settings
Id                      : Microsoft:39E7601A-64BF-437E-90A3-AEA3D4C966EA\05EA60C0-89DC-486B-A0AC-E21FF1A4C90D
VMId                    : 39e7601a-64bf-437e-90a3-aea3d4c966ea
VMName                  : GPUPV
VMSnapshotId            : 00000000-0000-0000-0000-000000000000
VMSnapshotName          : 
CimSession              : CimSession: .
ComputerName            : COMPUTER
IsDeleted               : False
VMCheckpointId          : 00000000-0000-0000-0000-000000000000
VMCheckpointName        :  
y0k4i-1337 commented 3 months ago

Apparently this was caused by a mismatch between host and guest editions. Downgraded the host os and now it's working.