Jump to content

Recommended Posts

Posted

Greetings Everyone!


Just switched processors a couple days ago because I needed more single core performance.

** My system was working without issues using Dual E5-2690 V2.

I have been banging my head against the wall on a boot issue.


The error is “32 threads but 33 registered from MADT” .


New Specs:

Asrock EP2C602-4L/D16

64GB ECC Ram

CPU Model: Intel® Xeon® CPU E5-2667 v2 @ 3.30GHz

CPU Codename: Ivy Bridge-E/EN/EP/EX

CPU Revision: 306E4h

Logical Processors: 32

Nvidia 1080TI


I have tried multiple things. Custom ssdt-1.aml, generated the cpupm, added, removed kexts, etc.

Looking for some ideas.


Thanks

vlcsnap-2019-05-10-12h26m58s521.png

CLOVER (1).zip

  • Sad 1
  • Administrators
Posted

[ref]luser01[/ref], CLOVER.zip

-Guides and Tutorials HERE

-Hackintosh Tutorial Database - HERE

-The largest EFI folder collection for Hackintosh HERE

-Support Olarila Vanilla Hackintosh by making a donation HERE

-Professional Consulting for macOS Hackintosh since 2006 HERE

Posted

MaLc0n,

Thank you for your response.


I dropped your Clover folder in and tried. Still getting the same error.


I have tried with 1 cpu, hyperthreadding disabled.


vlcsnap-2019-05-14-15h43m16s301.png

  • Sad 1
  • Administrators
Posted

[ref]luser01[/ref], u replace full clover folder? delete old clover folder and add new

-Guides and Tutorials HERE

-Hackintosh Tutorial Database - HERE

-The largest EFI folder collection for Hackintosh HERE

-Support Olarila Vanilla Hackintosh by making a donation HERE

-Professional Consulting for macOS Hackintosh since 2006 HERE

Posted

First I tried mixing my files with yours.


Then I deleted my clover folder and added yours new.


Same results on both.

  • Administrators
Posted

[ref]luser01[/ref], extract tables with F4 key in clover boot screen, files generated in clover/acpi/origin

-Guides and Tutorials HERE

-Hackintosh Tutorial Database - HERE

-The largest EFI folder collection for Hackintosh HERE

-Support Olarila Vanilla Hackintosh by making a donation HERE

-Professional Consulting for macOS Hackintosh since 2006 HERE

  • Administrators
Posted

[ref]luser01[/ref], is about a APIC.aml, is a Multiple APIC Description Table (MADT)


try a apic fix in clover config.plist

-Guides and Tutorials HERE

-Hackintosh Tutorial Database - HERE

-The largest EFI folder collection for Hackintosh HERE

-Support Olarila Vanilla Hackintosh by making a donation HERE

-Professional Consulting for macOS Hackintosh since 2006 HERE

  • Administrators
Posted

[ref]luser01[/ref], u try drop APIC.aml?

-Guides and Tutorials HERE

-Hackintosh Tutorial Database - HERE

-The largest EFI folder collection for Hackintosh HERE

-Support Olarila Vanilla Hackintosh by making a donation HERE

-Professional Consulting for macOS Hackintosh since 2006 HERE

Posted

I have the same issue, kp tho I only have 4c/8t, panic is "Should have 8 Threads, but only found 9 for die....."


Back story...I have been using my Dell T5500 workstation (dual xeon x5675/64gb ddr3 triple channel/gtx680) for a while with no issues, but it's now 10 years old.

Recently I got a newer model, the T5610, it can take 2 x xeon E5-26xx V2 CPUs (Ivy bridge era) x79/c602 chipset, USB3.

I only have one cpu, the E4-2637 v2, 3.5GHz, 4core/8thread, Win10 runs fine.


So I tried a clean install with your clover x79 series but get the kp.


it seems to be counting 9 threads instead of 8 and you have 33 instead of 32, others have 17 instead of 16 so seems like a math issue, always one extra.

see pic below:

Capture.zip

 

I plan to buy 2 xeons for a dual setup, not the E5-2690 V2, they cost $450 for 2.


Doug

  • Administrators
Posted

for x79 have a easy fix

into_all method label _STA code_regex Store\s\("CPUSCK0",\sCUU0\) remove_matched;
into_all method label _STA code_regex Store\s\("CPUSCK1",\sCUU1\) remove_matched;
into_all method label _STA code_regex Store\s\("CPUSCK2",\sCUU2\) remove_matched;
into_all method label _STA code_regex Store\s\("CPUSCK3",\sCUU3\) remove_matched;
into_all method label _STA code_regex Store\s\("CPUSCK4",\sCUU4\) remove_matched;
into_all method label _STA code_regex Store\s\("CPUSCK5",\sCUU5\) remove_matched;
into_all method label _STA code_regex Store\s\("CPUSCK6",\sCUU6\) remove_matched;
into_all method label _STA code_regex Store\s\("CPUSCK7",\sCUU7\) remove_matched;
into_all method label _STA code_regex Store\s\("CPUSCK8",\sCUU8\) remove_matched;
into_all method label _STA code_regex Store\s\("CPUSCK9",\sCUU9\) remove_matched

  • Thanks 1

-Guides and Tutorials HERE

-Hackintosh Tutorial Database - HERE

-The largest EFI folder collection for Hackintosh HERE

-Support Olarila Vanilla Hackintosh by making a donation HERE

-Professional Consulting for macOS Hackintosh since 2006 HERE

Posted

Thanks for your help.


I did a fresh dsdt extract (f4 from clover), dissasenbled with refs.txt and opened dsdt.dsl in rehabmans latest maciASL, pasted in your code fix, compiled with no errors, saved as aml.

I copied over the file to the boot usb.

Booted but still get kp

I took a video as it flashes past too quick to read.

kp is "x86_validate_topology() 8 threads but 9 registered from MADI"/BuildRoot/...."


Here is my clean dsl extract from F4 in clover

origin.zip

  • Administrators
Posted

[ref]dougsta[/ref], check if work

DSDT.aml.zip

-Guides and Tutorials HERE

-Hackintosh Tutorial Database - HERE

-The largest EFI folder collection for Hackintosh HERE

-Support Olarila Vanilla Hackintosh by making a donation HERE

-Professional Consulting for macOS Hackintosh since 2006 HERE

Posted

Thanks again for your help.


Still counting the wrong number of threads :(

see pic attached.


Added in 7 minutes 29 seconds:

The chipset used in the Dell T5610 is c602, which is an upgraded version of the x79, the mac pro 6.1 from 2013 used the c602j chipset.

IMG_6092.JPG.zip

  • Administrators
Posted

[ref]dougsta[/ref], u try apic fix in acpi tab in config.plist

-Guides and Tutorials HERE

-Hackintosh Tutorial Database - HERE

-The largest EFI folder collection for Hackintosh HERE

-Support Olarila Vanilla Hackintosh by making a donation HERE

-Professional Consulting for macOS Hackintosh since 2006 HERE

Posted

I used the clover files from the x79 series, i'll reformat the usb drive and try the options you suggest.

The macos version I used is yosemite as I thought it should give less issues.

Do you think the version of clover could be an issue?


I'm sure this must be fixable as the chipset is very close to mac pro 6.1


Will try tomorrow

Thanks again

  • Administrators
Posted

[ref]dougsta[/ref], no, is a common problem in x79 and other chipsets after sierra

-Guides and Tutorials HERE

-Hackintosh Tutorial Database - HERE

-The largest EFI folder collection for Hackintosh HERE

-Support Olarila Vanilla Hackintosh by making a donation HERE

-Professional Consulting for macOS Hackintosh since 2006 HERE

Posted

I did a search to find out if the Dell T5610 has had any successful installs, seems it has been done before, there is a write-up on insanelymac

https://www.insanelymac.com/forum/topic/331372-write-up-installing-os-x-1012-sierra-on-dell-t5610-dual-xeon-uefi/


Next I searched for installs using the e5-2637 v2 cpu, didn't find any but did find people are getting the same 8 threads should have 9 type issues so I think it's a cpu issue.


I planned to get a pair of e5-26xx v2 xeons anyway so will research known working builds for the e5-26xx vs series.

Once I get the install usb booting and mac os installed I might need some help with getting is running nice, eg renesas usb3.


Doug

Posted

I picked up a server on ebay with 2 x e5-2680 v2 cpus (including a 1u case, intel motherboard S2600GZ, 16gb ddr3 1tb and 500gb hd) for £210 :)


I installed the 2 new cpus in the Dell T5610 and the good news is there is no instant kp :)


It was the e5-2637 v2 cpu causing the issue.


I've attached the clover f4 dump with the new cpus, does the new extract need any edits to get it running nicely?

 

origin.zip

 

Doug

  • Administrators
Posted

[ref]dougsta[/ref], DSDT.aml.zip

-Guides and Tutorials HERE

-Hackintosh Tutorial Database - HERE

-The largest EFI folder collection for Hackintosh HERE

-Support Olarila Vanilla Hackintosh by making a donation HERE

-Professional Consulting for macOS Hackintosh since 2006 HERE

  • Administrators
Posted

[ref]dougsta[/ref], essentials patches, realocate, etc

-Guides and Tutorials HERE

-Hackintosh Tutorial Database - HERE

-The largest EFI folder collection for Hackintosh HERE

-Support Olarila Vanilla Hackintosh by making a donation HERE

-Professional Consulting for macOS Hackintosh since 2006 HERE

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now


×
×
  • Create New...