We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Please describe the question or issue you're facing with "Type: gpu".
When passing through a GPU according to the guide, if a GPU has a large amount of RAM, e.g. 24G - the VM will hang.
raw.qemu: -fw_cfg name=opt/ovmf/X-PciMmio64Mb,string=65536 is required to make the VM work.
-fw_cfg name=opt/ovmf/X-PciMmio64Mb,string=65536
For details see #14380 (comment)
Reported from: https://documentation.ubuntu.com/lxd/en/latest/reference/devices_gpu/
The text was updated successfully, but these errors were encountered:
We should also investigate if we can detect this requirement from lspci (or similar) and auto set these settings.
lspci
Sorry, something went wrong.
Heads up @mionaalex - the "Documentation" label was applied to this issue.
No branches or pull requests
Please describe the question or issue you're facing with "Type: gpu".
When passing through a GPU according to the guide, if a GPU has a large amount of RAM, e.g. 24G - the VM will hang.
raw.qemu:
-fw_cfg name=opt/ovmf/X-PciMmio64Mb,string=65536
is required to make the VM work.For details see #14380 (comment)
Reported from: https://documentation.ubuntu.com/lxd/en/latest/reference/devices_gpu/
The text was updated successfully, but these errors were encountered: