-
Notifications
You must be signed in to change notification settings - Fork 429
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
Cannot start VM on proxmox 7.2 with profile override #101
Comments
You set the wrong settings...because the tutorial from Craft Computing is not for Proxmox 7.2, wrong: framebuffer = 984263338
This Tutorial is for Proxmox 7.2 |
Okay that did the trick, the VM is able to start and I was able to install the drivers but now I'm getting the code 43 error. I thought NVidia stopped that nonsense? [Edit] If I shut down the VM it won't start again because of the same error as at the start, I have to reboot the host to fix it |
try it with the P6000 Pascal Qudaro pci_id maybe thats work. pci_id = 0x1B3011A0 what will be printed to screen if you enter the following command: |
I just had a thought, when I was following Jeff's instructions, I modified the source code of the nvidia driver by adding the compiler directives, but I don't recall ever telling dkms to recompile the driver, unless something did that for me automatically. |
|
maybe try it with a tesla p40 pci_id |
use profile nvidia-50 you need to use a Q Profile! i have get vgpu work with a rtx 2060. |
Which pci ids should I use with nvidia-50? Jeff gave barely any information about how to choose what profile to use. |
you need one of the q profiles "-1Q","-2Q","-3Q" select the profile with the needed instances count. try it with the follwing ids maybe one of them work. tesla p40 pci_id P6000 Pascal Qudaro pci_id |
If I use nvidia-50 with the tesla p40 IDs I get a "This device cannot start. (Code 10)" in device manager. If I try the pascal IDs the VM won't start so I'll have to reboot the host again. |
maybe this blog here helps ? he has got a 1060 gtx running and using the Tesla P40 vGPU unlock profile. |
Nah I can't get it to work. Is there a list of proper quadro cards I can use this vgpu stuff with? |
https://docs.google.com/document/d/1pzrWJ9h-zANCtyqRgS7Vzla0Y8Ea2-5z2HEi4X75d2Q/edit
|
@UntouchedWagons Do not set
The mistakes are random. Maybe it's OK to try a few more times. |
I'm following Jeff of Craft Computing's vgpu unlock tutorial on a spare machine running Proxmox 7.2 using a GTX 1070 with 8GB of VRAM. I've installed nvidia driver 510.73.06, made the service configs and made a custom profile as follows:
I've attached the GPU to my VM running Windows 10 Pro x64 and chose profile 54. But when I start the VM I get this error:
Now if I reboot and choose one of the other profiles that won't use more RAM than is available the VM will start but I cannot install any drivers because the PCI ID stuff is wrong.
I'd join the vgpu_unlock discord linked in Jeff's tutorial but the invite is expired.
The text was updated successfully, but these errors were encountered: