-
Notifications
You must be signed in to change notification settings - Fork 34
Description
I installed windows 10 VM in mvisor, in a debian sandboxed environment (I use fedora, for which dependency list were not in readme. I used distrobox, which allows gpu stuff to still run properly)
I compiled mvisor, cloned and hard reseted to mentioned commit for virglrenderer.
I installed virtio guest tools inside win10.
Then I installed mvisor-win-vgpu inside win10 via release page zip file, and it installed successfully inside powershell admin console.
I have rebooted multiple times, and yes I did enable test mode. I even added virtio-vgpu inside sample.yaml config file. and my system ram allocation is 12G.
The error/warning outputs are:
./build/mvisor -c config/sample.yaml -vnc 5900
[0.000] core/configuration.cc:275 LoadObjects() warn: object not found virtio-vgpu virtio-vgpu
[11.171] gui/vnc/server.cc:37 VncServer() debug: VNC server started port=5900
I cant get this working after compiling soo much stuff 😢 can anyone help?
I am happy to share any more info if anyone needs, and I am ready to run whatever other commands I need to get this working.

