Jump to content

Help installing Mojave on Xeon W-2175 and Asus WS C422 mobo


obus
 Share

852 posts in this topic

Recommended Posts

Earlier today I had a vision it could be that… And, yes, it is! BIOS v2.4:

Device (CP00)
   {
        Name (_HID, "ACPI0007" /* Processor Device */)  // _HID: Hardware ID
        Method (_UID, 0, NotSerialized)  // _UID: Unique ID
           {
              Return (CUID (0x00, 0x00))
           }

BIOS v2.4 defines ACPI 6.3 processor devices. OS X expects ACPI 6.2 2.0 processor objects, as in BIOS v2.3

Processor (CP00, 0x00, 0x00001810, 0x06)
   {
       Name (_HID, "ACPI0007" /* Processor Device */)  // _HID: Hardware ID
       Name (_UID, "SCK0-CP00")  // _UID: Unique ID
  

So X11SRA-F v2.4 requires CPU wrapping, like Metacollin's X11DAi or my Gigabyte C621-SU8 with BIOS F7/F8. Welcome to the club! :welcomeani:

 

PS It looks like our C621A posts have been completely deleted. Moderators are quite strict over there, and admittedly these posts were dragging the thread off-topic. But it is strange that the moderators feel the need to clean a few posts when popular thread can grow to thousands of pages and become impossible to read.

:offtopic: Oh well, let's wait for Ramazarusx to initiate a new thread when he finds a board for his Xeon W-3335 QS.

 

 

Edited by etorix
correction
  • Like 1
  • Thanks 1
Link to comment
Share on other sites

Earlier today I had a vision it could be that… And, yes, it is! BIOS v2.4:
Device (CP00)  {       Name (_HID, "ACPI0007" /* Processor Device */)  // _HID: Hardware ID       Method (_UID, 0, NotSerialized)  // _UID: Unique ID          {             Return (CUID (0x00, 0x00))          }

BIOS v2.4 defines ACPI 6.3 processor devices. OS X expects ACPI 6.2 processor objects, as in BIOS v2.3

Processor (CP00, 0x00, 0x00001810, 0x06)  {      Name (_HID, "ACPI0007" /* Processor Device */)  // _HID: Hardware ID      Name (_UID, "SCK0-CP00")  // _UID: Unique ID

So X11SRA-F v2.4 requires CPU wrapping, like Metacollin's X11DAi or my Gigabyte C621-SU8 with BIOS F7/F8. Welcome to the club! :welcomeani:
 
PS It looks like our C621A posts have been completely deleted. Moderators are quite strict over there, and admittedly these posts were dragging the thread off-topic. But it is strange that the moderators feel the need to clean a few posts when popular thread can grow to thousands of pages and become impossible to read.
:offtopic: Oh well, let's wait for Ramazarusx to initiate a new thread when he finds a board for his Xeon W-3335 QS.
 
 


It might be a while, 18w+ wait on motherboard back order.


Sent from my iPad using Tapatalk
Link to comment
Share on other sites

Hello @Balamut ! Good to know you're here as well. I had not made the link between the W-3265M systems here and there.

With some luck your board (Supermicro?) will arrive about at the same time as the rumoured MacPro8,1 with Ice Lake Xeon and you will have official kernel support for C621A.

Edited by etorix
  • Like 1
Link to comment
Share on other sites

Supermicro bothered to update the DSDT of the X11SRA-F motherboard to ACPI 6.3 specification, although LGA2066 is most certainly a dead platform and Supermicro actively warns its users NOT to update BIOS unless they encounters issues.

I suspect that X12SPA-TF will come with ACPI 6.3 from day one and require CPU wrapping. For 40 cores/80 threads… That's going to be a hell of a SSDT to write… :cry:

  • Like 1
  • Sad 1
Link to comment
Share on other sites

Yes! And OS X updates for life for all Intel hackintoshers! :thumbsup_anim: Dreaming is free.

 

I do not expect Apple to bother with ACPI 6.3 on Intel machines which will soon be discontinued.

An updated MacPro8,1 with Ice Lake Xeons would already be a wonderful gift because Apple would then have to provide OS X updates long enough for this new machine from 2022. Actually, I fear that this argument might work against the release of an Ice Lake Xeon MacPro: Apple could end support for Intel Macs earlier if the countdown were running from the 2019 Cascade Lake MacPro and/or 2020 Ice Lake MacBook Pros.

The benefit of being a pessimist is that you only get pleasant surprises, and no bad ones.

 

On 9/17/2021 at 10:58 PM, yapan4 said:

So far I'm still on version 2.3. Next - let's see...

 

Supermicro itself advises users NOT to upgrade BIOS if they have no issues, so the official advice is to stay on 2.3.

 

Anyway, I looked deeper into the ACPI tables from BIOS v.2.4. These tables define exactly the same processor methods as my Gigabyte C621-SU8, including methods HWPT and TSTT which conditionally load OEM2 and OEM3 tables and further power control method—but there are no OEM2 and OEM3 tables in the ACPI tables from Supermicro! Supermicro may be laying some groundwork for future BIOS updates here. And the DSDT defines 56 processors, from CP00 to CP37 (in hexadecimal), just as it were a board for Xeon Scalable! :shock:

So there was no new SSDT to write: One can just pick the SSDT-CPU-WRAP for my C621-SU8, it wraps everything in the X11SRA-F v.2.4 tables, including processors which cannot physically exist and methods which cannot or shouldn't be called because they would load non-existing tables.

 

I quickly updated the OpenCore (0.6.9) EFI folder so it should work with (unpatched) BIOS 2.4. Only serial numbers are missing.

For Clover, I suppose that adding SSDT-CPU-WRAP.aml and changing SSDT-PLUG.aml to point to \_SB.SCK0.PR00 instead of \_SB.SCK0.CP00 would work (or use SSDT-PLUGW.aml from the updated OC EFI folder).

Please do not feel obliged to test! Keep your working v.2.3 installation.

 

23 hours ago, etorix said:

I suspect that X12SPA-TF will come with ACPI 6.3 from day one and require CPU wrapping. For 40 cores/80 threads… That's going to be a hell of a SSDT to write… :cry:

 

Using @metacollin's SSDT as template, writing further wrapping SSDTs is not difficult. Anyone who can keep track of parenthesis and braces in ACPI code can do it. It is just tedious…

Collect variables and methods to wrap. Make a template for the first CPU. Make copies. Find and replace to change processor numbers. Assemble into a larger template for 8 processors. Repeat. Template for 16 processors. Duplicate as needed. Assemble. Keep all intermediates, check syntax and numbering at each step.

One could write scripts to automate part or all of the process, but writing and testing the scripts may be just as long as writing the SSDT directly. (Why make it simple when you can make it complicated?)

If I'm still around when @Balamut receives his X12SPA-TF, I can make the wrapping SSDT from the ACPI tables. And, in between, I wouldn't mind looking at the ACPI tables of his Pro WS C621-64L SAGE/10G to see how Asus is doing it.

 

EFI-OC069-X11SRA-wrap.zip

  • Thanks 1
Link to comment
Share on other sites

Yes! And OS X updates for life for all Intel hackintoshers! :thumbsup_anim: Dreaming is free.
 
I do not expect Apple to bother with ACPI 6.3 on Intel machines which will soon be discontinued.
An updated MacPro8,1 with Ice Lake Xeons would already be a wonderful gift because Apple would then have to provide OS X updates long enough for this new machine from 2022. Actually, I fear that this argument might work against the release of an Ice Lake Xeon MacPro: Apple could end support for Intel Macs earlier if the countdown were running from the 2019 Cascade Lake MacPro and/or 2020 Ice Lake MacBook Pros.
The benefit of being a pessimist is that you only get pleasant surprises, and no bad ones.
 
 
Using [mention=584259]metacollin[/mention]'s SSDT as template, writing further wrapping SSDTs is not difficult. Anyone who can keep track of parenthesis and braces in ACPI code can do it. It is just tedious…
Collect variables and methods to wrap. Make a template for the first CPU. Make copies. Find and replace to change processor numbers. Assemble into a larger template for 8 processors. Repeat. Template for 16 processors. Duplicate as needed. Assemble. Keep all intermediates, check syntax and numbering at each step.
One could write scripts to automate part or all of the process, but writing and testing the scripts may be just as long as writing the SSDT directly. (Why make it simple when you can make it complicated?)
If I'm still around when [mention=6786]Balamut[/mention] receives his X12SPA-TF, I can make the wrapping SSDT from the ACPI tables. And, in between, I wouldn't mind looking at the ACPI tables of his Pro WS C621-64L SAGE/10G to see how Asus is doing it.
 
EFI-OC069-X11SRA-wrap.zip

Hopefully you will be, on the hold for Xeon W-33xx and managed to order the motherboard, waiting for the shipping ETA, I should have the new EKWBs heatsink for new LGA by the end of thee month. Will be fun build. Even not MacOS still a powerful workstation.
  • Like 1
Link to comment
Share on other sites

In my case, there are no alternatives to upgrading. The new HEDT platform will not appear until the end of 2022 and will probably have zero compatibility with Macos. Since Apple has announced a full transition to the ARM-architecture by 2022, we need to hurry to "jump into the last car of the departing train"... (pessimistic)😀.........

Edited by yapan4
Link to comment
Share on other sites

On the side note, if you guys wanna take a look at X12/W-3375 CPU data. So far no luck booting but here is the SysLog and OpenCore log. Also not sure if the max_cpu is still 64 or they've removed it.

Bios is CFG locked but seems like UEFI Patcher can patch the bios, didn't update it yet just patched it.

 

 ./UEFIPatch BIOS_X12SPA-1B57_20210621_1.1_STDsp.bin
parseFile: non-empty pad-file contents will be destroyed after volume modifications
patch: replaced 8 bytes at offset 25E0h 480BC2BA00200000 -> 480BC2BA00000000
Image patched

 

 

Spoiler

00:000 00:000 OC: OpenCore DBG-073-2021-09-06 is loading in Optional mode (0/0)...
00:038 00:038 OC: Boot timestamp - 2021.09.25 13:27:59
00:074 00:036 OCCPU: MP services threads 76 (enabled 76) - Success
00:107 00:032 OCCPU: MP services Pkg 1 Cores 38 Threads 2 - Success
00:143 00:036 OCCPU: Found Intel(R) Xeon(R) W-3375 CPU @ 2.50GHz
00:179 00:035 OCCPU: Signature 606A6 Stepping 6 Model 6A Family 6 Type 0 ExtModel 6 ExtFamily 0 uCode D0002C1
00:211 00:032 OCCPU: EIST CFG Lock 1
00:247 00:035 OCCPU: TSC Adjust 0
00:388 00:140 OCCPU: Core Crystal Clock Frequency from TSC    25000002Hz =  2500000283Hz * 2 / 200
00:420 00:032 OCCPU: CPUFrequencyFromART  2500000000Hz  2500MHz = 25000002 * 200 / 2
00:456 00:036 OCCPU: Timer address is 508 from PMC ACPI
00:489 00:032 OCCPU: Failed to get FSBFrequency data using Apple Platform Info - Not Found
00:629 00:140 OCCPU: Intel TSC:  2500000000Hz,  2500MHz; FSB:   100000000Hz,   100MHz; MaxBusRatio: 25
00:662 00:032 OCCPU: Detected Apple Processor Type: 0F -> 0605
00:698 00:036 OCCPU: CPUFrequencyFromTSC  2500004563Hz  2500MHz
00:734 00:036 OCCPU: CPUFrequency  2500000000Hz  2500MHz
00:767 00:032 OCCPU: FSBFrequency   100000000Hz   100MHz
00:803 00:035 OCCPU: Pkg 1 Cores 38 Threads 76
00:839 00:036 OC: OcLoadNvramSupport...
00:874 00:035 OC: Setting NVRAM 4D1EDE05-38C7-4A6A-9CC6-4BCCA8B38C14:DefaultBackgroundColor - Success
00:911 00:036 OC: Setting NVRAM 4D1EDE05-38C7-4A6A-9CC6-4BCCA8B38C14:UIScale - ignored, exists
00:947 00:036 OC: Setting NVRAM 7C436110-AB2A-4BBB-A880-FE41995C9F82:ForceDisplayRotationInEFI - ignored, exists
00:980 00:032 OC: Setting NVRAM 7C436110-AB2A-4BBB-A880-FE41995C9F82:SystemAudioVolume - ignored, exists
01:016 00:036 OC: Setting NVRAM 7C436110-AB2A-4BBB-A880-FE41995C9F82:boot-args - ignored, exists
01:052 00:036 OC: Setting NVRAM 7C436110-AB2A-4BBB-A880-FE41995C9F82:csr-active-config - ignored, exists
01:131 00:078 OC: Setting NVRAM 7C436110-AB2A-4BBB-A880-FE41995C9F82:prev-lang:kbd - ignored, exists
01:167 00:036 OC: Setting NVRAM 7C436110-AB2A-4BBB-A880-FE41995C9F82:run-efi-updater - ignored, exists
01:199 00:032 OC: Current version is DBG-073-2021-09-06
01:236 00:036 OC: OcMiscMiddleInit...
01:272 00:036 OC: StorageHandle 5F9CAA18 with Full LauncherOption pointing to Default
01:305 00:032 OCB: Missing FW NVRAM, going on...
01:341 00:036 OCB: Have existing order of size 14 - Buffer Too Small
01:374 00:033 OCB: No existing option at Boot0009, invalid
01:410 00:036 OCB: Creating boot option OpenCore of 138 bytes
01:449 00:039 OCB: Wrote new boot order with boot option - Success
01:482 00:032 OC: OcLoadUefiSupport...
01:519 00:036 OCAE: Builtin installed
01:555 00:036 OCRTC: Wake log is 0xAF 0x18  190 0x24
01:588 00:033 OCOS: Discovered rotate NVRAM override to 0
01:624 00:036 OC: Loading Apple Secure Boot with Default (level 1)
01:660 00:036 OC: Discovered x86legacy with zero ECID, using system-id
01:693 00:032 OC: Grabbed SB uuid 2D5C1256-665E-7F48-A599-287E321FF61D from auto config - Success
01:732 00:039 OCII: AIFTimerBoostInit Current timer is 549254
01:768 00:036 OCII: AIFTimerBoostInit changed period 549254 to 50000
01:808 00:039 OC: Installing KeySupport...
01:848 00:039 OCII: gST->ConIn 642ABFA0 vs found 642ABFA0
01:888 00:039 AIK: Using 5 (50ms)
01:928 00:039 OCABC: ALRBL 0 RTDFRG 1 DEVMMIO 1 NOSU 0 NOVRWR 0 NOSB 0 FBSIG 0 NOHBMAP 0 SMSLIDE 1 WRUNPROT 0
01:968 00:039 OCABC: FEXITBS 0 PRMRG 0 CSLIDE 1 MSLIDE 0 PRSRV 1 RBMAP 1 VMAP 1 APPLOS 0 RTPERMS 1
02:050 00:082 OCABC: Firmware has 16635796 free pages (382868 in lower 4 GB)
02:090 00:039 OCABC: Awaiting rendezvous with OpenRuntime r12
02:129 00:039 OC: RequestBootVarRouting 1
02:170 00:040 OC: AVX enabled - 1
02:210 00:040 OC: Got 3 drivers
02:250 00:039 OC: Driver HfsPlus.efi at 0 is being loaded...
02:293 00:043 OCB: Arch filtering 0(37892)->5C4FF018(37892) caps 4 - Success
02:338 00:044 OCABC: Recovering trashed GetMemoryMap pointer
02:379 00:040 OC: Driver HfsPlus.efi at 0 is successfully loaded!
02:419 00:039 OC: Driver HfsPlus.efi at 0 needs connection.
02:458 00:039 OC: Driver OpenCanopy.efi at 1 is being loaded...
02:500 00:041 OCB: Arch filtering 0(102400)->5C4EF018(102400) caps 4 - Success
02:540 00:040 OCABC: Recovering trashed GetMemoryMap pointer
02:580 00:040 OC: Driver OpenCanopy.efi at 1 is successfully loaded!
02:620 00:039 OC: Driver OpenRuntime.efi at 2 is being loaded...
02:661 00:041 OCB: Arch filtering 0(20484)->5C503018(20484) caps 4 - Success
02:699 00:038 OCABC: Recovering trashed GetMemoryMap pointer
02:739 00:039 OCABC: Got rendezvous with OpenRuntime r12
02:772 00:032 OCABC: MAT support is 1
02:809 00:036 OC: Driver OpenRuntime.efi at 2 is successfully loaded!
02:848 00:039 OC: Connecting drivers...
03:313 00:464 OC: Connecting drivers done...
03:349 00:036 OCJS: PartitionInfo is Success
03:389 00:040 OCC: Installing GOP (Unsupported) on ConsoleOutHandle...
03:429 00:040 OC: Requested resolution is 0x0@0 (max: 1, force: 0) from Max
03:508 00:078 OCC: Requesting 0x0@0 (max: 1) resolution, curr 2, total 3
03:548 00:039 OCC: Current FB at 0xA4000000 (0x300000), format 1, res 1024x768 scan 1024
03:588 00:040 OCC: Mode 0 - 640x480:1
03:628 00:040 OCC: Mode 1 - 800x600:1
03:668 00:040 OCC: Mode 2 - 1024x768:1
03:708 00:039 OCC: Current mode matches desired mode 2
03:748 00:040 OC: Changed resolution to 0x0@0 (max: 1, force: 0) from Max - Already started
03:788 00:040 OCC: Using builtin text renderer with 1 scale
03:927 00:138 OCC: Install console control (5C329560/0/0), current - Success
03:967 00:039 OCC: Setup ASCII Output - Success
04:007 00:040 OC: Requested console mode is 0x0 (max: 1) from Max
04:047 00:039 OCC: Requesting 0x0 (max: 1) console mode, curr 0, max 1
04:087 00:040 OCC: Mode 0 - 126x46
04:127 00:040 OCC: Current console mode matches desired mode 0, forcing update
04:168 00:040 OCC: Setting mode 0 (prev 0) with 126x46 console mode
04:208 00:040 OCC: Changed console mode to 0
04:248 00:039 OC: Changed console mode to 0x0 (max: 1) from Max - Success
04:287 00:039 OC: Requested not to use audio
04:328 00:040 OC: OcMiscLoadSystemReport...
04:368 00:040 OCCPU: MP services threads 76 (enabled 76) - Success
04:408 00:040 OCCPU: MP services Pkg 1 Cores 38 Threads 2 - Success
04:448 00:040 OCCPU: Found Intel(R) Xeon(R) W-3375 CPU @ 2.50GHz
04:488 00:040 OCCPU: Signature 606A6 Stepping 6 Model 6A Family 6 Type 0 ExtModel 6 ExtFamily 0 uCode D0002C1
04:528 00:040 OCCPU: EIST CFG Lock 1
04:607 00:079 OCCPU: TSC Adjust 0
04:751 00:143 OCCPU: Core Crystal Clock Frequency from TSC    24999972Hz =  2499997239Hz * 2 / 200
04:788 00:036 OCCPU: CPUFrequencyFromART  2500000000Hz  2500MHz = 24999972 * 200 / 2
04:824 00:036 OCCPU: Timer address is 508 from PMC ACPI
04:864 00:039 OCCPU: Failed to get FSBFrequency data using Apple Platform Info - Not Found
05:008 00:143 OCCPU: Intel TSC:  2500000000Hz,  2500MHz; FSB:   100000000Hz,   100MHz; MaxBusRatio: 25
05:044 00:036 OCCPU: Detected Apple Processor Type: 0F -> 0605
05:084 00:040 OCCPU: CPUFrequencyFromTSC  2499999503Hz  2499MHz
05:124 00:039 OCCPU: CPUFrequency  2500000000Hz  2500MHz
05:164 00:039 OCCPU: FSBFrequency   100000000Hz   100MHz
05:204 00:039 OCCPU: Pkg 1 Cores 38 Threads 76
05:244 00:039 OCFS: Trying to locate filesystem on 5F9CAA18 0
05:325 00:080 OC: Dumping ACPI for report...
05:365 00:039 OCA: Found 25 ACPI tables
05:405 00:040 OCA: Detected table FACP (50434146) (OEM 424D2D2D49434D53) at 67AFC000 of 276 bytes at index 0
05:445 00:040 OCA: Detected DSDT at 67A93000 of 422259 bytes at index 0
05:485 00:039 OCA: Detected table SPMI (494D5053) (OEM 424D2D2D49434D53) at 67AFB000 of 65 bytes at index 1
05:525 00:039 OCA: Detected table FIDT (54444946) (OEM 424D2D2D49434D53) at 67A92000 of 156 bytes at index 2
05:576 00:051 OCA: Detected table SSDT (54445353) (OEM 495043415F534152) at 67AFE000 of 1864 bytes at index 3
05:612 00:036 OCA: Detected table ERST (54535245) (OEM 424D2D2D49434D53) at 67AFD000 of 560 bytes at index 4
05:652 00:039 OCA: Detected table BERT (54524542) (OEM 424D2D2D49434D53) at 67A91000 of 48 bytes at index 5
05:692 00:039 OCA: Detected table SSDT (54445353) (OEM 54414C5852444441) at 67A90000 of 1861 bytes at index 6
05:732 00:039 OCA: Detected table MCFG (4746434D) (OEM 424D2D2D49434D53) at 67A8F000 of 60 bytes at index 7
05:768 00:036 OCA: Detected table BDAT (54414442) (OEM 424D2D2D49434D53) at 67A8E000 of 48 bytes at index 8
05:847 00:078 OCA: Detected table HPET (54455048) (OEM 424D2D2D49434D53) at 67A8D000 of 56 bytes at index 9
05:883 00:036 OCA: Detected table MIGT (5447494D) (OEM 424D2D2D49434D53) at 67A8C000 of 64 bytes at index 10
05:923 00:039 OCA: Detected table WDDT (54444457) (OEM 424D2D2D49434D53) at 67A8B000 of 64 bytes at index 11
05:963 00:039 OCA: Detected table APIC (43495041) (OEM 424D2D2D49434D53) at 67A89000 of 702 bytes at index 12
06:003 00:039 OCA: Detected table OEM4 (344D454F) (OEM 5453432020555043) at 67901000 of 1604193 bytes at index 13
06:043 00:039 OCA: Detected table OEM1 (314D454F) (OEM 5453494520555043) at 677ED000 of 1127561 bytes at index 14
06:082 00:039 OCA: Detected table OEM2 (324D454F) (OEM 5057482020555043) at 677A6000 of 286769 bytes at index 15
06:123 00:040 OCA: Detected table SSDT (54445353) (OEM 4D50202054445353) at 6772F000 of 484517 bytes at index 16
06:163 00:039 OCA: Detected table OEM3 (334D454F) (OEM 5453542020555043) at 676C2000 of 444513 bytes at index 17
06:202 00:039 OCA: Detected table SSDT (54445353) (OEM 424D2D2D49434D53) at 676C1000 of 2483 bytes at index 18
06:242 00:039 OCA: Detected table HEST (54534548) (OEM 424D2D2D49434D53) at 676C0000 of 316 bytes at index 19
06:282 00:039 OCA: Detected table DMAR (52414D44) (OEM 424D2D2D49434D53) at 676BF000 of 248 bytes at index 20
06:322 00:040 OCA: Detected table VFCT (54434656) (OEM 424D2D2D49434D53) at 676B0000 of 59524 bytes at index 21
06:358 00:036 OCA: Detected table SSDT (54445353) (OEM 2020206D4E737053) at 676A8000 of 30906 bytes at index 22
06:398 00:040 OCA: Detected table SSDT (54445353) (OEM 20204E4443434D53) at 676A6000 of 5956 bytes at index 23
06:438 00:039 OCA: Detected table WSMT (544D5357) (OEM 424D2D2D49434D53) at 67A8A000 of 40 bytes at index 24
06:513 00:074 OCA: Dumped RSDP (36 bytes) - Success
06:586 00:072 OCA: Dumped RSDT (136 bytes) - Success
06:655 00:069 OCA: Dumped XSDT (236 bytes) - Success
06:754 00:099 OCA: Dumped DSDT (422259 bytes) - Success
06:828 00:073 OCA: Dumped table FACP-1 1/25 (276 bytes) - Success
06:897 00:069 OCA: Dumped table SPMI-1 2/25 (65 bytes) - Success
07:025 00:127 OCA: Dumped table FIDT-1 3/25 (156 bytes) - Success
07:102 00:077 OCA: Dumped table SSDT-1 4/25 (1864 bytes) - Success
07:176 00:073 OCA: Dumped table ERST-1 5/25 (560 bytes) - Success
07:245 00:069 OCA: Dumped table BERT-1 6/25 (48 bytes) - Success
07:315 00:069 OCA: Dumped table SSDT-2 7/25 (1861 bytes) - Success
07:388 00:073 OCA: Dumped table MCFG-1 8/25 (60 bytes) - Success
07:458 00:069 OCA: Dumped table BDAT-1 9/25 (48 bytes) - Success
07:527 00:069 OCA: Dumped table HPET-1 10/25 (56 bytes) - Success
07:597 00:069 OCA: Dumped table MIGT-1 11/25 (64 bytes) - Success
07:666 00:069 OCA: Dumped table WDDT-1 12/25 (64 bytes) - Success
07:736 00:069 OCA: Dumped table APIC-1 13/25 (702 bytes) - Success
07:874 00:137 OCA: Dumped table OEM4-1 14/25 (1604193 bytes) - Success
07:993 00:118 OCA: Dumped table OEM1-1 15/25 (1127561 bytes) - Success
08:084 00:090 OCA: Dumped table OEM2-1 16/25 (286769 bytes) - Success
08:183 00:099 OCA: Dumped table SSDT-3 17/25 (484517 bytes) - Success
08:434 00:251 OCA: Dumped table OEM3-1 18/25 (444513 bytes) - Success
08:513 00:078 OCA: Dumped table SSDT-4 19/25 (2483 bytes) - Success
08:592 00:078 OCA: Dumped table HEST-1 20/25 (316 bytes) - Success
08:667 00:075 OCA: Dumped table DMAR-1 21/25 (248 bytes) - Success
08:743 00:075 OCA: Dumped table VFCT-1 22/25 (59524 bytes) - Success
08:822 00:079 OCA: Dumped table SSDT-5 23/25 (30906 bytes) - Success
08:923 00:100 OCA: Dumped table SSDT-6 24/25 (5956 bytes) - Success
09:002 00:078 OCA: Dumped table WSMT-1 25/25 (40 bytes) - Success
09:043 00:040 OC: ACPI dumping - Success
09:107 00:064 OC: Dumping SMBIOS for report...
09:185 00:077 OCSMB: Dumped V1 EP (31 bytes) - Success
09:263 00:077 OCSMB: Dumped V1 DATA (5675 bytes) - Success
09:343 00:080 OCSMB: Dumped V3 EP (24 bytes) - Success
09:423 00:080 OCSMB: Dumped V3 DATA (5675 bytes) - Success
09:464 00:040 OC: SMBIOS dumping - Success
09:528 00:064 OC: Dumping audio for report...
09:725 00:196 OCAU: 0 HDA controllers installed - Not Found
09:762 00:037 OCAU: 0 HDA codecs installed - Not Found
09:803 00:040 OC: Audio dumping - Success
09:868 00:064 OC: Dumping CPUInfo for report...
09:972 00:104 OCDM: Dumped CPU info - Success
10:013 00:040 OC: CPUInfo dumping - Success
10:077 00:064 OC: Dumping PCIInfo for report...
10:158 00:080 OCDM: Dumped PCI info - Success
10:195 00:037 OC: PCIInfo dumping - Success
10:233 00:037 OC: OcLoadAcpiSupport...
10:274 00:041 OCA: Found 25 ACPI tables
10:314 00:040 OCA: Detected table FACP (50434146) (OEM 424D2D2D49434D53) at 67AFC000 of 276 bytes at index 0
10:355 00:040 OCA: Detected DSDT at 67A93000 of 422259 bytes at index 0
10:392 00:037 OCA: Detected table SPMI (494D5053) (OEM 424D2D2D49434D53) at 67AFB000 of 65 bytes at index 1
10:433 00:040 OCA: Detected table FIDT (54444946) (OEM 424D2D2D49434D53) at 67A92000 of 156 bytes at index 2
10:474 00:040 OCA: Detected table SSDT (54445353) (OEM 495043415F534152) at 67AFE000 of 1864 bytes at index 3
10:515 00:040 OCA: Detected table ERST (54535245) (OEM 424D2D2D49434D53) at 67AFD000 of 560 bytes at index 4
10:552 00:037 OCA: Detected table BERT (54524542) (OEM 424D2D2D49434D53) at 67A91000 of 48 bytes at index 5
10:593 00:040 OCA: Detected table SSDT (54445353) (OEM 54414C5852444441) at 67A90000 of 1861 bytes at index 6
10:786 00:192 OCA: Detected table MCFG (4746434D) (OEM 424D2D2D49434D53) at 67A8F000 of 60 bytes at index 7
10:823 00:037 OCA: Detected table BDAT (54414442) (OEM 424D2D2D49434D53) at 67A8E000 of 48 bytes at index 8
10:865 00:041 OCA: Detected table HPET (54455048) (OEM 424D2D2D49434D53) at 67A8D000 of 56 bytes at index 9
10:902 00:037 OCA: Detected table MIGT (5447494D) (OEM 424D2D2D49434D53) at 67A8C000 of 64 bytes at index 10
10:955 00:052 OCA: Detected table WDDT (54444457) (OEM 424D2D2D49434D53) at 67A8B000 of 64 bytes at index 11
10:995 00:040 OCA: Detected table APIC (43495041) (OEM 424D2D2D49434D53) at 67A89000 of 702 bytes at index 12
11:033 00:037 OCA: Detected table OEM4 (344D454F) (OEM 5453432020555043) at 67901000 of 1604193 bytes at index 13
11:074 00:040 OCA: Detected table OEM1 (314D454F) (OEM 5453494520555043) at 677ED000 of 1127561 bytes at index 14
11:115 00:040 OCA: Detected table OEM2 (324D454F) (OEM 5057482020555043) at 677A6000 of 286769 bytes at index 15
11:152 00:037 OCA: Detected table SSDT (54445353) (OEM 4D50202054445353) at 6772F000 of 484517 bytes at index 16
11:193 00:040 OCA: Detected table OEM3 (334D454F) (OEM 5453542020555043) at 676C2000 of 444513 bytes at index 17
11:234 00:041 OCA: Detected table SSDT (54445353) (OEM 424D2D2D49434D53) at 676C1000 of 2483 bytes at index 18
11:275 00:040 OCA: Detected table HEST (54534548) (OEM 424D2D2D49434D53) at 676C0000 of 316 bytes at index 19
11:312 00:037 OCA: Detected table DMAR (52414D44) (OEM 424D2D2D49434D53) at 676BF000 of 248 bytes at index 20
11:353 00:040 OCA: Detected table VFCT (54434656) (OEM 424D2D2D49434D53) at 676B0000 of 59524 bytes at index 21
11:394 00:040 OCA: Detected table SSDT (54445353) (OEM 2020206D4E737053) at 676A8000 of 30906 bytes at index 22
11:435 00:040 OCA: Detected table SSDT (54445353) (OEM 20204E4443434D53) at 676A6000 of 5956 bytes at index 23
11:472 00:037 OCA: Detected table WSMT (544D5357) (OEM 424D2D2D49434D53) at 67A8A000 of 40 bytes at index 24
11:517 00:044 OCA: Allocated new table SSDT at 67C88000
11:715 00:197 OCA: Inserted table SSDT (54445353) (OEM 0050415257555043) of 77180 bytes into ACPI at index 25
11:757 00:042 OCA: Allocated new table SSDT at 67C87000
11:795 00:038 OCA: Inserted table SSDT (54445353) (OEM 0000434574647353) of 306 bytes into ACPI at index 26
11:833 00:037 OC: Skipping add ACPI SSDT-GFX0.aml (0)
11:874 00:040 OC: Skipping add ACPI SSDT-GFX1-DISABLE.aml (0)
11:914 00:040 OC: Skipping add ACPI SSDT-GFX1.aml (0)
11:958 00:043 OCA: Allocated new table SSDT at 67C86000
11:996 00:038 OCA: Inserted table SSDT (54445353) (OEM 0000000049454D49) of 108 bytes into ACPI at index 27
12:034 00:037 OC: Skipping add ACPI SSDT-PC01-BR2A.aml (0)
12:076 00:042 OCA: Allocated new table SSDT at 67C85000
12:113 00:037 OCA: Inserted table SSDT (54445353) (OEM 0067756C50757043) of 167 bytes into ACPI at index 28
12:156 00:042 OCA: Allocated new table SSDT at 67C84000
12:193 00:037 OCA: Inserted table SSDT (54445353) (OEM 0000000052434D50) of 143 bytes into ACPI at index 29
12:234 00:040 OCA: Allocated new table SSDT at 67C83000
12:275 00:040 OCA: Inserted table SSDT (54445353) (OEM 65676E6152637452) of 206 bytes into ACPI at index 30
12:315 00:040 OC: Skipping add ACPI SSDT-SLEEP.aml (0)
12:353 00:037 OCA: FACS signature is 0 (0)
12:393 00:040 OCA: Normalized SSDT (54445353) (OEM 495043415F534152) of 1864 bytes headers at index 3
12:434 00:040 OCA: Normalized SSDT (54445353) (OEM 54414C5852444441) of 1861 bytes headers at index 6
12:476 00:041 OCA: Normalized OEM4 (344D454F) (OEM 5453432020555043) of 1604193 bytes headers at index 13
12:673 00:196 OCA: Normalized OEM1 (314D454F) (OEM 5453494520555043) of 1127561 bytes headers at index 14
12:714 00:040 OCA: Normalized OEM2 (324D454F) (OEM 5057482020555043) of 286769 bytes headers at index 15
12:755 00:041 OCA: Normalized SSDT (54445353) (OEM 4D50202054445353) of 484517 bytes headers at index 16
12:793 00:037 OCA: Normalized OEM3 (334D454F) (OEM 5453542020555043) of 444513 bytes headers at index 17
12:834 00:040 OCA: Normalized VFCT (54434656) (OEM 424D2D2D49434D53) of 59524 bytes headers at index 21
12:874 00:040 OCA: Normalized SSDT (54445353) (OEM 2020206D4E737053) of 30906 bytes headers at index 22
12:915 00:040 OCA: Normalized SSDT (54445353) (OEM 3F50415257555043) of 77180 bytes headers at index 25
12:952 00:037 OCA: Normalized SSDT (54445353) (OEM 3F3F434574647353) of 306 bytes headers at index 26
12:993 00:040 OCA: Normalized SSDT (54445353) (OEM 3F3F3F3F49454D49) of 108 bytes headers at index 27
13:034 00:040 OCA: Normalized SSDT (54445353) (OEM 3F67756C50757043) of 167 bytes headers at index 28
13:075 00:040 OCA: Normalized SSDT (54445353) (OEM 3F3F3F3F52434D50) of 143 bytes headers at index 29
13:112 00:037 OCA: Normalized SSDT (54445353) (OEM 65676E6152637452) of 206 bytes headers at index 30
13:153 00:040 OCA: Exposing XSDT table table FACP (50434146) (OEM 424D2D2D49434D53) at 67AFC000 of 276 bytes at index 0
13:193 00:040 OCA: Exposing XSDT table table SPMI (494D5053) (OEM 424D2D2D49434D53) at 67AFB000 of 65 bytes at index 1
13:234 00:040 OCA: Exposing XSDT table table FIDT (54444946) (OEM 424D2D2D49434D53) at 67A92000 of 156 bytes at index 2
13:275 00:040 OCA: Exposing XSDT table table SSDT (54445353) (OEM 495043415F534152) at 67AFE000 of 1864 bytes at index 3
13:312 00:037 OCA: Exposing XSDT table table ERST (54535245) (OEM 424D2D2D49434D53) at 67AFD000 of 560 bytes at index 4
13:353 00:040 OCA: Exposing XSDT table table BERT (54524542) (OEM 424D2D2D49434D53) at 67A91000 of 48 bytes at index 5
13:394 00:040 OCA: Exposing XSDT table table SSDT (54445353) (OEM 54414C5852444441) at 67A90000 of 1861 bytes at index 6
13:435 00:040 OCA: Exposing XSDT table table MCFG (4746434D) (OEM 424D2D2D49434D53) at 67A8F000 of 60 bytes at index 7
13:628 00:192 OCA: Exposing XSDT table table BDAT (54414442) (OEM 424D2D2D49434D53) at 67A8E000 of 48 bytes at index 8
13:665 00:037 OCA: Exposing XSDT table table HPET (54455048) (OEM 424D2D2D49434D53) at 67A8D000 of 56 bytes at index 9
13:703 00:037 OCA: Exposing XSDT table table MIGT (5447494D) (OEM 424D2D2D49434D53) at 67A8C000 of 64 bytes at index 10
13:743 00:040 OCA: Exposing XSDT table table WDDT (54444457) (OEM 424D2D2D49434D53) at 67A8B000 of 64 bytes at index 11
13:784 00:040 OCA: Exposing XSDT table table APIC (43495041) (OEM 424D2D2D49434D53) at 67A89000 of 702 bytes at index 12
13:825 00:040 OCA: Exposing XSDT table table OEM4 (344D454F) (OEM 5453432020555043) at 67901000 of 1604193 bytes at index 13
13:862 00:037 OCA: Exposing XSDT table table OEM1 (314D454F) (OEM 5453494520555043) at 677ED000 of 1127561 bytes at index 14
13:903 00:040 OCA: Exposing XSDT table table OEM2 (324D454F) (OEM 5057482020555043) at 677A6000 of 286769 bytes at index 15
13:944 00:040 OCA: Exposing XSDT table table SSDT (54445353) (OEM 4D50202054445353) at 6772F000 of 484517 bytes at index 16
13:985 00:040 OCA: Exposing XSDT table table OEM3 (334D454F) (OEM 5453542020555043) at 676C2000 of 444513 bytes at index 17
14:022 00:037 OCA: Exposing XSDT table table SSDT (54445353) (OEM 424D2D2D49434D53) at 676C1000 of 2483 bytes at index 18
14:063 00:040 OCA: Exposing XSDT table table HEST (54534548) (OEM 424D2D2D49434D53) at 676C0000 of 316 bytes at index 19
14:104 00:040 OCA: Exposing XSDT table table DMAR (52414D44) (OEM 424D2D2D49434D53) at 676BF000 of 248 bytes at index 20
14:144 00:040 OCA: Exposing XSDT table table VFCT (54434656) (OEM 424D2D2D49434D53) at 676B0000 of 59524 bytes at index 21
14:185 00:040 OCA: Exposing XSDT table table SSDT (54445353) (OEM 2020206D4E737053) at 676A8000 of 30906 bytes at index 22
14:223 00:037 OCA: Exposing XSDT table table SSDT (54445353) (OEM 20204E4443434D53) at 676A6000 of 5956 bytes at index 23
14:264 00:040 OCA: Exposing XSDT table table WSMT (544D5357) (OEM 424D2D2D49434D53) at 67A8A000 of 40 bytes at index 24
14:304 00:040 OCA: Exposing XSDT table table SSDT (54445353) (OEM 3F50415257555043) at 67C88000 of 77180 bytes at index 25
14:345 00:040 OCA: Exposing XSDT table table SSDT (54445353) (OEM 3F3F434574647353) at 67C87000 of 306 bytes at index 26
14:538 00:192 OCA: Exposing XSDT table table SSDT (54445353) (OEM 3F3F3F3F49454D49) at 67C86000 of 108 bytes at index 27
14:575 00:037 OCA: Exposing XSDT table table SSDT (54445353) (OEM 3F67756C50757043) at 67C85000 of 167 bytes at index 28
14:613 00:037 OCA: Exposing XSDT table table SSDT (54445353) (OEM 3F3F3F3F52434D50) at 67C84000 of 143 bytes at index 29
14:654 00:041 OCA: Exposing XSDT table table SSDT (54445353) (OEM 65676E6152637452) at 67C83000 of 206 bytes at index 30
14:695 00:040 OCA: Exposing RSDT table table FACP (50434146) (OEM 424D2D2D49434D53) at 67AFC000 of 276 bytes at index 0
14:736 00:040 OCA: Exposing RSDT table table SPMI (494D5053) (OEM 424D2D2D49434D53) at 67AFB000 of 65 bytes at index 1
14:773 00:037 OCA: Exposing RSDT table table FIDT (54444946) (OEM 424D2D2D49434D53) at 67A92000 of 156 bytes at index 2
14:814 00:040 OCA: Exposing RSDT table table SSDT (54445353) (OEM 495043415F534152) at 67AFE000 of 1864 bytes at index 3
14:854 00:040 OCA: Exposing RSDT table table ERST (54535245) (OEM 424D2D2D49434D53) at 67AFD000 of 560 bytes at index 4
14:895 00:040 OCA: Exposing RSDT table table BERT (54524542) (OEM 424D2D2D49434D53) at 67A91000 of 48 bytes at index 5
14:932 00:037 OCA: Exposing RSDT table table SSDT (54445353) (OEM 54414C5852444441) at 67A90000 of 1861 bytes at index 6
14:973 00:040 OCA: Exposing RSDT table table MCFG (4746434D) (OEM 424D2D2D49434D53) at 67A8F000 of 60 bytes at index 7
15:014 00:040 OCA: Exposing RSDT table table BDAT (54414442) (OEM 424D2D2D49434D53) at 67A8E000 of 48 bytes at index 8
15:055 00:040 OCA: Exposing RSDT table table HPET (54455048) (OEM 424D2D2D49434D53) at 67A8D000 of 56 bytes at index 9
15:096 00:040 OCA: Exposing RSDT table table MIGT (5447494D) (OEM 424D2D2D49434D53) at 67A8C000 of 64 bytes at index 10
15:133 00:037 OCA: Exposing RSDT table table WDDT (54444457) (OEM 424D2D2D49434D53) at 67A8B000 of 64 bytes at index 11
15:174 00:040 OCA: Exposing RSDT table table APIC (43495041) (OEM 424D2D2D49434D53) at 67A89000 of 702 bytes at index 12
15:214 00:040 OCA: Exposing RSDT table table OEM4 (344D454F) (OEM 5453432020555043) at 67901000 of 1604193 bytes at index 13
15:255 00:040 OCA: Exposing RSDT table table OEM1 (314D454F) (OEM 5453494520555043) at 677ED000 of 1127561 bytes at index 14
15:293 00:037 OCA: Exposing RSDT table table OEM2 (324D454F) (OEM 5057482020555043) at 677A6000 of 286769 bytes at index 15
15:485 00:192 OCA: Exposing RSDT table table SSDT (54445353) (OEM 4D50202054445353) at 6772F000 of 484517 bytes at index 16
15:523 00:037 OCA: Exposing RSDT table table OEM3 (334D454F) (OEM 5453542020555043) at 676C2000 of 444513 bytes at index 17
15:564 00:041 OCA: Exposing RSDT table table SSDT (54445353) (OEM 424D2D2D49434D53) at 676C1000 of 2483 bytes at index 18
15:605 00:040 OCA: Exposing RSDT table table HEST (54534548) (OEM 424D2D2D49434D53) at 676C0000 of 316 bytes at index 19
15:645 00:040 OCA: Exposing RSDT table table DMAR (52414D44) (OEM 424D2D2D49434D53) at 676BF000 of 248 bytes at index 20
15:683 00:037 OCA: Exposing RSDT table table VFCT (54434656) (OEM 424D2D2D49434D53) at 676B0000 of 59524 bytes at index 21
15:723 00:040 OCA: Exposing RSDT table table SSDT (54445353) (OEM 2020206D4E737053) at 676A8000 of 30906 bytes at index 22
15:764 00:040 OCA: Exposing RSDT table table SSDT (54445353) (OEM 20204E4443434D53) at 676A6000 of 5956 bytes at index 23
15:805 00:040 OCA: Exposing RSDT table table WSMT (544D5357) (OEM 424D2D2D49434D53) at 67A8A000 of 40 bytes at index 24
15:843 00:037 OCA: Exposing RSDT table table SSDT (54445353) (OEM 3F50415257555043) at 67C88000 of 77180 bytes at index 25
15:883 00:040 OCA: Exposing RSDT table table SSDT (54445353) (OEM 3F3F434574647353) at 67C87000 of 306 bytes at index 26
15:924 00:041 OCA: Exposing RSDT table table SSDT (54445353) (OEM 3F3F3F3F49454D49) at 67C86000 of 108 bytes at index 27
15:965 00:040 OCA: Exposing RSDT table table SSDT (54445353) (OEM 3F67756C50757043) at 67C85000 of 167 bytes at index 28
16:002 00:037 OCA: Exposing RSDT table table SSDT (54445353) (OEM 3F3F3F3F52434D50) at 67C84000 of 143 bytes at index 29
16:043 00:040 OCA: Exposing RSDT table table SSDT (54445353) (OEM 65676E6152637452) at 67C83000 of 206 bytes at index 30
16:084 00:040 OC: OcLoadPlatformSupport...
16:125 00:040 OCSMB: Found DMI Anchor 6BAF5000 v3.3 Table Address 6BAEE000 Length 162B
16:162 00:037 OCSMB: Found DMI Anchor 6BAF4000 v3.3 Table Address 6BAEE000 Length 162B
16:203 00:040 OCSMB: Current SMBIOS Super Server (X12SPA-TF made by Supermicro)
16:396 00:192 OC: PlatformInfo auto 1 OEM SN 0 OEM UUID 0 OEM MLB 0 OEM ROM 0 - Success
16:433 00:037 OC: New SMBIOS: Acidanthera model MacPro7,1
16:474 00:040 OCSMB: Post-override BIOS vendor Acidanthera 0
16:515 00:041 OCSMB: Number of CPU cache entries is 3
16:553 00:037 OCSMB: Number of CPU cache entries is 3
16:605 00:052 OCSMB: Number of CPU cache entries is 3
16:642 00:037 OCSMB: CPU1 display frequency is 2500MHz
16:683 00:040 OCSMB: Applying 3880 (1) prev 6BAF5000 (5675/31), 6BAF4000 (5675/24)
16:724 00:041 OCSMB: Patched 66085000 v3.2 Table Address 66086000 Length 0F28 1E FB
16:765 00:040 OCDH: Setting DataHub 64517CC8-6561-4051-B03C-5964B60F4C7A:name (9) - Success
16:803 00:037 OCDH: Setting DataHub 64517CC8-6561-4051-B03C-5964B60F4C7A:Model (20) - Success
16:844 00:040 OCDH: Setting DataHub 64517CC8-6561-4051-B03C-5964B60F4C7A:SystemSerialNumber (26) - Success
16:884 00:040 OCDH: Setting DataHub 64517CC8-6561-4051-B03C-5964B60F4C7A:system-id (16) - Success
16:925 00:040 OCDH: Setting DataHub 64517CC8-6561-4051-B03C-5964B60F4C7A:board-id (21) - Success
16:962 00:037 OCDH: Setting DataHub 64517CC8-6561-4051-B03C-5964B60F4C7A:board-rev (1) - Success
17:003 00:040 OCDH: Setting DataHub 64517CC8-6561-4051-B03C-5964B60F4C7A:StartupPowerEvents (8) - Success
17:044 00:040 OCDH: Setting DataHub 64517CC8-6561-4051-B03C-5964B60F4C7A:InitialTSC (8) - Success
17:085 00:040 OCDH: Setting DataHub 64517CC8-6561-4051-B03C-5964B60F4C7A:FSBFrequency (8) - Success
17:123 00:037 OCDH: Setting DataHub 64517CC8-6561-4051-B03C-5964B60F4C7A:ARTFrequency (8) - Success
17:164 00:040 OCDH: Setting DataHub 64517CC8-6561-4051-B03C-5964B60F4C7A:DevicePathsSupported (4) - Success
17:357 00:193 OCDH: Setting DataHub 64517CC8-6561-4051-B03C-5964B60F4C7A:RPlt (8) - Success
17:394 00:037 OC: Setting HW_BID Mac-27AD2F918AE68F61 - Success
17:435 00:041 OC: Setting HW_ROM 39:9D:83:1F:F6:1D - Success
17:473 00:037 OC: Setting ROM 39:9D:83:1F:F6:1D - Success
17:514 00:040 OC: Setting HW_MLB F5K905802J9K3F7UE - Success
17:555 00:040 OC: Setting MLB F5K905802J9K3F7UE - Success
17:592 00:037 OC: Setting HW_SSN F5KY60V8P7QM - Success
17:633 00:040 OC: Setting SSN F5KY60V8P7QM - Success
17:675 00:041 OC: Setting system-id 2D5C1256-665E-7F48-A599-287E321FF61D - Success
17:716 00:040 OC: Setting FirmwareFeatures FDAFF066 - Success
17:753 00:037 OC: Setting ExtendedFirmwareFeatures 00000000FDAFF066 - Success
17:794 00:041 OC: Setting FirmwareFeaturesMask FFFFFF7F - Success
17:835 00:040 OC: Setting ExtendedFirmwareFeaturesMask 00000000FFFFFF7F - Success
17:873 00:037 OC: OcLoadDevPropsSupport...
17:913 00:040 OC: OcMiscLateInit...
17:954 00:040 OC: Translated HibernateMode None to 0
17:995 00:041 OC: Hibernation activation - Invalid Parameter, hibernation wake - no
18:033 00:037 OC: Panic log does not exist
18:074 00:040 OC: OcLoadKernelSupport...
18:115 00:040 OC: All green, starting boot management...
18:307 00:192 OC: Handing off to external boot controller
18:345 00:037 OC: Ready for takeoff in 0 us
18:467 00:122 OCB: Adding fs 5F9CAA18 (E:1|L:1|P:Success) - PciRoot(0x0)/Pci(0x14,0x0)/USB(0x10,0x0)/HD(1,MBR,0x104BC17B,0x3F,0x190000)
18:505 00:038 OCB: Adding fs 5F9C9018 (E:1|L:0|P:Success) - PciRoot(0x0)/Pci(0x14,0x0)/USB(0x10,0x0)/HD(2,MBR,0x104BC17B,0x19003F,0x1B4FFC1)
18:543 00:037 OCB: Found 2 potentially bootable filesystems
18:583 00:040 OCB: BootOrder/BootNext are not present or unsupported
18:624 00:040 OCB: Adding fs 2007C5F5 for 11 custom entries and nvram reset (aux shown)
18:665 00:040 OCB: Processing blessed list
18:702 00:037 OCB: Adding bless entry on disk - PciRoot(0x0)/Pci(0x14,0x0)/USB(0x10,0x0)/HD(1,MBR,0x104BC17B,0x3F,0x190000)
18:743 00:040 OCBP: Blessed file is missing
18:784 00:040 OCBP: Blessed folder is missing
18:825 00:040 OCBP: Predefined <nil> \System\Library\CoreServices\boot.efi is missing - Not Found
18:865 00:040 OCBP: Predefined <nil> \EFI\Microsoft\Boot\bootmgfw.efi is missing - Not Found
18:903 00:037 OCBP: Predefined <nil> \EFI\BOOT\BOOTX64.EFI was found
18:943 00:040 OCB: Adding entry type (T:1|F:0|G:1) - PciRoot(0x0)/Pci(0x14,0x0)/USB(0x10,0x0)/HD(1,MBR,0x104BC17B,0x3F,0x190000)/\EFI\BOOT\BOOTX64.EFI
18:984 00:040 OCB: Discarding discovered OpenCore bootloader
19:025 00:040 OCBP: APFS recovery volume handle missing - \EFI\BOOT\
19:062 00:037 OCB: APFS recovery is not present - Not Found
19:104 00:041 OCPI: Partition table not supported
19:297 00:192 OCPI: Failed to retrieve disk info
19:334 00:037 OCB: Adding bless entry on disk - PciRoot(0x0)/Pci(0x14,0x0)/USB(0x10,0x0)/HD(2,MBR,0x104BC17B,0x19003F,0x1B4FFC1)
19:377 00:042 OCBP: BlessedFileHEX (1/3 150) - 02 01 0C 00 D0 41 03 0A 00 00 00 00 01 01 06 00 00 14 03 05 06 00 10 00 04 01 2A 00 02 00 00 00 3F 00 19 00 00 00 00 00 C1 FF B4 01 00 00 00 00 7B C1 4B 10 00 00 00 00 00 00 00 00 00 00 00 00
19:415 00:037 OCBP: BlessedFileHEX (2/3 150) - 01 01 04 04 50 00 5C 00 53 00 79 00 73 00 74 00 65 00 6D 00 5C 00 4C 00 69 00 62 00 72 00 61 00 72 00 79 00 5C 00 43 00 6F 00 72 00 65 00 53 00 65 00 72 00 76 00 69 00 63 00 65 00 73 00 5C 00
19:455 00:040 OCBP: BlessedFileHEX (3/3 150) - 62 00 6F 00 6F 00 74 00 2E 00 65 00 66 00 69 00 00 00 7F FF 04 00
19:493 00:037 OCBP: BlessedFileDP - PciRoot(0x0)/Pci(0x14,0x0)/USB(0x10,0x0)/HD(2,MBR,0x104BC17B,0x19003F,0x1B4FFC1)/\System\Library\CoreServices\boot.efi
19:533 00:040 OCBP: Blessed file is valid
19:574 00:041 OCB: Adding entry type (T:2|F:0|G:0) - PciRoot(0x0)/Pci(0x14,0x0)/USB(0x10,0x0)/HD(2,MBR,0x104BC17B,0x19003F,0x1B4FFC1)/\System\Library\CoreServices\boot.efi
19:615 00:040 OCB: Trying to get label from \System\Library\CoreServices\.contentDetails
19:653 00:037 OCB: Trying to get label from \System\Library\CoreServices\.disk_label.contentDetails
19:694 00:040 OCB: Registering entry Install macOS Monterey beta [Apple] (T:2|F:0|G:0|E:1|B:0) - PciRoot(0x0)/Pci(0x14,0x0)/USB(0x10,0x0)/HD(2,MBR,0x104BC17B,0x19003F,0x1B4FFC1)/\System\Library\CoreServices\boot.efi
19:735 00:041 OCBP: APFS recovery volume handle missing - \System\Library\CoreServices\
19:775 00:040 OCB: APFS recovery is not present - Not Found
19:814 00:038 OCPI: Partition table not supported
19:854 00:040 OCPI: Failed to retrieve disk info
19:895 00:040 OCB: Adding custom entry BootKicker (tool|B:0) -> BootKicker.efi
19:933 00:037 OCB: Registering entry BootKicker [Auto] (T:128|F:0|G:0|E:0|B:0) - <nil>
19:974 00:040 OCB: Adding custom entry ChipTune (tool|B:0) -> ChipTune.efi
20:014 00:040 OCB: Registering entry ChipTune [Auto] (T:128|F:0|G:0|E:0|B:0) - <nil>
20:055 00:040 OCB: Adding custom entry CleanNvram (tool|B:0) -> CleanNvram.efi
20:248 00:192 OCB: Registering entry CleanNvram [Auto] (T:128|F:0|G:0|E:0|B:0) - <nil>
20:285 00:037 OCB: Adding custom entry GopStop (tool|B:0) -> GopStop.efi
20:323 00:037 OCB: Registering entry GopStop [Auto] (T:128|F:0|G:0|E:0|B:0) - <nil>
20:364 00:040 OCB: Adding custom entry KeyTester (tool|B:0) -> KeyTester.efi
20:405 00:040 OCB: Registering entry KeyTester [Auto] (T:128|F:0|G:0|E:0|B:0) - <nil>
20:442 00:037 OCB: Adding custom entry MmapDump (tool|B:0) -> MmapDump.efi
20:483 00:040 OCB: Registering entry MmapDump [Auto] (T:128|F:0|G:0|E:0|B:0) - <nil>
20:524 00:040 OCB: Adding custom entry OpenControl (tool|B:0) -> OpenControl.efi
20:565 00:040 OCB: Registering entry OpenControl [Auto] (T:128|F:0|G:0|E:0|B:0) - <nil>
20:605 00:040 OCB: Adding custom entry UEFI Shell (tool|B:0) -> OpenShell.efi
20:643 00:037 OCB: Registering entry UEFI Shell [Auto] (T:128|F:0|G:0|E:0|B:0) - <nil>
20:684 00:040 OCB: Adding custom entry ResetSystem (tool|B:0) -> ResetSystem.efi
20:724 00:040 OCB: Registering entry ResetSystem [Auto] (T:128|F:0|G:0|E:0|B:0) - <nil>
20:765 00:040 OCB: Adding custom entry RtcRw (tool|B:0) -> RtcRw.efi
20:802 00:037 OCB: Registering entry RtcRw [Auto] (T:128|F:0|G:0|E:0|B:0) - <nil>
20:843 00:040 OCB: Adding custom entry VerifyMsrE2 (tool|B:0) -> VerifyMsrE2.efi
20:884 00:040 OCB: Registering entry VerifyMsrE2 [Auto] (T:128|F:0|G:0|E:0|B:0) - <nil>
20:925 00:040 OCB: Adding system entry Reset NVRAM
20:966 00:040 OCB: Registering entry Reset NVRAM [ResetNVRAM:NVRAMTool] (T:256|F:0|G:0|E:0|B:0) - <nil>
21:158 00:192 OCB: Showing menu... 
21:196 00:037 OCHK: InitHotKeys
21:233 00:037 OCKM: Allocated key repeat context 5C455B98 5C455C18 5C455C98
21:274 00:041 OCAE: Set screen resolution to 1024x768 - Success
21:315 00:040 OCTY: Registered handler
21:352 00:037 OCAE: Set screen resolution to 1024x768 - Success
21:393 00:040 OCB: Trying to get image from .VolumeIcon.icns
21:448 00:054 OCB: OcGetBootEntryIcon - Install macOS Monterey beta in <null string> (volume icon) - Success
26:708 05:260 OCHK: FreeHotKeys
27:469 00:760 OCTY: Unregistered handler
27:509 00:040 OCKM: Freeing key repeat context 5C455B98 5C455C18 5C455C98
27:546 00:037 OCB: Should boot from 1. Install macOS Monterey beta (T:2|F:0|G:0|E:1|DEF:0)
27:682 00:136 OCB: Perform boot Install macOS Monterey beta to dp PciRoot(0x0)/Pci(0x14,0x0)/USB(0x10,0x0)/HD(2,MBR,0x104BC17B,0x19003F,0x1B4FFC1)/\System\Library\CoreServices\boot.efi (0/0)
27:748 00:065 OCI4: Manifest (2801) for 65666962 parse fail with code 1
27:803 00:054 OCI4: Verifying digest 48 (A231426C) override 0 48 (00000000)
27:849 00:046 OCSB: Verified IMG4 without issues
27:886 00:037 OCB: Arch filtering 5BD59018(723512)->5BD59018(723512) caps 4 - Success
27:924 00:037 OCB: Matching <> args on type 2 0
27:965 00:040 OCABC: Recovering trashed GetMemoryMap pointer
28:005 00:040 OCABC: VMware Mac installed on 5C455B98 - Success
28:203 00:197 OCABC: Patching safe mode sur-2 at off 5AD7
28:244 00:040 OCABC: MMIO devirt start
28:285 00:041 OCABC: MMIO devirt 0x80000000 (0x10000 pages, 0x8000000000000001) skip 0
28:323 00:037 OCABC: MMIO devirt 0xFD000000 (0x1800 pages, 0x800000000000100D) skip 0
28:375 00:052 OCABC: MMIO devirt 0xFED20000 (0x25 pages, 0x800000000000100D) skip 0
28:416 00:040 OCABC: MMIO devirt 0xFF000000 (0x1000 pages, 0x800000000000100D) skip 0
28:453 00:037 OCABC: MMIO devirt end, saved 303252 KB
28:494 00:040 OCABC: All slides are usable! You can disable ProvideCustomSlide!
28:535 00:040 AAPL: #[EB.H.IS|!] Err(0xE) <- RT.GV boot-signature 7C436110-AB2A-4BBB-A880-FE41995C9F82
28:575 00:040 AAPL: #[EB.H.IS|!] Err(0xE) <- RT.GV boot-image-key 7C436110-AB2A-4BBB-A880-FE41995C9F82
28:613 00:037 AAPL: #[EB|H:IS] 0
28:653 00:040 AAPL: #[EB|LOG:INIT] 2021-09-25T13:28:28
28:694 00:040 AAPL: #[EB|VERSION] <"bootbase.efi 540~34 (Official), built 2021-08-19T04:10:59-0700">
28:735 00:040 AAPL: #[EB|BUILD] <"BUILD-INFO[296]:{"DisplayName":"bootbase.efi","DisplayVersion":"540~34","RecordUuid":"07362378-3719-4CD8-8A71-32BD0B4FA132","BuildTime":"2021-08-19T04:10:59-0700","ProjectName":"efiboot","ProductName":"bootbase.efi","SourceVersion":"540","BuildVersion":"34","BuildConfiguration":"Release","BuildType":"Official"}">
28:775 00:040 AAPL: #[EB.CFG.DEV|!] Err(0xE) <- RT.GV booter-strict-xmlparser 7C436110-AB2A-4BBB-A880-FE41995C9F82
28:813 00:037 AAPL: #[EB|CFG:DEV] r5 0x0 0x0
28:853 00:040 AAPL: #[EB|H:IS] 0
28:894 00:040 AAPL: #[EB|WL:MODE] 0
28:935 00:040 AAPL: #[EB|CFG:ARG] boot-save-log 0x0000000000000002 (0x0000000000000002 < 0xFFFFFFFFFFFFFFFF) default
29:128 00:192 AAPL: #[EB|CFG:ARG] wake-save-log 0x0000000000000002 (0x0000000000000002 < 0x0000000000000002) default
29:165 00:037 AAPL: #[EB|CFG:ARG] console       0x0000000000000001 (0x0000000000000001 < 0x0000000000000001) default
29:203 00:037 AAPL: #[EB|CFG:ARG] serial        0x0000000000000001 (0x0000000000000001 < 0x0000000000000000) default
29:244 00:041 AAPL: #[EB|CFG:ARG] preoslog      0x0000000000000001 (0x0000000000000001 < 0xFFFFFFFFFFFFFFFF) default
29:285 00:040 AAPL: #[EB|CFG:ARG] timestamps    0x0000000000000000 (0x0000000000000000 < 0xFFFFFFFFFFFFFFFF) default
29:325 00:040 AAPL: #[EB|CFG:ARG] log-level     0x0000000000000001 (0x0000000000000001 & 0x0000000000000021) default
29:363 00:037 AAPL: #[EB|CFG:ARG] breakpoint    0x0000000000000000 (0x0000000000000000 & 0x0000000000000000) default
29:404 00:040 AAPL: #[EB|CFG:ARG] kc-read-size  0x0000000000100000 (0x0000000000100000 < 0xFFFFFFFFFFFFFFFF) default
29:445 00:041 AAPL: #[EB|H:IS] 0
29:482 00:037 AAPL: #[EB|WL] 0 0 0x01 0x01   0 0x00
29:523 00:041 AAPL: #[EB|BRD:NV] Mac-27AD2F918AE68F61
29:565 00:041 OCOS: OS set: <null> macOS 11.0
29:605 00:040 OCOS: OS set: Apple Inc. macOS 11.0
29:643 00:037 AAPL: #[EB|B:VAw]
29:684 00:040 AAPL: #[EB|B:IAw]
29:725 00:040 AAPL: #[EB|WL] 0 0 0x01 0x01   2 0x00
29:766 00:041 AAPL: #[EB.BST.IDT|+]
29:806 00:040 AAPL: #[EB.BST.IDT|-]
29:843 00:037 AAPL: #[EB|WL] 0 0 0x01 0x01   3 0x00
29:884 00:040 AAPL: #[EB|WL] 0 0 0x01 0x01   4 0x00
30:077 00:192 AAPL: #[EB|BRD:NV] Mac-27AD2F918AE68F61
30:114 00:037 AAPL: #[EB|WL] 0 0 0x01 0x01   5 0x00
30:155 00:040 AAPL: #[EB.H.CHK|BM] 0x0000000000000000
30:193 00:037 AAPL: #[EB.H.LV|!] Err(0xE) <- RT.GV boot-signature 7C436110-AB2A-4BBB-A880-FE41995C9F82
30:234 00:040 AAPL: #[EB|WL] 0 0 0x01 0x01  23 0x0E
30:275 00:040 AAPL: #[EB.H.LV|!] Err(0xE) <- RT.GV boot-image-key 7C436110-AB2A-4BBB-A880-FE41995C9F82
30:315 00:040 AAPL: #[EB|WL] 0 0 0x01 0x01  24 0x0E
30:353 00:037 AAPL: #[EB.H.LV|!] Err(0xE) <- RT.GV boot-image 7C436110-AB2A-4BBB-A880-FE41995C9F82
30:394 00:041 AAPL: #[EB.H.LV|!] Err(0xE) <- RT.SV- boot-signature 7C436110-AB2A-4BBB-A880-FE41995C9F82
30:435 00:040 AAPL: #[EB.H.LV|!] Err(0xE) <- RT.SV- boot-image-key 7C436110-AB2A-4BBB-A880-FE41995C9F82
30:476 00:041 AAPL: #[EB.H.LV|!] Err(0xE) <- RT.SV- boot-image 7C436110-AB2A-4BBB-A880-FE41995C9F82
30:513 00:037 AAPL: #[EB|H:NOT]
30:554 00:040 AAPL: #[EB|SB:P] 0x1
30:595 00:040 AAPL: #[EB.B.MN|BM:+SB]
30:636 00:040 AAPL: #[EB|LIMG:DP] Acpi(PNP0A03,0)/Pci(14|0)/Usb(10, 0)/HD(Part2,Sig104BC17B)
30:673 00:037 AAPL: #[EB|LIMG:FP] \System\Library\CoreServices\boot.efi
30:714 00:040 AAPL: #[EB|LIMG:OPT] 
30:755 00:041 AAPL: #[EB|RPS] 0 0 0
30:797 00:042 AAPL: #[EB.OPT.LXF|F] <"\\System\\Library\\CoreServices\\com.apple.Boot.plist">
30:835 00:037 AAPL: #[EB.LD.LF|IN] 0 1 <"\\System\\Library\\CoreServices\\com.apple.Boot.plist"> <"0">
31:027 00:192 AAPL: #[EB.LD.OFS|OPEN!] Err(0xE) <"\\System\\Library\\CoreServices\\com.apple.Boot.plist">
31:065 00:037 AAPL: #[EB.OPT.LXF|LF!] Err(0xE)
31:103 00:037 AAPL: #[EB.OPT.LXF|F] <"Library\\Preferences\\SystemConfiguration\\com.apple.Boot.plist">
31:143 00:040 AAPL: #[EB.LD.LF|IN] 0 1 <"Library\\Preferences\\SystemConfiguration\\com.apple.Boot.plist"> <"0">
31:185 00:042 AAPL: #[EB|KF] <"root-dmg=file:///BaseSystem/BaseSystem.dmg">
31:223 00:037 AAPL: #[EB|MBA:CL] <"">
31:264 00:040 AAPL: #[EB|MBA:NV] <"keepsyms=1 npci=0x2000 alcid=1 agdpmod=pikera">
31:305 00:040 AAPL: #[EB|MBA:KF] <"root-dmg=file:///BaseSystem/BaseSystem.dmg">
31:346 00:040 AAPL: #[EB|MBA:OUT] <"keepsyms=1 npci=0x2000 alcid=1 agdpmod=pikera root-dmg=file:///BaseSystem/BaseSystem.dmg chunklist-security-epoch=0 -chunklist-no-rev2-dev">
31:383 00:037 AAPL: #[EB|OPT:BM] 0x200000
31:424 00:040 AAPL: #[EB.OPT.LXF|F] <"\\System\\Library\\CoreServices\\PlatformSupport.plist">
31:465 00:040 AAPL: #[EB.LD.LF|IN] 0 1 <"\\System\\Library\\CoreServices\\PlatformSupport.plist"> <"0">
31:506 00:041 AAPL: #[EB|P:CPR] N
31:544 00:037 AAPL: #[EB|P:MPI] N
31:585 00:040 AAPL: #[EB|P:BPI] N
31:626 00:040 AAPL: #[EB|KMR] 273784832
31:663 00:037 AAPL: #[EB.CS.CSKSD|+]
31:704 00:040 AAPL: #[EB.CS.CSKSD|!] Err(0xE) <- RT.GV boot-info-payload 8D63D4FE-BD3C-4AAD-881D-86FD974BC1DF
31:745 00:040 AAPL: #[EB.G.CS|-?] Ok(0)
32:034 00:289 AAPL: #[EB.LD.LF|IN] 0 1 <"<null string>"> <"1">
32:085 00:050 AAPL: #[EB.B.SBS|SZ] 723512
32:136 00:051 AAPL: #[EB|B:SHA] <954e1407e47be548a36f0199fa2c386f3dd3fb72>
32:173 00:037 AAPL: #[EB.WL.PWLFNV|!] Err(0xE) <- RT.GV wake-failure 7C436110-AB2A-4BBB-A880-FE41995C9F82
32:214 00:040 AAPL: #[EB.WL.DT|!] Err(0xE) <- EB.WL.PWLFNV
32:255 00:040 AAPL: #[EB|WL:DT] 0xaf18be24
32:292 00:037 AAPL: #[EB.LD.LKC|D] <"System\Library\KernelCollections\BootKernelExtensions.kc.development">
32:334 00:041 AAPL: #[EB.LD.LF|IN] 0 1 <"System\\Library\\KernelCollections\\BootKernelExtensions.kc.development"> <"0">
32:375 00:040 AAPL: #[EB.LD.OFS|OPEN!] Err(0xE) <"System\\Library\\KernelCollections\\BootKernelExtensions.kc.development">
32:416 00:040 AAPL: #[EB.LD.LKC|R.2] <"System\Library\KernelCollections\BootKernelExtensions.kc">
32:454 00:037 AAPL: #[EB.LD.LF|IN] 0 1 <"System\\Library\\KernelCollections\\BootKernelExtensions.kc"> <"0">
32:545 00:091 OC: Plist Kexts\TSCAdjustReset.kext\Contents\Info.plist is missing for injected kext TSCAdjustReset.kext ()
 

 

SysReport.zip

  • Like 2
Link to comment
Share on other sites

Oh, you got a Christmas present 18 weeks in advance! And a W-3375 instead of a W-3365 QS.

 

With only one patch applied, and a very short one, I would NOT trust that both MSR registers have been properly unlocked. Booting with the original BIOS and both Xcpm quirks appears safer.

Apple has no obvious reason to change the 64 thread limit in its x86 kernel. Out of caution, I would first attempt to boot with Hyper-Threading disabled.

 

CPUInfo.txt identifies the W-3375 as a Core i5 (AppleProcessorType 0x0605). Some CPUID spoofing could be useful. Maybe

Cpuid1Data: 57 06 05 00 00 00 00 00 00 00 00 00 00 00 00 00
Cpuid1Mask: FF FF FF FF 00 00 00 00 00 00 00 00 00 00 00 00

based on your W-3265M.

 

All slides are good. Two quirks less!

 

No EC in DSDT. No AWAC but a RTC which should be compatible with OS X natively. NVRAM possible. The SSDTs will be rather simple…

 

…except for the ACPI 6.3-style processor devices. Four sockets, with 128 processors (threads) each! :shock: Either Supermicro knows something about unreleased products, or we have here a possible common ACPI code base for Intel Xeon (more than two sockets) and AMD EPYC (128 threads per socket). Let me think about the best way to do it.

 

Update. Here is a first proposal with a simplified approach to wrapping. Unless your GPU needs or benefit from a SSDT-BRG0, these five SSDT should be all that is needed in the OC\ACPI folder, but I'm not sure if the old-style processors are declared with the right parameters for this system.

 

SSDT X12SPA-TF.zip

Edited by etorix
  • Like 1
Link to comment
Share on other sites

4 hours ago, etorix said:

Oh, you got a Christmas present 18 weeks in advance! And a W-3375 instead of a W-3365 QS.

Just got lucky and WAY over my budget, on the work side wanted to test against the 32core threadripper. 
 

 

4 hours ago, etorix said:

No EC in DSDT. No AWAC but a RTC which should be compatible with OS X natively. NVRAM possible. The SSDTs will be rather simple…

yeah I’ve noticed that too. 

 

 

4 hours ago, etorix said:

except for the ACPI 6.3-style processor devices. Four sockets, with 128 processors (threads) each! :shock: Either Supermicro knows something about unreleased products, or we have here a possible common ACPI code base for Intel Xeon (more than two sockets) and AMD EPYC (128 threads per socket).

8 socket 😁, they’ve must be using one solution for all. 
 

 

4 hours ago, etorix said:

Update. Here is a first proposal with a simplified approach to wrapping. Unless your GPU needs or benefit from a SSDT-BRG0, these five SSDT should be all that is needed in the OC\ACPI folder, but I'm not sure if the old-style processors are declared with the right parameters for this system.

👍🏻 Thanks I’ll give it a shot tonight. 
 

4 hours ago, etorix said:

Apple has no obvious reason to change the 64 thread limit in its x86 kernel. Out of caution, I would first attempt to boot with Hyper-Threading disabled.

Given that I didn’t spend much time on it, but decompiling both kernels on Big Sur and Monterey I couldn’t find any 64 core limitations or maybe I just simply missed something. 
 

 

4 hours ago, etorix said:

CPUInfo.txt identifies the W-3375 as a Core i5 (AppleProcessorType 0x0605).

 Considering that Ice Lake CPUID was in Xcode one might hope it’ll be in the kernel for 12.2-12.3 release or who knows maybe Cook will get drunk and will give us a nice Christmas present. 
 

You guys are the best!!

7 hours ago, yapan4 said:

Huh!!!

@Balamut Thanks for sharingI

Anytime and my pleasure. 

  • Like 1
Link to comment
Share on other sites

OK. From the source code of @Pike R. Alpha's ssdPRGen.sh, I've learned how to compute the ProcessorBlockAdress from offset 0x98 of the FACP.aml table. I'm still learning from these hackintoshing exercises, learning more than I expected—and arguably learning more than I can understand.

 

Spoiler
function _getPBlockAddress()
{
  #
  # Get Processor Control Block (P_BLK) address from offset: 152/0x98 in FACP.aml
  #
  local data=$(xxd -s 152 -l 4 -ps "${gPath}/facp.aml")
  #
  # Convert data to Little Endian
  #
  local pblockAddress="0x${data:6:2}${data:4:2}${data:2:2}${data:0:2}"
  #
  # Increase P_BLK address with 16
  #
  let pblockAddress+=0x10
  #
  # Return P_BLK address + 16
  #
  echo $(printf "0x%08x" $pblockAddress)
}

 

Short lesson: One does really need the full complement of ACPI tables to write SSDTs!

 

TL;DR The wrapping SSDT-CPU_WRAP3, attached to the post above, correctly declare its Processor() objects. Pfew!

  • Like 2
Link to comment
Share on other sites

Historical note while waiting for the next message from @Balamut.

"Processor()" declarations under the _SB scope, as relied upon by OS X, are actually according to version 2 of the ACPI specification, dated July 2000. Declaring processors as "Device()" with _HID="ACPI0007" was introduced by version 3 of September 2004. Either style, but not both, was allowed by versions 3, 4 and 5. "Processor()" declarations are officially deprecated since ACPI 6.0 of April 2015. That was more than six years ago…

It's quite amazing that the old style is still used in 2021 by consumer motherboards.

  • Like 1
Link to comment
Share on other sites

Little Poll "macOS on Supermicro X12SPA-TF" while waiting:

1) kernel not running

2) stop or kernel panic or reboot during boot process

3) successfully boot but troubles during work

4) works perfect 

 

Your version?

😀

Edited by yapan4
  • Haha 1
Link to comment
Share on other sites

I hope for 3) 😇 but option 2) could be a good result already if the boot process advances further than before.

4) implies that the 10 GbE Aquantia NIC works under OS X: This may require your help. How did you solve the issue with your X11SRA-F?

  • Like 1
Link to comment
Share on other sites

I'm not sure It seems Marvell AQC113 10Gb Ethernet is used in some Apple machine, hope DevID included in kext. I'm not sure about RTL8211F...

I changed DavID in the network card firmware, Marvel allows you to do that. Even after that, the card does not work without the appropriate patch from @Miezehttps://www.insanelymac.com/forum/topic/330614-marvell-aquantia-10-gb-ethernet-support-thread/

 

Topic on Germany hackintosh forum https://www.hackintosh-forum.de/forum/thread/54019-marvell-aquantia-aqction-aqc113-10gbit-nic-die-rettung-für-z590-boards/

 

Edited by yapan4
  • Thanks 1
Link to comment
Share on other sites

Hey Guys, small update.

 

Came down this morning to start working on it and the motherboard is dead, the LED Power keeps blinking and and shuts off, even BMC won't go on.

$800 motherboard, made in China POS.

Gonna RMA it in the morning.

 

Any of you had this issue before?

 

P.S. Ive looked there is no short circuit anywhere, bios reset/battery pull did nothing.

 

https://www.dropbox.com/s/3euvow6wit44ho4/Untitled.mov?dl=0

 

 

  • Sad 1
Link to comment
Share on other sites

 Share

×
×
  • Create New...