Changes

Jump to navigation Jump to search

Troubleshooting

487 bytes added, 14:36, 2 March 2020
==== Obfuscate the VM (Edit Libvirt) ====
One option is to try and make it unclear to the host that it's running in a VM. By doing this the checks the NVIDIA Driver performs during installation don't regester that it's within a virtual enviroment and allow the driver to install. We can achieve this by making some tweaks to the .XML file:
<syntaxhighlight lang=text>
<features>
<hyperv>
...
<vendor_id state='on' value='linustech'/>
...
</hyperv>
...
<kvm>
<hidden state='on'/>
</kvm>
</features>
</syntaxhighlight>
172

edits

Navigation menu