Open hedj17 opened 3 months ago
This is an old issue perhaps due to bugs in their implementation. See also #28.
The failure to boot was caused by not correctly adding OVMF to the virtual machine's XML file.
you can add
<os>
<type arch='x86_64' machine='q35'>hvm</type>
<loader>/usr/share/qemu/OVMF.fd</loader>
<boot dev='hd'/>
</os>
I previously encountered issue #58 , but it was properly resolved by refreshing the GPU firmware and upgrading the VBIOS version. When I attempted to authenticate the GPU by running
python3 -m verifier.cc_admin --allow_hold_cert
, the following issue occurred.when I ran
nvidia-smi conf-compute -srs 1
to make gpu cc ready, I got follow meassage:Failed to set Conf. Compute GPUs Ready State: Invalid Argument
I allso checked nvidia-persistenced.service. When I ran
systemctl status nvidia-persistenced.service
command, I received the following message.In addition, when I ran nvidia-persistenced, the following issue occured:.
nvidia-persistenced failed to initialize. Check syslog for more details
I checked the kernel message, the wrong is
The related information I can think of is as follows.
The script I use to bind vfio is as follows.