Jump to content
71 posts in this topic

Recommended Posts

10 hours ago, etorix said:

I'm afraid I already broke in quite some time ago…

😆

 

10 hours ago, etorix said:

OEM-4 is "CPU  CST", in all caps and with two spaces. "CpuCst" has to be something else, and this offending "CPU0" has to come from somewhere. Are you using the "Generate CStates" option, by any chance?

I'll check in a bit, but I doubt it. 

Sorry for late response Memorial Day weekend here and it was extremely hectic with work.

 

The generate CStates are off on the Clover config and there are only 2 files in the ACPI, the CPU-WRAP and RHUB and only FakeSMC in the kext so this is very wierd.

 

config.plist

  • Like 2
On 6/2/2023 at 11:18 AM, yapan4 said:

This is because you need clear NVRAM each time after OC before Clover using

Thank you, I've missed that.

 

Here is the log from the log from the Sonoma with OC USB Booting, same issue. I'm more and more convinced of screwed up ACPI tables.

USB Sonoma.txt

 

 

Went a little further and when booting the Recovery I now get the pmtelemetry panic.

Recovery Ventura.txt

 

Exactly the same thing with Catalina.

Catalina.txt

 

 

 

 

 

Edited by Balamut
  • Like 1
8 hours ago, Balamut said:

@yapan4 what ASMEDIA card did you use when you hit the root device, trying to test something.

C422 motherboards have onboard Asmedia USB 3.1.

Spoiler

image.png.6445ce9e04b0fd9f6aafe07460a4cb28.png


I'm not sure that PCIe cards have the same bootable capabilities that onboard one.

 

You can pay attention on onboard microSD slot. On WS C422 Pro/SE works perfect as virtual bootable USB drive for macOS install.

Edited by yapan4
18 hours ago, yapan4 said:

You can pay attention on onboard microSD slot. On WS C422 Pro/SE works perfect as virtual bootable USB drive for macOS install.

Interesting idea, might look into it. The problem is the entire ACPI is so screwed up that almost nothing is where it supposed to be for OS(my hypothesis) so I was looking for a way to get at least the USB working ether with SSDT or device properties to test this theory before going gung-ho on the DSDT.

  • 3 months later...
19 hours ago, xAyiDe said:

Did anyone of you get yours to boot the installer ?

 

I have thinkstation P920 with 2x Xeon gold, it always kernel panic right after the XNU has parsed ACPI. So I can see it the dsdt row by row them BAM kernel panic.

It means your DSDT does not satisfy macOS conditions.

  • Like 1
  • 3 weeks later...

I believe this is the same issue I have. The computer boots if VT-D is disabled. If I enable VT-D and drop DMAR it also boots, trying to replace DMAR and it KPs. VT-D enabled and DisableIOmapper = true also boots. This build even got the NVME error, but only if I put in an extra NVME-drive in the PCI-ports with an U.2 SSD.

 

I drop DMAR with OpenCore and patched my DMAR, but when I enable DMAR patch the computer Kernel panics at boot.

 

I remove DMAR with this:

 

            <dict>
                <key>All</key>
                <false/>
                <key>Comment</key>
                <string>Delete standard DMAR table</string>
                <key>Enabled</key>
                <true/>
                <key>OemTableId</key>
                <data>
                </data>
                <key>TableLength</key>
                <integer>0</integer>
                <key>TableSignature</key>
                <data>
                RE1BUg==
            </data>

I remove below and save it as SSDT-DMAR.aml and add it to SSDT-patches in OpenCore. But it goes KP. Should I remove more or less, anything else in there? I attach the file to this post.

[198h 0408   2]                Subtable Type : 0001 [Reserved Memory Region]
[19Ah 0410   2]                       Length : 0020

[19Ch 0412   2]                     Reserved : 0000
[19Eh 0414   2]           PCI Segment Number : 0000
[1A0h 0416   8]                 Base Address : 000000006B943000
[1A8h 0424   8]          End Address (limit) : 000000006B954FFF

[1B0h 0432   1]            Device Scope Type : 01 [PCI Endpoint Device]
[1B1h 0433   1]                 Entry Length : 08
[1B2h 0434   2]                     Reserved : 0000
[1B4h 0436   1]               Enumeration ID : 00
[1B5h 0437   1]               PCI Bus Number : 00

[1B6h 0438   2]                     PCI Path : 14,00


 

dmar.aml

Edited by xAyiDe
  • 2 weeks later...
  • 2 months later...
  • 5 months later...
  • 1 month later...
  • 4 months later...

AM5 and X890 developments had me take another look at the DSDTs. There are conditional device definitions in there which may require patching.

 

Try to add these patches, especially the first one.

W790-patches.plist

  • Like 2

Small update; dug up my the old EFI folder that I've used before and seems like ether I forgot a BIOS setting or Asus did some big changes to their BIOS stuck on OS loader.
 

Spoiler

00:000 00:000 BS: Starting OpenCore application...
00:004 00:004 BS: Booter path - \EFI\BOOT\BOOTX64.EFI
00:008 00:004 OCFS: Trying to locate filesystem on 5E27E398 5DFC9018
00:014 00:006 OCFS: Filesystem DP - \EFI\BOOT\BOOTX64.EFI
00:019 00:004 BS: Trying to load OpenCore image...
00:024 00:005 BS: Relative path - EFI
00:028 00:003 BS: Startup path - EFI\OpenCore.efi (0)
00:032 00:004 BS: Fallback to absolute path - EFI\OC\OpenCore.efi
00:039 00:006 BS: Read OpenCore image of 1015808 bytes
00:043 00:004 OCM: Loaded image at 5A696F98 handle
00:048 00:004 OCM: Loaded image has DeviceHandle 5E27E398 FilePath 5A697298 ours DevicePath 5EF57598
00:057 00:008 OCCPU: TSC Adjust 0
00:060 00:003 OCCPU: Queried Core Crystal Clock Frequency 24000000Hz
00:066 00:005 OCCPU: CPUFrequencyFromART 2208000000Hz 2208MHz = 24000000 * 184 / 2
00:074 00:007 OC: Starting OpenCore...
00:077 00:003 OC: Booter path - EFI\OC\OpenCore.efi
00:082 00:004 OCFS: Trying to locate filesystem on 5E27E398 5A697298
00:088 00:006 OCFS: Filesystem DP - EFI\OC\OpenCore.efi
00:093 00:004 OC: Absolute booter path - EFI\OC\OpenCore.efi
00:098 00:005 OC: Storage root EFI\OC\OpenCore.efi
00:103 00:005 OCST: Missing vault data, ignoring...
00:108 00:004 OC: OcMiscEarlyInit...
00:111 00:003 OC: Loaded configuration of 34067 bytes
00:116 00:004 OC: Got 4 drivers
00:119 00:003 OC: Watchdog status is 0
00:148 00:028 OC: OpenCore DBG-092-2023-05-08 is loading in Optional mode (0/0)...
00:170 00:021 OC: Boot timestamp - 2024.11.27 16:07:41
00:189 00:019 OCCPU: MP services threads 64 (enabled 64) - Success
00:210 00:020 OCCPU: MP services Pkg 1 Cores 32 Threads 2 - Success
00:230 00:020 OCCPU: Found Intel(R) Xeon(R) w9-3475X
00:249 00:019 OCCPU: Signature 806F8 Stepping 8 Model 8F Family 6 Type 0 ExtModel 8 ExtFamily 0 uCode 2B000603 CPUID MAX (20/80000008)
00:275 00:026 OCCPU: EIST CFG Lock 0
00:293 00:017 OCCPU: TSC Adjust 0
00:430 00:137 OCCPU: Queried Core Crystal Clock Frequency 24000000Hz
00:451 00:020 OCCPU: CPUFrequencyFromART 2208000000Hz 2208MHz = 24000000 * 184 / 2
00:473 00:021 OCCPU: Timer address is 0 from Unknown INTEL
00:492 00:018 OCCPU: Failed to get FSBFrequency data using Apple Platform Info - Not Found
00:514 00:021 OCCPU: Intel TSC: 2208000000Hz, 2208MHz; FSB: 100363636Hz, 100MHz; MaxBusRatio: 22
00:537 00:023 OCCPU: Detected Apple Processor Type: 05 -> 0605
00:557 00:020 OCCPU: CPUFrequencyFromTSC 0Hz 0MHz
00:578 00:020 OCCPU: CPUFrequency 2208000000Hz 2208MHz
00:597 00:019 OCCPU: FSBFrequency 100363636Hz 100MHz
00:736 00:138 OCCPU: Pkg 1 Cores 32 Threads 64
00:755 00:018 OC: OcLoadNvramSupport...
00:772 00:017 OCVAR: Locate emulated NVRAM protocol - Not Found
00:794 00:021 OC: Deleting NVRAM 4D1EDE05-38C7-4A6A-9CC6-4BCCA8B38C14:UIScale - Not Found
00:818 00:023 OC: Deleting NVRAM 4D1EDE05-38C7-4A6A-9CC6-4BCCA8B38C14efaultBackgroundColor - Not Found
00:843 00:024 OC: Deleting NVRAM 4D1EDE05-38C7-4A6A-9CC6-4BCCA8B38C14:BridgeOSHardwareModel - Not Found
00:866 00:023 OC: Not deleting NVRAM 4D1FDA02-38C7-4A6A-9CC6-4BCCA8B30102:rtc-blacklist, matches add
00:892 00:025 OC: Deleting NVRAM 7C436110-AB2A-4BBB-A880-FE41995C9F82:boot-args - Success
00:917 00:024 OC: Deleting NVRAM 7C436110-AB2A-4BBB-A880-FE41995C9F82:csr-active-config - Success
01:062 00:145 OCVAR: Setting NVRAM 4D1EDE05-38C7-4A6A-9CC6-4BCCA8B38C14efaultBackgroundColor - Success
01:087 00:025 OCVAR: Setting NVRAM 4D1FDA02-38C7-4A6A-9CC6-4BCCA8B30102:rtc-blacklist - Not Found
01:111 00:023 OCVAR: Setting NVRAM 7C436110-AB2A-4BBB-A880-FE41995C9F82:SystemAudioVolume - ignored, exists
01:137 00:026 OCVAR: Setting NVRAM 7C436110-AB2A-4BBB-A880-FE41995C9F82:boot-args - Success
01:161 00:024 OCVAR: Setting NVRAM 7C436110-AB2A-4BBB-A880-FE41995C9F82:csr-active-config - Success
01:185 00:023 OCVAR: Setting NVRAM 7C436110-AB2A-4BBB-A880-FE41995C9F82:run-efi-updater - ignored, exists
01:208 00:023 OC: Current version is DBG-092-2023-05-08
01:229 00:020 OC: OcMiscMiddleInit...
01:366 00:137 OC: StorageHandle 5E27E398 with Disabled LauncherOption pointing to Default
01:390 00:023 OC: OcLoadUefiSupport...
01:407 00:017 OCAU: OcAudioInstallProtocols (0, 0)
01:426 00:019 OCAU: 4B228577-6274-4A48-82AE-0713A1171987 protocol - Not Found
01:448 00:021 OCAU: C32332DF-FC56-4FE1-9358-BA0D529B24CD protocol - Not Found
01:470 00:021 OCAU: F4CB0B78-243B-11E7-A524-B8E8562CBAFA protocol - Not Found
01:492 00:021 OCAU: 3224B169-EC34-46D2-B779-E1B1687F525F protocol - Not Found
01:514 00:022 OCAE: Builtin installed
01:532 00:018 OCRTC: Wake log is 0x01 0x40 33 0x92
01:671 00:138 OCEG: Discovered rotate NVRAM override to 0
01:690 00:019 OC: Loading Apple Secure Boot with Disabled (level 0)
01:712 00:022 OCII: AIFTimerBoostInit Current timer is 100000
01:733 00:020 OCII: AIFTimerBoostInit changed period 100000 to 50000
01:753 00:020 OC: Installing KeySupport...
01:771 00:017 OCII: gST->ConIn 606465B0 vs found 606465B0
01:790 00:019 AIK: Using 5 (50ms)
01:807 00:017 OCABC: ALRBL 0 RTDFRG 0 DEVMMIO 1 NOSU 0 NOVRWR 1 NOSB 0 FBSIG 0 NOHBMAP 0 SMSLIDE 0 WRUNPROT 1
01:832 00:025 OCABC: FEXITBS 0 PRMRG 0 CSLIDE 0 MSLIDE 0 PRSRV 1 RBMAP 0 VMAP 0 APPLOS 0 RTPERMS 0 ARBAR -1 RBIO 0
01:977 00:144 OCABC: Firmware has 66943813 free pages (359244 in lower 4 GB)
01:997 00:020 OCABC: Awaiting rendezvous with OpenRuntime r12
02:018 00:020 OC: RequestBootVarRouting 1
02:037 00:019 OCDM: Found 0x2005A/0x2005A UEFI version (376 bytes, 0 rebuilding to 376) gST 6F60E018 gBS 55AF9E70 gBS->CreateEventEx 55AED328 &gBS 559DF050
02:066 00:029 OC: Got 4 drivers
02:084 00:017 OC: Driver HfsPlus.efi at 0 (HFS+ Driver) is being loaded...
02:107 00:023 OCABC: EfiBootRt candidate - <nil>
02:126 00:019 OCABC: IsEfiBootRt 0 (BP 1, Apple 0)
02:265 00:138 OCB: Arch filtering 0(37892)->5A5F4018(37892) caps 4 - Success
02:286 00:020 OCABC: Recovering trashed GetMemoryMap pointer
02:305 00:019 OC: Driver HfsPlus.efi at 0 is successfully loaded!
02:325 00:020 OC: Driver HfsPlus.efi at 0 needs connection.
02:344 00:019 OC: Driver OpenRuntime.efi at 1 () is being loaded...
02:366 00:021 OCABC: EfiBootRt candidate - <nil>
02:385 00:019 OCABC: IsEfiBootRt 0 (BP 1, Apple 0)
02:404 00:019 OCB: Arch filtering 0(45056)->5A5F2018(45056) caps 4 - Success
02:427 00:022 OCABC: Recovering trashed GetMemoryMap pointer
02:566 00:139 OCABC: Got rendezvous with OpenRuntime r12
02:585 00:019 OCABC: MAT support is 1
02:603 00:017 OC: Driver OpenRuntime.efi at 1 is successfully loaded!
02:623 00:020 OC: Driver OpenCanopy.efi at 2 () is being loaded...
02:646 00:023 OCABC: EfiBootRt candidate - <nil>
02:667 00:020 OCABC: IsEfiBootRt 0 (BP 1, Apple 0)
02:686 00:019 OCB: Arch filtering 0(167936)->5A5D4018(167936) caps 4 - Success
02:708 00:021 OCABC: Recovering trashed GetMemoryMap pointer
02:728 00:019 OCCPU: TSC Adjust 0
02:865 00:137 OCCPU: Queried Core Crystal Clock Frequency 24000000Hz
02:885 00:020 OCCPU: CPUFrequencyFromART 2208000000Hz 2208MHz = 24000000 * 184 / 2
02:907 00:021 OCUI: Registered custom GUI protocol
02:926 00:019 OC: Driver OpenCanopy.efi at 2 is successfully loaded!
02:947 00:020 OC: Driver ResetNvramEntry.efi at 3 () is being loaded...
02:967 00:020 OCABC: EfiBootRt candidate - <nil>
02:986 00:019 OCABC: IsEfiBootRt 0 (BP 1, Apple 0)
03:005 00:019 OCB: Arch filtering 0(73728)->5A5EB018(73728) caps 4 - Success
03:146 00:140 OCABC: Recovering trashed GetMemoryMap pointer
03:165 00:019 OCCPU: TSC Adjust 0
03:183 00:017 OCCPU: Queried Core Crystal Clock Frequency 24000000Hz
03:203 00:020 OCCPU: CPUFrequencyFromART 2208000000Hz 2208MHz = 24000000 * 184 / 2
03:225 00:021 OC: Driver ResetNvramEntry.efi at 3 is successfully loaded!
03:245 00:020 OC: Connecting drivers...
03:618 00:372 OC: Connecting drivers done...
03:636 00:018 OC: Found 3 pointer devices - Success
03:655 00:019 OCJS: PartitionInfo is Success
03:794 00:138 OCC: Installing GOP (Unsupported) on ConsoleOutHandle...
03:814 00:020 OC: Requested resolution is 0x0@0 (max: 1, force: 0) from Max
03:835 00:020 OCC: Requesting 0x0@0 (max: 1) resolution, curr 3, total 8
03:855 00:020 OCC: Current FB at 0x201800000000 (0x300000), format 1, res 1024x768 scan 1024
03:877 00:021 OCC: Mode 0 - 3840x2160:1
03:895 00:017 OCC: Mode 1 - 640x480:1
03:912 00:017 OCC: Mode 2 - 800x600:1
03:930 00:017 OCC: Mode 3 - 1024x768:1
03:948 00:017 OCC: Mode 4 - 1280x1024:1
04:085 00:137 OCC: Mode 5 - 1400x1050:1
04:103 00:017 OCC: Mode 6 - 1600x1200:1
04:121 00:017 OCC: Mode 7 - 1280x960:1
04:138 00:017 OCC: Setting mode 0 with 3840x2160 resolution
04:217 00:078 OCC: Changed resolution mode to 0
04:236 00:019 OC: Changed resolution to 0x0@0 (max: 1, force: 0) from Max - Success
04:258 00:021 OC: Selected UIScale 2 based on 3840x2160 resolution
04:280 00:022 OC: Setting UIScale to 2 - Success
04:419 00:138 OCC: Using builtin text renderer with 2 scale
04:438 00:019 OCC: Install console control (559CB0B0/55AE3508/0), current - Success
04:464 00:026 OCC: Setup ASCII Output - Success
04:483 00:018 OC: Requested console mode is 0x0 (max: 0) from 
04:503 00:020 OC: Requested not to use audio
04:521 00:017 OC: OcMiscLoadSystemReport...
04:539 00:017 OC: OcLoadAcpiSupport...
04:557 00:017 OCA: Found 30 ACPI tables
04:574 00:017 OCA: Detected table FACP (50434146) (OEM 00002049204D2041) at 664FB000 of 276 bytes at index 0
04:717 00:143 OCA: Detected DSDT at 66480000 of 502125 bytes at index 0
04:738 00:020 OCA: Detected table FIDT (54444946) (OEM 00000049204D2041) at 6647F000 of 156 bytes at index 1
04:761 00:023 OCA: Detected table SSDT (54445353) (OEM 00000000544C5843) at 6647D000 of 88 bytes at index 2
04:784 00:023 OCA: Detected table SSDT (54445353) (OEM 495043415F534152) at 6647C000 of 1868 bytes at index 3
04:809 00:024 OCA: Detected table ERST (54535245) (OEM 00002049204D2041) at 6647B000 of 560 bytes at index 4
04:832 00:023 OCA: Detected table MCFG (4746434D) (OEM 00002049204D2041) at 66479000 of 60 bytes at index 5
04:856 00:023 OCA: Detected table BDAT (54414442) (OEM 00002049204D2041) at 66478000 of 48 bytes at index 6
04:879 00:023 OCA: Detected table HPET (54455048) (OEM 00002049204D2041) at 66477000 of 56 bytes at index 7
04:903 00:023 OCA: Detected table MSCT (5443534D) (OEM 00002049204D2041) at 66476000 of 78 bytes at index 8
05:045 00:142 OCA: Detected table WDDT (54444457) (OEM 00002049204D2041) at 66475000 of 64 bytes at index 9
05:069 00:023 OCA: Detected table APIC (43495041) (OEM 00002049204D2041) at 66473000 of 606 bytes at index 10
05:093 00:024 OCA: Detected table SRAT (54415253) (OEM 00002049204D2041) at 66471000 of 7728 bytes at index 11
05:118 00:024 OCA: Detected table SLIT (54494C53) (OEM 00002049204D2041) at 66470000 of 45 bytes at index 12
05:141 00:023 OCA: Detected table HMAT (54414D48) (OEM 00002049204D2041) at 6646F000 of 248 bytes at index 13
05:166 00:024 OCA: Detected table OEM4 (344D454F) (OEM 5453432020555043) at 6640D000 of 401105 bytes at index 14
05:190 00:024 OCA: Detected table OEM1 (314D454F) (OEM 5453494520555043) at 663C8000 of 279417 bytes at index 15
05:215 00:024 OCA: Detected table OEM2 (324D454F) (OEM 5057482020555043) at 663B6000 of 71729 bytes at index 16
05:359 00:144 OCA: Detected table SSDT (54445353) (OEM 4D50202054445353) at 6639B000 of 108126 bytes at index 17
05:384 00:024 OCA: Detected table SSDT (54445353) (OEM 00002049204D2041) at 6639A000 of 2903 bytes at index 18
05:409 00:024 OCA: Detected table DBG2 (32474244) (OEM 00002049204D2041) at 66399000 of 92 bytes at index 19
05:432 00:023 OCA: Detected table HEST (54534548) (OEM 00002049204D2041) at 66398000 of 316 bytes at index 20
05:457 00:024 OCA: Detected table BERT (54524542) (OEM 00002049204D2041) at 66397000 of 48 bytes at index 21
05:480 00:023 OCA: Detected table SSDT (54445353) (OEM 54414C5852444441) at 66396000 of 1902 bytes at index 22
05:505 00:024 OCA: Detected table DMAR (52414D44) (OEM 00002049204D2041) at 66395000 of 712 bytes at index 23
05:529 00:024 OCA: Detected table FPDT (54445046) (OEM 00002049204D2041) at 66394000 of 68 bytes at index 24
05:553 00:023 OCA: Detected table VFCT (54434656) (OEM 00002049204D2041) at 66385000 of 59012 bytes at index 25
05:697 00:144 OCA: Detected table SPCR (52435053) (OEM 00002049204D2041) at 66384000 of 80 bytes at index 26
05:720 00:023 OCA: Detected table WPBT (54425057) (OEM 00000049204D2041) at 66237000 of 64 bytes at index 27
05:743 00:023 OCA: Detected table TPM2 (324D5054) (OEM 00002049204D2041) at 66236000 of 76 bytes at index 28
05:766 00:023 OCA: Detected table WSMT (544D5357) (OEM 00002049204D2041) at 66474000 of 40 bytes at index 29
05:790 00:023 OCA: Deleting table SSDT (54445353) (OEM 00002049204D2041) of 2903 bytes with 00002049204D2041 ID at index 18
05:814 00:024 OCA: FACS signature is 0 (0)
05:832 00:017 OC: Applying 7 byte ACPI patch (HPET _STA to XSTA Rename) at 1, skip 0, count 0
05:856 00:023 OCA: Patching DSDT of 502125 bytes with 0000000000000000 ID replaced 1 of 0
05:878 00:022 OCA: Refreshed DSDT checksum to 03
06:017 00:138 OCA: Patching FACP (50434146) (OEM 00002049204D2041) of 276 bytes with 00002049204D2041 ID at 0 replaced 0 of 0
06:043 00:025 OCA: Patching FIDT (54444946) (OEM 00000049204D2041) of 156 bytes with 00000049204D2041 ID at 1 replaced 0 of 0
06:069 00:025 OCA: Patching SSDT (54445353) (OEM 00000000544C5843) of 88 bytes with 00000000544C5843 ID at 2 replaced 0 of 0
06:093 00:024 OCA: Patching SSDT (54445353) (OEM 495043415F534152) of 1868 bytes with 495043415F534152 ID at 3 replaced 0 of 0
06:119 00:025 OCA: Patching ERST (54535245) (OEM 00002049204D2041) of 560 bytes with 00002049204D2041 ID at 4 replaced 0 of 0
06:145 00:026 OCA: Patching MCFG (4746434D) (OEM 00002049204D2041) of 60 bytes with 00002049204D2041 ID at 5 replaced 0 of 0
06:170 00:024 OCA: Patching BDAT (54414442) (OEM 00002049204D2041) of 48 bytes with 00002049204D2041 ID at 6 replaced 0 of 0
06:195 00:024 OCA: Patching HPET (54455048) (OEM 00002049204D2041) of 56 bytes with 00002049204D2041 ID at 7 replaced 0 of 0
06:339 00:144 OCA: Patching MSCT (5443534D) (OEM 00002049204D2041) of 78 bytes with 00002049204D2041 ID at 8 replaced 0 of 0
06:364 00:024 OCA: Patching WDDT (54444457) (OEM 00002049204D2041) of 64 bytes with 00002049204D2041 ID at 9 replaced 0 of 0
06:389 00:024 OCA: Patching APIC (43495041) (OEM 00002049204D2041) of 606 bytes with 00002049204D2041 ID at 10 replaced 0 of 0
06:415 00:025 OCA: Patching SRAT (54415253) (OEM 00002049204D2041) of 7728 bytes with 00002049204D2041 ID at 11 replaced 0 of 0
06:441 00:026 OCA: Patching SLIT (54494C53) (OEM 00002049204D2041) of 45 bytes with 00002049204D2041 ID at 12 replaced 0 of 0
06:467 00:026 OCA: Patching HMAT (54414D48) (OEM 00002049204D2041) of 248 bytes with 00002049204D2041 ID at 13 replaced 0 of 0
06:493 00:026 OCA: Patching OEM4 (344D454F) (OEM 5453432020555043) of 401105 bytes with 5453432020555043 ID at 14 replaced 0 of 0
06:519 00:026 OCA: Patching OEM1 (314D454F) (OEM 5453494520555043) of 279417 bytes with 5453494520555043 ID at 15 replaced 0 of 0
06:546 00:026 OCA: Patching OEM2 (324D454F) (OEM 5057482020555043) of 71729 bytes with 5057482020555043 ID at 16 replaced 0 of 0
06:692 00:145 OCA: Patching SSDT (54445353) (OEM 4D50202054445353) of 108126 bytes with 4D50202054445353 ID at 17 replaced 0 of 0
06:718 00:025 OCA: Patching DBG2 (32474244) (OEM 00002049204D2041) of 92 bytes with 00002049204D2041 ID at 18 replaced 0 of 0
06:744 00:026 OCA: Patching HEST (54534548) (OEM 00002049204D2041) of 316 bytes with 00002049204D2041 ID at 19 replaced 0 of 0
06:770 00:026 OCA: Patching BERT (54524542) (OEM 00002049204D2041) of 48 bytes with 00002049204D2041 ID at 20 replaced 0 of 0
06:796 00:026 OCA: Patching SSDT (54445353) (OEM 54414C5852444441) of 1902 bytes with 54414C5852444441 ID at 21 replaced 0 of 0
06:822 00:025 OCA: Patching DMAR (52414D44) (OEM 00002049204D2041) of 712 bytes with 00002049204D2041 ID at 22 replaced 0 of 0
06:848 00:026 OCA: Patching FPDT (54445046) (OEM 00002049204D2041) of 68 bytes with 00002049204D2041 ID at 23 replaced 0 of 0
06:874 00:026 OCA: Patching VFCT (54434656) (OEM 00002049204D2041) of 59012 bytes with 00002049204D2041 ID at 24 replaced 0 of 0
06:900 00:026 OCA: Patching SPCR (52435053) (OEM 00002049204D2041) of 80 bytes with 00002049204D2041 ID at 25 replaced 0 of 0
07:046 00:145 OCA: Patching WPBT (54425057) (OEM 00000049204D2041) of 64 bytes with 00000049204D2041 ID at 26 replaced 0 of 0
07:072 00:025 OCA: Patching TPM2 (324D5054) (OEM 00002049204D2041) of 76 bytes with 00002049204D2041 ID at 27 replaced 0 of 0
07:098 00:025 OCA: Patching WSMT (544D5357) (OEM 00002049204D2041) of 40 bytes with 00002049204D2041 ID at 28 replaced 0 of 0
07:124 00:026 OC: Applying 5 byte ACPI patch (HPET _CRS to XCRS Rename) at 2, skip 0, count 0
07:148 00:023 OCA: Patching DSDT of 502125 bytes with 0000000000000000 ID replaced 1 of 0
07:170 00:022 OCA: Refreshed DSDT checksum to 0A
07:189 00:019 OCA: Patching FACP (50434146) (OEM 00002049204D2041) of 276 bytes with 00002049204D2041 ID at 0 replaced 0 of 0
07:215 00:026 OCA: Patching FIDT (54444946) (OEM 00000049204D2041) of 156 bytes with 00000049204D2041 ID at 1 replaced 0 of 0
07:361 00:145 OCA: Patching SSDT (54445353) (OEM 00000000544C5843) of 88 bytes with 00000000544C5843 ID at 2 replaced 0 of 0
07:386 00:024 OCA: Patching SSDT (54445353) (OEM 495043415F534152) of 1868 bytes with 495043415F534152 ID at 3 replaced 0 of 0
07:412 00:026 OCA: Patching ERST (54535245) (OEM 00002049204D2041) of 560 bytes with 00002049204D2041 ID at 4 replaced 0 of 0
07:438 00:025 OCA: Patching MCFG (4746434D) (OEM 00002049204D2041) of 60 bytes with 00002049204D2041 ID at 5 replaced 0 of 0
07:463 00:024 OCA: Patching BDAT (54414442) (OEM 00002049204D2041) of 48 bytes with 00002049204D2041 ID at 6 replaced 0 of 0
07:487 00:024 OCA: Patching HPET (54455048) (OEM 00002049204D2041) of 56 bytes with 00002049204D2041 ID at 7 replaced 0 of 0
07:512 00:024 OCA: Patching MSCT (5443534D) (OEM 00002049204D2041) of 78 bytes with 00002049204D2041 ID at 8 replaced 0 of 0
07:537 00:024 OCA: Patching WDDT (54444457) (OEM 00002049204D2041) of 64 bytes with 00002049204D2041 ID at 9 replaced 0 of 0
07:562 00:024 OCA: Patching APIC (43495041) (OEM 00002049204D2041) of 606 bytes with 00002049204D2041 ID at 10 replaced 0 of 0
07:708 00:145 OCA: Patching SRAT (54415253) (OEM 00002049204D2041) of 7728 bytes with 00002049204D2041 ID at 11 replaced 0 of 0
07:734 00:026 OCA: Patching SLIT (54494C53) (OEM 00002049204D2041) of 45 bytes with 00002049204D2041 ID at 12 replaced 0 of 0
07:760 00:025 OCA: Patching HMAT (54414D48) (OEM 00002049204D2041) of 248 bytes with 00002049204D2041 ID at 13 replaced 0 of 0
07:786 00:026 OCA: Patching OEM4 (344D454F) (OEM 5453432020555043) of 401105 bytes with 5453432020555043 ID at 14 replaced 0 of 0
07:813 00:026 OCA: Patching OEM1 (314D454F) (OEM 5453494520555043) of 279417 bytes with 5453494520555043 ID at 15 replaced 0 of 0
07:839 00:026 OCA: Patching OEM2 (324D454F) (OEM 5057482020555043) of 71729 bytes with 5057482020555043 ID at 16 replaced 0 of 0
07:865 00:026 OCA: Patching SSDT (54445353) (OEM 4D50202054445353) of 108126 bytes with 4D50202054445353 ID at 17 replaced 0 of 0
07:891 00:026 OCA: Patching DBG2 (32474244) (OEM 00002049204D2041) of 92 bytes with 00002049204D2041 ID at 18 replaced 0 of 0
07:918 00:026 OCA: Patching HEST (54534548) (OEM 00002049204D2041) of 316 bytes with 00002049204D2041 ID at 19 replaced 0 of 0
08:063 00:145 OCA: Patching BERT (54524542) (OEM 00002049204D2041) of 48 bytes with 00002049204D2041 ID at 20 replaced 0 of 0
08:089 00:026 OCA: Patching SSDT (54445353) (OEM 54414C5852444441) of 1902 bytes with 54414C5852444441 ID at 21 replaced 0 of 0
08:115 00:025 OCA: Patching DMAR (52414D44) (OEM 00002049204D2041) of 712 bytes with 00002049204D2041 ID at 22 replaced 0 of 0
08:141 00:026 OCA: Patching FPDT (54445046) (OEM 00002049204D2041) of 68 bytes with 00002049204D2041 ID at 23 replaced 0 of 0
08:167 00:026 OCA: Patching VFCT (54434656) (OEM 00002049204D2041) of 59012 bytes with 00002049204D2041 ID at 24 replaced 0 of 0
08:194 00:026 OCA: Patching SPCR (52435053) (OEM 00002049204D2041) of 80 bytes with 00002049204D2041 ID at 25 replaced 0 of 0
08:220 00:025 OCA: Patching WPBT (54425057) (OEM 00000049204D2041) of 64 bytes with 00000049204D2041 ID at 26 replaced 0 of 0
08:246 00:026 OCA: Patching TPM2 (324D5054) (OEM 00002049204D2041) of 76 bytes with 00002049204D2041 ID at 27 replaced 0 of 0
08:392 00:146 OCA: Patching WSMT (544D5357) (OEM 00002049204D2041) of 40 bytes with 00002049204D2041 ID at 28 replaced 0 of 0
08:418 00:025 OC: Applying 5 byte ACPI patch (RTC IRQ 8 Patch) at 3, skip 0, count 0
08:440 00:022 OCA: Patching DSDT of 502125 bytes with 0000000000000000 ID replaced 1 of 0
08:462 00:022 OCA: Refreshed DSDT checksum to 0B
08:481 00:019 OCA: Patching FACP (50434146) (OEM 00002049204D2041) of 276 bytes with 00002049204D2041 ID at 0 replaced 0 of 0
08:508 00:026 OCA: Patching FIDT (54444946) (OEM 00000049204D2041) of 156 bytes with 00000049204D2041 ID at 1 replaced 0 of 0
08:534 00:026 OCA: Patching SSDT (54445353) (OEM 00000000544C5843) of 88 bytes with 00000000544C5843 ID at 2 replaced 0 of 0
08:558 00:024 OCA: Patching SSDT (54445353) (OEM 495043415F534152) of 1868 bytes with 495043415F534152 ID at 3 replaced 0 of 0
08:584 00:026 OCA: Patching ERST (54535245) (OEM 00002049204D2041) of 560 bytes with 00002049204D2041 ID at 4 replaced 0 of 0
08:730 00:145 OCA: Patching MCFG (4746434D) (OEM 00002049204D2041) of 60 bytes with 00002049204D2041 ID at 5 replaced 0 of 0
08:755 00:024 OCA: Patching BDAT (54414442) (OEM 00002049204D2041) of 48 bytes with 00002049204D2041 ID at 6 replaced 0 of 0
08:780 00:024 OCA: Patching HPET (54455048) (OEM 00002049204D2041) of 56 bytes with 00002049204D2041 ID at 7 replaced 0 of 0
08:804 00:024 OCA: Patching MSCT (5443534D) (OEM 00002049204D2041) of 78 bytes with 00002049204D2041 ID at 8 replaced 0 of 0
08:829 00:024 OCA: Patching WDDT (54444457) (OEM 00002049204D2041) of 64 bytes with 00002049204D2041 ID at 9 replaced 0 of 0
08:854 00:024 OCA: Patching APIC (43495041) (OEM 00002049204D2041) of 606 bytes with 00002049204D2041 ID at 10 replaced 0 of 0
08:880 00:026 OCA: Patching SRAT (54415253) (OEM 00002049204D2041) of 7728 bytes with 00002049204D2041 ID at 11 replaced 0 of 0
08:906 00:026 OCA: Patching SLIT (54494C53) (OEM 00002049204D2041) of 45 bytes with 00002049204D2041 ID at 12 replaced 0 of 0
08:932 00:026 OCA: Patching HMAT (54414D48) (OEM 00002049204D2041) of 248 bytes with 00002049204D2041 ID at 13 replaced 0 of 0
09:079 00:146 OCA: Patching OEM4 (344D454F) (OEM 5453432020555043) of 401105 bytes with 5453432020555043 ID at 14 replaced 0 of 0
09:105 00:026 OCA: Patching OEM1 (314D454F) (OEM 5453494520555043) of 279417 bytes with 5453494520555043 ID at 15 replaced 0 of 0
09:131 00:026 OCA: Patching OEM2 (324D454F) (OEM 5057482020555043) of 71729 bytes with 5057482020555043 ID at 16 replaced 0 of 0
09:158 00:026 OCA: Patching SSDT (54445353) (OEM 4D50202054445353) of 108126 bytes with 4D50202054445353 ID at 17 replaced 0 of 0
09:184 00:026 OCA: Patching DBG2 (32474244) (OEM 00002049204D2041) of 92 bytes with 00002049204D2041 ID at 18 replaced 0 of 0
09:210 00:026 OCA: Patching HEST (54534548) (OEM 00002049204D2041) of 316 bytes with 00002049204D2041 ID at 19 replaced 0 of 0
09:236 00:026 OCA: Patching BERT (54524542) (OEM 00002049204D2041) of 48 bytes with 00002049204D2041 ID at 20 replaced 0 of 0
09:262 00:026 OCA: Patching SSDT (54445353) (OEM 54414C5852444441) of 1902 bytes with 54414C5852444441 ID at 21 replaced 0 of 0
09:408 00:146 OCA: Patching DMAR (52414D44) (OEM 00002049204D2041) of 712 bytes with 00002049204D2041 ID at 22 replaced 0 of 0
09:434 00:026 OCA: Patching FPDT (54445046) (OEM 00002049204D2041) of 68 bytes with 00002049204D2041 ID at 23 replaced 0 of 0
09:460 00:026 OCA: Patching VFCT (54434656) (OEM 00002049204D2041) of 59012 bytes with 00002049204D2041 ID at 24 replaced 0 of 0
09:486 00:026 OCA: Patching SPCR (52435053) (OEM 00002049204D2041) of 80 bytes with 00002049204D2041 ID at 25 replaced 0 of 0
09:512 00:026 OCA: Patching WPBT (54425057) (OEM 00000049204D2041) of 64 bytes with 00000049204D2041 ID at 26 replaced 0 of 0
09:538 00:026 OCA: Patching TPM2 (324D5054) (OEM 00002049204D2041) of 76 bytes with 00002049204D2041 ID at 27 replaced 0 of 0
09:564 00:026 OCA: Patching WSMT (544D5357) (OEM 00002049204D2041) of 40 bytes with 00002049204D2041 ID at 28 replaced 0 of 0
09:590 00:026 OC: Applying 5 byte ACPI patch (TMR IRQ 0 Patch) at 4, skip 0, count 0
09:613 00:022 OCA: Patching DSDT of 502125 bytes with 0000000000000000 ID replaced 1 of 0
09:755 00:141 OCA: Refreshed DSDT checksum to 0C
09:774 00:019 OCA: Patching FACP (50434146) (OEM 00002049204D2041) of 276 bytes with 00002049204D2041 ID at 0 replaced 0 of 0
09:800 00:026 OCA: Patching FIDT (54444946) (OEM 00000049204D2041) of 156 bytes with 00000049204D2041 ID at 1 replaced 0 of 0
09:826 00:025 OCA: Patching SSDT (54445353) (OEM 00000000544C5843) of 88 bytes with 00000000544C5843 ID at 2 replaced 0 of 0
09:851 00:024 OCA: Patching SSDT (54445353) (OEM 495043415F534152) of 1868 bytes with 495043415F534152 ID at 3 replaced 0 of 0
09:877 00:026 OCA: Patching ERST (54535245) (OEM 00002049204D2041) of 560 bytes with 00002049204D2041 ID at 4 replaced 0 of 0
09:903 00:026 OCA: Patching MCFG (4746434D) (OEM 00002049204D2041) of 60 bytes with 00002049204D2041 ID at 5 replaced 0 of 0
09:928 00:024 OCA: Patching BDAT (54414442) (OEM 00002049204D2041) of 48 bytes with 00002049204D2041 ID at 6 replaced 0 of 0
09:953 00:025 OCA: Patching HPET (54455048) (OEM 00002049204D2041) of 56 bytes with 00002049204D2041 ID at 7 replaced 0 of 0
10:097 00:144 OCA: Patching MSCT (5443534D) (OEM 00002049204D2041) of 78 bytes with 00002049204D2041 ID at 8 replaced 0 of 0
10:122 00:024 OCA: Patching WDDT (54444457) (OEM 00002049204D2041) of 64 bytes with 00002049204D2041 ID at 9 replaced 0 of 0
10:147 00:024 OCA: Patching APIC (43495041) (OEM 00002049204D2041) of 606 bytes with 00002049204D2041 ID at 10 replaced 0 of 0
10:173 00:026 OCA: Patching SRAT (54415253) (OEM 00002049204D2041) of 7728 bytes with 00002049204D2041 ID at 11 replaced 0 of 0
10:199 00:026 OCA: Patching SLIT (54494C53) (OEM 00002049204D2041) of 45 bytes with 00002049204D2041 ID at 12 replaced 0 of 0
10:225 00:026 OCA: Patching HMAT (54414D48) (OEM 00002049204D2041) of 248 bytes with 00002049204D2041 ID at 13 replaced 0 of 0
10:252 00:026 OCA: Patching OEM4 (344D454F) (OEM 5453432020555043) of 401105 bytes with 5453432020555043 ID at 14 replaced 0 of 0
10:278 00:026 OCA: Patching OEM1 (314D454F) (OEM 5453494520555043) of 279417 bytes with 5453494520555043 ID at 15 replaced 0 of 0
10:424 00:146 OCA: Patching OEM2 (324D454F) (OEM 5057482020555043) of 71729 bytes with 5057482020555043 ID at 16 replaced 0 of 0
10:450 00:026 OCA: Patching SSDT (54445353) (OEM 4D50202054445353) of 108126 bytes with 4D50202054445353 ID at 17 replaced 0 of 0
10:476 00:026 OCA: Patching DBG2 (32474244) (OEM 00002049204D2041) of 92 bytes with 00002049204D2041 ID at 18 replaced 0 of 0
10:502 00:025 OCA: Patching HEST (54534548) (OEM 00002049204D2041) of 316 bytes with 00002049204D2041 ID at 19 replaced 0 of 0
10:529 00:026 OCA: Patching BERT (54524542) (OEM 00002049204D2041) of 48 bytes with 00002049204D2041 ID at 20 replaced 0 of 0
10:555 00:026 OCA: Patching SSDT (54445353) (OEM 54414C5852444441) of 1902 bytes with 54414C5852444441 ID at 21 replaced 0 of 0
10:581 00:026 OCA: Patching DMAR (52414D44) (OEM 00002049204D2041) of 712 bytes with 00002049204D2041 ID at 22 replaced 0 of 0
10:607 00:026 OCA: Patching FPDT (54445046) (OEM 00002049204D2041) of 68 bytes with 00002049204D2041 ID at 23 replaced 0 of 0
10:633 00:026 OCA: Patching VFCT (54434656) (OEM 00002049204D2041) of 59012 bytes with 00002049204D2041 ID at 24 replaced 0 of 0
10:779 00:145 OCA: Patching SPCR (52435053) (OEM 00002049204D2041) of 80 bytes with 00002049204D2041 ID at 25 replaced 0 of 0
10:805 00:026 OCA: Patching WPBT (54425057) (OEM 00000049204D2041) of 64 bytes with 00000049204D2041 ID at 26 replaced 0 of 0
10:831 00:026 OCA: Patching TPM2 (324D5054) (OEM 00002049204D2041) of 76 bytes with 00002049204D2041 ID at 27 replaced 0 of 0
10:857 00:026 OCA: Patching WSMT (544D5357) (OEM 00002049204D2041) of 40 bytes with 00002049204D2041 ID at 28 replaced 0 of 0
10:883 00:026 OC: Applying 4 byte ACPI patch (_OSI to XOSI rename - requires SSDT-XOSI.aml) at 5, skip 0, count 0
10:908 00:025 OCA: Patching DSDT of 502125 bytes with 0000000000000000 ID replaced 21 of 0
10:930 00:022 OCA: Refreshed DSDT checksum to 9F
10:950 00:019 OCA: Patching FACP (50434146) (OEM 00002049204D2041) of 276 bytes with 00002049204D2041 ID at 0 replaced 0 of 0
10:976 00:026 OCA: Patching FIDT (54444946) (OEM 00000049204D2041) of 156 bytes with 00000049204D2041 ID at 1 replaced 0 of 0
11:122 00:145 OCA: Patching SSDT (54445353) (OEM 00000000544C5843) of 88 bytes with 00000000544C5843 ID at 2 replaced 0 of 0
11:146 00:024 OCA: Patching SSDT (54445353) (OEM 495043415F534152) of 1868 bytes with 495043415F534152 ID at 3 replaced 0 of 0
11:172 00:026 OCA: Patching ERST (54535245) (OEM 00002049204D2041) of 560 bytes with 00002049204D2041 ID at 4 replaced 0 of 0
11:198 00:026 OCA: Patching MCFG (4746434D) (OEM 00002049204D2041) of 60 bytes with 00002049204D2041 ID at 5 replaced 0 of 0
11:223 00:024 OCA: Patching BDAT (54414442) (OEM 00002049204D2041) of 48 bytes with 00002049204D2041 ID at 6 replaced 0 of 0
11:248 00:024 OCA: Patching HPET (54455048) (OEM 00002049204D2041) of 56 bytes with 00002049204D2041 ID at 7 replaced 0 of 0
11:273 00:024 OCA: Patching MSCT (5443534D) (OEM 00002049204D2041) of 78 bytes with 00002049204D2041 ID at 8 replaced 0 of 0
11:298 00:024 OCA: Patching WDDT (54444457) (OEM 00002049204D2041) of 64 bytes with 00002049204D2041 ID at 9 replaced 0 of 0
11:442 00:144 OCA: Patching APIC (43495041) (OEM 00002049204D2041) of 606 bytes with 00002049204D2041 ID at 10 replaced 0 of 0
11:468 00:026 OCA: Patching SRAT (54415253) (OEM 00002049204D2041) of 7728 bytes with 00002049204D2041 ID at 11 replaced 0 of 0
11:494 00:026 OCA: Patching SLIT (54494C53) (OEM 00002049204D2041) of 45 bytes with 00002049204D2041 ID at 12 replaced 0 of 0
11:520 00:026 OCA: Patching HMAT (54414D48) (OEM 00002049204D2041) of 248 bytes with 00002049204D2041 ID at 13 replaced 0 of 0
11:547 00:026 OCA: Patching OEM4 (344D454F) (OEM 5453432020555043) of 401105 bytes with 5453432020555043 ID at 14 replaced 0 of 0
11:573 00:026 OCA: Patching OEM1 (314D454F) (OEM 5453494520555043) of 279417 bytes with 5453494520555043 ID at 15 replaced 0 of 0
11:599 00:026 OCA: Patching OEM2 (324D454F) (OEM 5057482020555043) of 71729 bytes with 5057482020555043 ID at 16 replaced 0 of 0
11:625 00:026 OCA: Patching SSDT (54445353) (OEM 4D50202054445353) of 108126 bytes with 4D50202054445353 ID at 17 replaced 0 of 0
11:652 00:026 OCA: Patching DBG2 (32474244) (OEM 00002049204D2041) of 92 bytes with 00002049204D2041 ID at 18 replaced 0 of 0
11:798 00:145 OCA: Patching HEST (54534548) (OEM 00002049204D2041) of 316 bytes with 00002049204D2041 ID at 19 replaced 0 of 0
11:824 00:026 OCA: Patching BERT (54524542) (OEM 00002049204D2041) of 48 bytes with 00002049204D2041 ID at 20 replaced 0 of 0
11:850 00:025 OCA: Patching SSDT (54445353) (OEM 54414C5852444441) of 1902 bytes with 54414C5852444441 ID at 21 replaced 0 of 0
11:876 00:026 OCA: Patching DMAR (52414D44) (OEM 00002049204D2041) of 712 bytes with 00002049204D2041 ID at 22 replaced 0 of 0
11:902 00:026 OCA: Patching FPDT (54445046) (OEM 00002049204D2041) of 68 bytes with 00002049204D2041 ID at 23 replaced 0 of 0
11:928 00:026 OCA: Patching VFCT (54434656) (OEM 00002049204D2041) of 59012 bytes with 00002049204D2041 ID at 24 replaced 0 of 0
11:954 00:026 OCA: Patching SPCR (52435053) (OEM 00002049204D2041) of 80 bytes with 00002049204D2041 ID at 25 replaced 0 of 0
11:980 00:026 OCA: Patching WPBT (54425057) (OEM 00000049204D2041) of 64 bytes with 00000049204D2041 ID at 26 replaced 0 of 0
12:007 00:026 OCA: Patching TPM2 (324D5054) (OEM 00002049204D2041) of 76 bytes with 00002049204D2041 ID at 27 replaced 0 of 0
12:152 00:145 OCA: Patching WSMT (544D5357) (OEM 00002049204D2041) of 40 bytes with 00002049204D2041 ID at 28 replaced 0 of 0
12:180 00:027 OCA: Allocated new table SSDT at 66D4B000
12:199 00:019 OCA: Inserted table SSDT (54445353) (OEM 0050415257555043) of 6082 bytes into ACPI at index 29
12:222 00:023 OC: Skipping add ACPI APIC-ASROCK.aml (0)
12:242 00:019 OC: Skipping add ACPI SSDT-PMC.aml (0)
12:261 00:019 OC: Skipping add ACPI SSDT-USB-Reset.aml (0)
12:280 00:019 OC: Skipping add ACPI SSDT-USBX.aml (0)
12:299 00:019 OC: Skipping add ACPI SSDT-PLUG.aml (0)
12:438 00:138 OC: Skipping add ACPI SSDT-EC.aml (0)
12:457 00:018 OC: Skipping add ACPI SSDT-RTC0-RANGE-HEDT.aml (0)
12:477 00:020 OC: Skipping add ACPI SSDT-PLUG-1.aml (0)
12:496 00:019 OC: Skipping add ACPI SSDT-PUC.aml (0)
12:515 00:019 OC: Skipping add ACPI SSDT-DMAR.aml (0)
12:534 00:019 OC: Skipping add ACPI SSDT-USBPORTS-W790.aml (0)
12:555 00:020 OC: Skipping add ACPI SSDT-XH_ADLS3.aml (0)
12:575 00:020 OCA: Allocated new table SSDT at 66D4A000
12:595 00:019 OCA: Inserted table SSDT (54445353) (OEM 0000434574647353) of 377 bytes into ACPI at index 30
12:737 00:142 OCA: Allocated new table SSDT at 66D49000
12:756 00:019 OCA: Inserted table SSDT (54445353) (OEM 0000006775626544) of 47 bytes into ACPI at index 31
12:780 00:023 OCA: Allocated new table SSDT at 66D48000
12:799 00:019 OCA: Inserted table SSDT (54445353) (OEM 0000000054455048) of 286 bytes into ACPI at index 32
12:822 00:023 OCA: Allocated new table SSDT at 66D47000
12:841 00:019 OCA: Inserted table SSDT (54445353) (OEM 0000000042554852) of 1699 bytes into ACPI at index 33
12:865 00:023 OCA: Exposing XSDT table table FACP (50434146) (OEM 00002049204D2041) at 664FB000 of 276 bytes at index 0
12:889 00:024 OCA: Exposing XSDT table table FIDT (54444946) (OEM 00000049204D2041) at 6647F000 of 156 bytes at index 1
12:914 00:025 OCA: Exposing XSDT table table SSDT (54445353) (OEM 00000000544C5843) at 6647D000 of 88 bytes at index 2
13:059 00:144 OCA: Exposing XSDT table table SSDT (54445353) (OEM 495043415F534152) at 6647C000 of 1868 bytes at index 3
13:083 00:024 OCA: Exposing XSDT table table ERST (54535245) (OEM 00002049204D2041) at 6647B000 of 560 bytes at index 4
13:108 00:024 OCA: Exposing XSDT table table MCFG (4746434D) (OEM 00002049204D2041) at 66479000 of 60 bytes at index 5
13:133 00:024 OCA: Exposing XSDT table table BDAT (54414442) (OEM 00002049204D2041) at 66478000 of 48 bytes at index 6
13:157 00:024 OCA: Exposing XSDT table table HPET (54455048) (OEM 00002049204D2041) at 66477000 of 56 bytes at index 7
13:182 00:024 OCA: Exposing XSDT table table MSCT (5443534D) (OEM 00002049204D2041) at 66476000 of 78 bytes at index 8
13:207 00:024 OCA: Exposing XSDT table table WDDT (54444457) (OEM 00002049204D2041) at 66475000 of 64 bytes at index 9
13:232 00:024 OCA: Exposing XSDT table table APIC (43495041) (OEM 00002049204D2041) at 66473000 of 606 bytes at index 10
13:376 00:144 OCA: Exposing XSDT table table SRAT (54415253) (OEM 00002049204D2041) at 66471000 of 7728 bytes at index 11
13:401 00:024 OCA: Exposing XSDT table table SLIT (54494C53) (OEM 00002049204D2041) at 66470000 of 45 bytes at index 12
13:425 00:024 OCA: Exposing XSDT table table HMAT (54414D48) (OEM 00002049204D2041) at 6646F000 of 248 bytes at index 13
13:450 00:024 OCA: Exposing XSDT table table OEM4 (344D454F) (OEM 5453432020555043) at 6640D000 of 401105 bytes at index 14
13:475 00:024 OCA: Exposing XSDT table table OEM1 (314D454F) (OEM 5453494520555043) at 663C8000 of 279417 bytes at index 15
13:499 00:024 OCA: Exposing XSDT table table OEM2 (324D454F) (OEM 5057482020555043) at 663B6000 of 71729 bytes at index 16
13:524 00:024 OCA: Exposing XSDT table table SSDT (54445353) (OEM 4D50202054445353) at 6639B000 of 108126 bytes at index 17
13:549 00:024 OCA: Exposing XSDT table table DBG2 (32474244) (OEM 00002049204D2041) at 66399000 of 92 bytes at index 18
13:574 00:024 OCA: Exposing XSDT table table HEST (54534548) (OEM 00002049204D2041) at 66398000 of 316 bytes at index 19
13:718 00:144 OCA: Exposing XSDT table table BERT (54524542) (OEM 00002049204D2041) at 66397000 of 48 bytes at index 20
13:743 00:024 OCA: Exposing XSDT table table SSDT (54445353) (OEM 54414C5852444441) at 66396000 of 1902 bytes at index 21
13:768 00:024 OCA: Exposing XSDT table table DMAR (52414D44) (OEM 00002049204D2041) at 66395000 of 712 bytes at index 22
13:792 00:024 OCA: Exposing XSDT table table FPDT (54445046) (OEM 00002049204D2041) at 66394000 of 68 bytes at index 23
13:817 00:024 OCA: Exposing XSDT table table VFCT (54434656) (OEM 00002049204D2041) at 66385000 of 59012 bytes at index 24
13:842 00:024 OCA: Exposing XSDT table table SPCR (52435053) (OEM 00002049204D2041) at 66384000 of 80 bytes at index 25
13:866 00:024 OCA: Exposing XSDT table table WPBT (54425057) (OEM 00000049204D2041) at 66237000 of 64 bytes at index 26
13:891 00:024 OCA: Exposing XSDT table table TPM2 (324D5054) (OEM 00002049204D2041) at 66236000 of 76 bytes at index 27
13:916 00:025 OCA: Exposing XSDT table table WSMT (544D5357) (OEM 00002049204D2041) at 66474000 of 40 bytes at index 28
14:060 00:143 OCA: Exposing XSDT table table SSDT (54445353) (OEM 0050415257555043) at 66D4B000 of 6082 bytes at index 29
14:085 00:024 OCA: Exposing XSDT table table SSDT (54445353) (OEM 0000434574647353) at 66D4A000 of 377 bytes at index 30
14:110 00:024 OCA: Exposing XSDT table table SSDT (54445353) (OEM 0000006775626544) at 66D49000 of 47 bytes at index 31
14:134 00:024 OCA: Exposing XSDT table table SSDT (54445353) (OEM 0000000054455048) at 66D48000 of 286 bytes at index 32
14:159 00:024 OCA: Exposing XSDT table table SSDT (54445353) (OEM 0000000042554852) at 66D47000 of 1699 bytes at index 33
14:184 00:024 OCA: Exposing RSDT table table FACP (50434146) (OEM 00002049204D2041) at 664FB000 of 276 bytes at index 0
14:209 00:024 OCA: Exposing RSDT table table FIDT (54444946) (OEM 00000049204D2041) at 6647F000 of 156 bytes at index 1
14:233 00:024 OCA: Exposing RSDT table table SSDT (54445353) (OEM 00000000544C5843) at 6647D000 of 88 bytes at index 2
14:378 00:144 OCA: Exposing RSDT table table SSDT (54445353) (OEM 495043415F534152) at 6647C000 of 1868 bytes at index 3
14:402 00:024 OCA: Exposing RSDT table table ERST (54535245) (OEM 00002049204D2041) at 6647B000 of 560 bytes at index 4
14:427 00:024 OCA: Exposing RSDT table table MCFG (4746434D) (OEM 00002049204D2041) at 66479000 of 60 bytes at index 5
14:452 00:024 OCA: Exposing RSDT table table BDAT (54414442) (OEM 00002049204D2041) at 66478000 of 48 bytes at index 6
14:476 00:024 OCA: Exposing RSDT table table HPET (54455048) (OEM 00002049204D2041) at 66477000 of 56 bytes at index 7
14:501 00:024 OCA: Exposing RSDT table table MSCT (5443534D) (OEM 00002049204D2041) at 66476000 of 78 bytes at index 8
14:526 00:024 OCA: Exposing RSDT table table WDDT (54444457) (OEM 00002049204D2041) at 66475000 of 64 bytes at index 9
14:551 00:024 OCA: Exposing RSDT table table APIC (43495041) (OEM 00002049204D2041) at 66473000 of 606 bytes at index 10
14:576 00:024 OCA: Exposing RSDT table table SRAT (54415253) (OEM 00002049204D2041) at 66471000 of 7728 bytes at index 11
14:720 00:144 OCA: Exposing RSDT table table SLIT (54494C53) (OEM 00002049204D2041) at 66470000 of 45 bytes at index 12
14:744 00:024 OCA: Exposing RSDT table table HMAT (54414D48) (OEM 00002049204D2041) at 6646F000 of 248 bytes at index 13
14:769 00:024 OCA: Exposing RSDT table table OEM4 (344D454F) (OEM 5453432020555043) at 6640D000 of 401105 bytes at index 14
14:794 00:024 OCA: Exposing RSDT table table OEM1 (314D454F) (OEM 5453494520555043) at 663C8000 of 279417 bytes at index 15
14:819 00:024 OCA: Exposing RSDT table table OEM2 (324D454F) (OEM 5057482020555043) at 663B6000 of 71729 bytes at index 16
14:843 00:024 OCA: Exposing RSDT table table SSDT (54445353) (OEM 4D50202054445353) at 6639B000 of 108126 bytes at index 17
14:868 00:024 OCA: Exposing RSDT table table DBG2 (32474244) (OEM 00002049204D2041) at 66399000 of 92 bytes at index 18
14:893 00:024 OCA: Exposing RSDT table table HEST (54534548) (OEM 00002049204D2041) at 66398000 of 316 bytes at index 19
14:918 00:025 OCA: Exposing RSDT table table BERT (54524542) (OEM 00002049204D2041) at 66397000 of 48 bytes at index 20
15:062 00:144 OCA: Exposing RSDT table table SSDT (54445353) (OEM 54414C5852444441) at 66396000 of 1902 bytes at index 21
15:087 00:024 OCA: Exposing RSDT table table DMAR (52414D44) (OEM 00002049204D2041) at 66395000 of 712 bytes at index 22
15:112 00:024 OCA: Exposing RSDT table table FPDT (54445046) (OEM 00002049204D2041) at 66394000 of 68 bytes at index 23
15:136 00:024 OCA: Exposing RSDT table table VFCT (54434656) (OEM 00002049204D2041) at 66385000 of 59012 bytes at index 24
15:161 00:024 OCA: Exposing RSDT table table SPCR (52435053) (OEM 00002049204D2041) at 66384000 of 80 bytes at index 25
15:186 00:024 OCA: Exposing RSDT table table WPBT (54425057) (OEM 00000049204D2041) at 66237000 of 64 bytes at index 26
15:211 00:024 OCA: Exposing RSDT table table TPM2 (324D5054) (OEM 00002049204D2041) at 66236000 of 76 bytes at index 27
15:236 00:024 OCA: Exposing RSDT table table WSMT (544D5357) (OEM 00002049204D2041) at 66474000 of 40 bytes at index 28
15:380 00:144 OCA: Exposing RSDT table table SSDT (54445353) (OEM 0050415257555043) at 66D4B000 of 6082 bytes at index 29
15:405 00:024 OCA: Exposing RSDT table table SSDT (54445353) (OEM 0000434574647353) at 66D4A000 of 377 bytes at index 30
15:429 00:024 OCA: Exposing RSDT table table SSDT (54445353) (OEM 0000006775626544) at 66D49000 of 47 bytes at index 31
15:454 00:024 OCA: Exposing RSDT table table SSDT (54445353) (OEM 0000000054455048) at 66D48000 of 286 bytes at index 32
15:479 00:024 OCA: Exposing RSDT table table SSDT (54445353) (OEM 0000000042554852) at 66D47000 of 1699 bytes at index 33
15:503 00:024 OC: OcLoadPlatformSupport...
15:521 00:017 OCSMB: Found DMI Anchor 6EF07000 v3.6 Table Address 6EF03000 Length 1427
15:543 00:021 OCSMB: Found DMI Anchor 6EF06000 v3.6 Table Address 6EF03000 Length 1427
15:565 00:022 OCSMB: Current SMBIOS System Product Name (Pro WS W790E-SAGE SE made by ASUSTeK COMPUTER INC.)
15:708 00:142 OC: PlatformInfo auto 1 OEM SN 0 OEM UUID 0 OEM MLB 0 OEM ROM 0 - Success
15:730 00:021 OC: New SMBIOS: Acidanthera model MacPro7,1
15:749 00:019 OCSMB: Post-override BIOS vendor Acidanthera 0
15:768 00:019 OCSMB: Number of CPU cache entries is 3
15:787 00:019 OCSMB: Number of CPU cache entries is 3
15:806 00:019 OCSMB: Number of CPU cache entries is 3
15:825 00:019 OCSMB: CPU1 display frequency is 2200MHz
15:845 00:019 OCSMB: Applying 3412 (1) prev 6EF07000 (5159/31), 6EF06000 (5159/24)
15:867 00:022 OCSMB: Patched 61B5E000 v3.2 Table Address 61B5F000 Length 0D54 1E 84
16:008 00:141 OCDH: Setting DataHub 64517CC8-6561-4051-B03C-5964B60F4C7A:name (9) - Success
16:030 00:022 OCDH: Setting DataHub 64517CC8-6561-4051-B03C-5964B60F4C7A:Model (20) - Success
16:054 00:023 OCDH: Setting DataHub 64517CC8-6561-4051-B03C-5964B60F4C7A:SystemSerialNumber (26) - Success
16:077 00:023 OCDH: Setting DataHub 64517CC8-6561-4051-B03C-5964B60F4C7A:system-id (16) - Success
16:101 00:023 OCDH: Setting DataHub 64517CC8-6561-4051-B03C-5964B60F4C7A:board-id (21) - Success
16:124 00:023 OCDH: Setting DataHub 64517CC8-6561-4051-B03C-5964B60F4C7A:board-rev (1) - Success
16:147 00:023 OCDH: Setting DataHub 64517CC8-6561-4051-B03C-5964B60F4C7A:StartupPowerEvents (8) - Success
16:171 00:023 OCDH: Setting DataHub 64517CC8-6561-4051-B03C-5964B60F4C7A:InitialTSC (8) - Success
16:314 00:143 OCDH: Setting DataHub 64517CC8-6561-4051-B03C-5964B60F4C7A:FSBFrequency (8) - Success
16:338 00:023 OCDH: Setting DataHub 64517CC8-6561-4051-B03C-5964B60F4C7AevicePathsSupported (4) - Success
16:361 00:023 OCDH: Setting DataHub 64517CC8-6561-4051-B03C-5964B60F4C7A:RPlt (8) - Success
16:385 00:023 OC: Setting HW_BID Mac-27AD5165165AE68F61 - Success
16:407 00:022 OC: Setting HW_ROM 210:F0:E9:3D:98 - Success
16:428 00:020 OC: Setting ROM 210:F0:E9:3D:98 - Success
16:448 00:020 OC: Setting HW_MLB F5K9fdgdfgdfgdFHDD1F - Success
16:469 00:020 OC: Setting MLB F5K9dfgdfgdfgfgUFHDD1F - Success
16:490 00:020 OC: Setting HW_SSN F5648465467QM - Success
16:630 00:140 OC: Setting SSN F5K1651616516QM - Success
16:651 00:020 OC: Setting system-id 1E5579A1-9A7C-DA4D-AC75-86BB453C73F1 - Success
16:674 00:023 OC: Setting FirmwareFeatures FDAFF066 - Success
16:696 00:022 OC: Setting ExtendedFirmwareFeatures 00000008FDAFF066 - Success
16:720 00:023 OC: Setting FirmwareFeaturesMask FFFFFF7F - Success
16:742 00:022 OC: Setting ExtendedFirmwareFeaturesMask 00000008FFFFFF7F - Success
16:764 00:022 OC: OcLoadDevPropsSupport...
16:782 00:017 OC: OcMiscLateInit...
16:800 00:018 OC: Translated HibernateMode None to 0
16:938 00:138 OC: Hibernation activation - Invalid Parameter, hibernation wake - no
16:960 00:021 OC: Panic log does not exist
16:978 00:017 OC: OcLoadKernelSupport...
16:996 00:017 OC: All green, starting boot management...
17:015 00:019 OC: Handing off to external boot controller
17:034 00:019 OC: Ready for takeoff in 0 us
17:055 00:020 OCUI: Failed to load image (1/1) Resources\Image\Acidanthera\GoldenGate\Background.icns prefix:Acidanthera\GoldenGate icon:0 - Not Found
17:101 00:046 OCUI: Failed to load image (1/2) Resources\Image\Acidanthera\GoldenGate\Apple.icns prefix:Acidanthera\GoldenGate icon:1 - Not Found
17:265 00:163 OCUI: Failed to load image (2/2) Resources\Image\Acidanthera\GoldenGate\ExtWindows.icns prefix:Acidanthera\GoldenGate icon:1 - Not Found
17:293 00:027 OCUI: Failed to load image (1/2) Resources\Image\Acidanthera\GoldenGate\Other.icns prefix:Acidanthera\GoldenGate icon:1 - Not Found
17:322 00:029 OCUI: Failed to load image (2/2) Resources\Image\Acidanthera\GoldenGate\ExtTool.icns prefix:Acidanthera\GoldenGate icon:1 - Not Found
17:349 00:027 OCUI: Failed to load image (1/2) Resources\Image\Acidanthera\GoldenGate\ResetNVRAM.icns prefix:Acidanthera\GoldenGate icon:1 - Not Found
17:378 00:028 OCUI: Failed to load image (2/2) Resources\Image\Acidanthera\GoldenGate\ExtShell.icns prefix:Acidanthera\GoldenGate icon:1 - Not Found
17:411 00:032 OCUI: Info->fontSize 20 Info->bitField 192 Info->charSet 0 Info->stretchH 100 Info->aa 1
17:434 00:023 OCUI: Info->paddingUp 0 Info->paddingRight 0 Info->paddingDown 0 Info->paddingLeft 0
17:458 00:023 OCUI: Info->spacingHoriz 1 Info->spacingVert 1 Info->outline 0 Info->fontName 
17:480 00:022 OCB: Adding fs 5E27E398 (E:1|L:1|P:Success) - PciRoot(0x0)/Pci(0x14,0x0)/USB(0x18,0x0)/HD(1,MBR,0x0012C52D,0x3F,0x3E8000)
17:625 00:145 OCB: Adding fs 5B619218 (E:0|L:0|P:Success) - PciRoot(0x5)/Pci(0x1,0x0)/Pci(0x0,0x0)/NVMe(0x1,80-31-A1-41-49-38-25-00)/HD(1,GPT,3F52768F-11BA-4271-9EDD-1DED2491AC22,0x800,0x32000)
17:657 00:031 OCB: Adding fs 5B5E5918 (E:0|L:0|P:Success) - PciRoot(0x5)/Pci(0x3,0x0)/Pci(0x0,0x0)/NVMe(0x1,A5-1E-51-11-B7-38-25-00)/HD(1,GPT,2D26A0F7-0277-4784-8968-A31D7C1CC929,0x800,0x32000)
17:689 00:031 OCB: Adding fs 5B5E5898 (E:0|L:0|P:Success) - PciRoot(0x5)/Pci(0x3,0x0)/Pci(0x0,0x0)/NVMe(0x1,A5-1E-51-11-B7-38-25-00)/HD(3,GPT,4EDA69F5-4AC4-401B-92C0-769E65B38B09,0x3A800,0xE8C39800)
17:720 00:031 OCB: Adding fs 5B5E4418 (E:0|L:0|P:Success) - PciRoot(0x5)/Pci(0x3,0x0)/Pci(0x0,0x0)/NVMe(0x1,A5-1E-51-11-B7-38-25-00)/HD(4,GPT,2F4860B6-CDAC-443A-BBB4-8CE98597735F,0xE8C74000,0x194000)
17:752 00:031 OCB: Adding fs 5E259A18 (E:1|L:0|P:Success) - PciRoot(0x0)/Pci(0x14,0x0)/USB(0x18,0x0)/HD(2,MBR,0x0012C52D,0x3E803F,0x35E9FC1)
17:778 00:026 OCB: Found 6 potentially bootable filesystems
17:798 00:019 OCB: BootOrder/BootNext are not present or unsupported 0 0
17:818 00:020 OCB: Adding fs 2007C5F5 for 0 custom entries and BEP (aux shown)
17:840 00:022 OCB: Processing blessed list
17:978 00:137 OCPI: Partition table not supported
17:997 00:019 OCPI: Failed to retrieve disk info
18:016 00:019 OCB: Adding bless entry on disk - PciRoot(0x0)/Pci(0x14,0x0)/USB(0x18,0x0)/HD(1,MBR,0x0012C52D,0x3F,0x3E8000)
18:041 00:024 OCBP: Blessed file is missing
18:059 00:017 OCBP: Blessed folder is missing
18:078 00:019 OCBP: Predefined <nil> \System\Library\CoreServices\boot.efi is missing - Not Found
18:101 00:023 OCBP: Predefined <nil> \EFI\Microsoft\Boot\bootmgfw.efi is missing - Not Found
18:123 00:022 OCBP: Predefined <nil> \EFI\BOOT\BOOTX64.EFI was found
18:263 00:140 OCB: Adding entry type (T:1|F:0|G:1) - PciRoot(0x0)/Pci(0x14,0x0)/USB(0x18,0x0)/HD(1,MBR,0x0012C52D,0x3F,0x3E8000)/\EFI\BOOT\BOOTX64.EFI
18:291 00:027 OCB: Trying to get label from \EFI\BOOT\.contentDetails
18:311 00:020 OCB: Trying to get label from \EFI\BOOT\.disk_label.contentDetails
18:333 00:021 OCB: Trying to detect Microsoft BCD
18:352 00:019 OCB: Registering entry W790 [Auto] (T:1|F:0|G:1|E:1|B:0) - PciRoot(0x0)/Pci(0x14,0x0)/USB(0x18,0x0)/HD(1,MBR,0x0012C52D,0x3F,0x3E8000)/\EFI\BOOT\BOOTX64.EFI
18:381 00:028 OCBP: APFS recovery volume handle missing - \EFI\BOOT\
18:402 00:020 OCB: APFS recovery is not present - Not Found
18:421 00:019 OCB: Adding bless entry on disk - PciRoot(0x5)/Pci(0x1,0x0)/Pci(0x0,0x0)/NVMe(0x1,80-31-A1-41-49-38-25-00)/HD(1,GPT,3F52768F-11BA-4271-9EDD-1DED2491AC22,0x800,0x32000)
18:452 00:031 OCBP: Blessed file is missing
18:589 00:137 OCBP: Blessed folder is missing
18:609 00:019 OCBP: Predefined <nil> \System\Library\CoreServices\boot.efi is missing - Not Found
18:633 00:024 OCBP: Predefined <nil> \EFI\Microsoft\Boot\bootmgfw.efi was found
18:655 00:022 OCB: Adding entry type (T:32|F:0|G:0) - PciRoot(0x5)/Pci(0x1,0x0)/Pci(0x0,0x0)/NVMe(0x1,80-31-A1-41-49-38-25-00)/HD(1,GPT,3F52768F-11BA-4271-9EDD-1DED2491AC22,0x800,0x32000)/\EFI\Microsoft\Boot\bootmgfw.efi
18:690 00:034 OCB: Trying to get label from \EFI\Microsoft\Boot\.contentDetails
18:713 00:023 OCB: Trying to get label from \EFI\Microsoft\Boot\.disk_label.contentDetails
18:736 00:023 OCB: Registering entry Windows [Windows] (T:32|F:0|G:0|E:0|B:0) - PciRoot(0x5)/Pci(0x1,0x0)/Pci(0x0,0x0)/NVMe(0x1,80-31-A1-41-49-38-25-00)/HD(1,GPT,3F52768F-11BA-4271-9EDD-1DED2491AC22,0x800,0x32000)/\EFI\Microsoft\Boot\bootmgfw.efi
18:772 00:036 OCBP: APFS recovery volume handle missing - \EFI\Microsoft\Boot\
18:794 00:022 OCB: APFS recovery is not present - Not Found
18:935 00:140 OCB: Adding bless entry on disk - PciRoot(0x5)/Pci(0x3,0x0)/Pci(0x0,0x0)/NVMe(0x1,A5-1E-51-11-B7-38-25-00)/HD(1,GPT,2D26A0F7-0277-4784-8968-A31D7C1CC929,0x800,0x32000)
18:966 00:031 OCBP: Blessed file is missing
18:984 00:017 OCBP: Blessed folder is missing
19:004 00:020 OCBP: Predefined <nil> \System\Library\CoreServices\boot.efi is missing - Not Found
19:030 00:025 OCBP: Predefined <nil> \EFI\Microsoft\Boot\bootmgfw.efi was found
19:053 00:023 OCB: Adding entry type (T:32|F:0|G:0) - PciRoot(0x5)/Pci(0x3,0x0)/Pci(0x0,0x0)/NVMe(0x1,A5-1E-51-11-B7-38-25-00)/HD(1,GPT,2D26A0F7-0277-4784-8968-A31D7C1CC929,0x800,0x32000)/\EFI\Microsoft\Boot\bootmgfw.efi
19:092 00:039 OCB: Trying to get label from \EFI\Microsoft\Boot\.contentDetails
19:116 00:024 OCB: Trying to get label from \EFI\Microsoft\Boot\.disk_label.contentDetails
19:259 00:143 OCB: Registering entry Windows [Windows] (T:32|F:0|G:0|E:0|B:0) - PciRoot(0x5)/Pci(0x3,0x0)/Pci(0x0,0x0)/NVMe(0x1,A5-1E-51-11-B7-38-25-00)/HD(1,GPT,2D26A0F7-0277-4784-8968-A31D7C1CC929,0x800,0x32000)/\EFI\Microsoft\Boot\bootmgfw.efi
19:295 00:035 OCBP: APFS recovery volume handle missing - \EFI\Microsoft\Boot\
19:317 00:021 OCB: APFS recovery is not present - Not Found
19:338 00:020 OCB: Adding bless entry on disk - PciRoot(0x5)/Pci(0x3,0x0)/Pci(0x0,0x0)/NVMe(0x1,A5-1E-51-11-B7-38-25-00)/HD(3,GPT,4EDA69F5-4AC4-401B-92C0-769E65B38B09,0x3A800,0xE8C39800)
19:368 00:030 OCBP: Blessed file is missing
19:386 00:017 OCBP: Blessed folder is missing
19:405 00:019 OCBP: Predefined <nil> \System\Library\CoreServices\boot.efi is missing - Not Found
19:428 00:023 OCBP: Predefined <nil> \EFI\Microsoft\Boot\bootmgfw.efi is missing - Not Found
19:450 00:022 OCBP: Predefined <nil> \EFI\BOOT\BOOTX64.EFI is missing - Not Found
19:592 00:141 OCB: Adding bless entry on disk - PciRoot(0x5)/Pci(0x3,0x0)/Pci(0x0,0x0)/NVMe(0x1,A5-1E-51-11-B7-38-25-00)/HD(4,GPT,2F4860B6-CDAC-443A-BBB4-8CE98597735F,0xE8C74000,0x194000)
19:622 00:030 OCBP: Blessed file is missing
19:640 00:017 OCBP: Blessed folder is missing
19:659 00:019 OCBP: Predefined <nil> \System\Library\CoreServices\boot.efi is missing - Not Found
19:682 00:023 OCBP: Predefined <nil> \EFI\Microsoft\Boot\bootmgfw.efi is missing - Not Found
19:704 00:021 OCBP: Predefined <nil> \EFI\BOOT\BOOTX64.EFI is missing - Not Found
19:727 00:022 OCPI: Partition table not supported
19:746 00:019 OCPI: Failed to retrieve disk info
19:766 00:019 OCB: Adding bless entry on disk - PciRoot(0x0)/Pci(0x14,0x0)/USB(0x18,0x0)/HD(2,MBR,0x0012C52D,0x3E803F,0x35E9FC1)
19:914 00:148 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 18 00 04 01 2A 00 02 00 00 00 3F 80 3E 00 00 00 00 00 C1 9F 5E 03 00 00 00 00 2D C5 12 00 00 00 00 00 00 00 00 00 00 00 00 00
19:951 00:036 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:987 00:035 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
20:011 00:024 OCBP: BlessedFileDP - PciRoot(0x0)/Pci(0x14,0x0)/USB(0x18,0x0)/HD(2,MBR,0x0012C52D,0x3E803F,0x35E9FC1)/\System\Library\CoreServices\boot.efi
20:039 00:027 OCBP: Blessed file is valid
20:057 00:017 OCB: Adding entry type (T:2|F:0|G:0) - PciRoot(0x0)/Pci(0x14,0x0)/USB(0x18,0x0)/HD(2,MBR,0x0012C52D,0x3E803F,0x35E9FC1)/\System\Library\CoreServices\boot.efi
20:087 00:030 OCB: Trying to get label from \System\Library\CoreServices\.contentDetails
20:110 00:023 OCB: Trying to get label from \System\Library\CoreServices\.disk_label.contentDetails
20:254 00:143 OCB: Registering entry Install macOS Sequoia [Apple] (T:2|F:0|G:0|E:1|B:0) - PciRoot(0x0)/Pci(0x14,0x0)/USB(0x18,0x0)/HD(2,MBR,0x0012C52D,0x3E803F,0x35E9FC1)/\System\Library\CoreServices\boot.efi
20:287 00:033 OCBP: APFS recovery volume handle missing - \System\Library\CoreServices\
20:309 00:021 OCB: APFS recovery is not present - Not Found
20:328 00:019 BEP: Reset NVRAM entry, preserve boot 0, apple 0
20:348 00:020 OCB: Adding custom entry Reset NVRAM (action|B:1) -> <null string>
20:370 00:021 OCB: Registering entry Reset NVRAM [ResetNVRAM:NVRAMTool] (T:256|F:0|G:0|E:0|B:1) - <nil>
20:394 00:023 OCB: Showing menu... (polling hotkeys)
20:414 00:020 OCHK: InitHotKeys
20:432 00:017 OCKM: Allocated key repeat context 5A209318 5A209398 5A209418
20:573 00:140 OCAE: Set screen resolution to 3840x2160 - Success
20:593 00:020 OCTY: Registered handler
20:611 00:017 OCAE: Set screen resolution to 3840x2160 - Success
20:631 00:020 OCUI: Console attributes: 0
20:649 00:017 OCUI: UseDiskLabel: 0, UseGenericLabel: 0
20:668 00:019 OCB: Trying to get image from .VolumeIcon.icns
20:688 00:019 OCB: OcGetBootEntryIcon - W790 in <null string> (volume icon) - Not Found
20:709 00:021 OCUI: Console attributes: 0
20:728 00:018 OCUI: UseDiskLabel: 0, UseGenericLabel: 0
20:866 00:138 OCB: Trying to get image from .VolumeIcon.icns
20:887 00:020 OCB: OcGetBootEntryIcon - Windows in <null string> (volume icon) - Not Found
20:909 00:021 OCUI: Using flavour icon, custom: 0
20:928 00:019 OCUI: Console attributes: 0
20:945 00:017 OCUI: UseDiskLabel: 0, UseGenericLabel: 0
20:965 00:019 OCB: Trying to get image from .VolumeIcon.icns
20:985 00:020 OCB: OcGetBootEntryIcon - Windows in <null string> (volume icon) - Not Found
21:007 00:022 OCUI: Using flavour icon, custom: 0
21:146 00:138 OCUI: Console attributes: 0
21:164 00:017 OCUI: UseDiskLabel: 0, UseGenericLabel: 0
21:183 00:019 OCB: Trying to get image from .VolumeIcon.icns
21:213 00:030 OCB: OcGetBootEntryIcon - Install macOS Sequoia in <null string> (volume icon) - Success
21:241 00:027 OCUI: Console attributes: 0
21:259 00:017 OCUI: UseDiskLabel: 0, UseGenericLabel: 0
25:578 04:319 OCHK: FreeHotKeys
25:595 00:017 OCTY: Unregistered handler
25:613 00:017 OCKM: Freeing key repeat context 5A209318 5A209398 5A209418
25:754 00:140 OCB: Should boot from 4. Install macOS Sequoia (T:2|F:0|G:0|E:1|DEF:0)
25:776 00:021 OCB: Perform boot Install macOS Sequoia to dp PciRoot(0x0)/Pci(0x14,0x0)/USB(0x18,0x0)/HD(2,MBR,0x0012C52D,0x3E803F,0x35E9FC1)/\System\Library\CoreServices\boot.efi (0/0)
25:806 00:030 OCABC: EfiBootRt candidate - PciRoot(0x0)/Pci(0x14,0x0)/USB(0x18,0x0)/HD(2,MBR,0x0012C52D,0x3E803F,0x35E9FC1)/\System\Library\CoreServices\boot.efi
25:835 00:028 OCABC: IsEfiBootRt 0 (BP 1, Apple 0)
25:861 00:026 OCSB: Secure boot is disabled, skipping
25:881 00:019 OCB: Arch filtering 59EAE018(723512)->59EAE018(723512) caps 4 - Success
25:913 00:032 OCB: Matching <>/0[0] args on type 2
25:933 00:019 OCABC: Recovering trashed GetMemoryMap pointer
25:952 00:019 OCABC: VMware Mac installed on 5A209398 - Success
26:093 00:140 AAPL: #[EB.H.IS|!] Err(0xE) <- RT.GV boot-signature 7C436110-AB2A-4BBB-A880-FE41995C9F82
26:116 00:023 AAPL: #[EB.H.IS|!] Err(0xE) <- RT.GV boot-image-key 7C436110-AB2A-4BBB-A880-FE41995C9F82
26:139 00:023 AAPL: #[EB|H:IS] 0
26:157 00:017 AAPL: #[EB|LOG:INIT] 2024-11-27T16:08:07
26:176 00:019 AAPL: #[EB|VERSION] <"bootbase.efi 582~2132 (Official), built 2024-09-28T21:19:04-0700">
26:200 00:023 AAPL: #[EB|BUILD] <"BUILD-INFO[401]:{"DisplayName":"bootbase.efi","DisplayVersion":"582~2132","RecordUuid":"8162A91E-C68B-47F2-99D5-2B9A7E354A5B","BuildTime":"2024-09-28T21:19:04-0700","ProjectName":"efiboot","ProductName":"bootbase.efi","SourceVersion":"582","BuildVersion":"2132","BuildConfiguration":"Release","BuildType":"Official","Compiler":"clang-1600.0.25.3","SdkVersion":"15.1","SdkBuild":"24B65","TargetArchitectures":"x86_64"}">
26:254 00:054 AAPL: #[EB.CFG.DEV|!] Err(0xE) <- RT.GV booter-strict-xmlparser 7C436110-AB2A-4BBB-A880-FE41995C9F82
26:279 00:024 AAPL: #[EB|CFGEV] r5 0x0 0x0
26:417 00:137 AAPL: #[EB|H:IS] 0
26:435 00:017 AAPL: #[EB|WL:MODE] 0
26:452 00:017 AAPL: #[EB|CFG:ARG] boot-save-log 0x0000000000000002 (0x0000000000000002 < 0xFFFFFFFFFFFFFFFF) default
26:477 00:024 AAPL: #[EB|CFG:ARG] wake-save-log 0x0000000000000002 (0x0000000000000002 < 0x0000000000000002) default
26:502 00:024 AAPL: #[EB|CFG:ARG] console 0x0000000000000001 (0x0000000000000001 < 0x0000000000000001) default
26:527 00:024 AAPL: #[EB|CFG:ARG] serial 0x0000000000000001 (0x0000000000000001 < 0x0000000000000000) default
26:551 00:024 AAPL: #[EB|CFG:ARG] preoslog 0x0000000000000001 (0x0000000000000001 < 0xFFFFFFFFFFFFFFFF) default
26:576 00:024 AAPL: #[EB|CFG:ARG] timestamps 0x0000000000000000 (0x0000000000000000 < 0xFFFFFFFFFFFFFFFF) default
26:601 00:024 AAPL: #[EB|CFG:ARG] log-level 0x0000000000000001 (0x0000000000000001 & 0x0000000000000021) default
26:746 00:144 AAPL: #[EB|CFG:ARG] breakpoint 0x0000000000000000 (0x0000000000000000 & 0x0000000000000000) default
26:771 00:024 AAPL: #[EB|CFG:ARG] kc-read-size 0x0000000000100000 (0x0000000000100000 < 0xFFFFFFFFFFFFFFFF) default
26:795 00:024 AAPL: #[EB|CFG:ARG] force-error 0x0000000000000000 (0x0000000000000000 & 0x0000000000000000) default
26:820 00:024 AAPL: #[EB|H:IS] 0
26:838 00:017 AAPL: #[EB|WL] 0 0 0x01 0x01 0 0x00
26:857 00:019 AAPL: #[EB|BRD:NV] Mac-27AD2F918AE68F61
26:876 00:019 OCOS: OS set: <null> macOS 11.0
26:895 00:019 OCOS: OS set: Apple Inc. macOS 11.0
26:915 00:019 AAPL: #[EB|B:VAw]
27:052 00:137 AAPL: #[EB|B:IAw]
27:070 00:017 AAPL: #[EB|WL] 0 0 0x01 0x01 2 0x00
27:089 00:019 AAPL: #[EB.BST.IDT|+]
27:107 00:017 AAPL: #[EB.BST.IDT|-]
27:125 00:017 AAPL: #[EB|WL] 0 0 0x01 0x01 3 0x00
27:144 00:019 AAPL: #[EB|WL] 0 0 0x01 0x01 4 0x00
27:163 00:019 AAPL: #[EB|BRD:NV] Mac-27AD2F918AE68F61
27:182 00:019 AAPL: #[EB|WL] 0 0 0x01 0x01 5 0x00
27:321 00:138 AAPL: #[EB.H.CHK|BM] 0x0000000000000000
27:340 00:019 AAPL: #[EB.H.LV|!] Err(0xE) <- RT.GV boot-signature 7C436110-AB2A-4BBB-A880-FE41995C9F82
27:364 00:023 AAPL: #[EB|WL] 0 0 0x01 0x01 23 0x0E
27:383 00:019 AAPL: #[EB.H.LV|!] Err(0xE) <- RT.GV boot-image-key 7C436110-AB2A-4BBB-A880-FE41995C9F82
27:406 00:023 AAPL: #[EB|WL] 0 0 0x01 0x01 24 0x0E
27:425 00:019 AAPL: #[EB.H.LV|!] Err(0xE) <- RT.GV boot-image 7C436110-AB2A-4BBB-A880-FE41995C9F82
27:450 00:025 AAPL: #[EB.H.LV|!] Err(0xE) <- RT.SV- boot-signature 7C436110-AB2A-4BBB-A880-FE41995C9F82
27:475 00:025 AAPL: #[EB.H.LV|!] Err(0xE) <- RT.SV- boot-image-key 7C436110-AB2A-4BBB-A880-FE41995C9F82
27:501 00:025 AAPL: #[EB.H.LV|!] Err(0xE) <- RT.SV- boot-image 7C436110-AB2A-4BBB-A880-FE41995C9F82
27:644 00:143 AAPL: #[EB|H:NOT]
27:662 00:017 AAPL: #[EB|SB] 0x0
27:701 00:038 AAPL: #[EB|LIMGP] Acpi(PNP0A03,0)/Pci(14|0)/Usb(18, 0)/HD(Part2,Sig0012C52D)
27:723 00:021 AAPL: #[EB|LIMG:FP] \System\Library\CoreServices\boot.efi
27:743 00:020 AAPL: #[EB|LIMG:OPT] 
27:761 00:017 AAPL: #[EB|RPS] 0 0 0
27:781 00:019 AAPL: #[EB.OPT.LXF|F] <"\\System\\Library\\CoreServices\\com.apple.Boot.plist">
27:806 00:024 AAPL: #[EB.LD.LF|IN] 0 1 <"\\System\\Library\\CoreServices\\com.apple.Boot.plist"> <"0">
27:830 00:023 AAPL: #[EB.LD.OFS|OPEN!] Err(0xE) <"\\System\\Library\\CoreServices\\com.apple.Boot.plist">
27:973 00:142 AAPL: #[EB.OPT.LXF|LF!] Err(0xE)
27:992 00:019 AAPL: #[EB.OPT.LXF|F] <"Library\\Preferences\\SystemConfiguration\\com.apple.Boot.plist">
28:015 00:023 AAPL: #[EB.LD.LF|IN] 0 1 <"Library\\Preferences\\SystemConfiguration\\com.apple.Boot.plist"> <"0">
28:043 00:027 AAPL: #[EB|KF] <"root-dmg=file:///BaseSystem/BaseSystem.dmg">
28:064 00:021 AAPL: #[EB|MBA:CL] <"">
28:082 00:017 AAPL: #[EB|MBA:NV] <"-v -dbgenhdbg pci=0x3 serial=5 keepsyms=1 debug=0x12a acpi_layer=0x8 acpi_level=0x2 msgbuf=1048576 io=0xff">
28:110 00:027 AAPL: #[EB|MBA:KF] <"root-dmg=file:///BaseSystem/BaseSystem.dmg">
28:132 00:022 AAPL: #[EB|MBA:OUT] <"-v -dbgenhdbg pci=0x3 serial=5 keepsyms=1 debug=0x12a acpi_layer=0x8 acpi_level=0x2 msgbuf=1048576 io=0xff root-dmg=file:///BaseSystem/BaseSystem.dmg">
28:282 00:150 AAPL: #[EB|LOG:VERBOSE] 2024-11-27T16:08:09
28:301 00:019 AAPL: #[EB|OPT:BM] 0x82
28:319 00:017 AAPL: #[EB.OPT.LXF|F] <"\\System\\Library\\CoreServices\\PlatformSupport.plist">
28:342 00:023 AAPL: #[EB.LD.LF|IN] 0 1 <"\\System\\Library\\CoreServices\\PlatformSupport.plist"> <"0">
28:367 00:024 AAPL: #[EB|P:CPR] N
28:385 00:018 AAPL: #[EB|P:MPI] N
28:403 00:017 AAPL: #[EB|P:BPI] N
28:421 00:017 AAPL: #[EB.OPT.RKS|!] Err(0xE) <- BS.LocP EDB4A040-6D8A-11EC-8FAD-3E22FB93ADCF
28:443 00:022 OCABC: MMIO devirt start
28:581 00:137 OCABC: MMIO devirt 0x80000000 (0x10000 pages, 0x8000000000000001) skip 1
28:603 00:021 OCABC: MMIO devirt 0xFE010000 (0x1 pages, 0x8000000000000001) skip 1
28:625 00:021 OCABC: MMIO devirt 0xFF000000 (0x1000 pages, 0x800000000000100D) skip 1
28:646 00:021 OCABC: MMIO devirt end, saved 0 KB
28:666 00:019 AAPL: #[EB|KMR] 598433792
28:683 00:017 AAPL: #[EB.CS.CSKSD|+]
28:701 00:017 AAPL: #[EB.CS.CSKSD|!] Err(0xE) <- RT.GV boot-info-payload 8D63D4FE-BD3C-4AAD-881D-86FD974BC1DF
28:726 00:024 AAPL: #[EB.G.CS|-?] Ok(0)
28:751 00:024 AAPL: #[EB.LD.LF|IN] 0 1 <"<null string>"> <"1">
28:899 00:147 AAPL: #[EB.B.SBS|SZ] 723512
28:925 00:025 AAPL: #[EB|B:SHA] <ef72c338432b63ca44b8c3ae7465a171e7020c9c>
28:951 00:025 AAPL: #[EB.WL.PWLFNV|!] Err(0xE) <- RT.GV wake-failure 7C436110-AB2A-4BBB-A880-FE41995C9F82
28:977 00:025 AAPL: #[EB.WL.DT|!] Err(0xE) <- EB.WL.PWLFNV
28:997 00:020 AAPL: #[EB|WLT] 0x01402192
29:021 00:023 AAPL: #[EB.LD.LKC|D] <"System\Library\KernelCollections\BootKernelExtensions.kc.development">
29:054 00:033 AAPL: #[EB.LD.OFS|OPEN!] Err(0xE) <"System\\Library\\KernelCollections\\BootKernelExtensions.kc.development">
29:085 00:030 AAPL: #[EB.LD.LKC|R.2] <"System\Library\KernelCollections\BootKernelExtensions.kc">
29:272 00:186 OC: Kext reservation size info 565000 exe 1FF000
29:294 00:021 OC: Trying 64-bit XNU hook on System\Library\KernelCollections\BootKernelExtensions.kc
29:813 00:519 OC: Result of 64-bit XNU hook on System\Library\KernelCollections\BootKernelExtensions.kc (00000000) is Success
29:848 00:035 OCAK: Read kernel version 24.1.0 (240100)
29:869 00:021 OCAK: Zeroing _xcpm_core_scope_msrs 0xE2 applicable CPUs (76)
29:890 00:020 OCAK: Zeroing _xcpm_core_scope_msrs 0xE2 applicable CPUs (406416)
29:912 00:021 OCAK: Zeroing _xcpm_core_scope_msrs 0xE2 applicable CPUs (16384)
29:936 00:023 OCAK: 64-bit XcpmCfgLockRel replace count - 2
29:955 00:019 OCAK: [OK] Success XcpmCfgLock patch
30:097 00:141 OCAK: Zeroing _xcpm_pkg_scope_msrs 0x1A0 applicable CPUs (422876)
30:119 00:021 OCAK: Zeroing _xcpm_pkg_scope_msrs 0x1FC applicable CPUs (422876)
30:140 00:021 OCAK: Zeroing _xcpm_pkg_scope_msrs 0x1AA applicable CPUs (422876)
30:162 00:021 OCAK: Zeroing _xcpm_pkg_scope_msrs 0x620 applicable CPUs (422876)
30:184 00:022 OCAK: Zeroing _xcpm_pkg_scope_msrs 0x64C applicable CPUs (422876)
30:206 00:021 OCAK: Zeroing _xcpm_pkg_scope_msrs 0x63A applicable CPUs (406492)
30:228 00:021 OCAK: Zeroing _xcpm_pkg_scope_msrs 0x642 applicable CPUs (406492)
30:252 00:024 OCAK: Zeroing _xcpm_SMT_scope_msrs data 0x2E applicable CPUs (422876)
30:275 00:022 OCAK: Zeroing _xcpm_SMT_scope_msrs data 0x1A0 applicable CPUs (422876)
30:416 00:141 OCAK: Zeroing _xcpm_SMT_scope_msrs data 0x1B0 applicable CPUs (400)
30:438 00:021 OCAK: Zeroing _xcpm_SMT_scope_msrs data 0x1B0 applicable CPUs (401996)
30:460 00:021 OCAK: Zeroing _xcpm_SMT_scope_msrs data 0x1B0 applicable CPUs (20480)
30:482 00:021 OCAK: Zeroing _xcpm_SMT_scope_msrs data 0x609 applicable CPUs (406416)
30:551 00:068 OCAK: 64-bit MiscPwrMgmtRel replace count - 0
30:570 00:019 OCAK: Failed to patch writes to MSR_MISC_PWR_MGMT - Not Found, trying dbg
30:638 00:067 OCAK: 64-bit MiscPwrMgmtDbg replace count - 0
30:657 00:019 OCAK: Failed to patch writes to MSR_MISC_PWR_MGMT - Not Found
30:800 00:142 OCAK: [FAIL] Failed to apply XcpmExtraMsrs patch
30:843 00:043 OCAK: 64-bit PanicKextDump replace count - 1
30:862 00:019 OCAK: [OK] Patch success kext dump
30:882 00:019 OCAK: [OK] Patch success CPUID release
30:902 00:019 OCAK: 64-bit PowerStateTimeout replace count - 0
30:922 00:020 OCAK: No inline power state patch - Not Found, trying fallback
30:951 00:028 OCAK: 64-bit PowerStateTimeout replace count - 1
30:971 00:020 OCAK: [OK] Patch success power state
30:992 00:021 OCAK: [OK] Found jettisoning fileset
31:223 00:230 OCAK: Local relocs 689 on FFFFFF8003EED000
31:243 00:020 OC: Prelinked injection Lilu.kext (V1.6.5 | Patch engine) - Success
31:265 00:021 OC: Prelinked injection Lilu.kext v1.6.5
31:290 00:025 OCAK: Local relocs 307 on FFFFFF8003F1C000
31:310 00:019 OC: Prelinked injection DebugEnhancer.kext () - Success
31:331 00:020 OC: Prelinked injection DebugEnhancer.kext v1.0.7
31:353 00:022 OCAK: Patching invalid size 2000 with 1B44000 for com.apple.iokit.IOACPIFamily
31:385 00:032 OCAK: Local relocs 515 on FFFFFF8003F26000
31:406 00:021 OC: Prelinked injection VirtualSMC.kext (V1.3.2 | SMC emulator) - Success
31:548 00:141 OC: Prelinked injection VirtualSMC.kext v1.3.2
31:576 00:028 OCAK: Patching invalid size 34000 with 16CA000 for com.apple.iokit.IOPCIFamily
31:612 00:035 OCAK: Local relocs 5767 on FFFFFF8003F3F000
31:650 00:037 OC: Prelinked injection AppleALC.kext (V1.8.2 | Audio patches) - Success
31:672 00:021 OC: Prelinked injection AppleALC.kext v1.8.3
31:691 00:019 OC: Prelink size 67026944 kext offset 64933888 reserved 2093056
31:713 00:021 OCAK: KC TEXT is 65536 bytes with 61800 Mach-O headers need 448
31:778 00:065 OCAK: 64-bit AppleIoMapper replace count - 1
31:917 00:139 OCAK: [OK] Patch success com.apple.iokit.IOPCIFamily AppleIoMapper
31:962 00:045 OC: Prelinked status - Success
31:991 00:028 AAPL: #[EB.LD.LKFS|-?] Ok(0)
32:010 00:018 AAPL: #[EB.LD.LKC|-?] Ok(0)
32:030 00:020 AAPL: #[EB|BST:REV1]
32:050 00:019 AAPL: #[EB|CSR:IN] 0x00000000
32:069 00:019 AAPL: #[EB|CSR:OUT] 0x00000000
32:089 00:020 AAPL: #[EB.BST.FBS|+]
32:109 00:020 AAPL: #[EB.BST.FBS|ADSZ] 0
32:248 00:138 AAPL: #[EB.BST.FBS|KSSZ] 0
32:268 00:019 AAPL: #[EB|SB:SBGMFNS] x86legacyap.im4m
32:289 00:021 AAPL: #[EB|RHF] usr\standalone\OS.dmg.root_hash
32:314 00:024 AAPL: #[EB|RH:MF] <"usr\\standalone\\OS.dmg.root_hash.x86legacyap.im4m">
32:340 00:025 AAPL: #[EB.LD.LF|IN] 0 1 <"usr\\standalone\\OS.dmg.root_hash"> <"0">
32:366 00:025 AAPL: #[EB.LD.OFS|OPEN!] Err(0xE) <"usr\\standalone\\OS.dmg.root_hash">
32:390 00:024 AAPL: #[EB.RH.LRH|P!] Err(0xE) <- EB.LD.LF
32:411 00:021 AAPL: #[EB.BST.FBS|!] Err(0xE) <- EB.RH.LRH
32:431 00:019 OCSMC: SmcReadValue Key 4D535463 Size 1
32:570 00:138 OCSMC: SmcReadValue Key 4D534163 Size 2
32:591 00:021 AAPL: #[EB|LOGT] 2024-11-27T16:08:13
32:613 00:021 AAPL: #[EB|LOG:EXITBS:START] 2024-11-27T16:08:13

 

Let me pass the OS boot up stage and will test your patches.

 

 

 

Edited by Balamut
×
×
  • Create New...