admarty
admarty
> @ceefour the patch you have applied will it also fix the nginx setup for WordOps on ARM64 ? instead of `wo stack install --nginx` you can use `sudo bash
Until now, that's the only way. `wo stack install` uses this repository to install NGINX [https://build.opensuse.org/package/show/home:virtubox:WordOps/nginx](url) The problem is that this repository doesn't have packages for arm64, so we have...
@dede34fr Instead of `wo stack install --nginx` you can use `sudo bash
This is my implementation on a vmess server side, spoof-dpi listen on localhost:8080 : ``` { "log": { "loglevel": "none", "access": "/dev/null", "error": "/dev/null" }, "routing": { "domainStrategy": "AsIs", "rules":...
I don't think your iGPU (GeminiLake UHD Graphics 600) supports SR-IOV.
I fixed it using the ROM from this repo: `https://github.com/LongQT-sea/intel-igpu-passthru`
try with a rom file: https://github.com/LongQT-sea/intel-igpu-passthru
With AMD CPUs, you should use QEMU named CPU model: ``` # For q35 without AVX512: -cpu Skylake-Client-v4,vendor=GenuineIntel # For q35 with AVX512: -cpu Skylake-Server-v4,vendor=GenuineIntel # i440fx need +invtsc -cpu...
You should use QEMU named CPU model: ``` # For q35 without AVX512: -cpu Skylake-Client-v4,vendor=GenuineIntel # For q35 with AVX512: -cpu Skylake-Server-v4,vendor=GenuineIntel # i440fx need +invtsc -cpu Skylake-Client-v4,vendor=GenuineIntel,+invtsc ``` More...
i mean you only need this to boot modern macOS `-cpu Skylake-Client-v4,vendor=GenuineIntel,+invtsc`, no need kvm=on or anything else. Also replace the OpenCore in ultimate-macOS-KVM with OpenCore in the OpenCore-ISO project....