Jump to content

Gpu paravirtualization issue

Go to solution Solved by Eigenvektor,
3 minutes ago, innit said:

Hi mate, ive searched here and found the answer to be:
 

however i was met by this:
image.png.3c106cb07af2f1e1062be5603f426c0c.png

 

what do)!

"The request operation requires elevation" means you need to run this as administrator.

 

Also, censoring your username is kind of pointless, if it appears a second time in the same line 😉

Basically, following the video linus made on using gpus on vm's 



Ishort, following the instructions went to github and downloaded all files.
In files there is an instructional notepad file
i open 
>4."In the extracted folder you downloaded, open PreChecks.ps1 in Powershell ISE.  Run the files from within the extracted folder. Do not move them."
after completing mentioned task i get the following error (image tagged)
image.thumb.png.bf6d5f122e3d0af55e434bec2ef15c97.png

 

what do)?
btw my cpu supports hyper-v
gpu 1660s

Link to comment
https://linustechtips.com/topic/1550210-gpu-paravirtualization-issue/
Share on other sites

Link to post
Share on other sites

https://github.com/jamesstringerparsec/Easy-GPU-PV/blob/main/PreChecks.ps1

 

So, it is tripping over this line:

$Devices = (Get-WmiObject -Class "Msvm_PartitionableGpu" -ComputerName $env:COMPUTERNAME -Namespace "ROOT\virtualization\v2").name

it is complaining that it doesn't know the namespace

ROOT\virtualization\v2

 

Maybe this will help:

https://github.com/jamesstringerparsec/Easy-GPU-PV/issues/102

Remember to either quote or @mention others, so they are notified of your reply

Link to post
Share on other sites

Just now, Eigenvektor said:

https://github.com/jamesstringerparsec/Easy-GPU-PV/blob/main/PreChecks.ps1

 

So, it is tripping over this line:

$Devices = (Get-WmiObject -Class "Msvm_PartitionableGpu" -ComputerName $env:COMPUTERNAME -Namespace "ROOT\virtualization\v2").name

 

Maybe this will help:

https://github.com/jamesstringerparsec/Easy-GPU-PV/issues/102

Hi mate, ive searched here and found the answer to be:
 

Quote

Enable-WindowsOptionalFeature -Online -FeatureName Microsoft-Hyper-V -All

however i was met by this:
image.png.3c106cb07af2f1e1062be5603f426c0c.png

 

what do)!

Link to post
Share on other sites

3 minutes ago, innit said:

Hi mate, ive searched here and found the answer to be:
 

however i was met by this:
image.png.3c106cb07af2f1e1062be5603f426c0c.png

 

what do)!

"The request operation requires elevation" means you need to run this as administrator.

 

Also, censoring your username is kind of pointless, if it appears a second time in the same line 😉

Remember to either quote or @mention others, so they are notified of your reply

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×