crojack
crojack
> I had the same problem on Fedora 36. > > I copied OVMF_CODE.fd file into `/usr/share/OVMF` directory (that should be a default directory for this stuff in Fedora) and...
> > I did it (Fedora 36), but I get this error in the virtual machine manager now: > > _Error starting domain: Path '/usr/share/VMF/OVMF_CODE.macos_simple_KVM.fd' is not accessible: No such...
Add --privileged after run. That will fix it. The command should be: sudo docker run --privileged -it \ --device /dev/kvm \ -p 50922:10022 \ -v /tmp/.X11-unix:/tmp/.X11-unix \ -e "DISPLAY=${DISPLAY:-:0.0}" \...