Max.1974 Posted February 24 Share Posted February 24 (edited) Alternative you can Run this command from AppleLife.Ru git clone -b master --recurse-submodule https://github.com/CloverHackyColor/CloverBootloader.git Or this credits to @MakAsus mkdir -p $HOME/src && cd $HOME/src git clone -q https://github.com/CloverHackyColor/CloverBootloader cd CloverBootloader && git submodule update --init --recursive cd OpenCorePkg && git checkout master && git pull cd .. ./buildme Or use Excellent Clover Suite Builder credits to @LAbyOne https://github.com/LAbyOne/Clover-Suite-Builder-SetUp And need install Xcode. Its was on Package but need run option choice on installer drivers UEFI-64 or something But im know that you are the one of Coders from Clover my friend, so im left here the message to help another people too Best Regards Edited February 24 by Max.1974 Link to comment Share on other sites More sharing options...
STLVNUB Posted February 24 Share Posted February 24 1 hour ago, Max.1974 said: Yes my friend @STLVNUB when you compile Clover on your machine its build all on CloverPackages and UEFI folders Reveal hidden contents Ok Have To Put My Glasses On 1 Link to comment Share on other sites More sharing options...
STLVNUB Posted February 24 Share Posted February 24 Error Compilimg /Users/stlvnub/CloverBootloader/rEFIt_UEFI/libeg/nanosvg.cpp:2648:5: internal compiler error: Segmentation fault: 11 2648 | da -= 2.0f * NSVG_PI; | ^~ Please submit a full bug report, with preprocessed source (by using -freport-bug). See <https://gcc.gnu.org/bugs/> for instructions. make: *** [/Users/stlvnub/CloverBootloader/Build/Clover/RELEASE_GCC131/X64/rEFIt_UEFI/refit/OUTPUT/libeg/nanosvg.obj] Erro Link to comment Share on other sites More sharing options...
Max.1974 Posted February 25 Share Posted February 25 2 hours ago, STLVNUB said: Error Compilimg /Users/stlvnub/CloverBootloader/rEFIt_UEFI/libeg/nanosvg.cpp:2648:5: internal compiler error: Segmentation fault: 11 2648 | da -= 2.0f * NSVG_PI; | ^~ Please submit a full bug report, with preprocessed source (by using -freport-bug). See <https://gcc.gnu.org/bugs/> for instructions. make: *** [/Users/stlvnub/CloverBootloader/Build/Clover/RELEASE_GCC131/X64/rEFIt_UEFI/refit/OUTPUT/libeg/nanosvg.obj] Erro Please try this command from https://github.com/CloverHackyColor/CloverBootloader/wiki/Building cd ~ mkdir src cd src git clone --recurse-submodule https://github.com/CloverHackyColor/CloverBootloader.git cd CloverBootloader ./buildme I have good news My Clover 5157 works now on Lenovo E470, its not better that 5156 that run much better, but I get run after change some parameters on config.plist and use Clover Developer and compile with Line Tools 15.1 for Xcode 15.2 Link to comment Share on other sites More sharing options...
Max.1974 Posted February 25 Share Posted February 25 @Slice @LAbyOne thanks for effort about Clover and all coders Just a simple question, when I use About this Hack show me Clover 5156, and with others programs show Clover 5157. It's possible that I have some error for compilation? Thanks!!! Spoiler Spoiler Spoiler Link to comment Share on other sites More sharing options...
Slice Posted February 25 Share Posted February 25 There is a cache for About_This_Hack. It remembers old values. To delete rm -rf ~/.ath 1 Link to comment Share on other sites More sharing options...
Max.1974 Posted February 25 Share Posted February 25 (edited) Thank you @Slice im will safe your command to the future I did a fresh install on Lenovo, its run nice and smooth, the fix major is on Kernel and Kext Patches set True in DellSMBIOSPatch Im compare Opencore Quirks / Sample.plist (r5157) / config.plist (r5156) and put adjusts that run fast and stable With Plugin Type 1 and PStates Cstates enable C6 and C7 works very nice!!! Im learning day by day Thanks thanks thanks!! Spoiler Edited February 25 by Max.1974 1 Link to comment Share on other sites More sharing options...
Slice Posted February 25 Share Posted February 25 16 hours ago, STLVNUB said: Error Compilimg /Users/stlvnub/CloverBootloader/rEFIt_UEFI/libeg/nanosvg.cpp:2648:5: internal compiler error: Segmentation fault: 11 2648 | da -= 2.0f * NSVG_PI; | ^~ Please submit a full bug report, with preprocessed source (by using -freport-bug). See <https://gcc.gnu.org/bugs/> for instructions. make: *** [/Users/stlvnub/CloverBootloader/Build/Clover/RELEASE_GCC131/X64/rEFIt_UEFI/refit/OUTPUT/libeg/nanosvg.obj] Erro It is really gcc bug. Make new version. ./build_gcc13.sh 2 Link to comment Share on other sites More sharing options...
RobertX Posted February 26 Author Share Posted February 26 well... now that I have monterey running with 5157 (IMac 17,1) can I use this restrictevents.kext boot arg revpatch=sbvmm to get ventura/sonoma upgrades...or do I have to change smbios? Link to comment Share on other sites More sharing options...
RobertX Posted February 26 Author Share Posted February 26 (edited) to answer my own question: Yes, with the boot arg. I am now in receipt of an upgrade notice from system...still using IMac 17,1 smbios... now gotta dig up an ssd to save my monterey setup to...just in case...but in no hurry... edit: hijacking my own thread now...sorry Edited February 26 by RobertX persistence of vision Link to comment Share on other sites More sharing options...
STLVNUB Posted February 26 Share Posted February 26 (edited) 19 hours ago, Slice said: It is really gcc bug. Make new version. ./build_gcc13.sh I'll give it a shot, thanks EDIT: Still Same /Users/stlvnub/CloverBootloader/rEFIt_UEFI/libeg/nanosvgrast.cpp:538:5: internal compiler error: Segmentation fault: 11 538 | float a = (float)i/(float)(ncap-1)*NSVG_PI; | ^~~~~ Please submit a full bug report, with preprocessed source (by using -freport-bug). See <https://gcc.gnu.org/bugs/> for instructions. make: *** [/Users/stlvnub/CloverBootloader/Build/Clover/RELEASE_GCC131/X64/rEFIt_UEFI/refit/OUTPUT/libeg/nanosvgrast.obj] Error 1 Edited February 26 by STLVNUB Link to comment Share on other sites More sharing options...
Slice Posted February 26 Share Posted February 26 But my compilation is successful. Have you recent Clover sources? Link to comment Share on other sites More sharing options...
STLVNUB Posted February 26 Share Posted February 26 (edited) Yes I used buildme which downloaded gcc I'm On Ventura If That Makes Any Difference Edited February 26 by STLVNUB Link to comment Share on other sites More sharing options...
Slice Posted February 26 Share Posted February 26 1 hour ago, STLVNUB said: Yes I used buildme which downloaded gcc I'm On Ventura If That Makes Any Difference Take commit 1a2355679 Link to comment Share on other sites More sharing options...
STLVNUB Posted February 26 Share Posted February 26 2 hours ago, Slice said: Take commit 1a2355679 All Good Now, Thank You 2 Link to comment Share on other sites More sharing options...
RobertX Posted February 28 Author Share Posted February 28 I'll stay in this thread, as I'm still asking about clover...I now have the sonoma upgrade downloaded... but when trying to boot from macos installer...getting kernel/cpu panic, either with IMac 17,1, -no_compat_check, or IMac 19,1 smbios...the panic refers to crypto errors? Could someone take a peek at this and point out my errors?...thx in advance configimac19.plist.zip Link to comment Share on other sites More sharing options...
Max.1974 Posted February 28 Share Posted February 28 Hi @RobertX if is possible, can you detailer your Full Hardware? It's because im check your config.plist and iGPU is active (by default sample.plist) intel HD4000 in Device Properties. And other think, im get error to using RestricEvents kexts from Dortania. Im using now for indicate @Antonuccio, RestrictEvents edited by @lorys89 so this kext fixed all issues with OTA update, and much more. Check here: https://github.com/Lorys89/RestrictEvents/releases/tag/1.1.4 If is possible for you, run Darwin Dumper program to get all information about your hardware, or simple use Hackintool to extract Device Properties in .plist format and zipped here, and your Hardware specifications too. Thanks Link to comment Share on other sites More sharing options...
RobertX Posted February 28 Author Share Posted February 28 (edited) 50 minutes ago, Max.1974 said: Hi @RobertX if is possible, can you detailer your Full Hardware? It's because im check your config.plist and iGPU is active (by default sample.plist) intel HD4000 in Device Properties. ...In the config file, many options, including device properties are not loaded, open config.plist with PlistEdit Pro and you can see Properties? these are not loaded, because of ? at the end. I can show you config.plist for working Monterey, iMac 17,1 clover 5157, which was the basis of the iMac 19,2 config you already have seen...I only changed the smbios details to match iMac 19,1 config 2.plist.zip ...from hackintool Edited February 28 by RobertX add on 1 Link to comment Share on other sites More sharing options...
Slice Posted February 28 Share Posted February 28 2 hours ago, RobertX said: I'll stay in this thread, as I'm still asking about clover...I now have the sonoma upgrade downloaded... but when trying to boot from macos installer...getting kernel/cpu panic, either with IMac 17,1, -no_compat_check, or IMac 19,1 smbios...the panic refers to crypto errors? Could someone take a peek at this and point out my errors?...thx in advance configimac19.plist.zip 7.07 kB · 2 downloads Better show preboot.log. Panic may be induced by E2 lock so make KernelPM=true 2 Link to comment Share on other sites More sharing options...
Max.1974 Posted February 28 Share Posted February 28 3 minutes ago, Slice said: Melhor mostrar preboot.log. O pânico pode ser induzido pelo bloqueio E2, então faça KernelPM=true Yes, thanks @Slice @RobertX please do it with Slice said, and I need you extract with Hackintool your device plist 1 Link to comment Share on other sites More sharing options...
RobertX Posted February 28 Author Share Posted February 28 (edited) Spoiler 0:100 0:000 CPU was calibrated with RTC 0:100 0:000 CloverX64 : Image base = 0xB46B9000 0:100 0:000 Clover ImageHandle = bcff0c58 0:103 0:003 SelfDirPath = \EFI\CLOVER 0:104 0:000 === [ Starting Clover ] ========================= 0:104 0:000 Now is 28.02.2024, 16:52:28 (GMT) 0:104 0:000 Starting Clover revision: 5157 (master, commit ce3e4376b) on American Megatrends EFI 0:104 0:000 Build id: 20240112223240-ce3e437-5157-dirty 0:104 0:000 Build with: [Args: -D NO_GRUB_DRIVERS_EMBEDDED -D LESS_DEBUG -t GCC131 | --cmd-len=50000 -D NO_GRUB_DRIVERS_EMBEDDED -D LESS_DEBUG --conf=/Users/sergey/src/CloverBootloader/Conf -D USE_LOW_EBDA -a X64 -b RELEASE -t GCC131 -n 5 | OS: 14.2.1] 0:104 0:000 === [ Get Smbios ] ============================== 0:104 0:000 Type 16 Index = 0 0:104 0:000 Total Memory Slots Count = 4 0:104 0:000 Type 17 Index = 0 0:104 0:000 Ignoring insane frequency value 0MHz 0:104 0:000 Type 17 Index = 1 0:104 0:000 SmbiosTable.Type17->SlotIndex = 1 0:104 0:000 SmbiosTable.Type17->ModuleSize = 8192MB 0:104 0:000 SmbiosTable.Type17->Type = 0 0:104 0:000 SmbiosTable.Type17->Frequency = 2133MHz 0:104 0:000 SmbiosTable.Type17->Bank/Device = BANK 1 ChannelA-DIMM1 0:104 0:000 SmbiosTable.Type17->Vendor = 04CD 0:104 0:000 SmbiosTable.Type17->SerialNo = 00000000 0:104 0:000 SmbiosTable.Type17->PartNo = F4-2133C15-8GVR 0:104 0:000 Type 17 Index = 2 0:104 0:000 Ignoring insane frequency value 0MHz 0:104 0:000 Type 17 Index = 3 0:104 0:000 SmbiosTable.Type17->SlotIndex = 3 0:104 0:000 SmbiosTable.Type17->ModuleSize = 8192MB 0:104 0:000 SmbiosTable.Type17->Type = 0 0:104 0:000 SmbiosTable.Type17->Frequency = 2133MHz 0:104 0:000 SmbiosTable.Type17->Bank/Device = BANK 3 ChannelB-DIMM1 0:104 0:000 SmbiosTable.Type17->Vendor = 04CD 0:104 0:000 SmbiosTable.Type17->SerialNo = 00000000 0:104 0:000 SmbiosTable.Type17->PartNo = F4-2133C15-8GVR 0:104 0:000 Boot status=0 0:104 0:000 Running on: 'Q170M-D3H' with board 'Q170M-D3H-CF' 0:104 0:000 === [ GetCPUProperties ] ======================== 0:104 0:000 CPU Vendor = 756E6547 Model=506E3 0:104 0:000 The CPU supported SSE4.1 0:104 0:000 The CPU supported RDRAND 0:104 0:000 BrandString = Intel(R) Core(TM) i7-6700K CPU @ 4.00GHz 0:104 0:000 The CPU supported turbo 0:104 0:000 Energy PerfBias is not visible: 0:104 0:000 MSR 0x35 40008 0:104 0:000 TSC/CCC Information Leaf: 0:104 0:000 numerator : 334 0:104 0:000 denominator : 2 0:104 0:000 Calibrated ARTFrequency: 24003401 0:104 0:000 Rounded ARTFrequency: 24000000 0:104 0:000 MSR 0xE2 before patch 1E008006 0:104 0:000 MSR 0xE2 is locked, PM patches will be turned on 0:104 0:000 MSR 0xCE 00080838_F1012800 0:104 0:000 corrected FLEX_RATIO = E0000 0:104 0:000 FSBFrequency = 100 MHz, DMI FSBFrequency = 100 MHz, Corrected FSBFrequency = 100 MHz 0:104 0:000 MaxDiv/MinDiv: 40.0/8 0:104 0:000 Turbo: 40/40/40/42 0:104 0:000 Features: 0x77FAFBBFBFEBFBFF 0:104 0:000 Threads: 8 0:104 0:000 Cores: 4 0:104 0:000 FSB: 100 MHz 0:104 0:000 CPU: 4000 MHz 0:104 0:000 TSC: 4000 MHz 0:104 0:000 PIS: 100 MHz 0:104 0:000 ExternalClock: 25 MHz 0:104 0:000 === [ GetDevices ] ============================== 0:104 0:000 GOP found at: PciRoot(0x0)/Pci(0x1,0x0)/Pci(0x0,0x0)/AcpiAdr(0x80010100) 0:104 0:000 PCI (00|00:00.00) : 8086 191F class=060000 0:104 0:000 PCI (00|00:01.00) : 8086 1901 class=060400 0:104 0:000 PCI (00|01:00.00) : 1002 67DF class=030000 0:104 0:000 - GFX: Model=AMD Radeon RX 480/570/580 (ATI/AMD) 0:104 0:000 - GOP: Provided by device 0:104 0:000 PCI (00|01:00.01) : 1002 AAF0 class=040300 0:104 0:000 - HDMI Audio: 0:104 0:000 PCI (00|00:14.00) : 8086 A12F class=0C0330 0:104 0:000 PCI (00|00:16.00) : 8086 A13A class=078000 0:104 0:000 PCI (00|00:16.03) : 8086 A13D class=070002 0:104 0:000 PCI (00|00:17.00) : 8086 A102 class=010601 0:104 0:000 PCI (00|00:1B.00) : 8086 A167 class=060400 0:104 0:000 PCI (00|00:1B.02) : 8086 A169 class=060400 0:104 0:000 PCI (00|03:00.00) : 1B21 1080 class=060400 0:104 0:000 PCI (00|00:1B.03) : 8086 A16A class=060400 0:104 0:000 PCI (00|00:1C.00) : 8086 A110 class=060400 0:104 0:000 PCI (00|00:1C.02) : 8086 A112 class=060400 0:104 0:000 PCI (00|00:1C.04) : 8086 A114 class=060400 0:104 0:000 PCI (00|00:1D.00) : 8086 A118 class=060400 0:104 0:000 PCI (00|09:00.00) : 15B7 5005 class=010802 0:104 0:000 PCI (00|00:1F.00) : 8086 A146 class=060100 0:104 0:000 PCI (00|00:1F.02) : 8086 A121 class=058000 0:104 0:000 PCI (00|00:1F.03) : 8086 A170 class=040300 0:104 0:000 PCI (00|00:1F.04) : 8086 A123 class=0C0500 0:104 0:000 PCI (00|00:1F.06) : 8086 15B7 class=020000 0:104 0:000 - LAN: 1 Vendor=Intel 0:104 0:000 Legacy MAC address of LAN #0= 40:8D:5C:B6:8D:43: 0:104 0:000 _checkOEMPath Look for oem dir at path '\EFI\CLOVER\OEM\Q170M-D3H--40-8D-5C-B6-8D-43'. Dir doesn't exist. 0:104 0:000 _checkOEMPath Look for oem dir at path '\EFI\CLOVER\OEM\Q170M-D3H-CF\UEFI'. Dir doesn't exist. 0:105 0:000 _checkOEMPath Look for oem dir at path '\EFI\CLOVER\OEM\Q170M-D3H'. Dir doesn't exist. 0:105 0:000 _checkOEMPath Look for oem dir at path '\EFI\CLOVER\OEM\Q170M-D3H-4000'. Dir doesn't exist. 0:105 0:000 _checkOEMPath Look for oem dir at path '\EFI\CLOVER\OEM\Q170M-D3H-CF'. Dir doesn't exist. 0:105 0:000 _checkOEMPath Look for oem dir at path '\EFI\CLOVER\OEM\Q170M-D3H-CF-4000'. Dir doesn't exist. 0:105 0:000 === [ GetUserSettings ] ========================= 0:105 0:000 GetDefaultModel()=iMac17,1 0:105 0:000 === [ LoadUserSettings ] ======================== 0:106 0:000 Using config.plist at path: \EFI\CLOVER 0:106 0:000 There is a problem in plist '\EFI\CLOVER\config.plist' 0:106 0:000 Warning: Unknown key '/SMBIOS_capitan:1371'. Skipped. 0:106 0:000 Use CloverConfigPlistValidator or look in the log 3:106 2:999 === [ LoadUserSettings ] ======================== 3:107 0:000 Cannot find smbios.plist at path '\EFI\CLOVER' : Not Found 3:107 0:000 '\EFI\CLOVER\smbios.plist' not loaded. Efi error Not Found 3:107 0:000 create SMBIOS list, found 26 dicts 3:107 0:000 ... ACPI 3:107 0:000 ... Boot 3:107 0:000 ... BootGraphics 3:107 0:000 ... CPU 3:107 0:000 ... Devices 3:107 0:000 ... GUI 3:107 0:000 ... Graphics 3:107 0:000 ... KernelAndKextPatches 3:107 0:000 ... SMBIOS 3:107 0:000 ... SMBIOS_ventura 3:107 0:000 ... SystemParameters 3:107 0:000 ... RtVariables 3:107 0:000 ... Quirks 3:107 0:000 get model from config.plist 3:107 0:000 Using latest BiosVersion from config instead of default 'IM171.88Z.F000.B00.2302021933' 3:107 0:000 Using latest BiosReleaseDate from config instead of default '02/02/2023' 3:107 0:000 Using latest EfiVersion from config instead of default '509.0.0.0.0' 3:107 0:000 BiosVersion: IM171.88Z.F000.B00.2308171843 3:107 0:000 BiosReleaseDate: 08/17/2023 3:107 0:000 EfiVersion: 522.0.0.0.0 3:107 0:000 Calibrated TSC Frequency = 4008568110 = 4008MHz 3:107 0:000 === [ GetListOfThemes ] ========================= 3:107 0:000 - [00]: Purple_Swirl 3:109 0:001 - [01]: Clovy 3:111 0:002 - [02]: BGM 3:113 0:001 - [03]: cesium 3:114 0:001 - [04]: random 3:115 0:000 - [04]: embedded 3:115 0:000 === [ Found config plists ] ===================== 3:115 0:000 - configIM183.plist 3:115 0:000 - config.plist 3:115 0:000 - configusb.plist 3:115 0:000 - config45.plist 3:115 0:000 - configimac19.plist 3:115 0:000 - config1.plist 3:115 0:000 === [ LoadDrivers ] ============================= 3:116 0:000 Loading EnglishDxe.efi status=Success 3:130 0:014 Loading Fat.efi status=Success 3:144 0:013 - driver needs connecting 3:144 0:000 Loading ApfsDriverLoader.efi status=Success 3:158 0:013 - driver needs connecting 3:158 0:000 2 drivers needs connecting ... 3:158 0:000 PlatformDriverOverrideProtocol->GetDriver overriden 3:158 0:000 APFS driver loaded 3:158 0:000 Searching for invalid DiskIo BY_DRIVER connects: not found, all ok 3:439 0:281 === [ InitScreen ] ============================== 3:439 0:000 Console modes reported: 6, available modes: 3:439 0:000 - [01]: 80x25 (current mode) 3:439 0:000 - [02]: 80x50 3:439 0:000 - [03]: 100x31 3:439 0:000 - [04]: 80x24 3:439 0:000 - [06]: 120x50 3:439 0:000 SetMaxResolution: found best mode 5: 1920x1080 3:474 0:035 Video mode change to mode #5: Success 3:474 0:000 - set 3:474 0:000 SetScreenResolution: 1920x1080 - already set 3:475 0:001 Using embedded font 3:476 0:000 === [ ScanSPD ] ================================= 3:476 0:000 Scanning SMBus [8086:A123], mmio: 0xEFF4A004, ioport: 0xF000, hostc: 0x11 3:493 0:017 Not using XMP because it is not present 3:493 0:000 Slot: 1 Type 26 8192MB 2132MHz Vendor=G Skill Intl PartNo=F4-2133C15-8GVR SerialNo=00000000 3:510 0:016 Not using XMP because it is not present 3:510 0:000 Slot: 3 Type 26 8192MB 2132MHz Vendor=G Skill Intl PartNo=F4-2133C15-8GVR SerialNo=00000000 3:511 0:000 === [ GetAcpiTablesList ] ======================= 3:511 0:000 Get Acpi Tables List from RSDT: 3:511 0:000 - [00]: FACP A M I len=132 3:511 0:000 - [01]: APIC A M I len=188 3:511 0:000 - [02]: FPDT A M I len=68 3:511 0:000 - [03]: MCFG A M I len=60 3:511 0:000 - [04]: SSDT SataTabl len=956 3:511 0:000 - [05]: FIDT A M I len=156 3:511 0:000 - [06]: SSDT SaSsdt len=12633 3:511 0:000 - [07]: SSDT PegSsdt len=9567 3:511 0:000 - [08]: HPET SKL len=56 3:511 0:000 - [09]: SSDT Ther_Rvp len=3557 3:511 0:000 - [10]: SSDT xh_rvp10 len=10967 3:511 0:000 - [11]: UEFI EDK2 len=66 3:511 0:000 - [12]: SSDT CpuSsdt len=3806 3:511 0:000 - [13]: LPIT SKL len=148 3:511 0:000 - [14]: WSMT SKL len=40 3:511 0:000 - [15]: SSDT sensrhub len=671 3:511 0:000 - [16]: SSDT PtidDevc len=12290 3:511 0:000 - [17]: DBGP len=52 3:511 0:000 - [18]: DBG2 len=84 3:511 0:000 - [19]: DMAR SKL len=112 3:511 0:000 - [20]: TPM2 A M I len=52 3:511 0:000 - [21]: ASF! HCG len=160 3:511 0:000 - [00]: Drop table : DMAR, 0 : yes 3:511 0:000 - [01]: Drop table : SSDT, 6d50757043 : no 3:511 0:000 - [02]: Drop table : SSDT, 74734930757043 : no 3:511 0:000 - [03]: Drop table : BGRT, 0 : no 3:511 0:000 Custom boot CUSTOM_BOOT_USER_DISABLED (0x0) 3:511 0:000 Default theme: Clovy 3:512 0:000 Set FakeCPUID: 0x10676 3:512 0:000 === [ Found DSDT tables ] ======================= 3:513 0:000 - DSDT.aml 3:513 0:000 === [ InitKextList ] ============================ 3:514 0:001 Added Kext=Other\Lilu.kext (1.6.7) 3:522 0:008 Added Kext=Other\AppleALC.kext (1.6.9) 3:523 0:000 Added Kext=Other\IntelMausi.kext (1.0.7) 3:524 0:000 Added Kext=Other\RestrictEvents.kext (1.1.3) 3:525 0:000 Added Kext=Other\WhateverGreen.kext (1.6.6) 3:530 0:005 Added Kext=Other\ITEIT87x.kext (1.0.7) 3:530 0:000 Added Kext=Other\Display-20a3-0.kext (9.9.9) 3:531 0:000 Added Kext=Other\IntelCPUMonitor.kext (1.2.5) 3:532 0:000 Added Kext=Other\FakeSMC.kext (3.5.3) 3:533 0:001 Added Kext=Other\USBPorts.kext (1.0) 3:535 0:001 === [ ScanVolumes ] ============================= 3:535 0:000 Found 13 volumes with blockIO 3:535 0:000 - [00]: Volume: PciRoot(0x0)\Pci(0x17,0x0)\Sata(0x2,0xFFFF,0x0) 3:535 0:000 Result of bootcode detection: bootable unknown (legacy) 3:535 0:000 - [01]: Volume: PciRoot(0x0)\Pci(0x17,0x0)\Sata(0x2,0xFFFF,0x0)\HD(1,GPT,0EB42E37-219D-47A0-98D5-333A7BC91C86,0x28,0x64000) 3:536 0:000 Result of bootcode detection: bootable unknown (legacy) 3:561 0:025 label : EFI 3:561 0:000 - [02]: Volume: PciRoot(0x0)\Pci(0x17,0x0)\Sata(0x2,0xFFFF,0x0)\HD(2,GPT,D19F4116-B387-4709-A25B-5FC8B0CC4368,0x64028,0x3A1EC0C0) 3:562 0:000 - [03]: Volume: PciRoot(0x0)\Pci(0x17,0x0)\Sata(0x2,0xFFFF,0x0)\HD(3,GPT,34EF0413-E7C1-4E22-BC1B-F669A4D79B19,0x3A2500E8,0x135F20) 3:583 0:021 - [04]: Volume: PciRoot(0x0)\Pci(0x1D,0x0)\Pci(0x0,0x0)\NVMe(0x1,68-89-71-46-8B-44-1B-00) 3:583 0:000 - [05]: Volume: PciRoot(0x0)\Pci(0x1D,0x0)\Pci(0x0,0x0)\NVMe(0x1,68-89-71-46-8B-44-1B-00)\HD(1,GPT,53FDE995-D061-47AD-98ED-383160486B86,0x28,0x64000) 3:583 0:000 Result of bootcode detection: bootable unknown (legacy) 3:584 0:000 label : EFI 3:584 0:000 This is SelfVolume !! 3:584 0:000 - [06]: Volume: PciRoot(0x0)\Pci(0x1D,0x0)\Pci(0x0,0x0)\NVMe(0x1,68-89-71-46-8B-44-1B-00)\HD(2,GPT,ED33F20C-9264-4B6C-94A6-F8F3C1569623,0x64028,0x3B97D260) 3:584 0:000 Result of bootcode detection: bootable unknown (legacy) 3:584 0:000 - [07]: Volume: PciRoot(0x0)\Pci(0x1D,0x0)\Pci(0x0,0x0)\NVMe(0x1,68-89-71-46-8B-44-1B-00)\HD(2,GPT,ED33F20C-9264-4B6C-94A6-F8F3C1569623,0x64028,0x3B97D260)\VenMedia(BE74FCF7-0B7C-49F3-9147-01F4042E6842,8BAAFEC42EEA8947823553BC8672D771) 3:585 0:000 apfsFileSystemUUID=C4FEAA8B-EA2E-4789-8235-53BC8672D771, ApfsContainerUUID=281711AD-3E23-4662-8530-3C277FEECA48, ApfsRole=0x10 3:585 0:000 label : Preboot 3:585 0:000 - [08]: Volume: PciRoot(0x0)\Pci(0x1D,0x0)\Pci(0x0,0x0)\NVMe(0x1,68-89-71-46-8B-44-1B-00)\HD(2,GPT,ED33F20C-9264-4B6C-94A6-F8F3C1569623,0x64028,0x3B97D260)\VenMedia(BE74FCF7-0B7C-49F3-9147-01F4042E6842,578BB132B764E04E87CAAAE8D715FDB4) 3:585 0:000 apfsFileSystemUUID=32B18B57-64B7-4EE0-87CA-AAE8D715FDB4, ApfsContainerUUID=281711AD-3E23-4662-8530-3C277FEECA48, ApfsRole=0x1 3:588 0:002 label : AppleJam2 3:588 0:000 - [09]: Volume: PciRoot(0x0)\Pci(0x1D,0x0)\Pci(0x0,0x0)\NVMe(0x1,68-89-71-46-8B-44-1B-00)\HD(2,GPT,ED33F20C-9264-4B6C-94A6-F8F3C1569623,0x64028,0x3B97D260)\VenMedia(BE74FCF7-0B7C-49F3-9147-01F4042E6842,7E55096151EDFA4E8A3C888D7489D377) 3:588 0:000 apfsFileSystemUUID=6109557E-ED51-4EFA-8A3C-888D7489D377, ApfsContainerUUID=281711AD-3E23-4662-8530-3C277FEECA48, ApfsRole=0x40 3:595 0:006 label : Untitled 2 - Data 3:595 0:000 - [10]: Volume: PciRoot(0x0)\Pci(0x1D,0x0)\Pci(0x0,0x0)\NVMe(0x1,68-89-71-46-8B-44-1B-00)\HD(2,GPT,ED33F20C-9264-4B6C-94A6-F8F3C1569623,0x64028,0x3B97D260)\VenMedia(BE74FCF7-0B7C-49F3-9147-01F4042E6842,F8302DEFB3E0344D9C434BCA97A44AB9) 3:595 0:000 apfsFileSystemUUID=EF2D30F8-E0B3-4D34-9C43-4BCA97A44AB9, ApfsContainerUUID=281711AD-3E23-4662-8530-3C277FEECA48, ApfsRole=0x4 3:595 0:000 label : Recovery 3:595 0:000 - [11]: Volume: PciRoot(0x0)\Pci(0x1D,0x0)\Pci(0x0,0x0)\NVMe(0x1,68-89-71-46-8B-44-1B-00)\HD(2,GPT,ED33F20C-9264-4B6C-94A6-F8F3C1569623,0x64028,0x3B97D260)\VenMedia(BE74FCF7-0B7C-49F3-9147-01F4042E6842,FF0C76E3F91A5344A0A69DB0BAA79A71) 3:595 0:000 apfsFileSystemUUID=E3760CFF-1AF9-4453-A0A6-9DB0BAA79A71, ApfsContainerUUID=281711AD-3E23-4662-8530-3C277FEECA48, ApfsRole=0x8 3:595 0:000 label : VM 3:595 0:000 - [12]: Volume: PciRoot(0x0)\Pci(0x1D,0x0)\Pci(0x0,0x0)\NVMe(0x1,68-89-71-46-8B-44-1B-00)\HD(2,GPT,ED33F20C-9264-4B6C-94A6-F8F3C1569623,0x64028,0x3B97D260)\VenMedia(BE74FCF7-0B7C-49F3-9147-01F4042E6842,B48D06EEA9BD864C93F93DFA921245FA) 3:595 0:000 apfsFileSystemUUID=EE068DB4-BDA9-4C86-93F9-3DFA921245FA, ApfsContainerUUID=281711AD-3E23-4662-8530-3C277FEECA48, ApfsRole=0xc0 3:595 0:000 label : Update 3:595 0:000 No AudioIoProtocols, status=Not Found 3:596 0:000 === [ InitXTheme ] ============================== 3:596 0:000 use Daylight theme 3:780 0:184 Using vector theme 'Clovy' (Clovy) 3:780 0:000 chosen theme Clovy 3:780 0:000 sound play end with status=Device Error 3:780 0:000 theme inited 3:780 0:000 Chosen theme Clovy 3:781 0:000 after NVRAM boot-args=-no_compat_check 3:781 0:000 === [ Dump SMC keys from NVRAM ] ================ 3:781 0:000 found AppleSMC protocol 3:805 0:024 fakesmc-key-#KEY-ui32:00 00 00 11 3:806 0:001 fakesmc-key-$Adr-ui32:00 00 03 00 3:808 0:001 fakesmc-key-$Num-ui8:01 3:809 0:001 fakesmc-key-RMde-char:41 3:810 0:001 fakesmc-key-RBr -ch8*:6A 31 33 38 5F 39 00 00 3:811 0:001 fakesmc-key-EPCI-ui32:09 D0 F0 00 3:813 0:001 fakesmc-key-REV -ch8*:02 46 0F 00 00 12 3:814 0:001 fakesmc-key-RPlt-ch8*:6A 31 33 38 00 00 00 00 3:815 0:001 fakesmc-key-BEMB-flag:00 3:816 0:001 fakesmc-key-BATP-flag:00 3:818 0:001 fakesmc-key-BNum-ui8:00 3:819 0:001 fakesmc-key-MSTc-ui8:00 3:820 0:001 fakesmc-key-MSAc-ui16:00 00 3:821 0:001 fakesmc-key-MSWr-ui8:00 3:823 0:001 fakesmc-key-MSFW-ui8:01 00 3:824 0:001 fakesmc-key-MSPS-ui16:00 03 3:834 0:010 fakesmc-key-RVBF-ch8*:02 46 0F 00 00 12 3:853 0:019 Registered 17 SMC keys 3:855 0:001 === [ ScanLoader ] ============================== 3:855 0:000 - [01]: 'EFI' 3:947 0:091 AddLoaderEntry for Volume Name=EFI, idx=0 3:947 0:000 OSVersion= 3:947 0:000 IconName=unknown comma=-1 size=7 3:947 0:000 Full=unknown 3:947 0:000 Show badge as OSImage. 3:947 0:000 Loader entry created for 'PciRoot(0x0)\Pci(0x17,0x0)\Sata(0x2,0xFFFF,0x0)\HD(1,GPT,0EB42E37-219D-47A0-98D5-333A7BC91C86,0x28,0x64000)\EFI\BOOT\BOOTX64.efi' 3:947 0:000 Menu entry added at index 0 3:947 0:000 hiding entry because DiskKind is DISK_KIND_INTERNAL: \EFI\BOOT\BOOTX64.efi 3:947 0:000 - [05]: 'EFI' 3:952 0:005 AddLoaderEntry for Volume Name=EFI, idx=1 3:952 0:000 OSVersion= 3:952 0:000 IconName=unknown comma=-1 size=7 3:952 0:000 Full=unknown 3:953 0:000 Show badge as OSImage. 3:953 0:000 Loader entry created for 'PciRoot(0x0)\Pci(0x1D,0x0)\Pci(0x0,0x0)\NVMe(0x1,68-89-71-46-8B-44-1B-00)\HD(1,GPT,53FDE995-D061-47AD-98ED-383160486B86,0x28,0x64000)\EFI\BOOT\BOOTX64.efi' 3:953 0:000 Menu entry added at index 1 3:953 0:000 hiding entry because DiskKind is DISK_KIND_INTERNAL: \EFI\BOOT\BOOTX64.efi 3:953 0:000 - [07]: 'Preboot' 3:953 0:000 ApfsContainerUUID=281711AD-3E23-4662-8530-3C277FEECA48 3:953 0:000 ApfsFileSystemUUID=C4FEAA8B-EA2E-4789-8235-53BC8672D771 3:953 0:000 APFSTargetUUID=6109557E-ED51-4EFA-8A3C-888D7489D377 3:955 0:001 contentDetails name:AppleJam2 3:955 0:000 AddLoaderEntry for Volume Name=Preboot, idx=2 3:955 0:000 OSVersion=12.7.3 3:955 0:000 Check if volume Is Hibernated: 3:955 0:000 Check sleep image 'by signature': 3:955 0:000 using default sleep image name = \private\var\vm\sleepimage 3:955 0:000 cannot open sleepimage -> Not Found 3:955 0:000 hibernated: no - sign 3:955 0:000 IconName=monterey,mac comma=8 size=12 3:955 0:000 first=os_monterey 3:955 0:000 Show badge as OSImage. 3:955 0:000 Loader entry created for 'PciRoot(0x0)\Pci(0x1D,0x0)\Pci(0x0,0x0)\NVMe(0x1,68-89-71-46-8B-44-1B-00)\HD(2,GPT,ED33F20C-9264-4B6C-94A6-F8F3C1569623,0x64028,0x3B97D260)\VenMedia(BE74FCF7-0B7C-49F3-9147-01F4042E6842,8BAAFEC42EEA8947823553BC8672D771)\6109557E-ED51-4EFA-8A3C-888D7489D377\System\Library\CoreServices\boot.efi' 3:957 0:001 Menu entry added at index 2 3:958 0:001 AddLoaderEntry for Volume Name=Preboot, idx=3 3:959 0:000 OSVersion=12.7.3 3:959 0:000 IconName=monterey,mac comma=8 size=12 3:959 0:000 first=os_monterey 3:959 0:000 Show badge as OSImage. 3:959 0:000 Loader entry created for 'PciRoot(0x0)\Pci(0x1D,0x0)\Pci(0x0,0x0)\NVMe(0x1,68-89-71-46-8B-44-1B-00)\HD(2,GPT,ED33F20C-9264-4B6C-94A6-F8F3C1569623,0x64028,0x3B97D260)\VenMedia(BE74FCF7-0B7C-49F3-9147-01F4042E6842,8BAAFEC42EEA8947823553BC8672D771)\6109557E-ED51-4EFA-8A3C-888D7489D377\com.apple.installer\boot.efi' 3:961 0:002 Menu entry added at index 3 3:961 0:000 - [08]: 'AppleJam2' 3:961 0:000 ApfsContainerUUID=281711AD-3E23-4662-8530-3C277FEECA48 3:961 0:000 ApfsFileSystemUUID=32B18B57-64B7-4EE0-87CA-AAE8D715FDB4 3:969 0:007 - [09]: 'Untitled 2 - Data' 3:969 0:000 ApfsContainerUUID=281711AD-3E23-4662-8530-3C277FEECA48 3:969 0:000 ApfsFileSystemUUID=6109557E-ED51-4EFA-8A3C-888D7489D377 3:969 0:000 - [10]: 'Recovery' 3:969 0:000 ApfsContainerUUID=281711AD-3E23-4662-8530-3C277FEECA48 3:969 0:000 ApfsFileSystemUUID=EF2D30F8-E0B3-4D34-9C43-4BCA97A44AB9 3:969 0:000 APFSTargetUUID=6109557E-ED51-4EFA-8A3C-888D7489D377 3:969 0:000 contentDetails name:AppleJam2 3:970 0:000 AddLoaderEntry for Volume Name=Recovery, idx=4 3:970 0:000 OSVersion=12.7.3 3:970 0:000 IconName=monterey,mac comma=8 size=12 3:970 0:000 first=os_monterey 3:970 0:000 Show badge as OSImage. 3:970 0:000 Loader entry created for 'PciRoot(0x0)\Pci(0x1D,0x0)\Pci(0x0,0x0)\NVMe(0x1,68-89-71-46-8B-44-1B-00)\HD(2,GPT,ED33F20C-9264-4B6C-94A6-F8F3C1569623,0x64028,0x3B97D260)\VenMedia(BE74FCF7-0B7C-49F3-9147-01F4042E6842,F8302DEFB3E0344D9C434BCA97A44AB9)\6109557E-ED51-4EFA-8A3C-888D7489D377\BaseSystem.dmg' 3:972 0:001 Menu entry added at index 4 3:972 0:000 - [11]: 'VM' 3:972 0:000 ApfsContainerUUID=281711AD-3E23-4662-8530-3C277FEECA48 3:972 0:000 ApfsFileSystemUUID=E3760CFF-1AF9-4453-A0A6-9DB0BAA79A71 3:972 0:000 - [12]: 'Update' 3:972 0:000 ApfsContainerUUID=281711AD-3E23-4662-8530-3C277FEECA48 3:972 0:000 ApfsFileSystemUUID=EE068DB4-BDA9-4C86-93F9-3DFA921245FA 3:972 0:000 Entries list before ordering 3:972 0:000 Entry 0 : Boot UEFI internal from EFI (hidden) 3:972 0:000 Entry 1 : Boot UEFI internal from EFI (hidden) 3:972 0:000 Entry 2 : Boot Mac OS from AppleJam2 via Preboot 3:972 0:000 Entry 3 : Boot Mac OS Install for AppleJam2 via Preboot 3:972 0:000 Entry 4 : Boot Mac OS Recovery for AppleJam2 via Recovery 3:972 0:000 Move installer entry 3 before preboot 2 3:972 0:000 Entries list after ordering 3:972 0:000 Entry 0 : Boot UEFI internal from EFI (hidden) 3:972 0:000 Entry 1 : Boot UEFI internal from EFI (hidden) 3:972 0:000 Entry 2 : Boot Mac OS Install for AppleJam2 via Preboot 3:972 0:000 Entry 3 : Boot Mac OS from AppleJam2 via Preboot 3:972 0:000 Entry 4 : Boot Mac OS Recovery for AppleJam2 via Recovery 3:972 0:000 Scanning legacy ... 3:972 0:000 === [ AddCustomTool ] =========================== 3:972 0:000 found tool \EFI\CLOVER\tools\Shell64U.efi 3:972 0:000 Checking EFI partition Volume 1 for Clover 3:975 0:002 Found Clover 3:975 0:000 === [ GetEfiBootDeviceFromNvram ] =============== 3:976 0:001 Got efi-boot-device-data size=260 3:976 0:000 - efi-boot-device-data: PciRoot(0x0)\Pci(0x1D,0x0)\Pci(0x0,0x0)\NVMe(0x1,68-89-71-46-8B-44-1B-00)\HD(2,GPT,ED33F20C-9264-4B6C-94A6-F8F3C1569623,0x64028,0x3B97D260)\VenMedia(BE74FCF7-0B7C-49F3-9147-01F4042E6842,8BAAFEC42EEA8947823553BC8672D771)\6109557E-ED51-4EFA-8A3C-888D7489D377\com.apple.installer\boot.efi 3:976 0:000 - Volume: 'PciRoot(0x0)\Pci(0x1D,0x0)\Pci(0x0,0x0)\NVMe(0x1,68-89-71-46-8B-44-1B-00)\HD(2,GPT,ED33F20C-9264-4B6C-94A6-F8F3C1569623,0x64028,0x3B97D260)\VenMedia(BE74FCF7-0B7C-49F3-9147-01F4042E6842,8BAAFEC42EEA8947823553BC8672D771)' 3:976 0:000 - LoaderPath: '\6109557E-ED51-4EFA-8A3C-888D7489D377\com.apple.installer\boot.efi' 3:976 0:000 - Guid = ED33F20C-9264-4B6C-94A6-F8F3C1569623 3:976 0:000 === [ FindStartupDiskVolume ] =================== 3:976 0:000 - Volume: partition = PciRoot(0x0)\Pci(0x1D,0x0)\Pci(0x0,0x0)\NVMe(0x1,68-89-71-46-8B-44-1B-00)\HD(2,GPT,ED33F20C-9264-4B6C-94A6-F8F3C1569623,0x64028,0x3B97D260)\VenMedia(BE74FCF7-0B7C-49F3-9147-01F4042E6842,8BAAFEC42EEA8947823553BC8672D771) 3:976 0:000 - searching for that partition and loader '\6109557E-ED51-4EFA-8A3C-888D7489D377\com.apple.installer\boot.efi' 3:976 0:000 checking 'PciRoot(0x0)/Pci(0x1D,0x0)/Pci(0x0,0x0)/NVMe(0x1,68-89-71-46-8B-44-1B-00)/HD(2,GPT,ED33F20C-9264-4B6C-94A6-F8F3C1569623,0x64028,0x3B97D260)/VenMedia(BE74FCF7-0B7C-49F3-9147-01F4042E6842,8BAAFEC42EEA8947823553BC8672D771)' 3:976 0:000 '\6109557E-ED51-4EFA-8A3C-888D7489D377\com.apple.installer\boot.efi' 3:976 0:000 - found entry 0. 'Boot Mac OS Install for AppleJam2 via Preboot', Volume 'Preboot', '\6109557E-ED51-4EFA-8A3C-888D7489D377\com.apple.installer\boot.efi' 3:976 0:000 Boot redirected to Entry 0. 'Boot Mac OS Install for AppleJam2 via Preboot' 3:976 0:000 BannerPlace at Clear Screen [885,137] 4:112 0:136 GUI ready 13:905 9:792 === [ GetUserSettings ] ========================= 13:905 0:000 GetDefaultModel()=iMac17,1 13:905 0:000 === [ LoadUserSettings ] ======================== 13:906 0:000 Using configimac19.plist at path: \EFI\CLOVER 13:907 0:000 There are problems in plist '\EFI\CLOVER\configimac19.plist' 13:907 0:000 Warning: Unknown key '/SMBIOS/BiosReleaseDate :1245'. Skipped. 13:907 0:000 Warning: Unknown key '/SMBIOS/BiosVersion :1249'. Skipped. 13:907 0:000 Warning: Unknown key '/SMBIOS/Board-ID :1251'. Skipped. 13:907 0:000 Warning: Unknown key '/SMBIOS/BoardSerialNumber :1255'. Skipped. 13:907 0:000 Warning: Unknown key '/SMBIOS/ExtendedFirmwareFeatures :1269'. Skipped. 13:907 0:000 Warning: Unknown key '/SMBIOS/ExtendedFirmwareFeaturesMask :1271'. Skipped. 13:907 0:000 Warning: Unknown key '/SMBIOS/SerialNumber :1337'. Skipped. 13:907 0:000 Warning: Unknown key '/SMBIOS/SmUUID :1362'. Skipped. 13:907 0:000 Warning: EfiVersion '522.0.0.0.0' is older than default ('1968.100.16.0.1') -> ignored. Dict '/SMBIOS:1242'. 13:907 0:000 Warning: Unknown key '/SMBIOS_capitan:1371'. Skipped. 13:907 0:000 Use CloverConfigPlistValidator or look in the log 16:907 2:999 === [ LoadUserSettings ] ======================== 16:907 0:000 Cannot find smbios.plist at path '\EFI\CLOVER' : Not Found 16:907 0:000 '\EFI\CLOVER\smbios.plist' not loaded. Efi error Not Found 16:907 0:000 create SMBIOS list, found 26 dicts 16:907 0:000 ... ACPI 16:907 0:000 ... Boot 16:907 0:000 ... BootGraphics 16:907 0:000 ... CPU 16:907 0:000 ... Devices 16:907 0:000 ... GUI 16:907 0:000 ... Graphics 16:907 0:000 ... KernelAndKextPatches 16:907 0:000 ... SMBIOS 16:907 0:000 ... SMBIOS_ventura 16:907 0:000 ... SystemParameters 16:907 0:000 ... RtVariables 16:907 0:000 ... Quirks 16:907 0:000 get model from config.plist 16:907 0:000 BiosVersion: IM191.88Z.F000.B00.2302212211 16:907 0:000 BiosReleaseDate: 02/21/2023 16:907 0:000 EfiVersion: 1968.100.16.0.1 16:907 0:000 got BE smUUID as:40028D03-5C04-B605-8D06-430700080009 16:907 0:000 Calibrated TSC Frequency = 4008568110 = 4008MHz 45:082 28:174 ReinitRefitLib after theme change 45:082 0:000 === [ Found DSDT tables ] ======================= 45:082 0:000 - DSDT.aml 45:083 0:000 === [ ScanVolumes ] ============================= 45:083 0:000 Found 13 volumes with blockIO 45:083 0:000 - [00]: Volume: PciRoot(0x0)\Pci(0x17,0x0)\Sata(0x2,0xFFFF,0x0) 45:084 0:000 Result of bootcode detection: bootable unknown (legacy) 45:084 0:000 - [01]: Volume: PciRoot(0x0)\Pci(0x17,0x0)\Sata(0x2,0xFFFF,0x0)\HD(1,GPT,0EB42E37-219D-47A0-98D5-333A7BC91C86,0x28,0x64000) 45:084 0:000 Result of bootcode detection: bootable unknown (legacy) 45:087 0:002 label : EFI 45:087 0:000 - [02]: Volume: PciRoot(0x0)\Pci(0x17,0x0)\Sata(0x2,0xFFFF,0x0)\HD(2,GPT,D19F4116-B387-4709-A25B-5FC8B0CC4368,0x64028,0x3A1EC0C0) 45:087 0:000 - [03]: Volume: PciRoot(0x0)\Pci(0x17,0x0)\Sata(0x2,0xFFFF,0x0)\HD(3,GPT,34EF0413-E7C1-4E22-BC1B-F669A4D79B19,0x3A2500E8,0x135F20) 45:100 0:012 - [04]: Volume: PciRoot(0x0)\Pci(0x1D,0x0)\Pci(0x0,0x0)\NVMe(0x1,68-89-71-46-8B-44-1B-00) 45:100 0:000 - [05]: Volume: PciRoot(0x0)\Pci(0x1D,0x0)\Pci(0x0,0x0)\NVMe(0x1,68-89-71-46-8B-44-1B-00)\HD(1,GPT,53FDE995-D061-47AD-98ED-383160486B86,0x28,0x64000) 45:100 0:000 Result of bootcode detection: bootable unknown (legacy) 45:104 0:003 label : EFI 45:104 0:000 This is SelfVolume !! 45:104 0:000 - [06]: Volume: PciRoot(0x0)\Pci(0x1D,0x0)\Pci(0x0,0x0)\NVMe(0x1,68-89-71-46-8B-44-1B-00)\HD(2,GPT,ED33F20C-9264-4B6C-94A6-F8F3C1569623,0x64028,0x3B97D260) 45:104 0:000 Result of bootcode detection: bootable unknown (legacy) 45:104 0:000 - [07]: Volume: PciRoot(0x0)\Pci(0x1D,0x0)\Pci(0x0,0x0)\NVMe(0x1,68-89-71-46-8B-44-1B-00)\HD(2,GPT,ED33F20C-9264-4B6C-94A6-F8F3C1569623,0x64028,0x3B97D260)\VenMedia(BE74FCF7-0B7C-49F3-9147-01F4042E6842,8BAAFEC42EEA8947823553BC8672D771) 45:104 0:000 apfsFileSystemUUID=C4FEAA8B-EA2E-4789-8235-53BC8672D771, ApfsContainerUUID=281711AD-3E23-4662-8530-3C277FEECA48, ApfsRole=0x10 45:104 0:000 label : Preboot 45:104 0:000 - [08]: Volume: PciRoot(0x0)\Pci(0x1D,0x0)\Pci(0x0,0x0)\NVMe(0x1,68-89-71-46-8B-44-1B-00)\HD(2,GPT,ED33F20C-9264-4B6C-94A6-F8F3C1569623,0x64028,0x3B97D260)\VenMedia(BE74FCF7-0B7C-49F3-9147-01F4042E6842,578BB132B764E04E87CAAAE8D715FDB4) 45:104 0:000 apfsFileSystemUUID=32B18B57-64B7-4EE0-87CA-AAE8D715FDB4, ApfsContainerUUID=281711AD-3E23-4662-8530-3C277FEECA48, ApfsRole=0x1 45:104 0:000 label : AppleJam2 45:104 0:000 - [09]: Volume: PciRoot(0x0)\Pci(0x1D,0x0)\Pci(0x0,0x0)\NVMe(0x1,68-89-71-46-8B-44-1B-00)\HD(2,GPT,ED33F20C-9264-4B6C-94A6-F8F3C1569623,0x64028,0x3B97D260)\VenMedia(BE74FCF7-0B7C-49F3-9147-01F4042E6842,7E55096151EDFA4E8A3C888D7489D377) 45:104 0:000 apfsFileSystemUUID=6109557E-ED51-4EFA-8A3C-888D7489D377, ApfsContainerUUID=281711AD-3E23-4662-8530-3C277FEECA48, ApfsRole=0x40 45:104 0:000 label : Untitled 2 - Data 45:104 0:000 - [10]: Volume: PciRoot(0x0)\Pci(0x1D,0x0)\Pci(0x0,0x0)\NVMe(0x1,68-89-71-46-8B-44-1B-00)\HD(2,GPT,ED33F20C-9264-4B6C-94A6-F8F3C1569623,0x64028,0x3B97D260)\VenMedia(BE74FCF7-0B7C-49F3-9147-01F4042E6842,F8302DEFB3E0344D9C434BCA97A44AB9) 45:104 0:000 apfsFileSystemUUID=EF2D30F8-E0B3-4D34-9C43-4BCA97A44AB9, ApfsContainerUUID=281711AD-3E23-4662-8530-3C277FEECA48, ApfsRole=0x4 45:104 0:000 label : Recovery 45:104 0:000 - [11]: Volume: PciRoot(0x0)\Pci(0x1D,0x0)\Pci(0x0,0x0)\NVMe(0x1,68-89-71-46-8B-44-1B-00)\HD(2,GPT,ED33F20C-9264-4B6C-94A6-F8F3C1569623,0x64028,0x3B97D260)\VenMedia(BE74FCF7-0B7C-49F3-9147-01F4042E6842,FF0C76E3F91A5344A0A69DB0BAA79A71) 45:105 0:000 apfsFileSystemUUID=E3760CFF-1AF9-4453-A0A6-9DB0BAA79A71, ApfsContainerUUID=281711AD-3E23-4662-8530-3C277FEECA48, ApfsRole=0x8 45:105 0:000 label : VM 45:105 0:000 - [12]: Volume: PciRoot(0x0)\Pci(0x1D,0x0)\Pci(0x0,0x0)\NVMe(0x1,68-89-71-46-8B-44-1B-00)\HD(2,GPT,ED33F20C-9264-4B6C-94A6-F8F3C1569623,0x64028,0x3B97D260)\VenMedia(BE74FCF7-0B7C-49F3-9147-01F4042E6842,B48D06EEA9BD864C93F93DFA921245FA) 45:105 0:000 apfsFileSystemUUID=EE068DB4-BDA9-4C86-93F9-3DFA921245FA, ApfsContainerUUID=281711AD-3E23-4662-8530-3C277FEECA48, ApfsRole=0xc0 45:105 0:000 label : Update 45:105 0:000 No AudioIoProtocols, status=Not Found 45:105 0:000 change theme 45:105 0:000 === [ InitXTheme ] ============================== 45:106 0:000 use Daylight theme 45:293 0:187 Using vector theme 'Clovy' (Clovy) 45:293 0:000 chosen theme Clovy 45:293 0:000 sound play end with status=Device Error 45:293 0:000 theme inited 45:293 0:000 Chosen theme Clovy 45:294 0:000 after NVRAM boot-args= 45:294 0:000 === [ ScanLoader ] ============================== 45:294 0:000 - [01]: 'EFI' 45:315 0:021 AddLoaderEntry for Volume Name=EFI, idx=0 45:315 0:000 OSVersion= 45:315 0:000 IconName=unknown comma=-1 size=7 45:315 0:000 Full=unknown 45:315 0:000 Show badge as OSImage. 45:315 0:000 Loader entry created for 'PciRoot(0x0)\Pci(0x17,0x0)\Sata(0x2,0xFFFF,0x0)\HD(1,GPT,0EB42E37-219D-47A0-98D5-333A7BC91C86,0x28,0x64000)\EFI\BOOT\BOOTX64.efi' 45:316 0:000 Menu entry added at index 0 45:316 0:000 hiding entry because DiskKind is DISK_KIND_INTERNAL: \EFI\BOOT\BOOTX64.efi 45:316 0:000 - [05]: 'EFI' 45:319 0:003 AddLoaderEntry for Volume Name=EFI, idx=1 45:319 0:000 OSVersion= 45:319 0:000 IconName=unknown comma=-1 size=7 45:319 0:000 Full=unknown 45:319 0:000 Show badge as OSImage. 45:319 0:000 Loader entry created for 'PciRoot(0x0)\Pci(0x1D,0x0)\Pci(0x0,0x0)\NVMe(0x1,68-89-71-46-8B-44-1B-00)\HD(1,GPT,53FDE995-D061-47AD-98ED-383160486B86,0x28,0x64000)\EFI\BOOT\BOOTX64.efi' 45:320 0:000 Menu entry added at index 1 45:320 0:000 hiding entry because DiskKind is DISK_KIND_INTERNAL: \EFI\BOOT\BOOTX64.efi 45:320 0:000 - [07]: 'Preboot' 45:320 0:000 ApfsContainerUUID=281711AD-3E23-4662-8530-3C277FEECA48 45:320 0:000 ApfsFileSystemUUID=C4FEAA8B-EA2E-4789-8235-53BC8672D771 45:320 0:000 APFSTargetUUID=6109557E-ED51-4EFA-8A3C-888D7489D377 45:320 0:000 contentDetails name:AppleJam2 45:320 0:000 AddLoaderEntry for Volume Name=Preboot, idx=2 45:320 0:000 OSVersion=12.7.3 45:320 0:000 Check if volume Is Hibernated: 45:320 0:000 Check sleep image 'by signature': 45:320 0:000 using default sleep image name = \private\var\vm\sleepimage 45:320 0:000 cannot open sleepimage -> Not Found 45:320 0:000 hibernated: no - sign 45:320 0:000 IconName=monterey,mac comma=8 size=12 45:320 0:000 first=os_monterey 45:320 0:000 Show badge as OSImage. 45:320 0:000 Loader entry created for 'PciRoot(0x0)\Pci(0x1D,0x0)\Pci(0x0,0x0)\NVMe(0x1,68-89-71-46-8B-44-1B-00)\HD(2,GPT,ED33F20C-9264-4B6C-94A6-F8F3C1569623,0x64028,0x3B97D260)\VenMedia(BE74FCF7-0B7C-49F3-9147-01F4042E6842,8BAAFEC42EEA8947823553BC8672D771)\6109557E-ED51-4EFA-8A3C-888D7489D377\System\Library\CoreServices\boot.efi' 45:322 0:001 Menu entry added at index 2 45:322 0:000 AddLoaderEntry for Volume Name=Preboot, idx=3 45:322 0:000 OSVersion=12.7.3 45:322 0:000 IconName=monterey,mac comma=8 size=12 45:322 0:000 first=os_monterey 45:322 0:000 Show badge as OSImage. 45:322 0:000 Loader entry created for 'PciRoot(0x0)\Pci(0x1D,0x0)\Pci(0x0,0x0)\NVMe(0x1,68-89-71-46-8B-44-1B-00)\HD(2,GPT,ED33F20C-9264-4B6C-94A6-F8F3C1569623,0x64028,0x3B97D260)\VenMedia(BE74FCF7-0B7C-49F3-9147-01F4042E6842,8BAAFEC42EEA8947823553BC8672D771)\6109557E-ED51-4EFA-8A3C-888D7489D377\com.apple.installer\boot.efi' 45:324 0:001 Menu entry added at index 3 45:324 0:000 - [08]: 'AppleJam2' 45:324 0:000 ApfsContainerUUID=281711AD-3E23-4662-8530-3C277FEECA48 45:324 0:000 ApfsFileSystemUUID=32B18B57-64B7-4EE0-87CA-AAE8D715FDB4 45:324 0:000 - [09]: 'Untitled 2 - Data' 45:324 0:000 ApfsContainerUUID=281711AD-3E23-4662-8530-3C277FEECA48 45:324 0:000 ApfsFileSystemUUID=6109557E-ED51-4EFA-8A3C-888D7489D377 45:324 0:000 - [10]: 'Recovery' 45:324 0:000 ApfsContainerUUID=281711AD-3E23-4662-8530-3C277FEECA48 45:324 0:000 ApfsFileSystemUUID=EF2D30F8-E0B3-4D34-9C43-4BCA97A44AB9 45:324 0:000 APFSTargetUUID=6109557E-ED51-4EFA-8A3C-888D7489D377 45:324 0:000 contentDetails name:AppleJam2 45:324 0:000 AddLoaderEntry for Volume Name=Recovery, idx=4 45:325 0:000 OSVersion=12.7.3 45:325 0:000 IconName=monterey,mac comma=8 size=12 45:325 0:000 first=os_monterey 45:325 0:000 Show badge as OSImage. 45:325 0:000 Loader entry created for 'PciRoot(0x0)\Pci(0x1D,0x0)\Pci(0x0,0x0)\NVMe(0x1,68-89-71-46-8B-44-1B-00)\HD(2,GPT,ED33F20C-9264-4B6C-94A6-F8F3C1569623,0x64028,0x3B97D260)\VenMedia(BE74FCF7-0B7C-49F3-9147-01F4042E6842,F8302DEFB3E0344D9C434BCA97A44AB9)\6109557E-ED51-4EFA-8A3C-888D7489D377\BaseSystem.dmg' 45:326 0:001 Menu entry added at index 4 45:326 0:000 - [11]: 'VM' 45:326 0:000 ApfsContainerUUID=281711AD-3E23-4662-8530-3C277FEECA48 45:326 0:000 ApfsFileSystemUUID=E3760CFF-1AF9-4453-A0A6-9DB0BAA79A71 45:326 0:000 - [12]: 'Update' 45:326 0:000 ApfsContainerUUID=281711AD-3E23-4662-8530-3C277FEECA48 45:326 0:000 ApfsFileSystemUUID=EE068DB4-BDA9-4C86-93F9-3DFA921245FA 45:326 0:000 Entries list before ordering 45:326 0:000 Entry 0 : Boot UEFI internal from EFI (hidden) 45:326 0:000 Entry 1 : Boot UEFI internal from EFI (hidden) 45:326 0:000 Entry 2 : Boot Mac OS from AppleJam2 via Preboot 45:326 0:000 Entry 3 : Boot Mac OS Install for AppleJam2 via Preboot 45:326 0:000 Entry 4 : Boot Mac OS Recovery for AppleJam2 via Recovery 45:326 0:000 Move installer entry 3 before preboot 2 45:326 0:000 Entries list after ordering 45:326 0:000 Entry 0 : Boot UEFI internal from EFI (hidden) 45:326 0:000 Entry 1 : Boot UEFI internal from EFI (hidden) 45:326 0:000 Entry 2 : Boot Mac OS Install for AppleJam2 via Preboot 45:326 0:000 Entry 3 : Boot Mac OS from AppleJam2 via Preboot 45:326 0:000 Entry 4 : Boot Mac OS Recovery for AppleJam2 via Recovery 45:326 0:000 Scanning legacy ... 45:326 0:000 === [ AddCustomTool ] =========================== 45:326 0:000 found tool \EFI\CLOVER\tools\Shell64U.efi 45:326 0:000 Checking EFI partition Volume 1 for Clover 45:329 0:002 Found Clover 45:329 0:000 === [ GetEfiBootDeviceFromNvram ] =============== 45:329 0:000 === [ FindStartupDiskVolume ] =================== 45:329 0:000 - Volume: partition = PciRoot(0x0)\Pci(0x1D,0x0)\Pci(0x0,0x0)\NVMe(0x1,68-89-71-46-8B-44-1B-00)\HD(2,GPT,ED33F20C-9264-4B6C-94A6-F8F3C1569623,0x64028,0x3B97D260)\VenMedia(BE74FCF7-0B7C-49F3-9147-01F4042E6842,8BAAFEC42EEA8947823553BC8672D771) 45:329 0:000 - searching for that partition and loader '\6109557E-ED51-4EFA-8A3C-888D7489D377\com.apple.installer\boot.efi' 45:329 0:000 checking 'PciRoot(0x0)/Pci(0x1D,0x0)/Pci(0x0,0x0)/NVMe(0x1,68-89-71-46-8B-44-1B-00)/HD(2,GPT,ED33F20C-9264-4B6C-94A6-F8F3C1569623,0x64028,0x3B97D260)/VenMedia(BE74FCF7-0B7C-49F3-9147-01F4042E6842,8BAAFEC42EEA8947823553BC8672D771)' 45:329 0:000 '\6109557E-ED51-4EFA-8A3C-888D7489D377\com.apple.installer\boot.efi' 45:329 0:000 - found entry 0. 'Boot Mac OS Install for AppleJam2 via Preboot', Volume 'Preboot', '\6109557E-ED51-4EFA-8A3C-888D7489D377\com.apple.installer\boot.efi' 45:329 0:000 Boot redirected to Entry 0. 'Boot Mac OS Install for AppleJam2 via Preboot' 45:329 0:000 BannerPlace at Clear Screen [885,137] 61:338 16:009 BootVariable of the entry is empty 61:338 0:000 === [ StartLoader ] ============================= 61:338 0:000 Starting PciRoot(0x0)\Pci(0x1D,0x0)\Pci(0x0,0x0)\NVMe(0x1,68-89-71-46-8B-44-1B-00)\HD(2,GPT,ED33F20C-9264-4B6C-94A6-F8F3C1569623,0x64028,0x3B97D260)\VenMedia(BE74FCF7-0B7C-49F3-9147-01F4042E6842,8BAAFEC42EEA8947823553BC8672D771)\6109557E-ED51-4EFA-8A3C-888D7489D377\System\Library\CoreServices\boot.efi 61:338 0:000 Finally: ExternalClock=26MHz BusSpeed=100215kHz CPUFreq=4009MHz PIS: hw.busfrequency=104000000Hz 61:339 0:000 Beginning OC 61:339 0:000 OCST: Missing vault data, ignoring... 61:339 0:000 Bridge mmioWhiteList[0] to OC : comment=Haswell: SB_RCBA is a 0x4 page memory region, containing SPI_BASE at 0x3800 (SPI_BASE_ADDRESS) 61:339 0:000 Bridge mmioWhiteList[1] to OC : comment=Generic: PCI root is a 0x1000 page memory region used by some firmwares 61:339 0:000 AddKextsInArray from Other 61:339 0:000 ->Extra kext: Other\Lilu.kext (v.1.6.7) 61:339 0:000 ->Extra kext: Other\AppleALC.kext (v.1.6.9) 61:339 0:000 ->Extra kext: Other\IntelMausi.kext (v.1.0.7) 61:339 0:000 ->Extra kext: Other\RestrictEvents.kext (v.1.1.3) 61:339 0:000 ->Extra kext: Other\WhateverGreen.kext (v.1.6.6) 61:339 0:000 ->Extra kext: Other\ITEIT87x.kext (v.1.0.7) 61:339 0:000 ->Extra kext: Other\Display-20a3-0.kext (v.9.9.9) 61:339 0:000 ->Extra kext: Other\IntelCPUMonitor.kext (v.1.2.5) 61:339 0:000 ->Extra kext: Other\FakeSMC.kext (v.3.5.3) 61:339 0:000 ->Extra kext: Other\USBPorts.kext (v.1.0) 61:340 0:000 AddKextsInArray from Off 61:340 0:000 AddKextsInArray from 12 61:340 0:000 AddKextsInArray from 12_normal 61:340 0:000 AddKextsInArray from 12.7 61:340 0:000 AddKextsInArray from 12.7_normal 61:340 0:000 AddKextsInArray from 12.7.3 61:340 0:000 AddKextsInArray from 12.7.3_normal 61:340 0:000 Bridge kext to OC : Path=Other\Lilu.kext 61:340 0:000 OC BundlePath = 'Other\Lilu.kext' 61:340 0:000 OC PlistPath = 'Contents\Info.plist' 61:341 0:000 OC ExecutablePath = 'Contents\MacOS\Lilu' 61:341 0:000 Bridge kext to OC : Path=Other\FakeSMC.kext 61:341 0:000 OC BundlePath = 'Other\FakeSMC.kext' 61:341 0:000 OC PlistPath = 'Contents\Info.plist' 61:342 0:000 OC ExecutablePath = 'Contents\MacOS\FakeSMC' 61:342 0:000 Bridge kext to OC : Path=Other\WhateverGreen.kext 61:342 0:000 OC BundlePath = 'Other\WhateverGreen.kext' 61:342 0:000 OC PlistPath = 'Contents\Info.plist' 61:343 0:000 OC ExecutablePath = 'Contents\MacOS\WhateverGreen' 61:343 0:000 Bridge kext to OC : Path=Other\AppleALC.kext 61:343 0:000 OC BundlePath = 'Other\AppleALC.kext' 61:343 0:000 OC PlistPath = 'Contents\Info.plist' 61:358 0:014 OC ExecutablePath = 'Contents\MacOS\AppleALC' 61:358 0:000 Bridge kext to OC : Path=Other\USBPorts.kext 61:358 0:000 OC BundlePath = 'Other\USBPorts.kext' 61:359 0:000 OC PlistPath = 'Contents\Info.plist' 61:360 0:000 Bridge kext to OC : Path=Other\IntelMausi.kext 61:360 0:000 OC BundlePath = 'Other\IntelMausi.kext' 61:360 0:000 OC PlistPath = 'Contents\Info.plist' 61:361 0:000 OC ExecutablePath = 'Contents\MacOS\IntelMausi' 61:361 0:000 Bridge kext to OC : Path=Other\RestrictEvents.kext 61:361 0:000 OC BundlePath = 'Other\RestrictEvents.kext' 61:361 0:000 OC PlistPath = 'Contents\Info.plist' 61:362 0:000 OC ExecutablePath = 'Contents\MacOS\RestrictEvents' 61:362 0:000 Bridge kext to OC : Path=Other\ITEIT87x.kext 61:362 0:000 OC BundlePath = 'Other\ITEIT87x.kext' 61:362 0:000 OC PlistPath = 'Contents\Info.plist' 61:367 0:004 OC ExecutablePath = 'Contents\MacOS\ITEIT87x' 61:367 0:000 Bridge kext to OC : Path=Other\Display-20a3-0.kext 61:367 0:000 OC BundlePath = 'Other\Display-20a3-0.kext' 61:367 0:000 OC PlistPath = 'Contents\Info.plist' 61:368 0:000 Bridge kext to OC : Path=Other\IntelCPUMonitor.kext 61:368 0:000 OC BundlePath = 'Other\IntelCPUMonitor.kext' 61:368 0:000 OC PlistPath = 'Contents\Info.plist' 61:369 0:000 OC ExecutablePath = 'Contents\MacOS\IntelCPUMonitor' 61:383 0:013 Start 'OpenRuntime.efi' : Status Success 61:383 0:000 OC: config config.plist 61:383 0:000 OC: Got 0 drivers 61:383 0:000 OC: OpenCore DBG-097-2024-01-13 is loading in Optional mode (0/0)... 61:383 0:000 OC: StorageHandle 0 with LauncherOption pointing to 61:383 0:000 OCAU: OcAudioInstallProtocols (0, 0) 61:384 0:000 OcOSInfoInstallProtocol 61:384 0:000 OCRTC: OcAppleRtcRamInstallProtocol 61:384 0:000 OCRTC: Wake log is 0x00 0x00 0 0x00 61:384 0:000 OcAppleFbInfoInstallProtocol 61:384 0:000 OcAppleEg2InfoInstallProtocol 61:384 0:000 OC: Loading Apple Secure Boot with Disabled (level 0) 61:384 0:000 OCABC: ALRBL 0 RTDFRG 1 DEVMMIO 0 NOSU 0 NOVRWR 0 NOSB 0 FBSIG 0 NOHBMAP 0 SMSLIDE 0 WRUNPROT 1 61:384 0:000 OCABC: FEXITBS 0 PRMRG 0 CSLIDE 0 MSLIDE 0 PRSRV 0 RBMAP 0 VMAP 1 APPLOS 0 RTPERMS 1 ARBAR -1 RBIO 0 61:384 0:000 OCABC: Got rendezvous with OpenRuntime r12 61:384 0:000 OCABC: MAT support is 0 61:384 0:000 OC: RequestBootVarRouting 0 61:385 0:000 OCDM: Found 0x20032/0x20032 UEFI version (376 bytes, 0 rebuilding to 376) gST BF7AB018 gBS B4B36A70 gBS->CreateEventEx B4B3BEC8 &gBS B4823F50 61:385 0:000 OC: Setting GPU BARs to 0 61:385 0:000 OCDM: RBAR using PciIo 61:385 0:000 OCDM: Setting RBAR to 0 inc 1 on 3/22 61:385 0:000 OCDM: Capability I/O error - Unsupported 61:385 0:000 OCDM: RBAR is unsupported by device - Device Error 61:385 0:000 OC: Got 0 drivers 61:385 0:000 OCC: Installing GOP (Unsupported) on ConsoleOutHandle... 61:466 0:080 OC: Requested resolution is 0x0@0 (max: 0, force: 0) from 61:466 0:000 OCC: Using builtin text renderer with 1 scale 61:466 0:000 OCC: Install console control (B480F930/B4B34188/0), current - Success 61:466 0:000 OCC: Setup ASCII Output - Success 61:466 0:000 OC: Requested console mode is 0x0 (max: 0) from 61:466 0:000 OC: Requested not to use audio 61:466 0:000 OC: Invalid HibernateMode: 61:466 0:000 OC: Translated HibernateMode to 0 61:467 0:000 OC: Hibernation activation - Invalid Parameter, hibernation wake - no 61:467 0:000 OCABC: IsEfiBootRt 0 (BP 1, Apple 0) 61:468 0:001 OCB: Arch filtering B94E6018(723512)->B94E6018(723512) caps 0 - Success 61:485 0:017 ImageHandle = b9b62a18 61:539 0:054 GetOSVersion: 12.7.3 (m) 61:539 0:000 Filtering KextPatches: 61:539 0:000 - [00]: VoodooHDA (NoLabel) :: BinPatch :: [OS: 12.7.3 | MatchOS: All | MatchBuild: All] ==> disabled by user 61:539 0:000 - [01]: AppleAHCIPort (Make all drives to be internal) :: BinPatch :: [OS: 12.7.3 | MatchOS: All | MatchBuild: All] ==> disabled by user 61:539 0:000 - [02]: IOAHCIBlockStorage (TRIM function for non-Apple SSDs) :: BinPatch :: [OS: 12.7.3 | MatchOS: All | MatchBuild: All] ==> disabled by user 61:539 0:000 - [03]: AMD6000Controller (ATI Connector patch new way) :: BinPatch :: [OS: 12.7.3 | MatchOS: 10.9,10.10,10.11 | MatchBuild: All] ==> disabled by user 61:539 0:000 - [04]: AMD6000Controller (ATI name HD xxxx -> HD6450) :: BinPatch :: [OS: 12.7.3 | MatchOS: 10.12,10.13 | MatchBuild: All] ==> disabled by user 61:539 0:000 - [05]: com.apple.kext.AMDSupport (Violet strips) :: BinPatch :: [OS: 12.7.3 | MatchOS: All | MatchBuild: All] ==> disabled by user 61:539 0:000 Filtering KernelPatches: 61:539 0:000 - [00]: Disable panic kext logging on 10.14 Release kernel :: [OS: 12.7.3 | MatchOS: 10.14 | MatchBuild: All] ==> disabled by user 61:539 0:000 - [01]: Disable panic kext logging on 10.13 Release kernel :: [OS: 12.7.3 | MatchOS: 10.13 | MatchBuild: All] ==> disabled by user 61:539 0:000 - [02]: Lapic panic patch example :: [OS: 12.7.3 | MatchOS: All | MatchBuild: All] ==> disabled by user 61:539 0:000 - [03]: Monterey RDRAND instruction #1 :: [OS: 12.7.3 | MatchOS: 12.x | MatchBuild: All] ==> disabled by user 61:539 0:000 - [04]: Monterey RDRAND instruction #2 :: [OS: 12.7.3 | MatchOS: 12.x | MatchBuild: All] ==> disabled by user 61:539 0:000 - [05]: Monterey RDRAND instruction #3 :: [OS: 12.7.3 | MatchOS: 12.x | MatchBuild: All] 61:539 0:000 check MatchOS 12.x 61:539 0:000 ==> allowed by OS 61:539 0:000 Filtering BootPatches: 61:539 0:000 - [00]: Example :: [OS: 12.7.3 | MatchOS: All | MatchBuild: All] ==> disabled by user 61:539 0:000 Patch[0]: Example 61:539 0:000 ==> disabled 61:539 0:000 Will not patch boot.efi 61:539 0:000 BiosVersion: IM191.88Z.F000.B00.2302212211 61:539 0:000 BiosReleaseDate: 02/21/2023 61:539 0:000 EfiVersion: 1968.100.16.0.1 61:539 0:000 SMBIOS reloaded with model iMac19,1 61:539 0:000 Set FakeCPUID: 0x406E1 61:539 0:000 Bridge kernel patch to OC : Monterey RDRAND instruction #3 61:539 0:000 === [ PatchSmbios ] ============================= 61:539 0:000 UpdateSmbiosString : BiosVersion=EfiVersion=1968.100.16.0.1 61:539 0:000 UpdateSmbiosString : ReleaseDate=02/21/2023 61:539 0:000 void PatchTableType1(const SmbiosInjectedSettings&) : UpdateSmbiosString ProductName=iMac19,1 61:539 0:000 void PatchTableType2(const SmbiosInjectedSettings&) : UpdateSmbiosString ProductName=BoardNumber=Mac-AA95B1DDAB278B95 61:539 0:000 void PatchTableType2(const SmbiosInjectedSettings&) : UpdateSmbiosString Version=BoardVersion=iMac19,1 61:539 0:000 insert table 9 for dev 0:0 61:539 0:000 insert table 9 for dev 0:1 61:539 0:000 insert table 9 for dev 1F:6 61:539 0:000 Table 11 present, but rewritten for us 61:540 0:000 Do not inject memory table 61:540 0:000 Trusting SMBIOS... 61:540 0:000 Channels: 2 61:540 0:000 Interleave: 0 2 1 3 61:540 0:000 !trusted SMBIOS data, Table index 0:!gRAM.SMBIOS.doesSlotForIndexExist(SMBIOSIndex) 61:540 0:000 SMBIOS Type 17 Index = 0 => SMBIOSIndex=0 SPDIndex=0: 61:540 0:000 BANK 0 DIMM0 EMPTY 61:540 0:000 !trusted SMBIOS data, Table index 2:!gRAM.SMBIOS.doesSlotForIndexExist(SMBIOSIndex) 61:540 0:000 SMBIOS Type 17 Index = 1 => SMBIOSIndex=2 SPDIndex=2: 61:540 0:000 BANK 1 DIMM0 EMPTY 61:540 0:000 trusted SMBIOS data, table index 1: 61:540 0:000 gRAM.SMBIOS[1]->ModuleSize = 8192 61:540 0:000 gRAM.SMBIOS[1]->Type = 0 61:540 0:000 gRAM.SMBIOS[1]->Frequency = 2133 61:540 0:000 gRAM.SMBIOS[1]->Vendor = 04CD 61:540 0:000 gRAM.SMBIOS[1]->PartNo = F4-2133C15-8GVR 61:540 0:000 gRAM.SMBIOS[1]->SerialNo = 00000000 61:540 0:000 SPD data in use: 61:540 0:000 gRAM.SPD[1]->ModuleSize = 8192 61:540 0:000 gRAM.SPD[1]->Type = 26 61:540 0:000 gRAM.SPD[1]->Frequency = 2132 61:540 0:000 gRAM.SPD[1]->Vendor = G Skill Intl 61:540 0:000 gRAM.SPD[1]->SerialNo = 00000000 61:540 0:000 gRAM.SPD[1]->PartNo = F4-2133C15-8GVR 61:540 0:000 SMBIOS Type 17 Index = 2 => SMBIOSIndex=1 SPDIndex=1: 61:540 0:000 BANK 0 DIMM1 2133MHz 8192MB(Ext:0MB) 61:540 0:000 trusted SMBIOS data, table index 3: 61:540 0:000 gRAM.SMBIOS[3]->ModuleSize = 8192 61:540 0:000 gRAM.SMBIOS[3]->Type = 0 61:540 0:000 gRAM.SMBIOS[3]->Frequency = 2133 61:540 0:000 gRAM.SMBIOS[3]->Vendor = 04CD 61:540 0:000 gRAM.SMBIOS[3]->PartNo = F4-2133C15-8GVR 61:540 0:000 gRAM.SMBIOS[3]->SerialNo = 00000000 61:540 0:000 SPD data in use: 61:540 0:000 gRAM.SPD[3]->ModuleSize = 8192 61:540 0:000 gRAM.SPD[3]->Type = 26 61:540 0:000 gRAM.SPD[3]->Frequency = 2132 61:540 0:000 gRAM.SPD[3]->Vendor = G Skill Intl 61:540 0:000 gRAM.SPD[3]->SerialNo = 00000000 61:540 0:000 gRAM.SPD[3]->PartNo = F4-2133C15-8GVR 61:540 0:000 SMBIOS Type 17 Index = 3 => SMBIOSIndex=3 SPDIndex=3: 61:540 0:000 BANK 1 DIMM1 2133MHz 8192MB(Ext:0MB) 61:540 0:000 mTotalSystemMemory = 16384 61:540 0:000 NumberOfMemoryDevices = 4 61:540 0:000 Type20[0]->End = 0x7FFFFF, Type17[2] = 2000 61:540 0:000 Type20[1]->End = 0xFFFFFF, Type17[3] = 6000 61:540 0:000 Table 131 is present, CPUType=31 61:540 0:000 Change to: 705 61:540 0:000 === [ PatchACPI ] =============================== 61:540 0:000 OCABC: AllocPages 1 0xBE8A1000 (1) - Success 61:540 0:000 Xsdt reallocation done 61:540 0:000 OCABC: AllocPages 1 0xBE8A0000 (1) - Success 61:540 0:000 old FADT length=114 61:540 0:000 SignatureFixup: 0xEA6D5413 -> 0x0 61:540 0:000 Found OperationRegion(GNVS, SystemMemory, BF062000, ...) 61:540 0:000 Found OperationRegion(CPSB, SystemMemory, BE811F98, ...) 61:540 0:000 Found OperationRegion(PNVA, SystemMemory, BF098018, ...) 61:540 0:000 Found OperationRegion(THBA, SystemMemory, FE200000, ...) 61:541 0:001 Found OperationRegion(ITSS, SystemMemory, FDC43100, ...) 61:542 0:000 Found OperationRegion(ABNV, SystemMemory, FFFF0000, ...) 61:542 0:000 Found OperationRegion(TMMB, SystemMemory, FED40000, ...) 61:542 0:000 Found OperationRegion(CRBD, SystemMemory, FED40000, ...) 61:542 0:000 Found OperationRegion(TPMR, SystemMemory, FFFFFFFF, ...) 61:542 0:000 Found OperationRegion(ATNV, SystemMemory, BF098F18, ...) 61:542 0:000 DSDT found in Clover volume: \EFI\CLOVER\ACPI\patched\DSDT.aml 61:543 0:001 OCABC: AllocPages 1 0xBE883000 (29) - Success 61:543 0:000 Apply DsdtFixMask=0x1FE7B1D5 61:543 0:000 === [ FixBiosDsdt ] ============================= 61:543 0:000 Patching DSDT: 61:543 0:000 - [Add _SUN property for GIGE]: disabled 61:543 0:000 - [Rename GFX0 to IGPU]: disabled 61:543 0:000 - [Rename AZAL to HDAS]: disabled 61:543 0:000 - [Rename oem _DSM to ZDSM]: pattern 5F44534D, patched at: [ (326C) ] 61:543 0:000 - [Rename HECI to IMEI]: pattern 48454349, patched at: [ (F5B7) ] 61:545 0:001 Start HPET Fix 61:545 0:000 Start Display0 Fix 61:545 0:000 Found internal video device 0 @3E7F 61:545 0:000 Creating Method(_DSM) for 1002 card 61:546 0:000 patch Display #0 of Vendor=0x1002 61:546 0:000 patch LAN0 in DSDT 61:547 0:001 NewName HDAS already present, renaming impossible 61:548 0:000 NewName HDMI already present, renaming impossible 61:549 0:001 deleting device CRT_ 61:550 0:001 deleting device DVI_ 61:552 0:001 deleting device SPKR 61:553 0:001 deleting device ECP_ 61:555 0:001 deleting device LPT_ 61:556 0:001 deleting device FDC0 61:558 0:001 deleting device ECP1 61:559 0:001 deleting device LPT1 61:561 0:001 deleting device FDC_ 61:564 0:002 OperationRegion (GNVS...) corrected from 0xB5EA9000 to addr=0xBF062000 61:564 0:000 OperationRegion (CPSB...) corrected from 0xB5A07F98 to addr=0xBE811F98 61:564 0:000 indirect name=PNVB 61:564 0:000 OperationRegion (PNVA...) corrected from 0xB5EDF018 to addr=0xBF098018 61:564 0:000 OperationRegion (THBA...) corrected from 0x0 to addr=0xFE200000 61:564 0:000 OperationRegion (ABNV...) corrected from 0xB5ED3000 to addr=0xFFFF0000 61:564 0:000 indirect name=TPMM 61:564 0:000 indirect name=FTPM 61:564 0:000 indirect name=PPIM 61:564 0:000 OperationRegion (ATNV...) corrected from 0xFFFF0000 to addr=0xBF098F18 61:564 0:000 no device(AC) exists 61:564 0:000 Name _OSI present at 0x7A75, renaming to OOSI 61:564 0:000 Name _OSI present at 0x10C17, renaming to OOSI 61:564 0:000 Name _OSI present at 0x10C1E, renaming to OOSI 61:564 0:000 Name _OSI present at 0x10C33, renaming to OOSI 61:564 0:000 Name _OSI present at 0x10C4F, renaming to OOSI 61:564 0:000 Name _OSI present at 0x10C6F, renaming to OOSI 61:564 0:000 Name _OSI present at 0x10C8F, renaming to OOSI 61:564 0:000 Name _OSI present at 0x10CAD, renaming to OOSI 61:564 0:000 Name _OSI present at 0x10CC9, renaming to OOSI 61:564 0:000 Name _OSI present at 0x10CE5, renaming to OOSI 61:564 0:000 Name _OSI present at 0x10D01, renaming to OOSI 61:564 0:000 Name _OSI present at 0x10D1E, renaming to OOSI 61:564 0:000 Name _OSI present at 0x10D2A, renaming to OOSI 61:565 0:000 PreCleanup XSDT: count=22, length=212 61:565 0:000 PreCleanup XSDT, corrected XSDT: count=22, length=212 61:565 0:000 === [ ACPIDropTables ] ========================== 61:565 0:000 Drop tables from XSDT, SIGN=DMAR TableID=SKL Length=112 61:565 0:000 OCABC: AllocPages 1 0xBE881000 (2) - Success 61:565 0:000 OCABC: AllocPages 1 0xBE881000 (2) - Success 61:565 0:000 OCABC: AllocPages 1 0xBE881000 (2) - Success 61:565 0:000 OCABC: AllocPages 1 0xBE87F000 (2) - Success 61:565 0:000 Patching SSDTs: 5 patches each 61:565 0:000 pattern 5F44534D, bin not found / already patched! 61:565 0:000 pattern 48454349, bin not found / already patched! 61:565 0:000 OCABC: AllocPages 1 0xBE87D000 (2) - Success 61:565 0:000 OCABC: AllocPages 1 0xBE87A000 (5) - Success 61:565 0:000 Patching SSDTs: 5 patches each 61:565 0:000 pattern 5F44534D, patched at: [ (2C47) ] 61:565 0:000 pattern 48454349, bin not found / already patched! 61:565 0:000 Found OperationRegion(SANV, SystemMemory, BF095018, ...) 61:565 0:000 OCABC: AllocPages 1 0xBE876000 (4) - Success 61:565 0:000 Patching SSDTs: 5 patches each 61:565 0:000 pattern 5F44534D, patched at: [ (415) ] 61:565 0:000 pattern 48454349, bin not found / already patched! 61:565 0:000 OCABC: AllocPages 1 0xBE874000 (2) - Success 61:565 0:000 OCABC: AllocPages 1 0xBE874000 (2) - Success 61:565 0:000 Patching SSDTs: 5 patches each 61:565 0:000 pattern 5F44534D, bin not found / already patched! 61:565 0:000 pattern 48454349, bin not found / already patched! 61:565 0:000 OCABC: AllocPages 1 0xBE870000 (4) - Success 61:565 0:000 Patching SSDTs: 5 patches each 61:565 0:000 pattern 5F44534D, bin not found / already patched! 61:565 0:000 pattern 48454349, bin not found / already patched! 61:565 0:000 OCABC: AllocPages 1 0xBE86E000 (2) - Success 61:565 0:000 OCABC: AllocPages 1 0xBE86E000 (2) - Success 61:565 0:000 Patching SSDTs: 5 patches each 61:565 0:000 pattern 5F44534D, bin not found / already patched! 61:565 0:000 pattern 48454349, bin not found / already patched! 61:565 0:000 Found OperationRegion(PNVS, SystemMemory, B5C31000, ...) 61:565 0:000 OCABC: AllocPages 1 0xB5CF5000 (2) - Success 61:565 0:000 OCABC: AllocPages 1 0xB5CF5000 (2) - Success 61:565 0:000 OCABC: AllocPages 1 0xB5CF5000 (2) - Success 61:565 0:000 Patching SSDTs: 5 patches each 61:565 0:000 pattern 5F44534D, patched at: [ (A5) ] 61:565 0:000 pattern 48454349, bin not found / already patched! 61:565 0:000 OCABC: AllocPages 1 0xB5CF0000 (5) - Success 61:565 0:000 Patching SSDTs: 5 patches each 61:565 0:000 pattern 5F44534D, bin not found / already patched! 61:565 0:000 pattern 48454349, bin not found / already patched! 61:565 0:000 OCABC: AllocPages 1 0xB5CEE000 (2) - Success 61:565 0:000 OCABC: AllocPages 1 0xB5CEE000 (2) - Success 61:565 0:000 OCABC: AllocPages 1 0xB5CEE000 (2) - Success 61:565 0:000 OCABC: AllocPages 1 0xB5CEE000 (2) - Success 61:565 0:000 OCABC: AllocPages 1 0xB5CEE000 (2) - Success 61:565 0:000 ApicCPUNum=1 61:565 0:000 Maximum control=0x28 61:565 0:000 Turbo control=0x2A 61:565 0:000 P-States: min 0x8, max 0x2A 61:565 0:000 SSDT with CPU P-States and plugin-type generated successfully 61:565 0:000 OCABC: AllocPages 1 0xB5CEF000 (1) - Success 61:565 0:000 SSDT with CPU C-States generated successfully 61:565 0:000 OCABC: AllocPages 1 0xB5CEE000 (1) - Success 61:565 0:000 Cleanup XSDT: count=24, length=228 61:565 0:000 corrected XSDT count=24, length=228 61:565 0:000 === [ RestSetup macOS ] ========================= 61:565 0:000 EdidDiscovered size=128 61:565 0:000 --- Discovered EDID Table size:128 61:565 0:000 000 | 00 FF FF FF FF FF FF 00 20 A3 61:565 0:000 010 | 00 00 B2 00 00 00 25 1C 01 03 61:565 0:000 020 | 80 6F 3E 78 0A 8A 5D A4 55 52 61:565 0:000 030 | 9F 25 0E 47 4A AD CF 00 71 4F 61:565 0:000 040 | 81 40 81 80 81 00 95 00 B3 00 61:565 0:000 050 | D1 C0 81 C0 04 74 00 30 F2 70 61:565 0:000 060 | 5A 80 B0 58 8A 00 20 C2 31 00 61:565 0:000 070 | 00 1E 02 3A 80 18 71 38 2D 40 61:565 0:000 080 | 58 2C 45 00 20 C2 31 00 00 1E 61:565 0:000 090 | 00 00 00 FC 00 35 30 52 36 31 61:565 0:000 100 | 30 37 0A 20 20 20 20 20 00 00 61:565 0:000 110 | 00 FD 00 17 4C 0F 51 22 00 0A 61:565 0:000 120 | 20 20 20 20 20 20 01 0C 61:565 0:000 ATI injection not set 61:565 0:000 RCBA disabled; cannot use it 61:565 0:000 stringlength = 138 61:565 0:000 OCABC: AllocPages 1 0xB5CED000 (1) - Success 61:565 0:000 CurrentMode: Width=1920 Height=1080 61:565 0:000 SetNvramVariable (system-id, 4D1EDE05-38C7-4A6A-9CC6-4BCCA8B38C14, 0x2, 16): -> writing new (Success) 61:566 0:000 SetNvramVariable (MLB, 4D1EDE05-38C7-4A6A-9CC6-4BCCA8B38C14, 0x6, 17): -> writing new (Success) 61:566 0:000 SetNvramVariable (ROM, 4D1EDE05-38C7-4A6A-9CC6-4BCCA8B38C14, 0x6, 6): -> writing new (Success) 61:567 0:000 SetNvramVariable (FirmwareFeatures, 4D1EDE05-38C7-4A6A-9CC6-4BCCA8B38C14, 0x6, 4): -> writing new (Success) 61:567 0:000 SetNvramVariable (FirmwareFeaturesMask, 4D1EDE05-38C7-4A6A-9CC6-4BCCA8B38C14, 0x6, 4): -> writing new (Success) 61:568 0:000 SetNvramVariable (ExtendedFirmwareFeatures, 4D1EDE05-38C7-4A6A-9CC6-4BCCA8B38C14, 0x6, 8): -> writing new (Success) 61:568 0:000 SetNvramVariable (ExtendedFirmwareFeaturesMask, 4D1EDE05-38C7-4A6A-9CC6-4BCCA8B38C14, 0x6, 8): -> writing new (Success) 61:569 0:000 AddNvramVariable (HW_BID, 4D1EDE05-38C7-4A6A-9CC6-4BCCA8B38C14, 0x6, 20): -> writing new (Success) 61:570 0:001 AddNvramVariable (security-mode, 7C436110-AB2A-4BBB-A880-FE41995C9F82, 0x7, 5): -> already exists, abort 61:571 0:000 set DefaultBackgroundColor=0xbfbfbf 61:571 0:000 SetNvramVariable (DefaultBackgroundColor, 4D1EDE05-38C7-4A6A-9CC6-4BCCA8B38C14, 0x7, 4): -> writing new (Success) 61:573 0:002 SetNvramVariable (ActualDensity, 7C436110-AB2A-4BBB-A880-FE41995C9F82, 0x7, 2): exists(0x7, 2), equal -> not writing again. 61:574 0:000 SetNvramVariable (DensityThreshold, 7C436110-AB2A-4BBB-A880-FE41995C9F82, 0x7, 2): exists(0x7, 2), equal -> not writing again. 61:574 0:000 SetNvramVariable (gfx-saved-config-restore-status, 4D1EDE05-38C7-4A6A-9CC6-4BCCA8B38C14, 0x7, 8): exists(0x7, 8), equal -> not writing again. 61:575 0:000 SetNvramVariable (UIScale, 4D1EDE05-38C7-4A6A-9CC6-4BCCA8B38C14, 0x7, 1): exists(0x7, 1), equal -> not writing again. 61:575 0:000 SetNvramVariable (EFILoginHiDPI, 7C436110-AB2A-4BBB-A880-FE41995C9F82, 0x7, 4): exists(0x7, 4), equal -> not writing again. 61:576 0:000 SetNvramVariable (flagstate, 7C436110-AB2A-4BBB-A880-FE41995C9F82, 0x7, 32): exists(0x7, 32), equal -> not writing again. 61:576 0:000 SetNvramVariable (csr-active-config, 7C436110-AB2A-4BBB-A880-FE41995C9F82, 0x7, 4): exists(0x7, 4), equal -> not writing again. 61:577 0:000 SetNvramVariable (BridgeOSHardwareModel, 4D1EDE05-38C7-4A6A-9CC6-4BCCA8B38C14, 0x7, 11): -> writing new (Success) 61:580 0:002 DeleteNvramVariable (bootercfg, 7C436110-AB2A-4BBB-A880-FE41995C9F82): 61:580 0:000 DeleteNvramVariable (nvda_drv, 7C436110-AB2A-4BBB-A880-FE41995C9F82): 61:580 0:000 DeleteNvramVariable (recovery-boot-mode, 7C436110-AB2A-4BBB-A880-FE41995C9F82): 61:580 0:000 AddNvramVariable (wake-failure, 7C436110-AB2A-4BBB-A880-FE41995C9F82, 0x7, 5): -> already exists, abort 61:581 0:000 DeleteNvramVariable (opencore-version, 7C436110-AB2A-4BBB-A880-FE41995C9F82): 61:581 0:000 DeleteNvramVariable (ApBoardID, 94B73556-2197-4702-82A8-3E1337DAFBFB): 61:582 0:000 DeleteNvramVariable (ApSecurityDomain, 94B73556-2197-4702-82A8-3E1337DAFBFB): 61:582 0:000 DeleteNvramVariable (ApProductionStatus, 94B73556-2197-4702-82A8-3E1337DAFBFB): 61:582 0:000 DeleteNvramVariable (ApSecurityMode, 94B73556-2197-4702-82A8-3E1337DAFBFB): 61:582 0:000 DeleteNvramVariable (EffectiveProductionStatus, 94B73556-2197-4702-82A8-3E1337DAFBFB): 61:583 0:000 DeleteNvramVariable (EffectiveSecurityMode, 94B73556-2197-4702-82A8-3E1337DAFBFB): 61:583 0:000 DeleteNvramVariable (CertificateEpoch, 94B73556-2197-4702-82A8-3E1337DAFBFB): 61:583 0:000 DeleteNvramVariable (MixNMatchPreventionStatus, 94B73556-2197-4702-82A8-3E1337DAFBFB): 61:583 0:000 DeleteNvramVariable (CryptoDigestMethod, 94B73556-2197-4702-82A8-3E1337DAFBFB): 61:584 0:000 DeleteNvramVariable (InternalUseOnlyUnit, 94B73556-2197-4702-82A8-3E1337DAFBFB): 61:584 0:000 DeleteNvramVariable (ApECID, 94B73556-2197-4702-82A8-3E1337DAFBFB): 61:584 0:000 DeleteNvramVariable (HardwareModel, 94B73556-2197-4702-82A8-3E1337DAFBFB): 61:584 0:000 Use origin smbios table type 1 guid. 61:597 0:013 SetStartupDiskVolume: 61:597 0:000 * Volume: 'Preboot' 61:597 0:000 * LoaderPath: '\6109557E-ED51-4EFA-8A3C-888D7489D377\System\Library\CoreServices\boot.efi' 61:597 0:000 * DevPath: Preboot 61:597 0:000 * EFI_GUID = ED33F20C-9264-4B6C-94A6-F8F3C1569623 61:597 0:000 SetNvramVariable (efi-boot-device-data, 7C436110-AB2A-4BBB-A880-FE41995C9F82, 0x7, 276): exists(0x7, 260), not equal -> writing new (Success) 61:600 0:002 * efi-boot-device: <array><dict><key>IOMatch</key><dict><key>IOProviderClass</key><string>IOMedia</string><key>IOPropertyMatch</key><dict><key>UUID</key><string>ED33F20C-9264-4B6C-94A6-F8F3C1569623</string></dict></dict></dict></array> 61:600 0:000 SetNvramVariable (efi-boot-device, 7C436110-AB2A-4BBB-A880-FE41995C9F82, 0x7, 216): exists(0x7, 216), equal -> not writing again. 61:600 0:000 Custom boot is disabled 61:601 0:000 DeleteNvramVariable (IOHibernateRTCVariables, 7C436110-AB2A-4BBB-A880-FE41995C9F82): 61:601 0:000 DeleteNvramVariable (boot-image, 7C436110-AB2A-4BBB-A880-FE41995C9F82): ...here is preboot iMac 19,1 which boots the system, but not boot installer ...and here from hackintool iMac 19,1 pcidevices.plist.zip ...and kernelpm is enabled Edited February 28 by RobertX 1 Link to comment Share on other sites More sharing options...
RobertX Posted February 28 Author Share Posted February 28 ...and here is intel power gadget... idle-under load-idle looks like kernelpm is working? 1 Link to comment Share on other sites More sharing options...
Slice Posted February 28 Share Posted February 28 Intel Power Gadget shows you P-states managements while KernelPM correspond to C-states managements, i.e. reduce temperature during sleep. Link to comment Share on other sites More sharing options...
Max.1974 Posted February 28 Share Posted February 28 Hi @RobertX please test this 2 config plists attached Not forget type F11 on boot to reset Nvram on Clover boot Save your EFI first and try without any EFI on EFI partition, just with Pendrive. If is not possible, try but is possible get injection from EFI on hard disk Rename your config to config.plist Like Slide said, you can type F2 on boot and get preboot.log in misc folder on EFI Good Lucky configimac19-test1.plist.zip configimac19-test2.plist.zip 1 Link to comment Share on other sites More sharing options...
RobertX Posted February 28 Author Share Posted February 28 (edited) 16 minutes ago, Slice said: Intel Power Gadget shows you P-states managements while KernelPM correspond to C-states managements, i.e. reduce temperature during sleep. ...ok, understood...temps are in the low 20s degrees C after wake from sleep...ramp up some after wake...25-30 degrees C @3.46Ghz ..under full load temps stay under 70 degrees C and then drop after load ends Edited February 28 by RobertX Link to comment Share on other sites More sharing options...
Recommended Posts