Vitaly Cheptsov
Vitaly Cheptsov
Thanks, the changes are mostly satisfying, making one more pass. — s/Order of kexts matter/Order of kexts matters/ — s/example ca be/example can be/ — Please note that UEFI drivers...
UEFI drivers and UEFI drivers from Clover are completely different things. UEFI drivers is a general term, and OpenCore.efi or AppleUiSupport.efi are UEFI drivers (surprise). We do nit recommend the...
@khronokernel I think [emulated NVRAM](https://khronokernel-2.gitbook.io/opencore-vanilla-desktop-guide/post-install/nvram) part wants: - `DisableVariableWrite` to be mentioned - `to not support native NVRAM` be replaced with `to have incompatible native NVRAM with macOS`
@khronokernel, @Gengik84 is right that this is obviously not enough for most systems. I would strongly suggest you to read the documentation, particularly you need to play closest attention to...
Hi, @khronokernel, none of [these](https://github.com/khronokernel/Opencore-Vanilla-Desktop-Guide/blob/master/extra-files/X99-Kernel-Patches.plist) are needed in OC, as quirks implement all the functionality.
@khronokernel I believe on most firmwares it should be resolvable through `Above 4G encoding` or alike, but on X99 it may be broken regardless. As for the error, it is...
Ah, also, we got several reports on your other guide. For SSDs I am not positive what is wrong with [Samsung 970 series](https://github.com/khronokernel/Anti-Hackintosh-Buyers-Guide/blob/master/Storage.md). I own both 970 Pro and 970...
@khronokernel as an experiment we may want to start recommending trying to setup Apple GuC firmware on Kaby Lake and newer. See https://github.com/acidanthera/bugtracker/issues/748#issuecomment-601472727. We need some stats on how many...
The issue is apparently caused by the default implementation of `collapseRequests`. This function does not compare properties and believes that the tasks are doing the same thing, and kills some...
Hello, we had such a change implemented for a legacy buildbot a while ago, which I have just forwardported in https://github.com/vit9696/buildbot/commit/7caeaef3b514b7551c4fc917397db04d24c69498 and am currently testing. @tardyp would you be interested...