Arronf
Members
-
Joined
-
Last visited
Solutions
-
Arronf's post in Unable to passthrough NVidia 3060 TI was marked as the answerHave just found this post 99478-solved-gpu-passthrough-issue and applied the below to /flash/config/go
#!/bin/bash
# Start the Management Utility
/usr/local/sbin/emhttp &
#fix video for VM
echo 0 > /sys/class/vtconsole/vtcon0/bind
echo 0 > /sys/class/vtconsole/vtcon1/bind
echo efi-framebuffer.0 > /sys/bus/platform/drivers/efi-framebuffer/unbind
This has resolved the issue