Search results

Loading Google Results...
  1. Florin9doi

    << Solved >> XEON 1680 v2 Custom Mac compatibility (?)

    Thank you for confirmation. The result looks promising. If my changes will be approved, should make things easier in the future.
  2. Florin9doi

    << Solved >> XEON 1680 v2 Custom Mac compatibility (?)

    @caniggia, could you please check this clover version? I'm curious if it works with an original DSDT (dropping the patched file at boot time) and CPU->PatchAPIC option enabled. A preboot.log would be nice It shouldn't boot completely, but to step over x86_validate_topology().
  3. Florin9doi

    << Solved >> XEON 1680 v2 Custom Mac compatibility (?)

    Wow, thank you for the findings. We had to match the IDs from DSDT with APIC. :banghead: Here is an easy way to create a Clover hot patch to resolve this: Your patch should be something like this: C000(80)>C000(00) ///////// The method found for X299 (editing APIC instead of DSDT) should...
  4. Florin9doi

    i9 9820X kernel panic on install

    Your preboot.log shows that you started Windows instead of macOS, so most of logs are not present. The root cause seems to be similar (LocalApicID 0 is not active), but at the same time ProcessorID already start from 0, so it may need a different solution. You may try to patch your APIC table so...
  5. Florin9doi

    i9 9820X kernel panic on install

    @caniggia, please add logs: cpu-z report, preboot.log (F2 in Clover) and original ACPI tables (F4 in clover)
  6. Florin9doi

    i9 9820X kernel panic on install

    The patch is merged in Clover r5028 (https://github.com/Dids/clover-builder/releases).
  7. Florin9doi

    i9 9820X kernel panic on install

    You need to drop the original table and insert yours
  8. Florin9doi

    i9 9820X kernel panic on install

    We need to check this part: https://sourceforge.net/p/cloverefiboot/code/HEAD/tree/rEFIt_UEFI/Platform/AcpiPatcher.c#l2138 and line 2128
  9. Florin9doi

    Asus X299 - Support

    I'm unable to confirm without logs, but if we will document the problem better, maybe it will be resolved.
  10. Florin9doi

    Asus X299 - Support

    From the logs, these 10 cores Skylake-X 9xx0X CPUs are 14 cores CPUs with 4 defective/disabled cores. I suspect that there are issues with the CPUs where the first core (#0) is defective. This may explain why only some 9900x works. The 8/ 14/ 18 cores CPUs have all cores active, nothing...
  11. Florin9doi

    Asus X299 - Support

    @ori69, can you please run the following commands in Linux (works also from Live CD) and attach the output ? $ cat /proc/cpuinfo $ cpuid 1. Save the complete output, even if it seems to be repetitive 2. cpuid probably needs to be installed first: eg: apt install cpuid Can someone do the same...
  12. Florin9doi

    [Guide] Airport - Half Mini PCIe

    I have a DELL DW1702 (AR5B195 – AR9285 + AR3011) and bluetooth works with a kext. This is the only half-length combo card compatible with OSX
  13. Florin9doi

    nVidia GT540M Development

    ....
Back
Top