Closed Zagitta closed 3 months ago
From first glance this looks consistent with this issue (stuck on #[EB|LOG:EXITBS:START]
) in the troubleshooting section of the Dortania Guide. The options suggested are mainly relevant for bare-metal hackintoshes, though this can also sometimes happen in VMs because of the CPU -- for example if macOS doesn't know how to handle CPU topology/core-count, etc
Would you be able to provide more information about what hardware your using? Another thing that'd be useful to collect is the OpenCore debug log, which you can enable with the release build of the project or by enabling these entries in the config.plist:
My CPU is an AMD Ryzen 5950x, I just saw #5 now and didn't realize I had to manually change stuff. Sorry, this is my first time doing anything hackingtosh related 😅
I've applied the patches and changed algrey | Force cpuid_cores_per_package to constant (user-specified) | 13.3+
replace data to <data>uhAAAAA=</data>
to match 16 cores as described in https://github.com/AMD-OSX/AMD_Vanilla.
I can see these have been applied successfully in the debug log as well:
13:648 00:033 OCAK: 64-bit flagers - kill invalid wrmsr | 10.13+ replace count - 392
13:649 00:001 OC: Kernel patcher result 0 for kernel (flagers - kill invalid wrmsr | 10.13+) - Success
13:650 00:001 OC: Kernel patcher skips kernel (algrey | Force cpuid_cores_per_package to constant (user-specified) |
10.13-10.14) patch at 1 due to version 170000 <= 220500 <= 189999
13:652 00:001 OC: Kernel patcher skips kernel (algrey | Force cpuid_cores_per_package to constant (user-specified) |
10.15-11.0) patch at 2 due to version 190000 <= 220500 <= 209999
13:653 00:001 OC: Kernel patcher skips kernel (algrey | Force cpuid_cores_per_package to constant (user-specified) |
12.0-13.2) patch at 3 due to version 210000 <= 220500 <= 220399
13:654 00:001 OCAK: 64-bit algrey | Force cpuid_cores_per_package to constant (user-specified) |
13.3+ replace count - 1
13:655 00:001 OC: Kernel patcher result 4 for kernel (algrey | Force cpuid_cores_per_package to constant (user-specified) |
13.3+) - Success
While this does get me past the previous error it now seems to be reboot looping and sending me back to the 3 boot options.
I had to record the screen in order to capture this brief boot output before it reboots:
Any ideas on how I can further debug this?
What you're seeing on screen there is from OpenCore, which also hints that there is something wrong with the Kernel
entry in the config.plist:
OCS: Missing key Add, context <Kernel>!
OCS: Missing key Block, context <Kernel>!
OCS: Missing key Emulate, context <Kernel>!
OCS: Missing key Force, context <Kernel>!
OCS: Missing key Quirks, context <Kernel>!
OCS: Missing key Scheme, context <Kernel>!
I suspect that you've replaced the entire tree for Kernel
with the AMD patches -- you'll want to merge these with the existing tree under Kernel > Patches
; you can also simply replace the Kernel > Patches
entry with those patches.
I added the patch bit at the end of the config.plist
rather than replace the file entirely.
Being a little more careful with the merging and adding the patch bit under the proper Kernel > Patches
entry did remove those errors/warnings.
But unfortunately the same reboot loop persists 🤔
I did manage to get serial output working with the following command: Set-VMComPort -VMName macOS -Path \\.\pipe\macOS-com1 -Number 1
Sadly it seems serial output is only enabled for the OpenCore bit:
40:398 00:002 AAPL: #[EB|LOG:EXITBS:START] 2024-07-08T10:38:27
#[EB|LOG:EXITBS:END] _
#[EB.BST.FBS|-]
#[EB|B:BOOT]
#[EB|LOG:HANDOFF TO XNU] _
======== End of efiboot serial output. ========
Okay managed to get some more output via the log files on the EFI disk:
00:000 00:000 BS: Starting OpenCore application...
00:000 00:000 BS: Booter path - \EFI\BOOT\BOOTX64.EFI
00:000 00:000 OCFS: Trying to locate filesystem on F7A0BB98 F70D3C18
00:001 00:000 OCFS: Filesystem DP - \EFI\BOOT\BOOTX64.EFI
00:001 00:000 BS: Trying to load OpenCore image...
00:002 00:000 BS: Relative path - EFI
00:002 00:000 BS: Startup path - EFI\OpenCore.efi (0)
00:002 00:000 BS: Fallback to absolute path - EFI\OC\OpenCore.efi
00:003 00:000 BS: Read OpenCore image of 843776 bytes
00:003 00:000 OCM: Loaded image at F70D2198 handle
00:004 00:000 OCM: Loaded image has DeviceHandle F7A0BB98 FilePath F7A22B18 ours DevicePath F7A23018
00:004 00:000 OC: Starting OpenCore...
00:005 00:000 OC: Booter path - EFI\OC\OpenCore.efi
00:005 00:000 OCFS: Trying to locate filesystem on F7A0BB98 F7A22B18
00:006 00:000 OCFS: Filesystem DP - EFI\OC\OpenCore.efi
00:006 00:000 OC: Absolute booter path - EFI\OC\OpenCore.efi
00:006 00:000 OC: Storage root EFI\OC\OpenCore.efi
00:007 00:000 OCST: Missing vault data, ignoring...
00:007 00:000 OC: OcMiscEarlyInit...
00:008 00:000 OC: Loaded configuration of 40921 bytes
00:008 00:000 OC: Got 3 drivers
00:008 00:000 OC: Watchdog status is 0
00:018 00:009 OC: OpenCore DBG-100-2024-05-09 is loading in Optional mode (0/0)...
00:020 00:002 OC: Boot timestamp - 2024.07.08 13:08:33
00:022 00:001 OCCPU: No MP services - Not Found
00:024 00:001 OCCPU: Found AMD Ryzen 9 5950X 16-Core Processor
00:025 00:001 OCCPU: Signature A20F10 Stepping 0 Model 21 Family F Type 0 ExtModel 2 ExtFamily A uCode 0 CPUID MAX (D/8000001E)
00:028 00:002 OCCPU: Hypervisor detected
00:029 00:001 OCCPU: VMWare TSC: 3393619206Hz, 3393MHz; FSB: 200000000Hz, 200MHz
00:031 00:001 OCCPU: FID 0 DID 0 Divisor 0 MaxBR 0
00:033 00:001 OCCPU: CPUFrequencyFromTSC 0Hz 0MHz
00:034 00:001 OCCPU: CPUFrequency 3393619206Hz 3393MHz
00:036 00:001 OCCPU: FSBFrequency 200000000Hz 200MHz
00:037 00:001 OCCPU: Pkg 1 Cores 8 Threads 16
00:039 00:001 OC: OcLoadNvramSupport...
00:040 00:001 OCVAR: Locate emulated NVRAM protocol - Not Found
00:042 00:001 OC: Not deleting NVRAM 4D1EDE05-38C7-4A6A-9CC6-4BCCA8B38C14:DefaultBackgroundColor, matches add
00:044 00:002 OC: Not deleting NVRAM 4D1FDA02-38C7-4A6A-9CC6-4BCCA8B30102:rtc-blacklist, matches add
00:047 00:002 OC: Not deleting NVRAM 7C436110-AB2A-4BBB-A880-FE41995C9F82:boot-args, matches add
00:049 00:002 OC: Not deleting NVRAM 7C436110-AB2A-4BBB-A880-FE41995C9F82:ForceDisplayRotationInEFI, matches add
00:051 00:002 OCVAR: Setting NVRAM 4D1EDE05-38C7-4A6A-9CC6-4BCCA8B38C14:DefaultBackgroundColor - ignored, exists
00:053 00:002 OCVAR: Setting NVRAM 4D1FDA02-38C7-4A6A-9CC6-4BCCA8B30102:rtc-blacklist - Not Found
00:055 00:002 OCVAR: Setting NVRAM 7C436110-AB2A-4BBB-A880-FE41995C9F82:ForceDisplayRotationInEFI - ignored, exists
00:057 00:002 OCVAR: Setting NVRAM 7C436110-AB2A-4BBB-A880-FE41995C9F82:SystemAudioVolume - ignored, exists
00:059 00:002 OCVAR: Setting NVRAM 7C436110-AB2A-4BBB-A880-FE41995C9F82:boot-args - ignored, exists
00:062 00:002 OCVAR: Setting NVRAM 7C436110-AB2A-4BBB-A880-FE41995C9F82:csr-active-config - ignored, exists
00:064 00:002 OCVAR: Setting NVRAM 7C436110-AB2A-4BBB-A880-FE41995C9F82:prev-lang:kbd - ignored, exists
00:066 00:002 OCVAR: Setting NVRAM 7C436110-AB2A-4BBB-A880-FE41995C9F82:run-efi-updater - ignored, exists
00:068 00:002 OC: Current version is DBG-100-2024-05-09
00:070 00:001 OC: OcMiscMiddleInit...
00:071 00:001 OC: StorageHandle F7A0BB98 with Disabled LauncherOption pointing to Default
00:073 00:001 OC: OcLoadUefiSupport...
00:075 00:001 OCAU: OcAudioInstallProtocols (0, 0)
00:076 00:001 OCAU: 4B228577-6274-4A48-82AE-0713A1171987 protocol - Not Found
00:078 00:001 OCAU: C32332DF-FC56-4FE1-9358-BA0D529B24CD protocol - Not Found
00:080 00:001 OCAU: F4CB0B78-243B-11E7-A524-B8E8562CBAFA protocol - Not Found
00:082 00:001 OCAU: 3224B169-EC34-46D2-B779-E1B1687F525F protocol - Not Found
00:085 00:003 OC: Failed to install cpuio/pcirootbridgeio overrides
00:087 00:001 OCAE: Builtin installed
00:088 00:001 OCRTC: Wake log is 0x00 0x00 0 0x00
00:090 00:001 OCEG: Discovered rotate NVRAM override to 0
00:092 00:001 OC: Loading Apple Secure Boot with Disabled (level 0)
00:094 00:001 OCII: AIFTimerBoostInit Current timer is 100000
00:095 00:001 OCII: AIFTimerBoostInit changed period 100000 to 50000
00:097 00:001 OC: Installing KeySupport...
00:099 00:001 OCII: AmiEfiKeycodeProtocol is unavailable on gST->ConsoleHandle - Unsupported
00:101 00:001 OCII: gST->ConIn F6EAB970 vs found F6EAB970
00:102 00:001 AIK: Using 5 (50ms)
00:104 00:001 OCABC: ALRBL 0 RTDFRG 1 DEVMMIO 0 NOSU 0 NOVRWR 0 NOSB 0 FBSIG 0 NOHBMAP 0 SMSLIDE 1 WRUNPROT 1
00:106 00:002 OCABC: FEXITBS 0 PRMRG 0 CSLIDE 1 MSLIDE 0 PRSRV 0 RBMAP 0 VMAP 1 APPLOS 0 RTPERMS 0 ARBAR -1 RBIO 0
00:108 00:002 OCABC: Firmware has 2089780 free pages (1008436 in lower 4 GB)
00:109 00:001 OCABC: Awaiting rendezvous with OpenRuntime r12
00:111 00:002 OC: RequestBootVarRouting 1
00:114 00:002 OC: Installing DISABLING secure boot policy overrides
00:115 00:001 OC: Security arch protocol - Success
00:117 00:001 OC: Security2 arch protocol - Success
00:118 00:001 OCDM: Found 0x20046/0x20046 UEFI version (376 bytes, 0 rebuilding to 376) gST F7FEE018 gBS 47DCA80 gBS->CreateEventEx 47C9048 &gBS F6D84310
00:121 00:002 OC: AVX enabled - 1
00:122 00:001 OC: Got 3 drivers
00:124 00:001 OC: Driver HfsPlus.efi at 0 () is being loaded...
00:126 00:002 OCABC: EfiBootRt candidate - <nil>
00:127 00:001 OCABC: IsEfiBootRt 0 (BP 1, Apple 0)
00:129 00:001 OCB: Arch filtering 0(37892)->F6FD0018(37892) caps 0 - Success
00:131 00:001 OC: Driver HfsPlus.efi at 0 is successfully loaded!
00:132 00:001 OC: Driver HfsPlus.efi at 0 needs connection.
00:134 00:001 OC: Driver OpenRuntime.efi at 1 () is being loaded...
00:136 00:001 OCABC: EfiBootRt candidate - <nil>
00:137 00:001 OCABC: IsEfiBootRt 0 (BP 1, Apple 0)
00:139 00:001 OCB: Arch filtering 0(36864)->F6FD0018(36864) caps 0 - Success
00:140 00:001 OCABC: Got rendezvous with OpenRuntime r12
00:142 00:001 OCABC: MAT support is 1
00:143 00:001 OC: Driver OpenRuntime.efi at 1 is successfully loaded!
00:145 00:001 OC: Driver ResetNvramEntry.efi at 2 () is being loaded...
00:147 00:002 OCABC: EfiBootRt candidate - <nil>
00:149 00:001 OCABC: IsEfiBootRt 0 (BP 1, Apple 0)
00:150 00:001 OCB: Arch filtering 0(57344)->F6FCB018(57344) caps 0 - Success
00:152 00:001 OC: Driver ResetNvramEntry.efi at 2 is successfully loaded!
00:154 00:001 OC: Connecting drivers...
00:161 00:006 OC: Connecting drivers done...
00:163 00:001 OC: Found 1 pointer devices - Success
00:164 00:001 OCJS: PartitionInfo is Success
00:166 00:001 OCC: GOP exists on ConsoleOutHandle and has 1 modes
00:168 00:002 OC: Requested resolution is 0x0@0 (max: 1, force: 0) from Max
00:170 00:001 OCC: Requesting 0x0@0 (max: 1) resolution, curr 0, total 1
00:172 00:001 OCC: Current FB at 0xF8000000 (0x800000), format 1, res 1024x768 scan 1024
00:174 00:002 OCC: Mode 0 - 1024x768:1
00:176 00:001 OCC: Current mode matches desired mode 0
00:177 00:001 OC: Changed resolution to 0x0@0 (max: 1, force: 0) from Max - Already started
00:179 00:001 OCC: Using builtin text renderer with 1 scale
00:181 00:001 OCC: Install console control (F6D71F18/47BD1E0/0), current - Not Found
00:183 00:001 OCC: Install console control, new - Success
00:185 00:001 OCC: Setup ASCII Output - Success
00:186 00:001 OC: Requested console mode is 0x0 (max: 0) from
00:188 00:001 OC: Requested not to use audio
00:189 00:001 OC: OcMiscLoadSystemReport...
00:191 00:001 OC: OcLoadAcpiSupport...
00:192 00:001 OCA: Found 7 ACPI tables
00:194 00:001 OCA: Detected table FACP (50434146) (OEM 5446534F5243494D) at F7FF8000 of 276 bytes at index 0
00:196 00:002 OCA: Detected DSDT at F6ECC000 of 123268 bytes at index 0
00:197 00:001 OCA: Detected table OEM0 (304D454F) (OEM 5446534F5243494D) at F7FF7000 of 100 bytes at index 1
00:199 00:001 OCA: Detected table WAET (54454157) (OEM 5446534F5243494D) at F7FF6000 of 40 bytes at index 2
00:201 00:001 OCA: Detected table APIC (43495041) (OEM 5446534F5243494D) at F7FF5000 of 200 bytes at index 3
00:203 00:001 OCA: Detected table SRAT (54415253) (OEM 5446534F5243494D) at F7FF4000 of 624 bytes at index 4
00:205 00:001 OCA: Detected table BGRT (54524742) (OEM 5446534F5243494D) at F7FF3000 of 56 bytes at index 5
00:207 00:001 OCA: Detected table FPDT (54445046) (OEM 5446534F5243494D) at F6D94000 of 52 bytes at index 6
00:209 00:001 OCA: FACS signature is 0 (0)
00:210 00:001 OC: Applying 4 byte ACPI patch (_STA to XSTA rename (additional Hyper-V processors)) at 0, skip 0, count 1808
00:212 00:002 OCA: Patching DSDT of 92167 bytes with 0000000000000000 ID replaced 1808 of 1808
00:214 00:001 OCA: Refreshed DSDT checksum to AA
00:216 00:001 OC: Applying 4 byte ACPI patch (_HID to XHID rename (Hyper-V VMOD)) at 1, skip 0, count 1
00:218 00:001 OCA: Patching DSDT of 123082 bytes with 0000000000000000 ID replaced 1 of 1
00:220 00:001 OCA: Refreshed DSDT checksum to B1
00:221 00:001 OC: Applying 4 byte ACPI patch (_HID to XHID rename (Hyper-V VMBus)) at 2, skip 0, count 1
00:223 00:001 OCA: Patching DSDT of 122565 bytes with 0000000000000000 ID replaced 1 of 1
00:225 00:001 OCA: Refreshed DSDT checksum to B8
00:226 00:001 OC: Applying 4 byte ACPI patch (_STA to XSTA rename (Hyper-V TPM)) at 3, skip 0, count 1
00:228 00:001 OCA: Patching DSDT of 122425 bytes with 0000000000000000 ID replaced 1 of 1
00:230 00:001 OCA: Refreshed DSDT checksum to BF
00:232 00:001 OC: Applying 4 byte ACPI patch (_STA to XSTA rename (Hyper-V NVDIMM)) at 4, skip 0, count 1
00:234 00:001 OCA: Patching DSDT of 120546 bytes with 0000000000000000 ID replaced 1 of 1
00:235 00:001 OCA: Refreshed DSDT checksum to C6
00:237 00:001 OC: Applying 4 byte ACPI patch (_STA to XSTA rename (Hyper-V EPC)) at 5, skip 0, count 1
00:239 00:001 OCA: Patching DSDT of 121745 bytes with 0000000000000000 ID replaced 1 of 1
00:241 00:001 OCA: Refreshed DSDT checksum to CD
00:242 00:001 OC: Applying 4 byte ACPI patch (_STA to XSTA rename (Hyper-V battery)) at 6, skip 0, count 1
00:244 00:002 OCA: Patching DSDT of 121136 bytes with 0000000000000000 ID replaced 1 of 1
00:246 00:001 OCA: Refreshed DSDT checksum to D4
00:248 00:001 OC: Applying 4 byte ACPI patch (_STA to XSTA rename (Hyper-V processors)) at 7, skip 0, count 240
00:250 00:002 OCA: Patching DSDT of 103926 bytes with 0000000000000000 ID replaced 240 of 240
00:252 00:001 OCA: Refreshed DSDT checksum to 64
00:254 00:001 OCA: Allocated new table SSDT at F6C93000
00:255 00:001 OCA: Inserted table SSDT (54445353) (OEM 0000005645445648) of 19279 bytes into ACPI at index 7
00:258 00:002 OCA: Allocated new table SSDT at F6C74000
00:259 00:001 OCA: Inserted table SSDT (54445353) (OEM 3232575645445648) of 126656 bytes into ACPI at index 8
00:261 00:002 OCA: Allocated new table SSDT at F7FFD000
00:263 00:001 OCA: Inserted table SSDT (54445353) (OEM 000047554C505648) of 114 bytes into ACPI at index 9
00:265 00:002 OCA: Allocated new table SSDT at F7FFC000
00:266 00:001 OCA: Inserted table SSDT (54445353) (OEM 005355424D565648) of 230 bytes into ACPI at index 10
00:268 00:001 OCA: Exposing XSDT table table FACP (50434146) (OEM 5446534F5243494D) at F7FF8000 of 276 bytes at index 0
00:271 00:002 OCA: Exposing XSDT table table OEM0 (304D454F) (OEM 5446534F5243494D) at F7FF7000 of 100 bytes at index 1
00:274 00:002 OCA: Exposing XSDT table table WAET (54454157) (OEM 5446534F5243494D) at F7FF6000 of 40 bytes at index 2
00:276 00:002 OCA: Exposing XSDT table table APIC (43495041) (OEM 5446534F5243494D) at F7FF5000 of 200 bytes at index 3
00:278 00:002 OCA: Exposing XSDT table table SRAT (54415253) (OEM 5446534F5243494D) at F7FF4000 of 624 bytes at index 4
00:281 00:002 OCA: Exposing XSDT table table BGRT (54524742) (OEM 5446534F5243494D) at F7FF3000 of 56 bytes at index 5
00:289 00:008 OCA: Exposing XSDT table table FPDT (54445046) (OEM 5446534F5243494D) at F6D94000 of 52 bytes at index 6
00:292 00:003 OCA: Exposing XSDT table table SSDT (54445353) (OEM 0000005645445648) at F6C93000 of 19279 bytes at index 7
00:295 00:002 OCA: Exposing XSDT table table SSDT (54445353) (OEM 3232575645445648) at F6C74000 of 126656 bytes at index 8
00:297 00:002 OCA: Exposing XSDT table table SSDT (54445353) (OEM 000047554C505648) at F7FFD000 of 114 bytes at index 9
00:300 00:002 OCA: Exposing XSDT table table SSDT (54445353) (OEM 005355424D565648) at F7FFC000 of 230 bytes at index 10
00:303 00:002 OCA: Exposing RSDT table table FACP (50434146) (OEM 5446534F5243494D) at F7FF8000 of 276 bytes at index 0
00:305 00:002 OCA: Exposing RSDT table table OEM0 (304D454F) (OEM 5446534F5243494D) at F7FF7000 of 100 bytes at index 1
00:307 00:002 OCA: Exposing RSDT table table WAET (54454157) (OEM 5446534F5243494D) at F7FF6000 of 40 bytes at index 2
00:310 00:002 OCA: Exposing RSDT table table APIC (43495041) (OEM 5446534F5243494D) at F7FF5000 of 200 bytes at index 3
00:312 00:002 OCA: Exposing RSDT table table SRAT (54415253) (OEM 5446534F5243494D) at F7FF4000 of 624 bytes at index 4
00:314 00:002 OCA: Exposing RSDT table table BGRT (54524742) (OEM 5446534F5243494D) at F7FF3000 of 56 bytes at index 5
00:317 00:002 OCA: Exposing RSDT table table FPDT (54445046) (OEM 5446534F5243494D) at F6D94000 of 52 bytes at index 6
00:319 00:002 OCA: Exposing RSDT table table SSDT (54445353) (OEM 0000005645445648) at F6C93000 of 19279 bytes at index 7
00:321 00:002 OCA: Exposing RSDT table table SSDT (54445353) (OEM 3232575645445648) at F6C74000 of 126656 bytes at index 8
00:323 00:002 OCA: Exposing RSDT table table SSDT (54445353) (OEM 000047554C505648) at F7FFD000 of 114 bytes at index 9
00:326 00:002 OCA: Exposing RSDT table table SSDT (54445353) (OEM 005355424D565648) at F7FFC000 of 230 bytes at index 10
00:328 00:002 OC: OcLoadPlatformSupport...
00:330 00:001 OCSMB: Found DMI Anchor F7FD8000 v3.1 Table Address F7FD7000 Length 04D5
00:332 00:002 OCSMB: Found DMI Anchor F7FD6000 v3.1 Table Address F7FD5000 Length 04D5
00:334 00:001 OCSMB: Current SMBIOS Virtual Machine (Virtual Machine made by Microsoft Corporation)
00:336 00:002 OC: PlatformInfo auto 1 OEM SN 0 OEM UUID 0 OEM MLB 0 OEM ROM 0 - Success
00:338 00:001 OC: New SMBIOS: Acidanthera model iMac19,1
00:340 00:001 OCSMB: Post-override BIOS vendor Acidanthera 0
00:342 00:002 OCSMB: CPU1 display frequency is 3400MHz
00:343 00:001 OCSMB: Applying 1026 (3) prev F7FD8000 (1237/31), F7FD6000 (1237/24)
00:346 00:002 OCSMB: Patched F7FF0000 v3.2 Table Address F7FF1000 Length 0402 1E 18
00:348 00:002 OCDH: Setting DataHub 64517CC8-6561-4051-B03C-5964B60F4C7A:name (9) - Success
00:351 00:002 OCDH: Setting DataHub 64517CC8-6561-4051-B03C-5964B60F4C7A:Model (18) - Success
00:353 00:002 OCDH: Setting DataHub 64517CC8-6561-4051-B03C-5964B60F4C7A:SystemSerialNumber (26) - Success
00:355 00:002 OCDH: Setting DataHub 64517CC8-6561-4051-B03C-5964B60F4C7A:board-id (21) - Success
00:357 00:002 OCDH: Setting DataHub 64517CC8-6561-4051-B03C-5964B60F4C7A:board-rev (1) - Success
00:359 00:002 OCDH: Setting DataHub 64517CC8-6561-4051-B03C-5964B60F4C7A:StartupPowerEvents (8) - Success
00:362 00:002 OCDH: Setting DataHub 64517CC8-6561-4051-B03C-5964B60F4C7A:InitialTSC (8) - Success
00:364 00:002 OCDH: Setting DataHub 64517CC8-6561-4051-B03C-5964B60F4C7A:FSBFrequency (8) - Success
00:373 00:008 OCDH: Setting DataHub 64517CC8-6561-4051-B03C-5964B60F4C7A:DevicePathsSupported (4) - Success
00:375 00:002 OCDH: Setting DataHub 64517CC8-6561-4051-B03C-5964B60F4C7A:REV (6) - Success
00:378 00:002 OCDH: Setting DataHub 64517CC8-6561-4051-B03C-5964B60F4C7A:RBr (8) - Success
00:380 00:002 OCDH: Setting DataHub 64517CC8-6561-4051-B03C-5964B60F4C7A:RPlt (8) - Success
00:382 00:002 OC: Setting HW_BID Mac-AA95B1DDAB278B95 - Success
00:384 00:001 OC: Setting HW_ROM 11:22:33:44:55:66 - Success
00:386 00:001 OC: Setting ROM 11:22:33:44:55:66 - Success
00:388 00:001 OC: Setting HW_MLB M0000000000000001 - Success
00:389 00:001 OC: Setting MLB M0000000000000001 - Success
00:391 00:001 OC: Setting HW_SSN W00000000001 - Success
00:393 00:001 OC: Setting SSN W00000000001 - Success
00:395 00:001 OC: Setting FirmwareFeatures FD8FF576 - Success
00:397 00:001 OC: Setting ExtendedFirmwareFeatures 00000008FD8FF576 - Success
00:399 00:001 OC: Setting FirmwareFeaturesMask FFDFFF7F - Success
00:400 00:001 OC: Setting ExtendedFirmwareFeaturesMask 00000008FFDFFF7F - Success
00:402 00:002 OC: OcLoadDevPropsSupport...
00:404 00:001 OC: Setting devprop PciRoot(0x0)/Pci(0x1b,0x0):layout-id - Success
00:406 00:001 OC: OcMiscLateInit...
00:408 00:001 OC: Translated HibernateMode None to 0
00:409 00:001 OC: Hibernation activation - Invalid Parameter, hibernation wake - no
00:411 00:001 OC: Panic log does not exist
00:426 00:014 OC: OcLoadKernelSupport...
00:428 00:001 OC: All green, starting boot management...
00:430 00:001 OC: Ready for takeoff in 0 us
00:432 00:001 OCB: Adding fs F7A0BB98 (E:0|L:1|P:Success) - AcpiEx(@@@0000,@@@0000,0x0,VMBus,,)/VenHw(9B17E5A2-0891-42DD-B653-80B5C22809BA,D96361BAA104294DB60572E2FFB1DC7FDA68B7D182F15C4DAE28C22E18585C37)/Scsi(0x0,0x0)/HD(2,GPT,86D78DB9-905A-4D03-BD7F-A5166E863CB1,0x8000,0x9F7800)
00:436 00:003 OCB: Adding fs F7A2D618 (E:0|L:0|P:Success) - AcpiEx(@@@0000,@@@0000,0x0,VMBus,,)/VenHw(9B17E5A2-0891-42DD-B653-80B5C22809BA,D96361BAA104294DB60572E2FFB1DC7FDA68B7D182F15C4DAE28C22E18585C37)/Scsi(0x0,0x1)/HD(2,GPT,263B77FF-E299-4BE1-BA92-560D2021E404,0x8000,0xF7F80)
00:440 00:003 OCB: Found 2 potentially bootable filesystems
00:442 00:002 OCB: BootOrder/BootNext are not present or unsupported 0 0
00:444 00:001 OCB: Adding fs 2007C5F5 for 1 custom entries and BEP (aux hidden)
00:446 00:001 OCB: Processing blessed list
00:448 00:002 OCB: Adding bless entry on disk - AcpiEx(@@@0000,@@@0000,0x0,VMBus,,)/VenHw(9B17E5A2-0891-42DD-B653-80B5C22809BA,D96361BAA104294DB60572E2FFB1DC7FDA68B7D182F15C4DAE28C22E18585C37)/Scsi(0x0,0x0)/HD(2,GPT,86D78DB9-905A-4D03-BD7F-A5166E863CB1,0x8000,0x9F7800)
00:452 00:004 OCBP: Blessed file is missing
00:454 00:001 OCBP: Blessed folder is missing
00:455 00:001 OCBP: Predefined <nil> \System\Library\CoreServices\boot.efi is missing - Not Found
00:458 00:002 OCBP: Predefined <nil> \EFI\Microsoft\Boot\bootmgfw.efi is missing - Not Found
00:460 00:002 OCBP: Predefined <nil> \EFI\BOOT\BOOTX64.EFI was found
00:462 00:001 OCB: Adding entry type (T:1|F:0|G:1) - AcpiEx(@@@0000,@@@0000,0x0,VMBus,,)/VenHw(9B17E5A2-0891-42DD-B653-80B5C22809BA,D96361BAA104294DB60572E2FFB1DC7FDA68B7D182F15C4DAE28C22E18585C37)/Scsi(0x0,0x0)/HD(2,GPT,86D78DB9-905A-4D03-BD7F-A5166E863CB1,0x8000,0x9F7800)/\EFI\BOOT\BOOTX64.EFI
00:465 00:003 OCB: Get visibility for boot entry - Success
00:467 00:001 OCB: Discarding disabled entry by visibility
00:469 00:002 OCB: Adding bless entry on disk - AcpiEx(@@@0000,@@@0000,0x0,VMBus,,)/VenHw(9B17E5A2-0891-42DD-B653-80B5C22809BA,D96361BAA104294DB60572E2FFB1DC7FDA68B7D182F15C4DAE28C22E18585C37)/Scsi(0x0,0x1)/HD(2,GPT,263B77FF-E299-4BE1-BA92-560D2021E404,0x8000,0xF7F80)
00:473 00:003 OCBP: Blessed file is missing
00:475 00:001 OCBP: Blessed folder is missing
00:477 00:002 OCBP: Predefined <nil> \System\Library\CoreServices\boot.efi is missing - Not Found
00:480 00:002 OCBP: Predefined <nil> \EFI\Microsoft\Boot\bootmgfw.efi is missing - Not Found
00:482 00:002 OCBP: Predefined <nil> \EFI\BOOT\BOOTX64.EFI is missing - Not Found
00:485 00:002 OCB: Not adding hidden auxiliary entry OpenShell (tool|B:0) -> OpenShell.efi
00:488 00:003 BEP: Reset NVRAM entry, preserve boot 0, apple 0
00:490 00:001 OCB: Not adding hidden auxiliary entry Reset NVRAM (os|B:1) -> <null string>
00:492 00:002 OCB: System has no boot entries, showing picker with auxiliary
00:494 00:002 OCB: Adding fs F7A0BB98 (E:0|L:1|P:Success) - AcpiEx(@@@0000,@@@0000,0x0,VMBus,,)/VenHw(9B17E5A2-0891-42DD-B653-80B5C22809BA,D96361BAA104294DB60572E2FFB1DC7FDA68B7D182F15C4DAE28C22E18585C37)/Scsi(0x0,0x0)/HD(2,GPT,86D78DB9-905A-4D03-BD7F-A5166E863CB1,0x8000,0x9F7800)
00:498 00:004 OCB: Adding fs F7A2D618 (E:0|L:0|P:Success) - AcpiEx(@@@0000,@@@0000,0x0,VMBus,,)/VenHw(9B17E5A2-0891-42DD-B653-80B5C22809BA,D96361BAA104294DB60572E2FFB1DC7FDA68B7D182F15C4DAE28C22E18585C37)/Scsi(0x0,0x1)/HD(2,GPT,263B77FF-E299-4BE1-BA92-560D2021E404,0x8000,0xF7F80)
00:502 00:003 OCB: Found 2 potentially bootable filesystems
00:504 00:002 OCB: BootOrder/BootNext are not present or unsupported 0 0
00:506 00:001 OCB: Adding fs 2007C5F5 for 1 custom entries and BEP (aux shown)
00:508 00:001 OCB: Processing blessed list
00:509 00:001 OCB: Adding bless entry on disk - AcpiEx(@@@0000,@@@0000,0x0,VMBus,,)/VenHw(9B17E5A2-0891-42DD-B653-80B5C22809BA,D96361BAA104294DB60572E2FFB1DC7FDA68B7D182F15C4DAE28C22E18585C37)/Scsi(0x0,0x0)/HD(2,GPT,86D78DB9-905A-4D03-BD7F-A5166E863CB1,0x8000,0x9F7800)
00:517 00:007 OCBP: Blessed file is missing
00:518 00:001 OCBP: Blessed folder is missing
00:520 00:001 OCBP: Predefined <nil> \System\Library\CoreServices\boot.efi is missing - Not Found
00:523 00:002 OCBP: Predefined <nil> \EFI\Microsoft\Boot\bootmgfw.efi is missing - Not Found
00:526 00:002 OCBP: Predefined <nil> \EFI\BOOT\BOOTX64.EFI was found
00:528 00:002 OCB: Adding entry type (T:1|F:0|G:1) - AcpiEx(@@@0000,@@@0000,0x0,VMBus,,)/VenHw(9B17E5A2-0891-42DD-B653-80B5C22809BA,D96361BAA104294DB60572E2FFB1DC7FDA68B7D182F15C4DAE28C22E18585C37)/Scsi(0x0,0x0)/HD(2,GPT,86D78DB9-905A-4D03-BD7F-A5166E863CB1,0x8000,0x9F7800)/\EFI\BOOT\BOOTX64.EFI
00:532 00:004 OCB: Get visibility for boot entry - Success
00:535 00:002 OCB: Discarding disabled entry by visibility
00:537 00:002 OCBP: APFS recovery volume handle missing - \EFI\BOOT\
00:539 00:001 OCB: APFS recovery is not present - Not Found
00:541 00:002 OCB: Got recovery dp AcpiEx(@@@0000,@@@0000,0x0,VMBus,,)/VenHw(9B17E5A2-0891-42DD-B653-80B5C22809BA,D96361BAA104294DB60572E2FFB1DC7FDA68B7D182F15C4DAE28C22E18585C37)/Scsi(0x0,0x0)/HD(2,GPT,86D78DB9-905A-4D03-BD7F-A5166E863CB1,0x8000,0x9F7800)/\com.apple.recovery.boot\
00:545 00:003 OCB: Adding entry type (T:4|F:1|G:0) - AcpiEx(@@@0000,@@@0000,0x0,VMBus,,)/VenHw(9B17E5A2-0891-42DD-B653-80B5C22809BA,D96361BAA104294DB60572E2FFB1DC7FDA68B7D182F15C4DAE28C22E18585C37)/Scsi(0x0,0x0)/HD(2,GPT,86D78DB9-905A-4D03-BD7F-A5166E863CB1,0x8000,0x9F7800)/\com.apple.recovery.boot\
00:549 00:004 OCB: Get visibility for boot entry <null string> - Not Found
00:551 00:001 OCB: Registering entry EFI [AppleRecv:Apple] (T:4|F:1|G:0|E:0|B:0) - AcpiEx(@@@0000,@@@0000,0x0,VMBus,,)/VenHw(9B17E5A2-0891-42DD-B653-80B5C22809BA,D96361BAA104294DB60572E2FFB1DC7FDA68B7D182F15C4DAE28C22E18585C37)/Scsi(0x0,0x0)/HD(2,GPT,86D78DB9-905A-4D03-BD7F-A5166E863CB1,0x8000,0x9F7800)/\com.apple.recovery.boot\
00:554 00:003 OCB: Adding bless entry on disk - AcpiEx(@@@0000,@@@0000,0x0,VMBus,,)/VenHw(9B17E5A2-0891-42DD-B653-80B5C22809BA,D96361BAA104294DB60572E2FFB1DC7FDA68B7D182F15C4DAE28C22E18585C37)/Scsi(0x0,0x1)/HD(2,GPT,263B77FF-E299-4BE1-BA92-560D2021E404,0x8000,0xF7F80)
00:558 00:003 OCBP: Blessed file is missing
00:559 00:001 OCBP: Blessed folder is missing
00:561 00:001 OCBP: Predefined <nil> \System\Library\CoreServices\boot.efi is missing - Not Found
00:563 00:002 OCBP: Predefined <nil> \EFI\Microsoft\Boot\bootmgfw.efi is missing - Not Found
00:565 00:001 OCBP: Predefined <nil> \EFI\BOOT\BOOTX64.EFI is missing - Not Found
00:567 00:001 OCB: Adding custom entry OpenShell (tool|B:0) -> OpenShell.efi
00:569 00:001 OCB: Registering entry OpenShell [Auto] (T:128|F:0|G:0|E:0|B:0) - <nil>
00:571 00:001 BEP: Reset NVRAM entry, preserve boot 0, apple 0
00:573 00:001 OCB: Adding custom entry Reset NVRAM (action|B:1) -> <null string>
00:575 00:002 OCB: Registering entry Reset NVRAM [ResetNVRAM:NVRAMTool] (T:256|F:0|G:0|E:0|B:1) - <nil>
00:578 00:002 OCB: Showing menu...
00:580 00:001 OCHK: InitHotKeys
00:583 00:002 OCKM: Allocated key repeat context F6FE8F18 F6FE6C18 F6FE6B98
00:585 00:001 OCAE: Set screen resolution to 1024x768 - Success
00:587 00:002 OCTY: Registered handler
02:601 02:013 OCHK: FreeHotKeys
02:625 00:023 OCTY: Unregistered handler
02:626 00:001 OCKM: Freeing key repeat context F6FE8F18 F6FE6C18 F6FE6B98
02:628 00:001 OCB: Should boot from 1. EFI (T:4|F:1|G:0|E:0|DEF:0)
02:630 00:002 OCB: Saved mode 0/0/0 - Success
02:659 00:029 OCRAM: Extent allocation of 706568592 bytes (A) gave 100000000
06:785 04:125 OCRAM: SHA-256 Digest is: 7FDDF6D9C3E8FC28D5F4261A037C13BB217943DDE36A4B81B97FCC861A5ADF5B
06:789 00:003 OCB: Found chunklist BaseSystem.chunklist for DMG BaseSystem.dmg[10]
10:427 03:638 OCDI: Built DMG DP: VenHw(957932CC-7E8E-433B-8F41-D391EA3C10F8,00000000)/MemoryMapped(0xA,0x100000000,0x100001000)/DMG_000000002A1D6190.dmg/VenMsg(004B07E8-0B9C-427E-B0D4-A466E6E57A62,90611D2A00000000)
10:439 00:011 OCJS: Matched device path
10:441 00:001 OCJS: Matched device path
10:446 00:005 OCBP: BlessedFileHEX (1/4 256) - 01 04 18 00 CC 32 79 95 8E 7E 3B 43 8F 41 D3 91 EA 3C 10 F8 00 00 00 00 01 03 18 00 0A 00 00 00 00 00 00 00 01 00 00 00 00 10 00 00 01 00 00 00 04 04 36 00 44 00 4D 00 47 00 5F 00 30 00 30 00
10:451 00:005 OCBP: BlessedFileHEX (2/4 256) - 30 00 30 00 30 00 30 00 30 00 30 00 32 00 41 00 31 00 44 00 36 00 31 00 39 00 30 00 2E 00 64 00 6D 00 67 00 00 00 03 0A 1C 00 E8 07 4B 00 9C 0B 7E 42 B0 D4 A4 66 E6 E5 7A 62 90 61 1D 2A 00 00
10:455 00:003 OCBP: BlessedFileHEX (3/4 256) - 00 00 04 01 2A 00 01 00 00 00 28 40 06 00 00 00 00 00 88 BF 55 00 00 00 00 00 07 31 B9 7C 81 57 E7 4F 8C 4E 74 09 80 19 E4 ED 02 02 04 04 50 00 5C 00 53 00 79 00 73 00 74 00 65 00 6D 00 5C 00
10:459 00:003 OCBP: BlessedFileHEX (4/4 256) - 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 62 00 6F 00 6F 00 74 00 2E 00 65 00 66 00 69 00 00 00 7F FF 04 00
10:463 00:003 OCBP: BlessedFileDP - VenHw(957932CC-7E8E-433B-8F41-D391EA3C10F8,00000000)/MemoryMapped(0xA,0x100000000,0x100001000)/DMG_000000002A1D6190.dmg/VenMsg(004B07E8-0B9C-427E-B0D4-A466E6E57A62,90611D2A00000000)/HD(1,GPT,7CB93107-5781-4FE7-8C4E-74098019E4ED,0x64028,0x55BF88)/\System\Library\CoreServices\boot.efi
10:467 00:004 OCBP: Blessed file is valid
10:469 00:001 OCSB: Disabling secure boot for Apple images
10:471 00:001 OCB: Perform boot EFI to dp VenHw(957932CC-7E8E-433B-8F41-D391EA3C10F8,00000000)/MemoryMapped(0xA,0x100000000,0x100001000)/DMG_000000002A1D6190.dmg/VenMsg(004B07E8-0B9C-427E-B0D4-A466E6E57A62,90611D2A00000000)/HD(1,GPT,7CB93107-5781-4FE7-8C4E-74098019E4ED,0x64028,0x55BF88)/\System\Library\CoreServices\boot.efi (0/0)
10:476 00:004 OCABC: EfiBootRt candidate - VenHw(957932CC-7E8E-433B-8F41-D391EA3C10F8,00000000)/MemoryMapped(0xA,0x100000000,0x100001000)/DMG_000000002A1D6190.dmg/VenMsg(004B07E8-0B9C-427E-B0D4-A466E6E57A62,90611D2A00000000)/HD(1,GPT,7CB93107-5781-4FE7-8C4E-74098019E4ED,0x64028,0x55BF88)/\System\Library\CoreServices\boot.efi
10:481 00:004 OCABC: IsEfiBootRt 0 (BP 1, Apple 0)
10:490 00:009 OCSB: Direct booting for DMG image
10:492 00:001 OCB: Arch filtering F6B5D018(723512)->F6B5D018(723512) caps 0 - Success
10:494 00:002 OCB: Matching <>/0[0] args on type 4
10:496 00:001 OCABC: VMware Mac installed on F70BF518 - Success
10:498 00:002 OCABC: Patching safe mode sur-2 at off 5FD9
10:500 00:001 OCABC: Only 220/256 slide values are usable!
10:502 00:001 OCABC: Valid slides - 36-255
10:503 00:001 AAPL: #[EB.H.IS|!] Err(0xE) <- RT.GV boot-signature 7C436110-AB2A-4BBB-A880-FE41995C9F82
10:506 00:002 AAPL: #[EB.H.IS|!] Err(0xE) <- RT.GV boot-image-key 7C436110-AB2A-4BBB-A880-FE41995C9F82
10:508 00:002 AAPL: #[EB|H:IS] 0
10:510 00:001 AAPL: #[EB|LOG:INIT] 2024-07-08T13:08:43
10:511 00:001 AAPL: #[EB|VERSION] <"bootbase.efi 577~170 (Official), built 2023-04-15T04:14:26-0700">
10:514 00:002 AAPL: #[EB|BUILD] <"BUILD-INFO[400]:{"DisplayName":"bootbase.efi","DisplayVersion":"577~170","RecordUuid":"66DF046F-46FD-4D43-8276-80823DCE6890","BuildTime":"2023-04-15T04:14:26-0700","ProjectName":"efiboot","ProductName":"bootbase.efi","SourceVersion":"577","BuildVersion":"170","BuildConfiguration":"Release","BuildType":"Official","Compiler":"clang-1403.0.22.11","SdkVersion":"13.4","SdkBuild":"22F47","TargetArchitectures":"x86_64"}">
10:520 00:006 AAPL: #[EB.CFG.DEV|!] Err(0xE) <- RT.GV booter-strict-xmlparser 7C436110-AB2A-4BBB-A880-FE41995C9F82
10:522 00:002 AAPL: #[EB|CFG:DEV] r5 0x0 0x0
10:524 00:001 AAPL: #[EB|H:IS] 0
10:525 00:001 AAPL: #[EB|WL:MODE] 0
10:527 00:001 AAPL: #[EB|CFG:ARG] boot-save-log 0x0000000000000002 (0x0000000000000002 < 0xFFFFFFFFFFFFFFFF) default
10:529 00:002 AAPL: #[EB|CFG:ARG] wake-save-log 0x0000000000000002 (0x0000000000000002 < 0x0000000000000002) default
10:532 00:002 AAPL: #[EB|CFG:ARG] console 0x0000000000000001 (0x0000000000000001 < 0x0000000000000001) default
10:534 00:002 AAPL: #[EB|CFG:ARG] serial 0x0000000000000001 (0x0000000000000001 < 0x0000000000000000) default
10:536 00:002 AAPL: #[EB|CFG:ARG] preoslog 0x0000000000000001 (0x0000000000000001 < 0xFFFFFFFFFFFFFFFF) default
10:539 00:002 AAPL: #[EB|CFG:ARG] timestamps 0x0000000000000000 (0x0000000000000000 < 0xFFFFFFFFFFFFFFFF) default
10:541 00:002 AAPL: #[EB|CFG:ARG] log-level 0x0000000000000001 (0x0000000000000001 & 0x0000000000000021) default
10:543 00:002 AAPL: #[EB|CFG:ARG] breakpoint 0x0000000000000000 (0x0000000000000000 & 0x0000000000000000) default
10:545 00:002 AAPL: #[EB|CFG:ARG] kc-read-size 0x0000000000100000 (0x0000000000100000 < 0xFFFFFFFFFFFFFFFF) default
10:548 00:002 AAPL: #[EB|CFG:ARG] force-error 0x0000000000000000 (0x0000000000000000 & 0x0000000000000000) default
10:550 00:002 AAPL: #[EB|H:IS] 0
10:552 00:001 AAPL: #[EB|WL] 0 0 0x01 0x01 0 0x00
10:553 00:001 AAPL: #[EB|BRD:NV] Mac-AA95B1DDAB278B95
10:555 00:001 OCOS: OS set: <null> macOS 11.0
10:557 00:001 OCOS: OS set: Apple Inc. macOS 11.0
10:559 00:001 AAPL: #[EB|B:VAw]
10:560 00:001 AAPL: #[EB|B:IAw]
10:562 00:001 AAPL: #[EB|WL] 0 0 0x01 0x01 2 0x00
10:564 00:001 AAPL: #[EB.BST.IDT|+]
10:565 00:001 AAPL: #[EB.BST.IDT|-]
10:567 00:001 AAPL: #[EB|WL] 0 0 0x01 0x01 3 0x00
10:569 00:001 AAPL: #[EB|WL] 0 0 0x01 0x01 4 0x00
10:570 00:001 AAPL: #[EB|BRD:NV] Mac-AA95B1DDAB278B95
10:572 00:001 AAPL: #[EB|WL] 0 0 0x01 0x01 5 0x00
10:574 00:001 AAPL: #[EB.H.CHK|BM] 0x0000000000000000
10:575 00:001 AAPL: #[EB.H.LV|!] Err(0xE) <- RT.GV boot-signature 7C436110-AB2A-4BBB-A880-FE41995C9F82
10:577 00:002 AAPL: #[EB|WL] 0 0 0x01 0x01 23 0x0E
10:579 00:001 AAPL: #[EB.H.LV|!] Err(0xE) <- RT.GV boot-image-key 7C436110-AB2A-4BBB-A880-FE41995C9F82
10:582 00:002 AAPL: #[EB|WL] 0 0 0x01 0x01 24 0x0E
10:583 00:001 AAPL: #[EB.H.LV|!] Err(0xE) <- RT.GV boot-image 7C436110-AB2A-4BBB-A880-FE41995C9F82
10:586 00:002 AAPL: #[EB.H.LV|!] Err(0xE) <- RT.SV- boot-signature 7C436110-AB2A-4BBB-A880-FE41995C9F82
10:588 00:002 AAPL: #[EB.H.LV|!] Err(0xE) <- RT.SV- boot-image-key 7C436110-AB2A-4BBB-A880-FE41995C9F82
10:590 00:002 AAPL: #[EB.H.LV|!] Err(0xE) <- RT.SV- boot-image 7C436110-AB2A-4BBB-A880-FE41995C9F82
10:593 00:002 AAPL: #[EB|H:NOT]
10:594 00:001 AAPL: #[EB|SB:P] 0x0
10:596 00:002 AAPL: #[EB|LIMG:DP] VenMedia(957932CC-7E8E-433B-8F41-D391EA3C10F8)/MemMap(10:100000000-100001000)/DMG_000000002A1D6190.dmg/VenMedia(004B07E8-0B9C-427E-B0D4-A466E6E57A62)/HD(Part1,Sig7CB93107-5781-4FE7-8C4E-74098019E4ED)
10:600 00:004 AAPL: #[EB|LIMG:FP] \System\Library\CoreServices\boot.efi
10:602 00:001 AAPL: #[EB|LIMG:OPT]
10:604 00:001 AAPL: #[EB.B.OBV|BM:+DMG]
10:605 00:001 AAPL: #[EB.B.OBV|BM:+ROS]
10:607 00:001 AAPL: #[EB|RPS] 0 0 0
10:610 00:002 AAPL: #[EB.OPT.LXF|F] <"\\System\\Library\\CoreServices\\com.apple.Boot.plist">
10:612 00:002 AAPL: #[EB.LD.LF|IN] 0 1 <"\\System\\Library\\CoreServices\\com.apple.Boot.plist"> <"0">
10:615 00:002 AAPL: #[EB.LD.OFS|OPEN!] Err(0xE) <"\\System\\Library\\CoreServices\\com.apple.Boot.plist">
10:617 00:002 AAPL: #[EB.OPT.LXF|LF!] Err(0xE)
10:619 00:001 AAPL: #[EB.OPT.LXF|F] <"Library\\Preferences\\SystemConfiguration\\com.apple.Boot.plist">
10:622 00:003 AAPL: #[EB.LD.LF|IN] 0 1 <"Library\\Preferences\\SystemConfiguration\\com.apple.Boot.plist"> <"0">
10:628 00:006 AAPL: #[EB|KF] <"">
10:630 00:001 AAPL: #[EB|MBA:CL] <"">
10:632 00:001 AAPL: #[EB|MBA:NV] <"-dbgenhdbg -v keepsyms=1 debug=0x12a msgbuf=1048576 nv_disable=1 serial=3 slide=83 ">
10:634 00:002 AAPL: #[EB|MBA:KF] <"">
10:636 00:001 AAPL: #[EB|MBA:OUT] <"-dbgenhdbg -v keepsyms=1 debug=0x12a msgbuf=1048576 nv_disable=1 serial=3 slide=83 ">
10:638 00:002 AAPL: #[EB|LOG:VERBOSE] 2024-07-08T13:08:43
10:640 00:001 AAPL: #[EB.CSR.S|VAR] 0x00000040
10:642 00:001 AAPL: #[EB|OPT:BM] 0x821082
10:644 00:001 AAPL: #[EB.B.MN|BM:ROS]
10:645 00:001 AAPL: #[EB|WL] 0 0 0x01 0x01 19 0x0E
10:647 00:001 AAPL: #[EB.OPT.RKS|!] Err(0xE) <- BS.LocP EDB4A040-6D8A-11EC-8FAD-3E22FB93ADCF
10:650 00:002 AAPL: #[EB.CS.CSKSD|+]
10:651 00:001 AAPL: #[EB.G.CS|-?] Ok(0)
10:653 00:001 AAPL: #[EB.LD.LF|IN] 0 1 <"<null string>"> <"1">
10:660 00:006 AAPL: #[EB.B.SBS|SZ] 723512
10:666 00:006 AAPL: #[EB|B:SHA] <520e7ee6a29135b4538f361361fd2dad6e20c65f>
10:669 00:002 AAPL: #[EB.WL.PWLFNV|!] Err(0xE) <- RT.GV wake-failure 7C436110-AB2A-4BBB-A880-FE41995C9F82
10:672 00:003 AAPL: #[EB.WL.DT|!] Err(0xE) <- EB.WL.PWLFNV
10:674 00:002 AAPL: #[EB.WL.PWLFRTC|NONE]
10:676 00:001 AAPL: #[EB.WL.DT|!] Err(0xE) <- EB.WL.PWLFRTC
10:678 00:002 AAPL: #[EB.LD.LKC|R.1] <"System\Library\KernelCollections\BootKernelExtensions.kc">
10:686 00:007 OC: Kext reservation size info 508000 exe 133000
10:689 00:002 OC: Trying 64-bit XNU hook on System\Library\KernelCollections\BootKernelExtensions.kc
11:022 00:333 OC: Result of 64-bit XNU hook on System\Library\KernelCollections\BootKernelExtensions.kc (00000000) is Success
11:030 00:008 OCAK: Read kernel version 22.5.0 (220500)
11:043 00:012 OCAK: 64-bit PanicKextDump replace count - 1
11:045 00:002 OCAK: [OK] Patch success kext dump
11:047 00:001 OCAK: 64-bit PowerStateTimeout replace count - 0
11:049 00:001 OCAK: No inline power state patch - Not Found, trying fallback
11:056 00:007 OCAK: 64-bit PowerStateTimeout replace count - 1
11:058 00:002 OCAK: [OK] Patch success power state
11:061 00:002 OCAK: [OK] Found jettisoning fileset
11:063 00:001 OCAK: 64-bit Set core count to thread count replace count - 2
11:065 00:001 OCAK: Patching MSR 35h to 00080010 - Success
11:071 00:005 OCAK: Setting FSB and TSC for Family 0xF and ExtFamily 0xA
11:073 00:002 OCAK: BusFreq = 200000000Hz, BusFCvtt2n = 21474836480, BusFCvtn2t = 200000000
11:075 00:002 OCAK: TscFreq = 3393619206Hz, TscFCvtt2n = 1265600833, TscFCvtn2t = 3393619207
11:078 00:002 OCAK: 64-bit ProvideCurrentCpuInfoZeroMsrThreadCoreCount replace count - 2
11:114 00:036 OCAK: 64-bit flagers - kill invalid wrmsr | 10.13+ replace count - 392
11:116 00:002 OC: Kernel patcher result 0 for kernel (flagers - kill invalid wrmsr | 10.13+) - Success
11:119 00:002 OC: Kernel patcher skips kernel (algrey | Force cpuid_cores_per_package to constant (user-specified) |
10.13-10.14) patch at 1 due to version 170000 <= 220500 <= 189999
11:122 00:003 OC: Kernel patcher skips kernel (algrey | Force cpuid_cores_per_package to constant (user-specified) |
10.15-11.0) patch at 2 due to version 190000 <= 220500 <= 209999
11:125 00:003 OC: Kernel patcher skips kernel (algrey | Force cpuid_cores_per_package to constant (user-specified) |
12.0-13.2) patch at 3 due to version 210000 <= 220500 <= 220399
11:129 00:003 OCAK: 64-bit algrey | Force cpuid_cores_per_package to constant (user-specified) |
13.3+ replace count - 1
11:132 00:003 OC: Kernel patcher result 4 for kernel (algrey | Force cpuid_cores_per_package to constant (user-specified) |
13.3+) - Success
11:137 00:004 OCAK: 64-bit algrey | _commpage_populate | Remove rdmsr | 10.13+ replace count - 1
11:139 00:002 OC: Kernel patcher result 5 for kernel (algrey | _commpage_populate | Remove rdmsr | 10.13+) - Success
11:144 00:004 OCAK: 64-bit algrey | _cpuid_set_cache_info | Set CPUID proper instead of 4 | 10.13+ replace count - 1
11:146 00:002 OC: Kernel patcher result 6 for kernel (algrey | _cpuid_set_cache_info | Set CPUID proper instead of 4 | 10.13+) - Success
11:189 00:042 OCAK: 64-bit algrey | _cpuid_set_generic_info | Remove wrmsr(0x8B) | 10.13+ replace count - 0
11:192 00:003 OC: Kernel patcher result 7 for kernel (algrey | _cpuid_set_generic_info | Remove wrmsr(0x8B) | 10.13+) - Not Found
11:196 00:004 OCAK: 64-bit algrey | _cpuid_set_generic_info | Replace rdmsr(0x8B) with constant 186
| 10.13+ replace count - 1
11:199 00:002 OC: Kernel patcher result 8 for kernel (algrey | _cpuid_set_generic_info | Replace rdmsr(0x8B) with constant 186
| 10.13+) - Success
11:204 00:004 OCAK: 64-bit algrey | _cpuid_set_generic_info | Set flag=1 | 10.13+ replace count - 1
11:206 00:002 OC: Kernel patcher result 9 for kernel (algrey | _cpuid_set_generic_info | Set flag=1 | 10.13+) - Success
11:212 00:006 OCAK: 64-bit algrey | _cpuid_set_generic_info | Disable check to allow leaf7 | 10.13+ replace count - 1
11:215 00:002 OC: Kernel patcher result 10 for kernel (algrey | _cpuid_set_generic_info | Disable check to allow leaf7 | 10.13+) - Success
11:218 00:002 OC: Kernel patcher skips kernel (algrey | _cpuid_set_info | GenuineIntel to AuthenticAMD | 10.13-11.0) patch at 11 due to version 170000 <= 220500 <= 209999
11:221 00:003 OCAK: 64-bit Goldfish64, algrey | Bypass GenuineIntel check panic | 12.0+ replace count - 1
11:224 00:002 OC: Kernel patcher result 12 for kernel (Goldfish64, algrey | Bypass GenuineIntel check panic | 12.0+) - Success
11:226 00:002 OC: Kernel patcher skips kernel (algrey | _cpuid_set_cpufamily | Force CPUFAMILY_INTEL_PENRYN |
10.13-11.2) patch at 13 due to version 170000 <= 220500 <= 200300
11:230 00:003 OCAK: 64-bit algrey | _cpuid_set_cpufamily | Force CPUFAMILY_INTEL_PENRYN | 11.3+ replace count - 1
11:233 00:002 OC: Kernel patcher result 14 for kernel (algrey | _cpuid_set_cpufamily | Force CPUFAMILY_INTEL_PENRYN | 11.3+) - Success
11:269 00:036 OCAK: 64-bit algrey | _i386_init | Remove 3 rdmsr calls | 10.13+ replace count - 3
11:291 00:022 OC: Kernel patcher result 15 for kernel (algrey | _i386_init | Remove 3 rdmsr calls | 10.13+) - Success
11:295 00:004 OCAK: 64-bit algrey, XLNC | Remove version check and panic | 10.13+ replace count - 1
11:315 00:019 OC: Kernel patcher result 16 for kernel (algrey, XLNC | Remove version check and panic | 10.13+) - Success
11:321 00:005 OCAK: 64-bit Visual | thread_quantum_expire, thread_unblock, thread_invoke | Remove
non-monotonic time panic | 12.0+ replace count - 3
11:324 00:003 OC: Kernel patcher result 19 for kernel (Visual | thread_quantum_expire, thread_unblock, thread_invoke | Remove
non-monotonic time panic | 12.0+) - Success
11:331 00:006 OCAK: 64-bit Visual | thread_invoke, thread_dispatch | Remove non-monotonic time
panic | 12.0+ replace count - 2
11:334 00:002 OC: Kernel patcher result 20 for kernel (Visual | thread_invoke, thread_dispatch | Remove non-monotonic time
panic | 12.0+) - Success
11:405 00:070 OCAK: 64-bit algrey | _mtrr_update_action | fix PAT | 10.13+ replace count - 2
11:408 00:003 OC: Kernel patcher result 21 for kernel (algrey | _mtrr_update_action | fix PAT | 10.13+) - Success
11:446 00:037 OCAK: Local relocs 852 on FFFFFF8004349000
11:449 00:002 OC: Prelinked injection Lilu.kext () - Success
11:451 00:002 OC: Prelinked injection Lilu.kext v1.6.8
11:464 00:012 OCAK: Local relocs 308 on FFFFFF80043D3000
11:467 00:003 OC: Prelinked injection DebugEnhancer.kext () - Success
11:469 00:002 OC: Prelinked injection DebugEnhancer.kext v1.0.8
11:471 00:001 OC: Prelinked injection skips MacHyperVSupport.kext () kext at 2 due to version 0 <= 220500 <= 200909
11:475 00:003 OCAK: Patching invalid size 2000 with 1928000 for com.apple.iokit.IOACPIFamily
11:487 00:011 OCAK: Local relocs 504 on FFFFFF80043DE000
11:490 00:003 OC: Prelinked injection VirtualSMC.kext () - Success
11:492 00:002 OC: Prelinked injection VirtualSMC.kext v1.3.3
11:495 00:002 OC: Prelink size 70287360 kext offset 69505024 reserved 1257472
11:497 00:002 OCAK: KC TEXT is 65536 bytes with 62328 Mach-O headers need 392
11:514 00:016 OCAK: Patching invalid size 2FFE with 288B000 for com.apple.driver.AppleSMBIOS
11:517 00:003 OCAK: 64-bit CustomSmbiosGuid replace count - 1
11:519 00:002 OCAK: [OK] SMBIOS Patch success
11:521 00:001 OCAK: Patching invalid size 77FF1 with 2FE8000 for com.apple.driver.AppleACPIPlatform
11:524 00:002 OCAK: 64-bit CustomSmbiosGuid replace count - 1
11:526 00:002 OCAK: [OK] SMBIOS Patch success
11:530 00:003 OCAK: Patching invalid size 32000 with 14B8000 for com.apple.iokit.IOPCIFamily
11:533 00:003 OCAK: 64-bit CaseySJ | probeBusGated | Disable 10 bit tags | 12.0+ replace count - 1
11:535 00:002 OC: Prelinked patcher result 17 for com.apple.iokit.IOPCIFamily (CaseySJ | probeBusGated | Disable 10 bit tags | 12.0+) - Success
11:551 00:015 OC: Prelinked status - Success
11:562 00:010 AAPL: #[EB.LD.LKFS|-?] Ok(0)
11:564 00:002 AAPL: #[EB.LD.LKC|-?] Ok(0)
11:568 00:003 AAPL: #[EB|BST:REV1]
11:569 00:001 AAPL: #[EB|CSR:OUT] 0x00000040
11:573 00:003 AAPL: #[EB.BST.FBS|+]
11:575 00:002 AAPL: #[EB.BST.FBS|ADSZ] 0
11:577 00:001 AAPL: #[EB.BST.FBS|KSSZ] 0
11:579 00:001 AAPL: #[EB|SB:SBGMFNS] x86legacyap.im4m
11:581 00:001 AAPL: #[EB|RH:PF] usr\standalone\OS.dmg.root_hash
11:583 00:001 AAPL: #[EB|RH:MF] <"usr\\standalone\\OS.dmg.root_hash.x86legacyap.im4m">
11:585 00:002 AAPL: #[EB.LD.LF|IN] 0 1 <"usr\\standalone\\OS.dmg.root_hash"> <"0">
11:592 00:006 AAPL: #[EB.LD.OFS|OPEN!] Err(0xE) <"usr\\standalone\\OS.dmg.root_hash">
11:594 00:002 AAPL: #[EB.RH.LRH|P!] Err(0xE) <- EB.LD.LF
11:596 00:001 AAPL: #[EB.BST.FBS|!] Err(0xE) <- EB.RH.LRH
11:598 00:002 OCSMC: SmcReadValue Key 4D535463 Size 1
11:599 00:001 OCSMC: SmcReadValue Key 4D534163 Size 2
11:601 00:001 AAPL: #[EB|LOG:DT] 2024-07-08T13:08:44
11:603 00:002 AAPL: #[EB|LOG:EXITBS:START] 2024-07-08T13:08:44
So it seems the above screenshot was a red herring and that's the initial boot output rather than the last.
Seems it's no longer getting stuck on LOG:EXITBS:START
but rather immediately reboots 🤔
I tried playing around with the core config of the VM as well, when I patched the config.plist with the entries from the AMD repo I made the modification to fit 16 cores of the replace values as well as assigned 16 to the VM. However I noticed the logs said Pkg 1 Cores 8 Threads 16
so I tried upping the VM cores to 32 which then resulted in Pkg 1 Cores 16 Threads 32
but didn't seem to make a difference.
Finally managed to get further but installer refuses to launch with a lot of errors during the boot process and eventually gets stuck looping like this:
I have been following this thread for some time and I also got to this point with com.apple.dock.fullscreen error. I have an AMD 7950X3D.
@physxP I just managed to get further: Not sure what the long remaining time is all about but I'm guessing it's lacking internet next?
I found https://sanitychecker.ocutils.me mentioned somewhere on reddit, uploaded my plist and applied all the critical suggestions.
I believe the primary one was the missing WhateverGreen
kext
The estimated time that the installer shows is usually pretty inaccurate; if you've gotten to that point then your networking should work fine in the OS.
WhateverGreen isn't needed for Hyper-V at this time as there already exists basic framebuffer support through MacHyperVSupport itself. Lilu + WhateverGreen also can't detect devices soon enough to apply patches (see #6), so it won't be able to do anything either.
Were there any other options you had to change that got you past your previous error? I can also add better base support for higher core counts OOB (testing with a 3950X) if you got to a more helpful error this way.
@Qonfused this is the sanity checker result: https://sanitychecker.ocutils.me/results/do8ty7nqvfta76bk I fixed:
The primary change I can observe is enabling DummyPowermanagement
, which is disabled by default but required for AMD. The other booter quirk changes are recommended for TRx40/B550/A520 boards but I'm not sure are relevant for Hyper-V.
After installing macOS, it may be worth checking if you can boot into Recovery reverting the changes to the booter quirks and w/ WhateverGreen disabled. I can test on a 3950X machine but I don't have access to it for the minute.
It seems you were right that only the DummyPowermanagement
bit was required as undoing the rest still allows both the installed OS and recovery to boot.
Thanks for the update! I've added a note in #5 to remind people as it's not mentioned in the AMD Vanilla repository and is very easy to miss in the Dortania Guide.
Finally managed to get further but installer refuses to launch with a lot of errors during the boot process and eventually gets stuck looping like this:
Could you explain how you got further, I am stuck at your last post
Hi,
I've followed the instructions in the readme very carefully but it seems to just not work on my system as I get the following error:
I've tried to let it sit there for 10 minutes without it making any progress. Right before this screen I have 3 boot options: "EFI (dmg)", "Openshell.efi" and " Reset NVRAM". None of the The first option results in the above error while OpenShell gives a command prompt and the last option just seemingly doesn't do anything.
I've tried running
create-virtual-machine.ps1
with the following args which all give the same result:-Version 13
-Version 14
(This gives the same boot options but as text rather than graphical)I've tried the above combination of args with both the
EFI-0.0.0-64-bit-RELEASE.zip
fromreleases
as well as cloningmaster
, building withscripts\build.ps1
and running fromdist/
.This is my windows version:
Am I missing something obvious to make this work?