parsec-cloud / Parsec-Cloud-Preparation-Tool

Launch Parsec enabled cloud computers via your own cloud provider account.
932 stars 172 forks source link

Failed to setup at EC2 g4dn.xlarge #93

Open takeru opened 2 years ago

takeru commented 2 years ago

I am trying to set up on g4dn.xlarge but can't get it to work.

I have looked at the setup script and I am getting an error where the script says that the directory structure in the driver package downloaded by the script has changed and there is no directory named Windows.

Swemoph commented 2 years ago

By no means a comprehensive fix, but as a quick and dirty solution to get up and running I took the driver version running on an older VM I had setup and just replaced the key prefix with that version since I knew it worked previously. 497.09 may not be the most recent version that doesn't break the script, but it's the latest one I had setup.

Head C:\ProgramData\ParsecLoader and open the GPUUpdaterTool.ps1 script. On line 95, update

$KeyPrefix = "windows/latest" to $KeyPrefix = "windows/vGPUSW-497.09"

Hope this helps

gurvesh commented 2 years ago

This solution worked for me too. Thanks @Swemoph

mp-strachan commented 2 years ago

I can confirm that this fix for the g4dn.xlarge is: A) still need in October 2022, and B ) Still works

myusuf91 commented 1 year ago

I can confirm that this fix for the g4dn.xlarge is: A) still need in October 2022, and B ) Still works

Still required and works in December 2022.