stevem6

Results 4 comments of stevem6

Some progress on this. I took the bash script quickemu created for Elementary OS and, changing relevant paths, was able to use it to successfully start the Windows VM using...

I have a workable solution: in quickemu line 553 I commented out the rest of the line after `kvm=on` so it reads `CPU="-cpu host,kvm=on"` and the VM ran perfectly. However,...

My line 553 in /usr/bin/quickemu is `CPU="-cpu host,kvm=on"` This version `CPU="-cpu host,kvm=on,-hypervisor"` also works and helps hide from Windows that it's a VM.

Issue has been resolved, Quickemu works fine with the latest version that was uploaded today, for both Windows 10 and 11, thanks very much. I did a comparison with the...