Matgen84 Posted April 21, 2020 Share Posted April 21, 2020 Hi @Slice I've got a issue with latest commit: hfsplus.efi is unsupported Screenshot and preboot.log attached preboot.log Link to comment Share on other sites More sharing options...
vector sigma Posted April 21, 2020 Share Posted April 21, 2020 3 minutes ago, LAbyOne said: i made a few themes for the nkd's opencore branch, and themes are put in place (resized) by given screen resolution into config.plist, so when scanning themes folder it adapts the background (normal 1920x1080 or 4k 3840x2160) to actual given resolution by the user... and also the icons made at max given resolution to fit a 4k to be downsized by the engine in case of a smaller reso. If Clover (would/could) act the same way this would be the best option, giving the possibility to include both backgrounds into a theme and having always different reso covered. And your app at that point could simply adapt to that concept with just one algo. Then even not involving such a drastic changes, the algo should take in account mostly the user parameters given by its config, or any optimizazion (resize etc) could be compromised... if different resolutions are present in all themes. Well, what i can do is: Read all icons before doing anything and see if they are the same size, and resize them only if some are different. The average will tell which is the correct one and unless is clearly wrong like is really big (... e. g. >= 512x pixels??) we'll let as they are. I can read the config.plist if 1) suggest we need to resize icons based on the screen resolution. Maybe a fixed size or proportional (<= 1600x900 icons will be 128x128... >1600 && < 1900 icons will be 256x256.... 4k 384x384. etc. Anyway as per 1) and 2) the max size cannot be greater of the original size (of the smallest one?), so we'll not lose quality. the background image left as is (like now) because while reducing the image can be good, that is not true doing the reverse.. and also because Clover is able to resize it. use . png or .icns? What if there's a mix? Original: just don't optimize the theme P. S. as per 1) I can also read the resolution of the main screen ... though this can be not correct if you target an external volume. Link to comment Share on other sites More sharing options...
Matgen84 Posted April 21, 2020 Share Posted April 21, 2020 4 minutes ago, vector sigma said: Well, what i can do is: Read all icons before doing anything and see if they are the same size, and resize them only if some are different. The average will tell which is the correct one and unless is clearly wrong like is really big (... e. g. >= 512x pixels??) we'll let as they are. I can read the config.plist if 1) suggest we need to resize icons based on the screen resolution. Maybe a fixed size or proportional (<= 1600x900 icons will be 128x128... >1600 && < 1900 icons will be 256x256.... 4k 384x384. etc. Anyway as per 1) and 2) the max size cannot be greater of the original size (of the smallest one?), so we'll not lose quality. the background image left as is (like now) because while reducing the image can be good, that is not true doing the reverse.. and also because Clover is able to resize it. use . png or .icns? What if there's a mix? Original: just don't optimize the theme P. S. as per 1) I can also read the resolution of the main screen ... though this can be not correct if you target an external volume. Sorry for my comment: I've a 1920*1080 monitor using 128x128 icons. It's perfect. I test 256x256, too big for my screen. Link to comment Share on other sites More sharing options...
vector sigma Posted April 21, 2020 Share Posted April 21, 2020 38 minutes ago, Badruzeus said: Nope. Seems like 'Aero' theme uses 128px, while Classical* 176px, Apocalypse 256px, and Catalina4k uses 384px. Anyway, with Clover r5113 (stolen from Slice on another thread) I got "System halted" immediately when choosen random theme has 'anime'. Hmmb.. debug.log_r5113_AOH.zip it is a debug version, so I can't say what he's testing. 4 minutes ago, Matgen84 said: Sorry for my comment: I've a 1920*1080 monitor using 128x128 icons. It's perfect. I test 256x256, too big for my screen. Was for example 1 Link to comment Share on other sites More sharing options...
LAbyOne Posted April 21, 2020 Share Posted April 21, 2020 (edited) 5 hours ago, vector sigma said: Well, what i can do is: Read all icons before doing anything and see if they are the same size, and resize them only if some are different. The average will tell which is the correct one and unless is clearly wrong like is really big (... e. g. >= 512x pixels??) we'll let as they are. fair enough 5 hours ago, vector sigma said: I can read the config.plist if 1) suggest we need to resize icons based on the screen resolution. Maybe a fixed size or proportional (<= 1600x900 icons will be 128x128... >1600 && < 1900 icons will be 256x256.... 4k 384x384. etc. as above, considering it will be wise also to read the theme plist, in order to know for what resolution the theme has been made for then if needed resize accordingly, It would be also be good to provide a range in between the image size can be tolerated (as per badzureus themes which also contains 176px icons and i.e. mine which consists for all based 160px on 1920x1080) so insert a range for 2k 2560x1440 for 256px i guess 5 hours ago, vector sigma said: Anyway as per 1) and 2) the max size cannot be greater of the original size (of the smallest one?), so we'll not lose quality. correct 5 hours ago, vector sigma said: the background image left as is (like now) because while reducing the image can be good, that is not true doing the reverse.. and also because Clover is able to resize it. indeed. that goes as per point 2 5 hours ago, vector sigma said: use . png or .icns? What if there's a mix? Well, here as per default i guess The Format has to be what clover declares = .png and then any themes dev can acoordigly to his own wish to mantain or not compatibility with older clover revisions, as per my own experience i've noticed that all can be renamed .icns even 'options' buttons, moreover i've noticed by ny own mistake, that in the eventuality of having the same images as .png or .icns Clover gives priority to .icns. 5 hours ago, vector sigma said: Original: just don't optimize the theme well tha's another option Frankly the most wise decision would be to wait for Clover get a grip on the new code, for us as well in order to know exactly how it's going to behave in future (this way all themes could be modified if needed to respect the new, if there are, parameters), as by the latests commits its rather unclear how it would be handled. OFC no cricisism intended, I can imagine the hard worl all of the staff is doing to make it better, and obviously this takes time and trials. Edited April 21, 2020 by LAbyOne Link to comment Share on other sites More sharing options...
Pene Posted April 21, 2020 Share Posted April 21, 2020 On 4/21/2020 at 12:57 AM, lisai9093 said: Tried r5113 Clover but has several glitches: 1. Arrow under OS is not shown. I enabled "bootcampstyle" option which works for older version of Clover 2. Font is not proportional anymore, even in the title of the OS Yes, it wasn't loading properly embedded icons in case icon was not loaded from theme directory, and also proportional font wasn't working properly. I tried to address both issues with the last commits. Hope it's OK now (please try from sources). Link to comment Share on other sites More sharing options...
lisai9093 Posted April 22, 2020 Share Posted April 22, 2020 1 hour ago, Pene said: Yes, it wasn't loading properly embedded icons in case icon was not loaded from theme directory, and also proportional font wasn't working properly. I tried to address both issues with the last commits. Hope it's OK now (please try from sources). Thanks so much! I will just wait for the clover release I guess. Never tried compile Clover before. Link to comment Share on other sites More sharing options...
Badruzeus Posted April 22, 2020 Share Posted April 22, 2020 9 hours ago, vector sigma said: 1. I can read the config.plist if 1) suggest we need to resize icons based on the screen resolution. Maybe a fixed size or proportional (<= 1600x900 icons will be 128x128... >1600 && < 1900 icons will be 256x256.... 4k 384x384. etc. Good idea, but if I still remember png image would become 'glitchy' even if it was resized smaller from 256px to 128px directly. Using real image size from Graphics Editor on the contrary, it was 'smooth'. Plz explain it better. Thanks. 1 Link to comment Share on other sites More sharing options...
Andres ZeroCross Posted April 22, 2020 Share Posted April 22, 2020 The badge icon is too small with latest Clover r5113 Link to comment Share on other sites More sharing options...
Slice Posted April 22, 2020 Share Posted April 22, 2020 1 hour ago, Badruzeus said: Good idea, but if I still remember png image would become 'glitchy' even if it was resized smaller from 256px to 128px directly. Using real image size from Graphics Editor on the contrary, it was 'smooth'. Plz explain it better. Thanks. Sorry, I don't understand what you mean. You can rescale icons by Photoshop. As well Clover has some functions to rescale images. 4 minutes ago, Andres ZeroCross said: The badge icon is too small with latest Clover r5113 Fixed in recent Clover if you compile it. 2 Link to comment Share on other sites More sharing options...
Slice Posted April 22, 2020 Share Posted April 22, 2020 5 hours ago, Pene said: Yes, it wasn't loading properly embedded icons in case icon was not loaded from theme directory, and also proportional font wasn't working properly. I tried to address both issues with the last commits. Hope it's OK now (please try from sources). Yes, now proportional font is fine 2 Link to comment Share on other sites More sharing options...
lisai9093 Posted April 22, 2020 Share Posted April 22, 2020 7 hours ago, Pene said: Yes, it wasn't loading properly embedded icons in case icon was not loaded from theme directory, and also proportional font wasn't working properly. I tried to address both issues with the last commits. Hope it's OK now (please try from sources). Everything works fine now. Thank you! 1 Link to comment Share on other sites More sharing options...
ameris_cyning Posted April 22, 2020 Share Posted April 22, 2020 (edited) Clover is not injecting my stuff It wont inject my fake CPUID. It wont inject my ig-platform-id. It believes that it's a MacBookPro16,1 when my SMBios is set for MacBookPro15,3 EFI.zip Edited April 22, 2020 by ameris cyning Link to comment Share on other sites More sharing options...
vector sigma Posted April 22, 2020 Share Posted April 22, 2020 (edited) 28 minutes ago, ameris cyning said: Clover is not injecting my stuff It wont inject my fake CPUID. It wont inject my ig-platform-id. It believes that it's a MacBookPro16,1 when my SMBios is set for MacBookPro15,3 EFI.zip Why the config.plist differ from your picture? the ig-platform-id is different... 0x591b0006 vs 0x3E9B0006 on your image.. Edited April 22, 2020 by vector sigma Link to comment Share on other sites More sharing options...
ameris_cyning Posted April 22, 2020 Share Posted April 22, 2020 (edited) 2 minutes ago, vector sigma said: Why the config.plist differ from your picture? the ig-platform-id is different... 0x591b0006 vs 0x3E9B0006 on your image.. Messing around trying to get it to work. I zipped the file up after I took the screenshot and made a few reboots after edits. Edited April 22, 2020 by ameris cyning Link to comment Share on other sites More sharing options...
vector sigma Posted April 22, 2020 Share Posted April 22, 2020 1 minute ago, ameris cyning said: Messing around trying to get it to work. I zipped the file up after I took the screenshot and made a few reboots. I guess a bootlog will help Slice and other devs .. Link to comment Share on other sites More sharing options...
ameris_cyning Posted April 22, 2020 Share Posted April 22, 2020 (edited) 0:100 0:100 MemLog inited, TSC freq: 25923695800:100 0:000 CPU was calibrated with RTC0:100 0:000 0:100 0:000 Now is 22.04.2020, 13:15:10 (GMT)0:100 0:000 Starting Clover revision: 5112 (master, commit 95976da8c) on American Megatrends EFI0:100 0:000 Build with: [Args: -D NO_GRUB_DRIVERS_EMBEDDED -t GCC53 | -D NO_GRUB_DRIVERS_EMBEDDED --conf=/Users/sergey/src/CloverHackyColor/Conf -D USE_LOW_EBDA -a X64 -b RELEASE -t GCC53 -n 5 | OS: 10.14.6]0:100 0:000 SelfDevicePath=PciRoot(0x0)\Pci(0x14,0x0)\USB(0x10,0x0)\HD(1,GPT,60EDBFA8-63C1-440E-B2D5-91EBD3480498,0x28,0x64000) @7187E5980:100 0:000 SelfDirPath = \EFI\BOOT0:100 0:000 Clover : Image base = 0x643B00000:100 0:000 SimpleTextEx Status=Success0:100 0:000 === [ Get Smbios ] ==============================0:100 0:000 Type 16 Index = 00:100 0:000 Total Memory Slots Count = 20:100 0:000 Type 17 Index = 00:100 0:000 SmbiosTable.Type17->Speed = 2667MHz0:100 0:000 SmbiosTable.Type17->Size = 8192MB0:100 0:000 SmbiosTable.Type17->Bank/Device = DIMM A0:100 0:000 SmbiosTable.Type17->Vendor = 01980000802C0:100 0:000 SmbiosTable.Type17->SerialNumber = DD2A70E40:100 0:000 SmbiosTable.Type17->PartNumber = KHYXPX-MIE 0:100 0:000 Type 17 Index = 10:100 0:000 SmbiosTable.Type17->Speed = 2667MHz0:100 0:000 SmbiosTable.Type17->Size = 8192MB0:100 0:000 SmbiosTable.Type17->Bank/Device = DIMM B0:100 0:000 SmbiosTable.Type17->Vendor = 01980000802C0:100 0:000 SmbiosTable.Type17->SerialNumber = DD2ABAE10:100 0:000 SmbiosTable.Type17->PartNumber = KHYXPX-MIE 0:100 0:000 Boot status=00:100 0:000 Running on: 'G5 5590' with board '0MXHK3'0:100 0:000 === [ GetCPUProperties ] ========================0:100 0:000 CPU Vendor = 756E6547 Model=906EA0:100 0:000 The CPU supported SSE4.10:100 0:000 BrandString = Intel(R) Core(TM) i7-9750H CPU @ 2.60GHz0:100 0:000 The CPU supported turbo0:100 0:000 MSR 0x35 6000C0:100 0:000 TSC/CCC Information Leaf:0:100 0:000 numerator : 2160:100 0:000 denominator : 20:100 0:000 Calibrated ARTFrequency: 240034220:100 0:000 Rounded ARTFrequency: 240000000:100 0:000 MSR 0xE2 before patch 1E0080080:100 0:000 MSR 0xE2 is locked, PM patches will be turned on0:100 0:000 MSR 0xCE 0008083B_F1011A000:100 0:000 corrected FLEX_RATIO = 1000000:100 0:000 MSR 0x1B0 000000000:100 0:000 FSBFrequency = 154 MHz, DMI FSBFrequency = 100 MHz, Corrected FSBFrequency = 100 MHz0:100 0:000 MaxDiv/MinDiv: 26.0/80:100 0:000 Turbo: 42/43/44/450:100 0:000 Features: 0x77FAFBBFBFEBFBFF0:100 0:000 Threads: 120:100 0:000 Cores: 60:100 0:000 FSB: 100 MHz0:100 0:000 CPU: 4000 MHz0:100 0:000 TSC: 4000 MHz0:100 0:000 PIS: 100 MHz0:100 0:000 ExternalClock: 25 MHz0:100 0:000 === [ GetDevices ] ==============================0:100 0:000 GOP found at: PciRoot(0x0)/Pci(0x2,0x0)/AcpiAdr(0x80011400)0:100 0:000 PCI (00|00:00.00) : 8086 3EC4 class=0600000:100 0:000 PCI (00|00:01.00) : 8086 1901 class=0604000:100 0:000 PCI (00|01:00.00) : 10DE 2191 class=0300000:100 0:000 - GFX: Model=Unknown family 168 (Turing)0:100 0:000 PCI (00|01:00.01) : 10DE 1AEB class=0403000:100 0:000 - HDMI Audio: 0:100 0:000 PCI (00|01:00.02) : 10DE 1AEC class=0C03300:100 0:000 PCI (00|01:00.03) : 10DE 1AED class=0C80000:100 0:000 PCI (00|00:02.00) : 8086 3E9B class=0300000:100 0:000 - GOP: Provided by device0:100 0:000 - GFX: Model=Intel UHD Graphics 630 (Intel)0:100 0:000 PCI (00|00:04.00) : 8086 1903 class=1180000:100 0:000 PCI (00|00:08.00) : 8086 1911 class=0880000:100 0:000 PCI (00|00:12.00) : 8086 A379 class=1180000:100 0:000 PCI (00|00:14.00) : 8086 A36D class=0C03300:100 0:000 PCI (00|00:14.02) : 8086 A36F class=0500000:100 0:000 PCI (00|00:14.03) : 8086 A370 class=0280000:100 0:000 - WIFI: Vendor=32902 = Intel0:100 0:000 PCI (00|00:15.00) : 8086 A368 class=0C80000:100 0:000 PCI (00|00:15.01) : 8086 A369 class=0C80000:100 0:000 PCI (00|00:16.00) : 8086 A360 class=0780000:100 0:000 PCI (00|00:17.00) : 8086 A353 class=0106010:101 0:000 PCI (00|00:1B.00) : 8086 A32C class=0604000:101 0:000 PCI (00|02:00.00) : 8086 15DA class=0604000:101 0:000 PCI (00|03:00.00) : 8086 15DA class=0604000:101 0:000 PCI (00|04:00.00) : 8086 15D9 class=0880000:101 0:000 PCI (00|03:01.00) : 8086 15DA class=0604000:101 0:000 PCI (00|03:02.00) : 8086 15DA class=0604000:101 0:000 PCI (00|3A:00.00) : 8086 15DB class=0C03300:101 0:000 PCI (00|00:1D.00) : 8086 A330 class=0604000:101 0:000 PCI (00|3B:00.00) : 144D A808 class=0108020:101 0:000 PCI (00|00:1D.05) : 8086 A335 class=0604000:101 0:000 PCI (00|3C:00.00) : 10EC 2502 class=0200000:101 0:000 - LAN: 0 Vendor=Realtek0:101 0:000 PCI (00|00:1F.00) : 8086 A30D class=0601000:101 0:000 PCI (00|00:1F.03) : 8086 A348 class=0403000:101 0:000 PCI (00|00:1F.04) : 8086 A323 class=0C05000:101 0:000 PCI (00|00:1F.05) : 8086 A324 class=0C80000:101 0:000 === [ GetDefaultSettings ] ======================0:102 0:000 Clover load options size = 400 bytes0:106 0:004 CheckOEMPathExists tried EFI\CLOVER\OEM\G5 5590--00-00-00-00-00-00. Dir not exists0:106 0:000 CheckOEMPathExists tried EFI\CLOVER\OEM\0MXHK3\UEFI. Dir not exists0:106 0:000 CheckOEMPathExists tried EFI\CLOVER\OEM\G5 5590. Dir not exists0:106 0:000 CheckOEMPathExists tried EFI\CLOVER\OEM\G5 5590-4000. Dir not exists0:106 0:000 CheckOEMPathExists tried EFI\CLOVER\OEM\0MXHK3. Dir not exists0:106 0:000 CheckOEMPathExists tried EFI\CLOVER\OEM\0MXHK3-4000. Dir not exists0:106 0:000 set OEMPath by default: EFI\CLOVER0:106 0:000 EFI\CLOVER\.plist not loaded with name from LoadOptions: Invalid Parameter0:106 0:000 CheckOEMPathExists tried EFI\CLOVER\OEM\G5 5590--00-00-00-00-00-00. Dir not exists0:106 0:000 CheckOEMPathExists tried EFI\CLOVER\OEM\0MXHK3\UEFI. Dir not exists0:106 0:000 CheckOEMPathExists tried EFI\CLOVER\OEM\G5 5590. Dir not exists0:106 0:000 CheckOEMPathExists tried EFI\CLOVER\OEM\G5 5590-4000. Dir not exists0:106 0:000 CheckOEMPathExists tried EFI\CLOVER\OEM\0MXHK3. Dir not exists0:106 0:000 CheckOEMPathExists tried EFI\CLOVER\OEM\0MXHK3-4000. Dir not exists0:106 0:000 set OEMPath by default: EFI\CLOVER0:109 0:003 EFI\CLOVER\config.plist loaded: Success0:109 0:000 === [ GetListOfThemes ] =========================0:109 0:000 - [00]: Clover Bootcampold0:111 0:002 - [01]: Clover Bootcamp0:116 0:004 - [02]: random0:118 0:002 - [02]: embedded0:118 0:000 === [ Found config plists ] =====================0:118 0:000 - config.plist0:127 0:008 === [ GetEarlyUserSettings ] ====================0:127 0:000 timeout set to 30:127 0:000 Custom boot CUSTOM_BOOT_DISABLED (0x0)0:127 0:000 FakeCPUID: 906E90:127 0:000 KextsToPatch: 1 requested0:127 0:000 - [00]: com.apple.iokit.IOAHCIBlockStorage (Enable TRIM for SSD) :: BinPatch :: data len: 110:127 0:000 Default theme: Clover Bootcamp0:127 0:000 Hiding entries with string Preboot0:127 0:000 Custom EDID is ok0:127 0:000 === [ LoadDrivers ] =============================0:130 0:002 Loading FSInject.efi status=Success0:133 0:003 Loading HFSPlus.efi status=Success0:134 0:000 - driver needs connecting0:134 0:000 Loading ApfsDriverLoader.efi status=Success0:135 0:000 - driver needs connecting0:135 0:000 Loading AptioMemoryFix.efi status=Success0:139 0:004 2 drivers needs connecting ...0:139 0:000 PlatformDriverOverrideProtocol not found. Installing ... Success0:139 0:000 HFS+ driver loaded0:139 0:000 APFS driver loaded0:139 0:000 Searching for invalid DiskIo BY_DRIVER connects: not found, all ok0:516 0:377 === [ InitScreen ] ==============================0:516 0:000 Console modes reported: 4, available modes:0:516 0:000 - [01]: 80x250:516 0:000 - [02]: 80x500:516 0:000 - [03]: 100x310:516 0:000 - [04]: 240x56 (current mode)0:516 0:000 SetMaxResolution: found best mode 0: 1920x10800:516 0:000 - already set0:516 0:000 reinit: self device path=PciRoot(0x0)\Pci(0x14,0x0)\USB(0x10,0x0)\HD(1,GPT,60EDBFA8-63C1-440E-B2D5-91EBD3480498,0x28,0x64000)0:516 0:000 new SelfHandle=7187E5980:517 0:000 === [ GetMacAddress ] ===========================0:517 0:000 MAC address of LAN #0= 8C:04:BA:98:C0:C8:0:517 0:000 === [ ScanSPD ] =================================0:518 0:001 Scanning SMBus [8086:A323], mmio: 0xED424004, ioport: 0xEFA0, hostc: 0x110:539 0:021 Slot: 0 Type 26 8192MB 2666MHz Vendor=Kingston PartNo=KHYXPX-MIE SerialNo=0D0D020A07000E040:560 0:020 Slot: 1 Type 26 8192MB 2666MHz Vendor=Kingston PartNo=KHYXPX-MIE SerialNo=0D0D020A0B0A0E010:561 0:001 === [ GetAcpiTablesList ] =======================0:561 0:000 Get Acpi Tables List from RSDT:0:561 0:000 - [00]: FACP CBX3 len=1320:561 0:000 - [01]: APIC CBX3 len=2440:561 0:000 - [02]: FPDT CBX3 len=680:561 0:000 - [03]: FIDT CBX3 len=1560:561 0:000 - [04]: MCFG CBX3 len=600:561 0:000 - [05]: SSDT CpuSsdt len=70070:561 0:000 - [06]: BOOT CBX3 len=400:561 0:000 - [07]: SSDT SaSsdt len=57310:561 0:000 - [08]: SSDT PegSsdt len=97990:561 0:000 - [09]: HPET CBX3 len=560:561 0:000 - [10]: SSDT CflH_Tbt len=104070:561 0:000 - [11]: SSDT xh_cfht4 len=134940:561 0:000 - [12]: UEFI CBX3 len=660:561 0:000 - [13]: LPIT CBX3 len=1480:561 0:000 - [14]: WSMT CBX3 len=400:561 0:000 - [15]: SSDT PtidDevc len=102060:561 0:000 - [16]: SSDT TbtTypeC len=41680:561 0:000 - [17]: DBGP CBX3 len=520:561 0:000 - [18]: DBG2 CBX3 len=840:561 0:000 - [19]: SSDT UsbCTabl len=19920:561 0:000 - [20]: SSDT DptfTabl len=343150:561 0:000 - [21]: MSDM CBX3 len=850:561 0:000 - [22]: SLIC CBX3 len=3740:561 0:000 - [23]: DMAR EDK2 len=1680:561 0:000 - [24]: SSDT ADebTabl len=3240:561 0:000 - [25]: SSDT SgPeg len=1740:561 0:000 - [26]: BGRT CBX3 len=560:561 0:000 - [27]: SSDT OptTabl len=99930:561 0:000 Calibrated TSC Frequency = 2592369580 = 2592MHz0:561 0:000 === [ GetUserSettings ] =========================0:561 0:000 Custom EDID is ok0:561 0:000 Can't install EdidOverride on ImageHandle0:561 0:000 Add 2 devices (kTagTypeDict):0:561 0:000 - final DSDT Fix mask=000000000:561 0:000 PatchesDSDT: 5 requested0:561 0:000 - [00]: (Rename ECDV to EC) lenToFind: 4, lenToReplace: 4, Target Bridge: 0:561 0:000 - [01]: (Replacement If ((0x40 & RCG1)) to If ((0x80 & RCG1))) lenToFind: 13, lenToReplace: 13, Target Bridge: 0:561 0:000 - [02]: (Change OSID to XSID) lenToFind: 4, lenToReplace: 4, Target Bridge: 0:561 0:000 - [03]: (Change _OSI to XOSI) lenToFind: 4, lenToReplace: 4, Target Bridge: 0:561 0:000 - [04]: (change GFX0 to IGPU) lenToFind: 4, lenToReplace: 4, Target Bridge: 0:561 0:000 Using ProductName from config: MacBookPro15,10:561 0:000 Using latest BiosVersion from clover0:561 0:000 BiosVersion: MBP151.88Z.F000.B00.20031702040:561 0:000 BiosReleaseDate: 03/17/20200:561 0:000 Using latest EfiVersion from clover: 1037.100.359.0.00:561 0:000 Using FirmwareFeatures from config: 0xFC0FE1370:561 0:000 Using FirmwareFeaturesMask from config: 0xFF1FFF3F0:561 0:000 Board-ID set from config as Mac-937A206F2EE63C010:561 0:000 BoardType: 0xA0:561 0:000 ChassisType: 0x90:561 0:000 Converted CustomUUID FCE772DA-8E12-59FD-89B3-D813461CE06D0:565 0:003 === [ Found DSDT tables ] =======================1:020 0:454 === [ ScanVolumes ] =============================1:020 0:000 Found 12 volumes with blockIO1:020 0:000 - [00]: Volume: PciRoot(0x0)\Pci(0x14,0x0)\USB(0x10,0x0)1:021 0:000 - [01]: Volume: PciRoot(0x0)\Pci(0x14,0x0)\USB(0x10,0x0)\HD(1,GPT,60EDBFA8-63C1-440E-B2D5-91EBD3480498,0x28,0x64000)1:021 0:000 Result of bootcode detection: bootable unknown (legacy)1:028 0:006 This is SelfVolume !!1:028 0:000 - [02]: Volume: PciRoot(0x0)\Pci(0x14,0x0)\USB(0x10,0x0)\HD(2,GPT,D00FD6C7-EC99-442F-8E46-43D216262361,0x64028,0x38A9FB0)1:028 0:000 - [03]: Volume: PciRoot(0x0)\Pci(0x17,0x0)\Sata(0x0,0xFFFF,0x0)1:029 0:000 - [04]: Volume: PciRoot(0x0)\Pci(0x17,0x0)\Sata(0x0,0xFFFF,0x0)\HD(1,GPT,7ACE7BA0-791B-4549-A8DE-87C7624E9007,0x800,0x683B6000)1:030 0:000 Result of bootcode detection: bootable Windows (vista,win)1:030 0:000 - [05]: Volume: PciRoot(0x0)\Pci(0x17,0x0)\Sata(0x0,0xFFFF,0x0)\HD(2,GPT,05AD2530-6815-4F3D-A093-D4DA254C023D,0x683B6800,0xC34F800)1:037 0:007 Result of bootcode detection: bootable unknown (legacy)1:037 0:000 - [06]: Volume: PciRoot(0x0)\Pci(0x1D,0x0)\Pci(0x0,0x0)\NVMe(0x1,0A-58-42-01-51-38-25-00)1:038 0:000 - [07]: Volume: PciRoot(0x0)\Pci(0x1D,0x0)\Pci(0x0,0x0)\NVMe(0x1,0A-58-42-01-51-38-25-00)\HD(1,GPT,00B47099-CD49-44DB-B0A9-2462332A5C3F,0x28,0x64000)1:038 0:000 Result of bootcode detection: bootable unknown (legacy)1:038 0:000 - [08]: Volume: PciRoot(0x0)\Pci(0x1D,0x0)\Pci(0x0,0x0)\NVMe(0x1,0A-58-42-01-51-38-25-00)\HD(2,GPT,C348097B-58D9-486A-965E-FE79C09B7C68,0x64028,0x3A321FE0)1:038 0:000 Result of bootcode detection: bootable unknown (legacy)1:038 0:000 - [09]: Volume: PciRoot(0x0)\Pci(0x1D,0x0)\Pci(0x0,0x0)\NVMe(0x1,0A-58-42-01-51-38-25-00)\HD(2,GPT,C348097B-58D9-486A-965E-FE79C09B7C68,0x64028,0x3A321FE0)\VenMedia(BE74FCF7-0B7C-49F3-9147-01F4042E6842,F517CC362D33DD42B2525AC5B3CC1107)1:038 0:000 hiding this volume1:038 0:000 - [10]: Volume: PciRoot(0x0)\Pci(0x1D,0x0)\Pci(0x0,0x0)\NVMe(0x1,0A-58-42-01-51-38-25-00)\HD(2,GPT,C348097B-58D9-486A-965E-FE79C09B7C68,0x64028,0x3A321FE0)\VenMedia(BE74FCF7-0B7C-49F3-9147-01F4042E6842,485877BFB679AB35A778A5A59303A4FD)1:038 0:000 - [11]: Volume: PciRoot(0x0)\Pci(0x1D,0x0)\Pci(0x0,0x0)\NVMe(0x1,0A-58-42-01-51-38-25-00)\HD(2,GPT,C348097B-58D9-486A-965E-FE79C09B7C68,0x64028,0x3A321FE0)\VenMedia(BE74FCF7-0B7C-49F3-9147-01F4042E6842,1021130708BD2B46BE04EDEE1B9BE026)1:038 0:000 No AudioIoProtocols, status=Not Found1:038 0:000 === [ InitXTheme ] ==============================1:038 0:000 use daylight theme1:046 0:008 Using theme 'Clover Bootcamp' (EFI\CLOVER\themes\Clover Bootcamp)1:046 0:000 chosen theme Clover Bootcamp1:046 0:000 OS main and drive as badge1:158 0:111 Channels: 1 Sample rate: 44100 Hz Bits: 161:158 0:000 output to channel 0 with volume 0, len=2287361:158 0:000 sound channels=1 bits=16 freq=441001:158 0:000 sound play end with status=Not Found1:241 0:083 theme inited1:241 0:000 Chosen theme Clover Bootcamp1:242 0:000 after NVRAM boot-args=1:242 0:000 === [ Dump SMC keys from NVRAM ] ================1:242 0:000 no AppleSMC protocol1:275 0:033 === [ ScanLoader ] ==============================1:275 0:000 - [01]: 'EFI'1:295 0:020 AddLoaderEntry for Volume Name=EFI1:295 0:000 Loader entry created for 'PciRoot(0x0)\Pci(0x14,0x0)\USB(0x10,0x0)\HD(1,GPT,60EDBFA8-63C1-440E-B2D5-91EBD3480498,0x28,0x64000)\EFI\microsoft\Boot\bootmgfw.efi'1:330 0:034 AddLoaderEntry for Volume Name=EFI1:330 0:000 skipped because entry is hidden1:330 0:000 - [02]: 'Install macOS Mojave'1:331 0:000 AddLoaderEntry for Volume Name=Install macOS Mojave1:334 0:003 Loader entry created for 'PciRoot(0x0)\Pci(0x14,0x0)\USB(0x10,0x0)\HD(2,GPT,D00FD6C7-EC99-442F-8E46-43D216262361,0x64028,0x38A9FB0)\System\Library\CoreServices\boot.efi'1:358 0:023 - [04]: ''1:382 0:023 - [07]: 'EFI'1:408 0:026 - [09]: 'Preboot', hidden1:408 0:000 - [10]: 'macOS'1:411 0:003 AddLoaderEntry for Volume Name=macOS1:412 0:000 hibernated: set as never1:412 0:000 Loader entry created for 'PciRoot(0x0)\Pci(0x1D,0x0)\Pci(0x0,0x0)\NVMe(0x1,0A-58-42-01-51-38-25-00)\HD(2,GPT,C348097B-58D9-486A-965E-FE79C09B7C68,0x64028,0x3A321FE0)\VenMedia(BE74FCF7-0B7C-49F3-9147-01F4042E6842,485877BFB679AB35A778A5A59303A4FD)\System\Library\CoreServices\boot.efi'1:436 0:023 - [11]: 'Recovery'1:436 0:000 AddLoaderEntry for Volume Name=Recovery1:436 0:000 Loader entry created for 'PciRoot(0x0)\Pci(0x1D,0x0)\Pci(0x0,0x0)\NVMe(0x1,0A-58-42-01-51-38-25-00)\HD(2,GPT,C348097B-58D9-486A-965E-FE79C09B7C68,0x64028,0x3A321FE0)\VenMedia(BE74FCF7-0B7C-49F3-9147-01F4042E6842,1021130708BD2B46BE04EDEE1B9BE026)\BF775848-79B6-35AB-A778-A5A59303A4FD\boot.efi'1:459 0:023 === [ AddCustomTool ] ===========================1:460 0:000 found tool \EFI\CLOVER\tools\Shell64U.efi1:460 0:000 Checking EFI partition Volume 1 for Clover1:460 0:000 Found Clover1:460 0:000 === [ GetEfiBootDeviceFromNvram ] ===============1:460 0:000 - efi-boot-device-data: PciRoot(0x0)\Pci(0x1D,0x0)\Pci(0x0,0x0)\SasEx(0x0100000000253851,0x0142580A7074616C,0x0,NoTopology,0,0,0)\HD(2,GPT,C348097B-58D9-486A-965E-FE79C09B7C68,0x64028,0x3A321FE0)\VenMedia(BE74FCF7-0B7C-49F3-9147-01F4042E6842,F517CC362D33DD42B2525AC5B3CC1107)\BF775848-79B6-35AB-A778-A5A59303A4FD\System\Library\CoreServices\boot.efi1:460 0:000 - Volume: 'PciRoot(0x0)\Pci(0x1D,0x0)\Pci(0x0,0x0)\SasEx(0x0100000000253851,0x0142580A7074616C,0x0,NoTopology,0,0,0)\HD(2,GPT,C348097B-58D9-486A-965E-FE79C09B7C68,0x64028,0x3A321FE0)\VenMedia(BE74FCF7-0B7C-49F3-9147-01F4042E6842,F517CC362D33DD42B2525AC5B3CC1107)'1:460 0:000 - LoaderPath: '\BF775848-79B6-35AB-A778-A5A59303A4FD\System\Library\CoreServices\boot.efi'1:460 0:000 - Guid = C348097B-58D9-486A-965E-FE79C09B7C681:460 0:000 === [ FindStartupDiskVolume ] ===================1:460 0:000 - Volume: partition = PciRoot(0x0)\Pci(0x1D,0x0)\Pci(0x0,0x0)\SasEx(0x0100000000253851,0x0142580A7074616C,0x0,NoTopology,0,0,0)\HD(2,GPT,C348097B-58D9-486A-965E-FE79C09B7C68,0x64028,0x3A321FE0)\VenMedia(BE74FCF7-0B7C-49F3-9147-01F4042E6842,F517CC362D33DD42B2525AC5B3CC1107)1:460 0:000 - searching for that partition and loader '\BF775848-79B6-35AB-A778-A5A59303A4FD\System\Library\CoreServices\boot.efi'1:460 0:000 - [!] not found1:460 0:000 - searching again, but comparing Media dev path nodes1:460 0:000 - [!] not found1:460 0:000 - searching for that partition1:460 0:000 - [!] not found1:460 0:000 - searching again, but comparing Media dev path nodes1:460 0:000 - found entry 2. 'Boot macOS from macOS', Volume 'macOS'1:460 0:000 Boot redirected to Entry 2. 'Boot macOS from macOS'1:468 0:007 GUI ready12:202 10:734 === [ StartLoader ] =============================12:202 0:000 Finally: ExternalClock=25MHz BusSpeed=99707kHz CPUFreq=2592MHz PIS: hw.busfrequency=100000000Hz12:202 0:000 start loader12:202 0:000 Loading boot.efi status=Success12:203 0:001 GetOSVersion: 10.14.6 (18G103)12:203 0:000 CSR_CFG: CSR_ALLOW_UNTRUSTED_KEXTS | CSR_ALLOW_UNRESTRICTED_FS | CSR_ALLOW_TASK_FOR_PID | CSR_ALLOW_APPLE_INTERNAL | CSR_ALLOW_UNRESTRICTED_DTRACE | CSR_ALLOW_UNRESTRICTED_NVRAM12:203 0:000 Filtering KextPatches:12:203 0:000 - [00]: com.apple.iokit.IOAHCIBlockStorage (Enable TRIM for SSD) :: BinPatch :: [OS: 10.14.6 | MatchOS: All | MatchBuild: All] ==> allowed12:203 0:000 Will not patch boot.efi12:203 0:000 === [ PatchSmbios ] =============================12:203 0:000 insert table 9 for dev 0:012:203 0:000 insert table 9 for dev 0:112:203 0:000 insert table 9 for dev 0:012:203 0:000 insert table 9 for dev 14:312:203 0:000 Table 11 present, but rewritten for us12:205 0:001 Trusting SMBIOS...12:205 0:000 Channels: 112:205 0:000 Interleave: 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 2312:205 0:000 trusted SMBIOS data:12:205 0:000 SmbiosTable.Type17->Vendor = 01980000802C12:205 0:000 SmbiosTable.Type17->SerialNumber = DD2A70E412:205 0:000 SmbiosTable.Type17->PartNumber = KHYXPX-MIE 12:205 0:000 partNum=KHYXPX-MIE 12:205 0:000 SPD data in use:12:205 0:000 SmbiosTable.Type17->Vendor = Kingston12:205 0:000 SmbiosTable.Type17->SerialNumber = 0D0D020A07000E0412:205 0:000 SmbiosTable.Type17->PartNumber = KHYXPX-MIE12:205 0:000 SMBIOS Type 17 Index = 0 => 0 0:12:205 0:000 BANK 0 DIMM0 2667MHz 8192MB(Ext:0MB)12:205 0:000 trusted SMBIOS data:12:205 0:000 SmbiosTable.Type17->Vendor = 01980000802C12:205 0:000 SmbiosTable.Type17->SerialNumber = DD2ABAE112:205 0:000 SmbiosTable.Type17->PartNumber = KHYXPX-MIE 12:205 0:000 partNum=KHYXPX-MIE 12:205 0:000 SPD data in use:12:205 0:000 SmbiosTable.Type17->Vendor = Kingston12:205 0:000 SmbiosTable.Type17->SerialNumber = 0D0D020A0B0A0E0112:205 0:000 SmbiosTable.Type17->PartNumber = KHYXPX-MIE12:205 0:000 SMBIOS Type 17 Index = 1 => 1 1:12:205 0:000 BANK 0 DIMM1 2667MHz 8192MB(Ext:0MB)12:205 0:000 mTotalSystemMemory = 1638412:205 0:000 NumberOfMemoryDevices = 212:205 0:000 Type20[0]->End = 0x7FFFFF, Type17[0] = 200012:205 0:000 Type20[1]->End = 0xFFFFFF, Type17[1] = 600012:205 0:000 Table 131 is present, CPUType=3112:205 0:000 Change to: 100512:205 0:000 === [ PatchACPI ] ===============================12:205 0:000 Xsdt reallocation done12:205 0:000 old FADT length=11412:205 0:000 SignatureFixup: 0x32E54B10 -> 0x012:205 0:000 Apply DsdtFixMask=0x0000000012:205 0:000 drop _DSM mask=0x000012:205 0:000 === [ FixBiosDsdt ] =============================12:206 0:000 Patching DSDT:12:206 0:000 - [Rename ECDV to EC]: pattern 45434456, patched at: [ (10E6) ]12:206 0:000 - [Replacement If ((0x40 & RCG1)) to If ((0x80 & RCG1))]: pattern 40524347, bin not found / already patched!12:206 0:000 - [Change OSID to XSID]: pattern 4F534944, patched at: [ (3E3BD) ]12:207 0:000 - [Change _OSI to XOSI]: pattern 5F4F5349, patched at: [ (A906) ]12:207 0:000 - [change GFX0 to IGPU]: pattern 47465830, patched at: [ (52) ]12:207 0:000 0 replacements12:208 0:001 PreCleanup XSDT: count=28, length=26012:208 0:000 PreCleanup XSDT, corrected XSDT: count=28, length=26012:208 0:000 === [ ACPIDropTables ] ==========================12:208 0:000 Patching SSDT CpuSsdt Length=700712:208 0:000 0. [Rename ECDV to EC]: pattern 45434456, bin not found / already patched!12:208 0:000 1. [Replacement If ((0x40 & RCG1)) to If ((0x80 & RCG1))]: pattern 40524347, bin not found / already patched!12:208 0:000 2. [Change OSID to XSID]: pattern 4F534944, bin not found / already patched!12:208 0:000 3. [Change _OSI to XOSI]: pattern 5F4F5349, bin not found / already patched!12:208 0:000 4. [change GFX0 to IGPU]: pattern 47465830, bin not found / already patched!12:208 0:000 0 replacements12:208 0:000 Found OperationRegion(PNVS, SystemMemory, 6651B000, ...)12:208 0:000 Patching SSDT SaSsdt Length=573112:208 0:000 0. [Rename ECDV to EC]: pattern 45434456, bin not found / already patched!12:208 0:000 1. [Replacement If ((0x40 & RCG1)) to If ((0x80 & RCG1))]: pattern 40524347, bin not found / already patched!12:208 0:000 2. [Change OSID to XSID]: pattern 4F534944, bin not found / already patched!12:208 0:000 3. [Change _OSI to XOSI]: pattern 5F4F5349, bin not found / already patched!12:208 0:000 4. [change GFX0 to IGPU]: pattern 47465830, patched at: [ (2D) ]12:208 0:000 0 replacements12:208 0:000 Found OperationRegion(SANV, SystemMemory, 78105C98, ...)12:208 0:000 Patching SSDT PegSsdt Length=979912:208 0:000 0. [Rename ECDV to EC]: pattern 45434456, bin not found / already patched!12:208 0:000 1. [Replacement If ((0x40 & RCG1)) to If ((0x80 & RCG1))]: pattern 40524347, bin not found / already patched!12:208 0:000 2. [Change OSID to XSID]: pattern 4F534944, bin not found / already patched!12:208 0:000 3. [Change _OSI to XOSI]: pattern 5F4F5349, patched at: [ (14E9) ]12:208 0:000 4. [change GFX0 to IGPU]: pattern 47465830, bin not found / already patched!12:208 0:000 0 replacements12:208 0:000 Patching SSDT CflH_Tbt Length=1040712:208 0:000 0. [Rename ECDV to EC]: pattern 45434456, bin not found / already patched!12:208 0:000 1. [Replacement If ((0x40 & RCG1)) to If ((0x80 & RCG1))]: pattern 40524347, patched at: [ (229C) ]12:208 0:000 2. [Change OSID to XSID]: pattern 4F534944, bin not found / already patched!12:209 0:000 3. [Change _OSI to XOSI]: pattern 5F4F5349, bin not found / already patched!12:209 0:000 4. [change GFX0 to IGPU]: pattern 47465830, bin not found / already patched!12:209 0:000 0 replacements12:209 0:000 Patching SSDT xh_cfht4 Length=1349412:209 0:000 0. [Rename ECDV to EC]: pattern 45434456, bin not found / already patched!12:209 0:000 1. [Replacement If ((0x40 & RCG1)) to If ((0x80 & RCG1))]: pattern 40524347, bin not found / already patched!12:209 0:000 2. [Change OSID to XSID]: pattern 4F534944, bin not found / already patched!12:209 0:000 3. [Change _OSI to XOSI]: pattern 5F4F5349, bin not found / already patched!12:209 0:000 4. [change GFX0 to IGPU]: pattern 47465830, bin not found / already patched!12:209 0:000 0 replacements12:209 0:000 Patching SSDT PtidDevc Length=1020612:209 0:000 0. [Rename ECDV to EC]: pattern 45434456, bin not found / already patched!12:209 0:000 1. [Replacement If ((0x40 & RCG1)) to If ((0x80 & RCG1))]: pattern 40524347, bin not found / already patched!12:209 0:000 2. [Change OSID to XSID]: pattern 4F534944, bin not found / already patched!12:209 0:000 3. [Change _OSI to XOSI]: pattern 5F4F5349, bin not found / already patched!12:209 0:000 4. [change GFX0 to IGPU]: pattern 47465830, bin not found / already patched!12:209 0:000 0 replacements12:209 0:000 Patching SSDT TbtTypeC Length=416812:209 0:000 0. [Rename ECDV to EC]: pattern 45434456, bin not found / already patched!12:209 0:000 1. [Replacement If ((0x40 & RCG1)) to If ((0x80 & RCG1))]: pattern 40524347, bin not found / already patched!12:209 0:000 2. [Change OSID to XSID]: pattern 4F534944, bin not found / already patched!12:209 0:000 3. [Change _OSI to XOSI]: pattern 5F4F5349, bin not found / already patched!12:209 0:000 4. [change GFX0 to IGPU]: pattern 47465830, bin not found / already patched!12:209 0:000 0 replacements12:209 0:000 Patching SSDT UsbCTabl Length=199212:209 0:000 0. [Rename ECDV to EC]: pattern 45434456, patched at: [ (51) ]12:209 0:000 1. [Replacement If ((0x40 & RCG1)) to If ((0x80 & RCG1))]: pattern 40524347, bin not found / already patched!12:209 0:000 2. [Change OSID to XSID]: pattern 4F534944, bin not found / already patched!12:209 0:000 3. [Change _OSI to XOSI]: pattern 5F4F5349, bin not found / already patched!12:209 0:000 4. [change GFX0 to IGPU]: pattern 47465830, bin not found / already patched!12:209 0:000 0 replacements12:209 0:000 Patching SSDT DptfTabl Length=3431512:209 0:000 0. [Rename ECDV to EC]: pattern 45434456, patched at: [ (474) ]12:209 0:000 1. [Replacement If ((0x40 & RCG1)) to If ((0x80 & RCG1))]: pattern 40524347, bin not found / already patched!12:209 0:000 2. [Change OSID to XSID]: pattern 4F534944, bin not found / already patched!12:209 0:000 3. [Change _OSI to XOSI]: pattern 5F4F5349, bin not found / already patched!12:209 0:000 4. [change GFX0 to IGPU]: pattern 47465830, bin not found / already patched!12:209 0:000 0 replacements12:209 0:000 Patching SSDT ADebTabl Length=32412:209 0:000 0. [Rename ECDV to EC]: pattern 45434456, bin not found / already patched!12:209 0:000 1. [Replacement If ((0x40 & RCG1)) to If ((0x80 & RCG1))]: pattern 40524347, bin not found / already patched!12:209 0:000 2. [Change OSID to XSID]: pattern 4F534944, bin not found / already patched!12:209 0:000 3. [Change _OSI to XOSI]: pattern 5F4F5349, bin not found / already patched!12:209 0:000 4. [change GFX0 to IGPU]: pattern 47465830, bin not found / already patched!12:209 0:000 0 replacements12:209 0:000 Found OperationRegion(ADHD, SystemMemory, 77259000, ...)12:209 0:000 Found OperationRegion(ABLK, SystemMemory, 77259020, ...)12:209 0:000 Patching SSDT SgPeg Length=17412:209 0:000 0. [Rename ECDV to EC]: pattern 45434456, bin not found / already patched!12:209 0:000 1. [Replacement If ((0x40 & RCG1)) to If ((0x80 & RCG1))]: pattern 40524347, bin not found / already patched!12:209 0:000 2. [Change OSID to XSID]: pattern 4F534944, bin not found / already patched!12:209 0:000 3. [Change _OSI to XOSI]: pattern 5F4F5349, bin not found / already patched!12:209 0:000 4. [change GFX0 to IGPU]: pattern 47465830, bin not found / already patched!12:209 0:000 0 replacements12:209 0:000 Patching SSDT OptTabl Length=999312:209 0:000 0. [Rename ECDV to EC]: pattern 45434456, patched at: [ (4ED) ]12:209 0:000 1. [Replacement If ((0x40 & RCG1)) to If ((0x80 & RCG1))]: pattern 40524347, bin not found / already patched!12:209 0:000 2. [Change OSID to XSID]: pattern 4F534944, bin not found / already patched!12:209 0:000 3. [Change _OSI to XOSI]: pattern 5F4F5349, patched at: [ (1D95) ]12:209 0:000 4. [change GFX0 to IGPU]: pattern 47465830, patched at: [ (55) ]12:209 0:000 0 replacements12:209 0:000 === [ ACPIPatchedAML ] ==========================12:209 0:000 Unsorted12:209 0:000 Inserting SSDT-Dell-G5.aml from EFI\CLOVER\ACPI\patched: size=1035 ... Success12:209 0:000 ApicCPUNum=112:209 0:000 Maximum control=0x1A12:209 0:000 Turbo control=0x2D12:209 0:000 P-States: min 0x8, max 0x2D12:209 0:000 SSDT with CPU P-States and plugin-type generated successfully12:209 0:000 SSDT with CPU C-States generated successfully12:209 0:000 Cleanup XSDT: count=31, length=28412:209 0:000 corrected XSDT count=31, length=28412:209 0:000 === [ RestSetup macOS ] =========================12:209 0:000 --- Custom EDID Table size:12812:209 0:000 000 | 00 FF FF FF FF FF FF 00 06 1012:209 0:000 010 | F2 9C 00 00 00 00 1A 15 01 0412:209 0:000 020 | 95 1A 0E 78 02 EF 05 97 57 5412:209 0:000 030 | 92 27 22 50 54 00 00 00 01 0112:209 0:000 040 | 01 01 01 01 01 01 01 01 01 0112:209 0:000 050 | 01 01 01 01 24 36 80 A0 70 3812:209 0:000 060 | 1F 40 30 20 35 00 58 C2 10 0012:209 0:000 070 | 00 1A 50 2B 80 A0 70 38 1F 4012:209 0:000 080 | 30 20 35 00 58 C2 10 00 00 1A12:209 0:000 090 | 00 00 00 FC 00 43 6F 6C 6F 7212:209 0:000 100 | 20 4C 43 44 0A 20 20 20 00 0012:209 0:000 110 | 00 00 00 00 41 31 96 00 10 0012:209 0:000 120 | 00 0A 01 0A 20 20 00 B812:209 0:000 add device: PciRoot(0x0)/Pci(0x2,0x0)12:209 0:000 Add key=disable-external-gpu valuelen=412:209 0:000 add device: PciRoot(0x0)/Pci(0x1F,0x3)12:209 0:000 Add key=layout-id valuelen=412:209 0:000 NVidia GFX injection not set12:209 0:000 Intel UHD Graphics 630 [8086:3E9B] :: PciRoot(0x0)\Pci(0x2,0x0)12:209 0:000 FakeID Intel GFX = 0x5912808612:209 0:000 ig-platform-id = 0x591b000612:209 0:000 Intel GFX revision = 0x012:210 0:000 RCBA disabled; cannot use it12:210 0:000 stringlength = 326212:210 0:000 CurrentMode: Width=1920 Height=108012:210 0:000 Beginning FSInjectionFSInjectionInstall ...- Our FSI_SIMPLE_FILE_SYSTEM_PROTOCOL installed on handle: 701AAF18FSInjectionInstall ...- Our FSI_SIMPLE_FILE_SYSTEM_PROTOCOL installed on handle: 701AAF1812:229 0:018 Remap smbios table type 1 guid.12:235 0:005 Preparing kexts injection for arch=x86_64 from EFI\CLOVER\kexts\Other12:235 0:000 ->Extra kext: EFI\CLOVER\kexts\Other\VoodooI2C.kext (v.2.3)12:269 0:034 |-- PlugIn kext: EFI\CLOVER\kexts\Other\VoodooI2C.kext\Contents\PlugIns\VoodooI2CServices.kext (v.1)12:277 0:007 |-- PlugIn kext: EFI\CLOVER\kexts\Other\VoodooI2C.kext\Contents\PlugIns\VoodooGPIO.kext (v.1.1)12:286 0:009 ->Extra kext: EFI\CLOVER\kexts\Other\FakePCIID_Intel_GbX.kext (v.1.3.15)12:291 0:005 ->Extra kext: EFI\CLOVER\kexts\Other\SMCLightSensor.kext (v.1)12:300 0:008 ->Extra kext: EFI\CLOVER\kexts\Other\VoodooPS2Controller.kext (v.1.9.2)12:312 0:011 |-- PlugIn kext: EFI\CLOVER\kexts\Other\VoodooPS2Controller.kext\Contents\PlugIns\VoodooPS2Mouse.kext (v.1.9.2)12:322 0:009 |-- PlugIn kext: EFI\CLOVER\kexts\Other\VoodooPS2Controller.kext\Contents\PlugIns\VoodooPS2Keyboard.kext (v.1.9.2)12:346 0:024 |-- PlugIn kext: EFI\CLOVER\kexts\Other\VoodooPS2Controller.kext\Contents\PlugIns\VoodooPS2Trackpad.kext (v.1.9.2)12:369 0:022 ->Extra kext: EFI\CLOVER\kexts\Other\FakePCIID.kext (v.1.3.15)12:375 0:006 ->Extra kext: EFI\CLOVER\kexts\Other\VirtualSMC.kext (v.1.1.0)12:392 0:016 ->Extra kext: EFI\CLOVER\kexts\Other\AppleHDADisabler.kext (v.1.0.1)12:398 0:006 ->Extra kext: EFI\CLOVER\kexts\Other\VoodooI2CHID.kext (v.1)12:420 0:021 ->Extra kext: EFI\CLOVER\kexts\Other\IntelBluetoothInjector.kext (v.2.5.0)12:432 0:012 ->Extra kext: EFI\CLOVER\kexts\Other\VerbStub.kext (v.1.0.3)12:439 0:006 ->Extra kext: EFI\CLOVER\kexts\Other\CPUFriend.kext (v.1.2.0)12:449 0:009 ->Extra kext: EFI\CLOVER\kexts\Other\USBInjectAll.kext (v.0.7.1)12:850 0:400 ->Extra kext: EFI\CLOVER\kexts\Other\RealtekRTL8111.kext (v.2.2.2)12:864 0:014 ->Extra kext: EFI\CLOVER\kexts\Other\CPUFriendDataProvider.kext (v.1.0.0)12:928 0:063 ->Extra kext: EFI\CLOVER\kexts\Other\SMCBatteryManager.kext (v.1)12:939 0:010 ->Extra kext: EFI\CLOVER\kexts\Other\WhateverGreen.kext (v.1.3.8)12:957 0:017 ->Extra kext: EFI\CLOVER\kexts\Other\USBStorageDeviceLegacy.kext (v.999.99.9)12:961 0:004 ->Extra kext: EFI\CLOVER\kexts\Other\IntelBluetoothFirmware.kext (v.1.0.1)13:118 0:156 ->Extra kext: EFI\CLOVER\kexts\Other\CodecCommander.kext (v.2.7.1)13:155 0:037 ->Extra kext: EFI\CLOVER\kexts\Other\NoTouchID.kext (v.1.0.3)13:168 0:012 ->Extra kext: EFI\CLOVER\kexts\Other\Lilu.kext (v.1.4.3)13:179 0:010 ->Extra kext: EFI\CLOVER\kexts\Other\FakePCIID_Intel_HD_Graphics.kext (v.1.3.15)13:201 0:022 Preparing kexts injection for arch=x86_64 from EFI\CLOVER\kexts\Off13:201 0:000 Preparing kexts injection for arch=x86_64 from EFI\CLOVER\kexts\1013:201 0:000 Preparing kexts injection for arch=x86_64 from EFI\CLOVER\kexts\10_normal13:201 0:000 Preparing kexts injection for arch=x86_64 from EFI\CLOVER\kexts\10.1413:201 0:000 Preparing kexts injection for arch=x86_64 from EFI\CLOVER\kexts\10.14_normal13:201 0:000 Preparing kexts injection for arch=x86_64 from EFI\CLOVER\kexts\10.14.613:201 0:000 Preparing kexts injection for arch=x86_64 from EFI\CLOVER\kexts\10.14.6_normal13:208 0:006 SetStartupDiskVolume:13:208 0:000 * Volume: 'macOS'13:208 0:000 * LoaderPath: ''13:208 0:000 * DevPath: macOS13:208 0:000 * GUID = C348097B-58D9-486A-965E-FE79C09B7C6813:218 0:010 * efi-boot-device: <array><dict><key>IOMatch</key><dict><key>IOProviderClass</key><string>IOMedia</string><key>IOPropertyMatch</key><dict><key>UUID</key><string>C348097B-58D9-486A-965E-FE79C09B7C68</string></dict></dict></dict></array>13:229 0:010 SetScreenResolution: 1920x1080 - already set13:229 0:000 Custom boot is disabled I jsut installed and booted Mojave to see if it made a difference. It appears to still show MacBook Pro 16 in the About This Mac screen, but the System Profiler shows it as MacBookPro15,1. It still ignores my Fake CPU ID saying that I have an i9. And my ig-platform-id is still being ignored. Edited April 22, 2020 by ameris cyning Link to comment Share on other sites More sharing options...
vector sigma Posted April 22, 2020 Share Posted April 22, 2020 6 minutes ago, ameris cyning said: Hide contents 0:100 0:100 MemLog inited, TSC freq: 25923695800:100 0:000 CPU was calibrated with RTC0:100 0:000 0:100 0:000 Now is 22.04.2020, 13:15:10 (GMT)0:100 0:000 Starting Clover revision: 5112 (master, commit 95976da8c) on American Megatrends EFI0:100 0:000 Build with: [Args: -D NO_GRUB_DRIVERS_EMBEDDED -t GCC53 | -D NO_GRUB_DRIVERS_EMBEDDED --conf=/Users/sergey/src/CloverHackyColor/Conf -D USE_LOW_EBDA -a X64 -b RELEASE -t GCC53 -n 5 | OS: 10.14.6]0:100 0:000 SelfDevicePath=PciRoot(0x0)\Pci(0x14,0x0)\USB(0x10,0x0)\HD(1,GPT,60EDBFA8-63C1-440E-B2D5-91EBD3480498,0x28,0x64000) @7187E5980:100 0:000 SelfDirPath = \EFI\BOOT0:100 0:000 Clover : Image base = 0x643B00000:100 0:000 SimpleTextEx Status=Success0:100 0:000 === [ Get Smbios ] ==============================0:100 0:000 Type 16 Index = 00:100 0:000 Total Memory Slots Count = 20:100 0:000 Type 17 Index = 00:100 0:000 SmbiosTable.Type17->Speed = 2667MHz0:100 0:000 SmbiosTable.Type17->Size = 8192MB0:100 0:000 SmbiosTable.Type17->Bank/Device = DIMM A0:100 0:000 SmbiosTable.Type17->Vendor = 01980000802C0:100 0:000 SmbiosTable.Type17->SerialNumber = DD2A70E40:100 0:000 SmbiosTable.Type17->PartNumber = KHYXPX-MIE 0:100 0:000 Type 17 Index = 10:100 0:000 SmbiosTable.Type17->Speed = 2667MHz0:100 0:000 SmbiosTable.Type17->Size = 8192MB0:100 0:000 SmbiosTable.Type17->Bank/Device = DIMM B0:100 0:000 SmbiosTable.Type17->Vendor = 01980000802C0:100 0:000 SmbiosTable.Type17->SerialNumber = DD2ABAE10:100 0:000 SmbiosTable.Type17->PartNumber = KHYXPX-MIE 0:100 0:000 Boot status=00:100 0:000 Running on: 'G5 5590' with board '0MXHK3'0:100 0:000 === [ GetCPUProperties ] ========================0:100 0:000 CPU Vendor = 756E6547 Model=906EA0:100 0:000 The CPU supported SSE4.10:100 0:000 BrandString = Intel(R) Core(TM) i7-9750H CPU @ 2.60GHz0:100 0:000 The CPU supported turbo0:100 0:000 MSR 0x35 6000C0:100 0:000 TSC/CCC Information Leaf:0:100 0:000 numerator : 2160:100 0:000 denominator : 20:100 0:000 Calibrated ARTFrequency: 240034220:100 0:000 Rounded ARTFrequency: 240000000:100 0:000 MSR 0xE2 before patch 1E0080080:100 0:000 MSR 0xE2 is locked, PM patches will be turned on0:100 0:000 MSR 0xCE 0008083B_F1011A000:100 0:000 corrected FLEX_RATIO = 1000000:100 0:000 MSR 0x1B0 000000000:100 0:000 FSBFrequency = 154 MHz, DMI FSBFrequency = 100 MHz, Corrected FSBFrequency = 100 MHz0:100 0:000 MaxDiv/MinDiv: 26.0/80:100 0:000 Turbo: 42/43/44/450:100 0:000 Features: 0x77FAFBBFBFEBFBFF0:100 0:000 Threads: 120:100 0:000 Cores: 60:100 0:000 FSB: 100 MHz0:100 0:000 CPU: 4000 MHz0:100 0:000 TSC: 4000 MHz0:100 0:000 PIS: 100 MHz0:100 0:000 ExternalClock: 25 MHz0:100 0:000 === [ GetDevices ] ==============================0:100 0:000 GOP found at: PciRoot(0x0)/Pci(0x2,0x0)/AcpiAdr(0x80011400)0:100 0:000 PCI (00|00:00.00) : 8086 3EC4 class=0600000:100 0:000 PCI (00|00:01.00) : 8086 1901 class=0604000:100 0:000 PCI (00|01:00.00) : 10DE 2191 class=0300000:100 0:000 - GFX: Model=Unknown family 168 (Turing)0:100 0:000 PCI (00|01:00.01) : 10DE 1AEB class=0403000:100 0:000 - HDMI Audio: 0:100 0:000 PCI (00|01:00.02) : 10DE 1AEC class=0C03300:100 0:000 PCI (00|01:00.03) : 10DE 1AED class=0C80000:100 0:000 PCI (00|00:02.00) : 8086 3E9B class=0300000:100 0:000 - GOP: Provided by device0:100 0:000 - GFX: Model=Intel UHD Graphics 630 (Intel)0:100 0:000 PCI (00|00:04.00) : 8086 1903 class=1180000:100 0:000 PCI (00|00:08.00) : 8086 1911 class=0880000:100 0:000 PCI (00|00:12.00) : 8086 A379 class=1180000:100 0:000 PCI (00|00:14.00) : 8086 A36D class=0C03300:100 0:000 PCI (00|00:14.02) : 8086 A36F class=0500000:100 0:000 PCI (00|00:14.03) : 8086 A370 class=0280000:100 0:000 - WIFI: Vendor=32902 = Intel0:100 0:000 PCI (00|00:15.00) : 8086 A368 class=0C80000:100 0:000 PCI (00|00:15.01) : 8086 A369 class=0C80000:100 0:000 PCI (00|00:16.00) : 8086 A360 class=0780000:100 0:000 PCI (00|00:17.00) : 8086 A353 class=0106010:101 0:000 PCI (00|00:1B.00) : 8086 A32C class=0604000:101 0:000 PCI (00|02:00.00) : 8086 15DA class=0604000:101 0:000 PCI (00|03:00.00) : 8086 15DA class=0604000:101 0:000 PCI (00|04:00.00) : 8086 15D9 class=0880000:101 0:000 PCI (00|03:01.00) : 8086 15DA class=0604000:101 0:000 PCI (00|03:02.00) : 8086 15DA class=0604000:101 0:000 PCI (00|3A:00.00) : 8086 15DB class=0C03300:101 0:000 PCI (00|00:1D.00) : 8086 A330 class=0604000:101 0:000 PCI (00|3B:00.00) : 144D A808 class=0108020:101 0:000 PCI (00|00:1D.05) : 8086 A335 class=0604000:101 0:000 PCI (00|3C:00.00) : 10EC 2502 class=0200000:101 0:000 - LAN: 0 Vendor=Realtek0:101 0:000 PCI (00|00:1F.00) : 8086 A30D class=0601000:101 0:000 PCI (00|00:1F.03) : 8086 A348 class=0403000:101 0:000 PCI (00|00:1F.04) : 8086 A323 class=0C05000:101 0:000 PCI (00|00:1F.05) : 8086 A324 class=0C80000:101 0:000 === [ GetDefaultSettings ] ======================0:102 0:000 Clover load options size = 400 bytes0:106 0:004 CheckOEMPathExists tried EFI\CLOVER\OEM\G5 5590--00-00-00-00-00-00. Dir not exists0:106 0:000 CheckOEMPathExists tried EFI\CLOVER\OEM\0MXHK3\UEFI. Dir not exists0:106 0:000 CheckOEMPathExists tried EFI\CLOVER\OEM\G5 5590. Dir not exists0:106 0:000 CheckOEMPathExists tried EFI\CLOVER\OEM\G5 5590-4000. Dir not exists0:106 0:000 CheckOEMPathExists tried EFI\CLOVER\OEM\0MXHK3. Dir not exists0:106 0:000 CheckOEMPathExists tried EFI\CLOVER\OEM\0MXHK3-4000. Dir not exists0:106 0:000 set OEMPath by default: EFI\CLOVER0:106 0:000 EFI\CLOVER\.plist not loaded with name from LoadOptions: Invalid Parameter0:106 0:000 CheckOEMPathExists tried EFI\CLOVER\OEM\G5 5590--00-00-00-00-00-00. Dir not exists0:106 0:000 CheckOEMPathExists tried EFI\CLOVER\OEM\0MXHK3\UEFI. Dir not exists0:106 0:000 CheckOEMPathExists tried EFI\CLOVER\OEM\G5 5590. Dir not exists0:106 0:000 CheckOEMPathExists tried EFI\CLOVER\OEM\G5 5590-4000. Dir not exists0:106 0:000 CheckOEMPathExists tried EFI\CLOVER\OEM\0MXHK3. Dir not exists0:106 0:000 CheckOEMPathExists tried EFI\CLOVER\OEM\0MXHK3-4000. Dir not exists0:106 0:000 set OEMPath by default: EFI\CLOVER0:109 0:003 EFI\CLOVER\config.plist loaded: Success0:109 0:000 === [ GetListOfThemes ] =========================0:109 0:000 - [00]: Clover Bootcampold0:111 0:002 - [01]: Clover Bootcamp0:116 0:004 - [02]: random0:118 0:002 - [02]: embedded0:118 0:000 === [ Found config plists ] =====================0:118 0:000 - config.plist0:127 0:008 === [ GetEarlyUserSettings ] ====================0:127 0:000 timeout set to 30:127 0:000 Custom boot CUSTOM_BOOT_DISABLED (0x0)0:127 0:000 FakeCPUID: 906E90:127 0:000 KextsToPatch: 1 requested0:127 0:000 - [00]: com.apple.iokit.IOAHCIBlockStorage (Enable TRIM for SSD) :: BinPatch :: data len: 110:127 0:000 Default theme: Clover Bootcamp0:127 0:000 Hiding entries with string Preboot0:127 0:000 Custom EDID is ok0:127 0:000 === [ LoadDrivers ] =============================0:130 0:002 Loading FSInject.efi status=Success0:133 0:003 Loading HFSPlus.efi status=Success0:134 0:000 - driver needs connecting0:134 0:000 Loading ApfsDriverLoader.efi status=Success0:135 0:000 - driver needs connecting0:135 0:000 Loading AptioMemoryFix.efi status=Success0:139 0:004 2 drivers needs connecting ...0:139 0:000 PlatformDriverOverrideProtocol not found. Installing ... Success0:139 0:000 HFS+ driver loaded0:139 0:000 APFS driver loaded0:139 0:000 Searching for invalid DiskIo BY_DRIVER connects: not found, all ok0:516 0:377 === [ InitScreen ] ==============================0:516 0:000 Console modes reported: 4, available modes:0:516 0:000 - [01]: 80x250:516 0:000 - [02]: 80x500:516 0:000 - [03]: 100x310:516 0:000 - [04]: 240x56 (current mode)0:516 0:000 SetMaxResolution: found best mode 0: 1920x10800:516 0:000 - already set0:516 0:000 reinit: self device path=PciRoot(0x0)\Pci(0x14,0x0)\USB(0x10,0x0)\HD(1,GPT,60EDBFA8-63C1-440E-B2D5-91EBD3480498,0x28,0x64000)0:516 0:000 new SelfHandle=7187E5980:517 0:000 === [ GetMacAddress ] ===========================0:517 0:000 MAC address of LAN #0= 8C:04:BA:98:C0:C8:0:517 0:000 === [ ScanSPD ] =================================0:518 0:001 Scanning SMBus [8086:A323], mmio: 0xED424004, ioport: 0xEFA0, hostc: 0x110:539 0:021 Slot: 0 Type 26 8192MB 2666MHz Vendor=Kingston PartNo=KHYXPX-MIE SerialNo=0D0D020A07000E040:560 0:020 Slot: 1 Type 26 8192MB 2666MHz Vendor=Kingston PartNo=KHYXPX-MIE SerialNo=0D0D020A0B0A0E010:561 0:001 === [ GetAcpiTablesList ] =======================0:561 0:000 Get Acpi Tables List from RSDT:0:561 0:000 - [00]: FACP CBX3 len=1320:561 0:000 - [01]: APIC CBX3 len=2440:561 0:000 - [02]: FPDT CBX3 len=680:561 0:000 - [03]: FIDT CBX3 len=1560:561 0:000 - [04]: MCFG CBX3 len=600:561 0:000 - [05]: SSDT CpuSsdt len=70070:561 0:000 - [06]: BOOT CBX3 len=400:561 0:000 - [07]: SSDT SaSsdt len=57310:561 0:000 - [08]: SSDT PegSsdt len=97990:561 0:000 - [09]: HPET CBX3 len=560:561 0:000 - [10]: SSDT CflH_Tbt len=104070:561 0:000 - [11]: SSDT xh_cfht4 len=134940:561 0:000 - [12]: UEFI CBX3 len=660:561 0:000 - [13]: LPIT CBX3 len=1480:561 0:000 - [14]: WSMT CBX3 len=400:561 0:000 - [15]: SSDT PtidDevc len=102060:561 0:000 - [16]: SSDT TbtTypeC len=41680:561 0:000 - [17]: DBGP CBX3 len=520:561 0:000 - [18]: DBG2 CBX3 len=840:561 0:000 - [19]: SSDT UsbCTabl len=19920:561 0:000 - [20]: SSDT DptfTabl len=343150:561 0:000 - [21]: MSDM CBX3 len=850:561 0:000 - [22]: SLIC CBX3 len=3740:561 0:000 - [23]: DMAR EDK2 len=1680:561 0:000 - [24]: SSDT ADebTabl len=3240:561 0:000 - [25]: SSDT SgPeg len=1740:561 0:000 - [26]: BGRT CBX3 len=560:561 0:000 - [27]: SSDT OptTabl len=99930:561 0:000 Calibrated TSC Frequency = 2592369580 = 2592MHz0:561 0:000 === [ GetUserSettings ] =========================0:561 0:000 Custom EDID is ok0:561 0:000 Can't install EdidOverride on ImageHandle0:561 0:000 Add 2 devices (kTagTypeDict):0:561 0:000 - final DSDT Fix mask=000000000:561 0:000 PatchesDSDT: 5 requested0:561 0:000 - [00]: (Rename ECDV to EC) lenToFind: 4, lenToReplace: 4, Target Bridge: 0:561 0:000 - [01]: (Replacement If ((0x40 & RCG1)) to If ((0x80 & RCG1))) lenToFind: 13, lenToReplace: 13, Target Bridge: 0:561 0:000 - [02]: (Change OSID to XSID) lenToFind: 4, lenToReplace: 4, Target Bridge: 0:561 0:000 - [03]: (Change _OSI to XOSI) lenToFind: 4, lenToReplace: 4, Target Bridge: 0:561 0:000 - [04]: (change GFX0 to IGPU) lenToFind: 4, lenToReplace: 4, Target Bridge: 0:561 0:000 Using ProductName from config: MacBookPro15,10:561 0:000 Using latest BiosVersion from clover0:561 0:000 BiosVersion: MBP151.88Z.F000.B00.20031702040:561 0:000 BiosReleaseDate: 03/17/20200:561 0:000 Using latest EfiVersion from clover: 1037.100.359.0.00:561 0:000 Using FirmwareFeatures from config: 0xFC0FE1370:561 0:000 Using FirmwareFeaturesMask from config: 0xFF1FFF3F0:561 0:000 Board-ID set from config as Mac-937A206F2EE63C010:561 0:000 BoardType: 0xA0:561 0:000 ChassisType: 0x90:561 0:000 Converted CustomUUID FCE772DA-8E12-59FD-89B3-D813461CE06D0:565 0:003 === [ Found DSDT tables ] =======================1:020 0:454 === [ ScanVolumes ] =============================1:020 0:000 Found 12 volumes with blockIO1:020 0:000 - [00]: Volume: PciRoot(0x0)\Pci(0x14,0x0)\USB(0x10,0x0)1:021 0:000 - [01]: Volume: PciRoot(0x0)\Pci(0x14,0x0)\USB(0x10,0x0)\HD(1,GPT,60EDBFA8-63C1-440E-B2D5-91EBD3480498,0x28,0x64000)1:021 0:000 Result of bootcode detection: bootable unknown (legacy)1:028 0:006 This is SelfVolume !!1:028 0:000 - [02]: Volume: PciRoot(0x0)\Pci(0x14,0x0)\USB(0x10,0x0)\HD(2,GPT,D00FD6C7-EC99-442F-8E46-43D216262361,0x64028,0x38A9FB0)1:028 0:000 - [03]: Volume: PciRoot(0x0)\Pci(0x17,0x0)\Sata(0x0,0xFFFF,0x0)1:029 0:000 - [04]: Volume: PciRoot(0x0)\Pci(0x17,0x0)\Sata(0x0,0xFFFF,0x0)\HD(1,GPT,7ACE7BA0-791B-4549-A8DE-87C7624E9007,0x800,0x683B6000)1:030 0:000 Result of bootcode detection: bootable Windows (vista,win)1:030 0:000 - [05]: Volume: PciRoot(0x0)\Pci(0x17,0x0)\Sata(0x0,0xFFFF,0x0)\HD(2,GPT,05AD2530-6815-4F3D-A093-D4DA254C023D,0x683B6800,0xC34F800)1:037 0:007 Result of bootcode detection: bootable unknown (legacy)1:037 0:000 - [06]: Volume: PciRoot(0x0)\Pci(0x1D,0x0)\Pci(0x0,0x0)\NVMe(0x1,0A-58-42-01-51-38-25-00)1:038 0:000 - [07]: Volume: PciRoot(0x0)\Pci(0x1D,0x0)\Pci(0x0,0x0)\NVMe(0x1,0A-58-42-01-51-38-25-00)\HD(1,GPT,00B47099-CD49-44DB-B0A9-2462332A5C3F,0x28,0x64000)1:038 0:000 Result of bootcode detection: bootable unknown (legacy)1:038 0:000 - [08]: Volume: PciRoot(0x0)\Pci(0x1D,0x0)\Pci(0x0,0x0)\NVMe(0x1,0A-58-42-01-51-38-25-00)\HD(2,GPT,C348097B-58D9-486A-965E-FE79C09B7C68,0x64028,0x3A321FE0)1:038 0:000 Result of bootcode detection: bootable unknown (legacy)1:038 0:000 - [09]: Volume: PciRoot(0x0)\Pci(0x1D,0x0)\Pci(0x0,0x0)\NVMe(0x1,0A-58-42-01-51-38-25-00)\HD(2,GPT,C348097B-58D9-486A-965E-FE79C09B7C68,0x64028,0x3A321FE0)\VenMedia(BE74FCF7-0B7C-49F3-9147-01F4042E6842,F517CC362D33DD42B2525AC5B3CC1107)1:038 0:000 hiding this volume1:038 0:000 - [10]: Volume: PciRoot(0x0)\Pci(0x1D,0x0)\Pci(0x0,0x0)\NVMe(0x1,0A-58-42-01-51-38-25-00)\HD(2,GPT,C348097B-58D9-486A-965E-FE79C09B7C68,0x64028,0x3A321FE0)\VenMedia(BE74FCF7-0B7C-49F3-9147-01F4042E6842,485877BFB679AB35A778A5A59303A4FD)1:038 0:000 - [11]: Volume: PciRoot(0x0)\Pci(0x1D,0x0)\Pci(0x0,0x0)\NVMe(0x1,0A-58-42-01-51-38-25-00)\HD(2,GPT,C348097B-58D9-486A-965E-FE79C09B7C68,0x64028,0x3A321FE0)\VenMedia(BE74FCF7-0B7C-49F3-9147-01F4042E6842,1021130708BD2B46BE04EDEE1B9BE026)1:038 0:000 No AudioIoProtocols, status=Not Found1:038 0:000 === [ InitXTheme ] ==============================1:038 0:000 use daylight theme1:046 0:008 Using theme 'Clover Bootcamp' (EFI\CLOVER\themes\Clover Bootcamp)1:046 0:000 chosen theme Clover Bootcamp1:046 0:000 OS main and drive as badge1:158 0:111 Channels: 1 Sample rate: 44100 Hz Bits: 161:158 0:000 output to channel 0 with volume 0, len=2287361:158 0:000 sound channels=1 bits=16 freq=441001:158 0:000 sound play end with status=Not Found1:241 0:083 theme inited1:241 0:000 Chosen theme Clover Bootcamp1:242 0:000 after NVRAM boot-args=1:242 0:000 === [ Dump SMC keys from NVRAM ] ================1:242 0:000 no AppleSMC protocol1:275 0:033 === [ ScanLoader ] ==============================1:275 0:000 - [01]: 'EFI'1:295 0:020 AddLoaderEntry for Volume Name=EFI1:295 0:000 Loader entry created for 'PciRoot(0x0)\Pci(0x14,0x0)\USB(0x10,0x0)\HD(1,GPT,60EDBFA8-63C1-440E-B2D5-91EBD3480498,0x28,0x64000)\EFI\microsoft\Boot\bootmgfw.efi'1:330 0:034 AddLoaderEntry for Volume Name=EFI1:330 0:000 skipped because entry is hidden1:330 0:000 - [02]: 'Install macOS Mojave'1:331 0:000 AddLoaderEntry for Volume Name=Install macOS Mojave1:334 0:003 Loader entry created for 'PciRoot(0x0)\Pci(0x14,0x0)\USB(0x10,0x0)\HD(2,GPT,D00FD6C7-EC99-442F-8E46-43D216262361,0x64028,0x38A9FB0)\System\Library\CoreServices\boot.efi'1:358 0:023 - [04]: ''1:382 0:023 - [07]: 'EFI'1:408 0:026 - [09]: 'Preboot', hidden1:408 0:000 - [10]: 'macOS'1:411 0:003 AddLoaderEntry for Volume Name=macOS1:412 0:000 hibernated: set as never1:412 0:000 Loader entry created for 'PciRoot(0x0)\Pci(0x1D,0x0)\Pci(0x0,0x0)\NVMe(0x1,0A-58-42-01-51-38-25-00)\HD(2,GPT,C348097B-58D9-486A-965E-FE79C09B7C68,0x64028,0x3A321FE0)\VenMedia(BE74FCF7-0B7C-49F3-9147-01F4042E6842,485877BFB679AB35A778A5A59303A4FD)\System\Library\CoreServices\boot.efi'1:436 0:023 - [11]: 'Recovery'1:436 0:000 AddLoaderEntry for Volume Name=Recovery1:436 0:000 Loader entry created for 'PciRoot(0x0)\Pci(0x1D,0x0)\Pci(0x0,0x0)\NVMe(0x1,0A-58-42-01-51-38-25-00)\HD(2,GPT,C348097B-58D9-486A-965E-FE79C09B7C68,0x64028,0x3A321FE0)\VenMedia(BE74FCF7-0B7C-49F3-9147-01F4042E6842,1021130708BD2B46BE04EDEE1B9BE026)\BF775848-79B6-35AB-A778-A5A59303A4FD\boot.efi'1:459 0:023 === [ AddCustomTool ] ===========================1:460 0:000 found tool \EFI\CLOVER\tools\Shell64U.efi1:460 0:000 Checking EFI partition Volume 1 for Clover1:460 0:000 Found Clover1:460 0:000 === [ GetEfiBootDeviceFromNvram ] ===============1:460 0:000 - efi-boot-device-data: PciRoot(0x0)\Pci(0x1D,0x0)\Pci(0x0,0x0)\SasEx(0x0100000000253851,0x0142580A7074616C,0x0,NoTopology,0,0,0)\HD(2,GPT,C348097B-58D9-486A-965E-FE79C09B7C68,0x64028,0x3A321FE0)\VenMedia(BE74FCF7-0B7C-49F3-9147-01F4042E6842,F517CC362D33DD42B2525AC5B3CC1107)\BF775848-79B6-35AB-A778-A5A59303A4FD\System\Library\CoreServices\boot.efi1:460 0:000 - Volume: 'PciRoot(0x0)\Pci(0x1D,0x0)\Pci(0x0,0x0)\SasEx(0x0100000000253851,0x0142580A7074616C,0x0,NoTopology,0,0,0)\HD(2,GPT,C348097B-58D9-486A-965E-FE79C09B7C68,0x64028,0x3A321FE0)\VenMedia(BE74FCF7-0B7C-49F3-9147-01F4042E6842,F517CC362D33DD42B2525AC5B3CC1107)'1:460 0:000 - LoaderPath: '\BF775848-79B6-35AB-A778-A5A59303A4FD\System\Library\CoreServices\boot.efi'1:460 0:000 - Guid = C348097B-58D9-486A-965E-FE79C09B7C681:460 0:000 === [ FindStartupDiskVolume ] ===================1:460 0:000 - Volume: partition = PciRoot(0x0)\Pci(0x1D,0x0)\Pci(0x0,0x0)\SasEx(0x0100000000253851,0x0142580A7074616C,0x0,NoTopology,0,0,0)\HD(2,GPT,C348097B-58D9-486A-965E-FE79C09B7C68,0x64028,0x3A321FE0)\VenMedia(BE74FCF7-0B7C-49F3-9147-01F4042E6842,F517CC362D33DD42B2525AC5B3CC1107)1:460 0:000 - searching for that partition and loader '\BF775848-79B6-35AB-A778-A5A59303A4FD\System\Library\CoreServices\boot.efi'1:460 0:000 - [!] not found1:460 0:000 - searching again, but comparing Media dev path nodes1:460 0:000 - [!] not found1:460 0:000 - searching for that partition1:460 0:000 - [!] not found1:460 0:000 - searching again, but comparing Media dev path nodes1:460 0:000 - found entry 2. 'Boot macOS from macOS', Volume 'macOS'1:460 0:000 Boot redirected to Entry 2. 'Boot macOS from macOS'1:468 0:007 GUI ready12:202 10:734 === [ StartLoader ] =============================12:202 0:000 Finally: ExternalClock=25MHz BusSpeed=99707kHz CPUFreq=2592MHz PIS: hw.busfrequency=100000000Hz12:202 0:000 start loader12:202 0:000 Loading boot.efi status=Success12:203 0:001 GetOSVersion: 10.14.6 (18G103)12:203 0:000 CSR_CFG: CSR_ALLOW_UNTRUSTED_KEXTS | CSR_ALLOW_UNRESTRICTED_FS | CSR_ALLOW_TASK_FOR_PID | CSR_ALLOW_APPLE_INTERNAL | CSR_ALLOW_UNRESTRICTED_DTRACE | CSR_ALLOW_UNRESTRICTED_NVRAM12:203 0:000 Filtering KextPatches:12:203 0:000 - [00]: com.apple.iokit.IOAHCIBlockStorage (Enable TRIM for SSD) :: BinPatch :: [OS: 10.14.6 | MatchOS: All | MatchBuild: All] ==> allowed12:203 0:000 Will not patch boot.efi12:203 0:000 === [ PatchSmbios ] =============================12:203 0:000 insert table 9 for dev 0:012:203 0:000 insert table 9 for dev 0:112:203 0:000 insert table 9 for dev 0:012:203 0:000 insert table 9 for dev 14:312:203 0:000 Table 11 present, but rewritten for us12:205 0:001 Trusting SMBIOS...12:205 0:000 Channels: 112:205 0:000 Interleave: 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 2312:205 0:000 trusted SMBIOS data:12:205 0:000 SmbiosTable.Type17->Vendor = 01980000802C12:205 0:000 SmbiosTable.Type17->SerialNumber = DD2A70E412:205 0:000 SmbiosTable.Type17->PartNumber = KHYXPX-MIE 12:205 0:000 partNum=KHYXPX-MIE 12:205 0:000 SPD data in use:12:205 0:000 SmbiosTable.Type17->Vendor = Kingston12:205 0:000 SmbiosTable.Type17->SerialNumber = 0D0D020A07000E0412:205 0:000 SmbiosTable.Type17->PartNumber = KHYXPX-MIE12:205 0:000 SMBIOS Type 17 Index = 0 => 0 0:12:205 0:000 BANK 0 DIMM0 2667MHz 8192MB(Ext:0MB)12:205 0:000 trusted SMBIOS data:12:205 0:000 SmbiosTable.Type17->Vendor = 01980000802C12:205 0:000 SmbiosTable.Type17->SerialNumber = DD2ABAE112:205 0:000 SmbiosTable.Type17->PartNumber = KHYXPX-MIE 12:205 0:000 partNum=KHYXPX-MIE 12:205 0:000 SPD data in use:12:205 0:000 SmbiosTable.Type17->Vendor = Kingston12:205 0:000 SmbiosTable.Type17->SerialNumber = 0D0D020A0B0A0E0112:205 0:000 SmbiosTable.Type17->PartNumber = KHYXPX-MIE12:205 0:000 SMBIOS Type 17 Index = 1 => 1 1:12:205 0:000 BANK 0 DIMM1 2667MHz 8192MB(Ext:0MB)12:205 0:000 mTotalSystemMemory = 1638412:205 0:000 NumberOfMemoryDevices = 212:205 0:000 Type20[0]->End = 0x7FFFFF, Type17[0] = 200012:205 0:000 Type20[1]->End = 0xFFFFFF, Type17[1] = 600012:205 0:000 Table 131 is present, CPUType=3112:205 0:000 Change to: 100512:205 0:000 === [ PatchACPI ] ===============================12:205 0:000 Xsdt reallocation done12:205 0:000 old FADT length=11412:205 0:000 SignatureFixup: 0x32E54B10 -> 0x012:205 0:000 Apply DsdtFixMask=0x0000000012:205 0:000 drop _DSM mask=0x000012:205 0:000 === [ FixBiosDsdt ] =============================12:206 0:000 Patching DSDT:12:206 0:000 - [Rename ECDV to EC]: pattern 45434456, patched at: [ (10E6) ]12:206 0:000 - [Replacement If ((0x40 & RCG1)) to If ((0x80 & RCG1))]: pattern 40524347, bin not found / already patched!12:206 0:000 - [Change OSID to XSID]: pattern 4F534944, patched at: [ (3E3BD) ]12:207 0:000 - [Change _OSI to XOSI]: pattern 5F4F5349, patched at: [ (A906) ]12:207 0:000 - [change GFX0 to IGPU]: pattern 47465830, patched at: [ (52) ]12:207 0:000 0 replacements12:208 0:001 PreCleanup XSDT: count=28, length=26012:208 0:000 PreCleanup XSDT, corrected XSDT: count=28, length=26012:208 0:000 === [ ACPIDropTables ] ==========================12:208 0:000 Patching SSDT CpuSsdt Length=700712:208 0:000 0. [Rename ECDV to EC]: pattern 45434456, bin not found / already patched!12:208 0:000 1. [Replacement If ((0x40 & RCG1)) to If ((0x80 & RCG1))]: pattern 40524347, bin not found / already patched!12:208 0:000 2. [Change OSID to XSID]: pattern 4F534944, bin not found / already patched!12:208 0:000 3. [Change _OSI to XOSI]: pattern 5F4F5349, bin not found / already patched!12:208 0:000 4. [change GFX0 to IGPU]: pattern 47465830, bin not found / already patched!12:208 0:000 0 replacements12:208 0:000 Found OperationRegion(PNVS, SystemMemory, 6651B000, ...)12:208 0:000 Patching SSDT SaSsdt Length=573112:208 0:000 0. [Rename ECDV to EC]: pattern 45434456, bin not found / already patched!12:208 0:000 1. [Replacement If ((0x40 & RCG1)) to If ((0x80 & RCG1))]: pattern 40524347, bin not found / already patched!12:208 0:000 2. [Change OSID to XSID]: pattern 4F534944, bin not found / already patched!12:208 0:000 3. [Change _OSI to XOSI]: pattern 5F4F5349, bin not found / already patched!12:208 0:000 4. [change GFX0 to IGPU]: pattern 47465830, patched at: [ (2D) ]12:208 0:000 0 replacements12:208 0:000 Found OperationRegion(SANV, SystemMemory, 78105C98, ...)12:208 0:000 Patching SSDT PegSsdt Length=979912:208 0:000 0. [Rename ECDV to EC]: pattern 45434456, bin not found / already patched!12:208 0:000 1. [Replacement If ((0x40 & RCG1)) to If ((0x80 & RCG1))]: pattern 40524347, bin not found / already patched!12:208 0:000 2. [Change OSID to XSID]: pattern 4F534944, bin not found / already patched!12:208 0:000 3. [Change _OSI to XOSI]: pattern 5F4F5349, patched at: [ (14E9) ]12:208 0:000 4. [change GFX0 to IGPU]: pattern 47465830, bin not found / already patched!12:208 0:000 0 replacements12:208 0:000 Patching SSDT CflH_Tbt Length=1040712:208 0:000 0. [Rename ECDV to EC]: pattern 45434456, bin not found / already patched!12:208 0:000 1. [Replacement If ((0x40 & RCG1)) to If ((0x80 & RCG1))]: pattern 40524347, patched at: [ (229C) ]12:208 0:000 2. [Change OSID to XSID]: pattern 4F534944, bin not found / already patched!12:209 0:000 3. [Change _OSI to XOSI]: pattern 5F4F5349, bin not found / already patched!12:209 0:000 4. [change GFX0 to IGPU]: pattern 47465830, bin not found / already patched!12:209 0:000 0 replacements12:209 0:000 Patching SSDT xh_cfht4 Length=1349412:209 0:000 0. [Rename ECDV to EC]: pattern 45434456, bin not found / already patched!12:209 0:000 1. [Replacement If ((0x40 & RCG1)) to If ((0x80 & RCG1))]: pattern 40524347, bin not found / already patched!12:209 0:000 2. [Change OSID to XSID]: pattern 4F534944, bin not found / already patched!12:209 0:000 3. [Change _OSI to XOSI]: pattern 5F4F5349, bin not found / already patched!12:209 0:000 4. [change GFX0 to IGPU]: pattern 47465830, bin not found / already patched!12:209 0:000 0 replacements12:209 0:000 Patching SSDT PtidDevc Length=1020612:209 0:000 0. [Rename ECDV to EC]: pattern 45434456, bin not found / already patched!12:209 0:000 1. [Replacement If ((0x40 & RCG1)) to If ((0x80 & RCG1))]: pattern 40524347, bin not found / already patched!12:209 0:000 2. [Change OSID to XSID]: pattern 4F534944, bin not found / already patched!12:209 0:000 3. [Change _OSI to XOSI]: pattern 5F4F5349, bin not found / already patched!12:209 0:000 4. [change GFX0 to IGPU]: pattern 47465830, bin not found / already patched!12:209 0:000 0 replacements12:209 0:000 Patching SSDT TbtTypeC Length=416812:209 0:000 0. [Rename ECDV to EC]: pattern 45434456, bin not found / already patched!12:209 0:000 1. [Replacement If ((0x40 & RCG1)) to If ((0x80 & RCG1))]: pattern 40524347, bin not found / already patched!12:209 0:000 2. [Change OSID to XSID]: pattern 4F534944, bin not found / already patched!12:209 0:000 3. [Change _OSI to XOSI]: pattern 5F4F5349, bin not found / already patched!12:209 0:000 4. [change GFX0 to IGPU]: pattern 47465830, bin not found / already patched!12:209 0:000 0 replacements12:209 0:000 Patching SSDT UsbCTabl Length=199212:209 0:000 0. [Rename ECDV to EC]: pattern 45434456, patched at: [ (51) ]12:209 0:000 1. [Replacement If ((0x40 & RCG1)) to If ((0x80 & RCG1))]: pattern 40524347, bin not found / already patched!12:209 0:000 2. [Change OSID to XSID]: pattern 4F534944, bin not found / already patched!12:209 0:000 3. [Change _OSI to XOSI]: pattern 5F4F5349, bin not found / already patched!12:209 0:000 4. [change GFX0 to IGPU]: pattern 47465830, bin not found / already patched!12:209 0:000 0 replacements12:209 0:000 Patching SSDT DptfTabl Length=3431512:209 0:000 0. [Rename ECDV to EC]: pattern 45434456, patched at: [ (474) ]12:209 0:000 1. [Replacement If ((0x40 & RCG1)) to If ((0x80 & RCG1))]: pattern 40524347, bin not found / already patched!12:209 0:000 2. [Change OSID to XSID]: pattern 4F534944, bin not found / already patched!12:209 0:000 3. [Change _OSI to XOSI]: pattern 5F4F5349, bin not found / already patched!12:209 0:000 4. [change GFX0 to IGPU]: pattern 47465830, bin not found / already patched!12:209 0:000 0 replacements12:209 0:000 Patching SSDT ADebTabl Length=32412:209 0:000 0. [Rename ECDV to EC]: pattern 45434456, bin not found / already patched!12:209 0:000 1. [Replacement If ((0x40 & RCG1)) to If ((0x80 & RCG1))]: pattern 40524347, bin not found / already patched!12:209 0:000 2. [Change OSID to XSID]: pattern 4F534944, bin not found / already patched!12:209 0:000 3. [Change _OSI to XOSI]: pattern 5F4F5349, bin not found / already patched!12:209 0:000 4. [change GFX0 to IGPU]: pattern 47465830, bin not found / already patched!12:209 0:000 0 replacements12:209 0:000 Found OperationRegion(ADHD, SystemMemory, 77259000, ...)12:209 0:000 Found OperationRegion(ABLK, SystemMemory, 77259020, ...)12:209 0:000 Patching SSDT SgPeg Length=17412:209 0:000 0. [Rename ECDV to EC]: pattern 45434456, bin not found / already patched!12:209 0:000 1. [Replacement If ((0x40 & RCG1)) to If ((0x80 & RCG1))]: pattern 40524347, bin not found / already patched!12:209 0:000 2. [Change OSID to XSID]: pattern 4F534944, bin not found / already patched!12:209 0:000 3. [Change _OSI to XOSI]: pattern 5F4F5349, bin not found / already patched!12:209 0:000 4. [change GFX0 to IGPU]: pattern 47465830, bin not found / already patched!12:209 0:000 0 replacements12:209 0:000 Patching SSDT OptTabl Length=999312:209 0:000 0. [Rename ECDV to EC]: pattern 45434456, patched at: [ (4ED) ]12:209 0:000 1. [Replacement If ((0x40 & RCG1)) to If ((0x80 & RCG1))]: pattern 40524347, bin not found / already patched!12:209 0:000 2. [Change OSID to XSID]: pattern 4F534944, bin not found / already patched!12:209 0:000 3. [Change _OSI to XOSI]: pattern 5F4F5349, patched at: [ (1D95) ]12:209 0:000 4. [change GFX0 to IGPU]: pattern 47465830, patched at: [ (55) ]12:209 0:000 0 replacements12:209 0:000 === [ ACPIPatchedAML ] ==========================12:209 0:000 Unsorted12:209 0:000 Inserting SSDT-Dell-G5.aml from EFI\CLOVER\ACPI\patched: size=1035 ... Success12:209 0:000 ApicCPUNum=112:209 0:000 Maximum control=0x1A12:209 0:000 Turbo control=0x2D12:209 0:000 P-States: min 0x8, max 0x2D12:209 0:000 SSDT with CPU P-States and plugin-type generated successfully12:209 0:000 SSDT with CPU C-States generated successfully12:209 0:000 Cleanup XSDT: count=31, length=28412:209 0:000 corrected XSDT count=31, length=28412:209 0:000 === [ RestSetup macOS ] =========================12:209 0:000 --- Custom EDID Table size:12812:209 0:000 000 | 00 FF FF FF FF FF FF 00 06 1012:209 0:000 010 | F2 9C 00 00 00 00 1A 15 01 0412:209 0:000 020 | 95 1A 0E 78 02 EF 05 97 57 5412:209 0:000 030 | 92 27 22 50 54 00 00 00 01 0112:209 0:000 040 | 01 01 01 01 01 01 01 01 01 0112:209 0:000 050 | 01 01 01 01 24 36 80 A0 70 3812:209 0:000 060 | 1F 40 30 20 35 00 58 C2 10 0012:209 0:000 070 | 00 1A 50 2B 80 A0 70 38 1F 4012:209 0:000 080 | 30 20 35 00 58 C2 10 00 00 1A12:209 0:000 090 | 00 00 00 FC 00 43 6F 6C 6F 7212:209 0:000 100 | 20 4C 43 44 0A 20 20 20 00 0012:209 0:000 110 | 00 00 00 00 41 31 96 00 10 0012:209 0:000 120 | 00 0A 01 0A 20 20 00 B812:209 0:000 add device: PciRoot(0x0)/Pci(0x2,0x0)12:209 0:000 Add key=disable-external-gpu valuelen=412:209 0:000 add device: PciRoot(0x0)/Pci(0x1F,0x3)12:209 0:000 Add key=layout-id valuelen=412:209 0:000 NVidia GFX injection not set12:209 0:000 Intel UHD Graphics 630 [8086:3E9B] :: PciRoot(0x0)\Pci(0x2,0x0)12:209 0:000 FakeID Intel GFX = 0x5912808612:209 0:000 ig-platform-id = 0x591b000612:209 0:000 Intel GFX revision = 0x012:210 0:000 RCBA disabled; cannot use it12:210 0:000 stringlength = 326212:210 0:000 CurrentMode: Width=1920 Height=108012:210 0:000 Beginning FSInjectionFSInjectionInstall ...- Our FSI_SIMPLE_FILE_SYSTEM_PROTOCOL installed on handle: 701AAF18FSInjectionInstall ...- Our FSI_SIMPLE_FILE_SYSTEM_PROTOCOL installed on handle: 701AAF1812:229 0:018 Remap smbios table type 1 guid.12:235 0:005 Preparing kexts injection for arch=x86_64 from EFI\CLOVER\kexts\Other12:235 0:000 ->Extra kext: EFI\CLOVER\kexts\Other\VoodooI2C.kext (v.2.3)12:269 0:034 |-- PlugIn kext: EFI\CLOVER\kexts\Other\VoodooI2C.kext\Contents\PlugIns\VoodooI2CServices.kext (v.1)12:277 0:007 |-- PlugIn kext: EFI\CLOVER\kexts\Other\VoodooI2C.kext\Contents\PlugIns\VoodooGPIO.kext (v.1.1)12:286 0:009 ->Extra kext: EFI\CLOVER\kexts\Other\FakePCIID_Intel_GbX.kext (v.1.3.15)12:291 0:005 ->Extra kext: EFI\CLOVER\kexts\Other\SMCLightSensor.kext (v.1)12:300 0:008 ->Extra kext: EFI\CLOVER\kexts\Other\VoodooPS2Controller.kext (v.1.9.2)12:312 0:011 |-- PlugIn kext: EFI\CLOVER\kexts\Other\VoodooPS2Controller.kext\Contents\PlugIns\VoodooPS2Mouse.kext (v.1.9.2)12:322 0:009 |-- PlugIn kext: EFI\CLOVER\kexts\Other\VoodooPS2Controller.kext\Contents\PlugIns\VoodooPS2Keyboard.kext (v.1.9.2)12:346 0:024 |-- PlugIn kext: EFI\CLOVER\kexts\Other\VoodooPS2Controller.kext\Contents\PlugIns\VoodooPS2Trackpad.kext (v.1.9.2)12:369 0:022 ->Extra kext: EFI\CLOVER\kexts\Other\FakePCIID.kext (v.1.3.15)12:375 0:006 ->Extra kext: EFI\CLOVER\kexts\Other\VirtualSMC.kext (v.1.1.0)12:392 0:016 ->Extra kext: EFI\CLOVER\kexts\Other\AppleHDADisabler.kext (v.1.0.1)12:398 0:006 ->Extra kext: EFI\CLOVER\kexts\Other\VoodooI2CHID.kext (v.1)12:420 0:021 ->Extra kext: EFI\CLOVER\kexts\Other\IntelBluetoothInjector.kext (v.2.5.0)12:432 0:012 ->Extra kext: EFI\CLOVER\kexts\Other\VerbStub.kext (v.1.0.3)12:439 0:006 ->Extra kext: EFI\CLOVER\kexts\Other\CPUFriend.kext (v.1.2.0)12:449 0:009 ->Extra kext: EFI\CLOVER\kexts\Other\USBInjectAll.kext (v.0.7.1)12:850 0:400 ->Extra kext: EFI\CLOVER\kexts\Other\RealtekRTL8111.kext (v.2.2.2)12:864 0:014 ->Extra kext: EFI\CLOVER\kexts\Other\CPUFriendDataProvider.kext (v.1.0.0)12:928 0:063 ->Extra kext: EFI\CLOVER\kexts\Other\SMCBatteryManager.kext (v.1)12:939 0:010 ->Extra kext: EFI\CLOVER\kexts\Other\WhateverGreen.kext (v.1.3.8)12:957 0:017 ->Extra kext: EFI\CLOVER\kexts\Other\USBStorageDeviceLegacy.kext (v.999.99.9)12:961 0:004 ->Extra kext: EFI\CLOVER\kexts\Other\IntelBluetoothFirmware.kext (v.1.0.1)13:118 0:156 ->Extra kext: EFI\CLOVER\kexts\Other\CodecCommander.kext (v.2.7.1)13:155 0:037 ->Extra kext: EFI\CLOVER\kexts\Other\NoTouchID.kext (v.1.0.3)13:168 0:012 ->Extra kext: EFI\CLOVER\kexts\Other\Lilu.kext (v.1.4.3)13:179 0:010 ->Extra kext: EFI\CLOVER\kexts\Other\FakePCIID_Intel_HD_Graphics.kext (v.1.3.15)13:201 0:022 Preparing kexts injection for arch=x86_64 from EFI\CLOVER\kexts\Off13:201 0:000 Preparing kexts injection for arch=x86_64 from EFI\CLOVER\kexts\1013:201 0:000 Preparing kexts injection for arch=x86_64 from EFI\CLOVER\kexts\10_normal13:201 0:000 Preparing kexts injection for arch=x86_64 from EFI\CLOVER\kexts\10.1413:201 0:000 Preparing kexts injection for arch=x86_64 from EFI\CLOVER\kexts\10.14_normal13:201 0:000 Preparing kexts injection for arch=x86_64 from EFI\CLOVER\kexts\10.14.613:201 0:000 Preparing kexts injection for arch=x86_64 from EFI\CLOVER\kexts\10.14.6_normal13:208 0:006 SetStartupDiskVolume:13:208 0:000 * Volume: 'macOS'13:208 0:000 * LoaderPath: ''13:208 0:000 * DevPath: macOS13:208 0:000 * GUID = C348097B-58D9-486A-965E-FE79C09B7C6813:218 0:010 * efi-boot-device: <array><dict><key>IOMatch</key><dict><key>IOProviderClass</key><string>IOMedia</string><key>IOPropertyMatch</key><dict><key>UUID</key><string>C348097B-58D9-486A-965E-FE79C09B7C68</string></dict></dict></dict></array>13:229 0:010 SetScreenResolution: 1920x1080 - already set13:229 0:000 Custom boot is disabled I jsut installed and booted Mojave to see if it made a difference. It appears to still show MacBook Pro 16 in the About This Mac screen, but the System Profiler shows it as MacBookPro15,3. It still ignores my Fake CPU ID saying that I have an i9. And my ig-platform-id is still being ignored. I guess you are not aware of new revision r5114? A lot of bugs were solved since 5112.. 1 Link to comment Share on other sites More sharing options...
ameris_cyning Posted April 22, 2020 Share Posted April 22, 2020 Downloaded and installed 5114 EFI Same exact problems Here is the bootlog 0:100 0:100 MemLog inited, TSC freq: 2592354600 0:100 0:000 CPU was calibrated with RTC 0:100 0:000 0:100 0:000 Now is 22.04.2020, 13:47:22 (GMT) 0:100 0:000 Starting Clover revision: 5114 (master, commit dc419a5f0) on American Megatrends EFI 0:100 0:000 Build with: [Args: -D NO_GRUB_DRIVERS_EMBEDDED -t GCC53 | -D NO_GRUB_DRIVERS_EMBEDDED --conf=/Users/sergey/src/Clover/Conf -D USE_LOW_EBDA -a X64 -b RELEASE -t GCC53 -n 5 | OS: 10.14.6] 0:100 0:000 SelfDevicePath=PciRoot(0x0)\Pci(0x1D,0x0)\Pci(0x0,0x0)\NVMe(0x1,0A-58-42-01-51-38-25-00)\HD(1,GPT,00B47099-CD49-44DB-B0A9-2462332A5C3F,0x28,0x64000) @717CBE98 0:100 0:000 SelfDirPath = \EFI\Boot 0:100 0:000 Clover : Image base = 0x643B0000 0:100 0:000 SimpleTextEx Status=Success 0:100 0:000 === [ Get Smbios ] ============================== 0:100 0:000 Type 16 Index = 0 0:100 0:000 Total Memory Slots Count = 2 0:100 0:000 Type 17 Index = 0 0:100 0:000 SmbiosTable.Type17->Speed = 2667MHz 0:100 0:000 SmbiosTable.Type17->Size = 8192MB 0:100 0:000 SmbiosTable.Type17->Bank/Device = DIMM A 0:100 0:000 SmbiosTable.Type17->Vendor = 01980000802C 0:100 0:000 SmbiosTable.Type17->SerialNumber = DD2A70E4 0:100 0:000 SmbiosTable.Type17->PartNumber = KHYXPX-MIE 0:100 0:000 Type 17 Index = 1 0:100 0:000 SmbiosTable.Type17->Speed = 2667MHz 0:100 0:000 SmbiosTable.Type17->Size = 8192MB 0:100 0:000 SmbiosTable.Type17->Bank/Device = DIMM B 0:100 0:000 SmbiosTable.Type17->Vendor = 01980000802C 0:100 0:000 SmbiosTable.Type17->SerialNumber = DD2ABAE1 0:100 0:000 SmbiosTable.Type17->PartNumber = KHYXPX-MIE 0:100 0:000 Boot status=0 0:100 0:000 Running on: 'G5 5590' with board '0MXHK3' 0:100 0:000 === [ GetCPUProperties ] ======================== 0:100 0:000 CPU Vendor = 756E6547 Model=906EA 0:100 0:000 The CPU supported SSE4.1 0:100 0:000 BrandString = Intel(R) Core(TM) i7-9750H CPU @ 2.60GHz 0:100 0:000 The CPU supported turbo 0:100 0:000 MSR 0x35 6000C 0:100 0:000 TSC/CCC Information Leaf: 0:100 0:000 numerator : 216 0:100 0:000 denominator : 2 0:100 0:000 Calibrated ARTFrequency: 24003283 0:100 0:000 Rounded ARTFrequency: 24000000 0:100 0:000 MSR 0xE2 before patch 1E008008 0:100 0:000 MSR 0xE2 is locked, PM patches will be turned on 0:100 0:000 MSR 0xCE 0008083B_F1011A00 0:100 0:000 corrected FLEX_RATIO = 100000 0:100 0:000 MSR 0x1B0 00000000 0:100 0:000 FSBFrequency = 154 MHz, DMI FSBFrequency = 100 MHz, Corrected FSBFrequency = 100 MHz 0:100 0:000 MaxDiv/MinDiv: 26.0/8 0:100 0:000 Turbo: 42/43/44/45 0:100 0:000 Features: 0x77FAFBBFBFEBFBFF 0:100 0:000 Threads: 12 0:100 0:000 Cores: 6 0:100 0:000 FSB: 100 MHz 0:100 0:000 CPU: 4000 MHz 0:100 0:000 TSC: 4000 MHz 0:100 0:000 PIS: 100 MHz 0:100 0:000 ExternalClock: 25 MHz 0:100 0:000 === [ GetDevices ] ============================== 0:100 0:000 GOP found at: PciRoot(0x0)/Pci(0x2,0x0)/AcpiAdr(0x80011400) 0:100 0:000 PCI (00|00:00.00) : 8086 3EC4 class=060000 0:100 0:000 PCI (00|00:01.00) : 8086 1901 class=060400 0:100 0:000 PCI (00|01:00.00) : 10DE 2191 class=030000 0:100 0:000 - GFX: Model=Unknown family 168 (Turing) 0:100 0:000 PCI (00|01:00.01) : 10DE 1AEB class=040300 0:100 0:000 - HDMI Audio: 0:100 0:000 PCI (00|01:00.02) : 10DE 1AEC class=0C0330 0:100 0:000 PCI (00|01:00.03) : 10DE 1AED class=0C8000 0:100 0:000 PCI (00|00:02.00) : 8086 3E9B class=030000 0:100 0:000 - GOP: Provided by device 0:100 0:000 - GFX: Model=Intel UHD Graphics 630 (Intel) 0:100 0:000 PCI (00|00:04.00) : 8086 1903 class=118000 0:100 0:000 PCI (00|00:08.00) : 8086 1911 class=088000 0:100 0:000 PCI (00|00:12.00) : 8086 A379 class=118000 0:100 0:000 PCI (00|00:14.00) : 8086 A36D class=0C0330 0:101 0:000 PCI (00|00:14.02) : 8086 A36F class=050000 0:101 0:000 PCI (00|00:14.03) : 8086 A370 class=028000 0:101 0:000 - WIFI: Vendor=32902 = Intel 0:101 0:000 PCI (00|00:15.00) : 8086 A368 class=0C8000 0:101 0:000 PCI (00|00:15.01) : 8086 A369 class=0C8000 0:101 0:000 PCI (00|00:16.00) : 8086 A360 class=078000 0:101 0:000 PCI (00|00:17.00) : 8086 A353 class=010601 0:101 0:000 PCI (00|00:1B.00) : 8086 A32C class=060400 0:101 0:000 PCI (00|02:00.00) : 8086 15DA class=060400 0:101 0:000 PCI (00|03:00.00) : 8086 15DA class=060400 0:101 0:000 PCI (00|04:00.00) : 8086 15D9 class=088000 0:101 0:000 PCI (00|03:01.00) : 8086 15DA class=060400 0:101 0:000 PCI (00|03:02.00) : 8086 15DA class=060400 0:101 0:000 PCI (00|3A:00.00) : 8086 15DB class=0C0330 0:101 0:000 PCI (00|00:1D.00) : 8086 A330 class=060400 0:101 0:000 PCI (00|3B:00.00) : 144D A808 class=010802 0:101 0:000 PCI (00|00:1D.05) : 8086 A335 class=060400 0:101 0:000 PCI (00|3C:00.00) : 10EC 2502 class=020000 0:101 0:000 - LAN: 0 Vendor=Realtek 0:101 0:000 PCI (00|00:1F.00) : 8086 A30D class=060100 0:101 0:000 PCI (00|00:1F.03) : 8086 A348 class=040300 0:101 0:000 PCI (00|00:1F.04) : 8086 A323 class=0C0500 0:101 0:000 PCI (00|00:1F.05) : 8086 A324 class=0C8000 0:101 0:000 === [ GetDefaultSettings ] ====================== 0:101 0:000 Clover load options size = 290 bytes 0:102 0:000 CheckOEMPathExists tried EFI\CLOVER\OEM\G5 5590--00-00-00-00-00-00. Dir not exists 0:102 0:000 CheckOEMPathExists tried EFI\CLOVER\OEM\0MXHK3\UEFI. Dir not exists 0:102 0:000 CheckOEMPathExists tried EFI\CLOVER\OEM\G5 5590. Dir not exists 0:102 0:000 CheckOEMPathExists tried EFI\CLOVER\OEM\G5 5590-4000. Dir not exists 0:102 0:000 CheckOEMPathExists tried EFI\CLOVER\OEM\0MXHK3. Dir not exists 0:102 0:000 CheckOEMPathExists tried EFI\CLOVER\OEM\0MXHK3-4000. Dir not exists 0:102 0:000 set OEMPath by default: EFI\CLOVER 0:103 0:000 EFI\CLOVER\.plist not loaded with name from LoadOptions: Invalid Parameter 0:103 0:000 CheckOEMPathExists tried EFI\CLOVER\OEM\G5 5590--00-00-00-00-00-00. Dir not exists 0:103 0:000 CheckOEMPathExists tried EFI\CLOVER\OEM\0MXHK3\UEFI. Dir not exists 0:103 0:000 CheckOEMPathExists tried EFI\CLOVER\OEM\G5 5590. Dir not exists 0:103 0:000 CheckOEMPathExists tried EFI\CLOVER\OEM\G5 5590-4000. Dir not exists 0:103 0:000 CheckOEMPathExists tried EFI\CLOVER\OEM\0MXHK3. Dir not exists 0:103 0:000 CheckOEMPathExists tried EFI\CLOVER\OEM\0MXHK3-4000. Dir not exists 0:103 0:000 set OEMPath by default: EFI\CLOVER 0:104 0:001 EFI\CLOVER\config.plist loaded: Success 0:104 0:000 === [ GetListOfThemes ] ========================= 0:104 0:000 - [00]: Clover Bootcampold 0:105 0:000 - [01]: Clover Bootcamp 0:105 0:000 - [02]: random 0:106 0:000 - [02]: embedded 0:106 0:000 === [ Found config plists ] ===================== 0:106 0:000 - config.plist 0:107 0:000 === [ GetEarlyUserSettings ] ==================== 0:107 0:000 timeout set to 3 0:107 0:000 Custom boot CUSTOM_BOOT_DISABLED (0x0) 0:107 0:000 FakeCPUID: 906E9 0:107 0:000 KextsToPatch: 1 requested 0:107 0:000 - [00]: com.apple.iokit.IOAHCIBlockStorage (Enable TRIM for SSD) :: BinPatch :: data len: 11 0:107 0:000 Default theme: Clover Bootcamp 0:107 0:000 Hiding entries with string Preboot 0:107 0:000 Custom EDID is ok 0:107 0:000 === [ LoadDrivers ] ============================= 0:108 0:000 Loading FSInject.efi status=Success 0:109 0:001 Loading HFSPlus.efi status=Success 0:110 0:001 - driver needs connecting 0:110 0:000 Loading ApfsDriverLoader.efi status=Success 0:111 0:001 - driver needs connecting 0:111 0:000 Loading AptioMemoryFix.efi status=Success 0:113 0:001 Loading SMCHelper.efi status=Success 0:114 0:001 Loading DataHubDxe.efi status=Success 0:124 0:010 Loading AudioDxe.efi status=Success 0:126 0:001 - driver needs connecting 0:126 0:000 3 drivers needs connecting ... 0:126 0:000 PlatformDriverOverrideProtocol not found. Installing ... Success 0:126 0:000 HFS+ driver loaded 0:126 0:000 APFS driver loaded 0:126 0:000 Searching for invalid DiskIo BY_DRIVER connects: not found, all ok 5:557 5:431 === [ InitScreen ] ============================== 5:557 0:000 Console modes reported: 4, available modes: 5:557 0:000 - [01]: 80x25 5:557 0:000 - [02]: 80x50 5:557 0:000 - [03]: 100x31 5:557 0:000 - [04]: 240x56 (current mode) 5:557 0:000 SetMaxResolution: found best mode 0: 1920x1080 5:557 0:000 - already set 5:557 0:000 reinit: self device path=PciRoot(0x0)\Pci(0x1D,0x0)\Pci(0x0,0x0)\NVMe(0x1,0A-58-42-01-51-38-25-00)\HD(1,GPT,00B47099-CD49-44DB-B0A9-2462332A5C3F,0x28,0x64000) 5:558 0:000 new SelfHandle=717CBE98 5:558 0:000 === [ GetMacAddress ] =========================== 5:558 0:000 MAC address of LAN #0= 8C:04:BA:98:C0:C8: 5:558 0:000 === [ ScanSPD ] ================================= 5:559 0:000 Scanning SMBus [8086:A323], mmio: 0xED424004, ioport: 0xEFA0, hostc: 0x11 5:580 0:021 Slot: 0 Type 26 8192MB 2666MHz Vendor=Kingston PartNo=KHYXPX-MIE SerialNo=0D0D020A07000E04 5:601 0:020 Slot: 1 Type 26 8192MB 2666MHz Vendor=Kingston PartNo=KHYXPX-MIE SerialNo=0D0D020A0B0A0E01 5:602 0:001 === [ GetAcpiTablesList ] ======================= 5:602 0:000 Get Acpi Tables List from RSDT: 5:602 0:000 - [00]: FACP CBX3 len=132 5:602 0:000 - [01]: APIC CBX3 len=244 5:602 0:000 - [02]: FPDT CBX3 len=68 5:602 0:000 - [03]: FIDT CBX3 len=156 5:602 0:000 - [04]: MCFG CBX3 len=60 5:602 0:000 - [05]: SSDT CpuSsdt len=7007 5:602 0:000 - [06]: BOOT CBX3 len=40 5:602 0:000 - [07]: SSDT SaSsdt len=5731 5:602 0:000 - [08]: SSDT PegSsdt len=9799 5:602 0:000 - [09]: HPET CBX3 len=56 5:602 0:000 - [10]: SSDT CflH_Tbt len=10407 5:602 0:000 - [11]: SSDT xh_cfht4 len=13494 5:602 0:000 - [12]: UEFI CBX3 len=66 5:602 0:000 - [13]: LPIT CBX3 len=148 5:602 0:000 - [14]: WSMT CBX3 len=40 5:602 0:000 - [15]: SSDT PtidDevc len=10206 5:602 0:000 - [16]: SSDT TbtTypeC len=4168 5:602 0:000 - [17]: DBGP CBX3 len=52 5:602 0:000 - [18]: DBG2 CBX3 len=84 5:602 0:000 - [19]: SSDT UsbCTabl len=1992 5:602 0:000 - [20]: SSDT DptfTabl len=34315 5:602 0:000 - [21]: MSDM CBX3 len=85 5:602 0:000 - [22]: SLIC CBX3 len=374 5:602 0:000 - [23]: DMAR EDK2 len=168 5:602 0:000 - [24]: SSDT ADebTabl len=324 5:602 0:000 - [25]: SSDT SgPeg len=174 5:602 0:000 - [26]: BGRT CBX3 len=56 5:602 0:000 - [27]: SSDT OptTabl len=9993 5:602 0:000 Calibrated TSC Frequency = 2592354600 = 2592MHz 5:602 0:000 === [ GetUserSettings ] ========================= 5:602 0:000 Custom EDID is ok 5:602 0:000 Can't install EdidOverride on ImageHandle 5:602 0:000 Add 2 devices (kTagTypeDict): 5:602 0:000 - final DSDT Fix mask=00000000 5:602 0:000 PatchesDSDT: 5 requested 5:602 0:000 - [00]: (Rename ECDV to EC) lenToFind: 4, lenToReplace: 4, Target Bridge: 5:602 0:000 - [01]: (Replacement If ((0x40 & RCG1)) to If ((0x80 & RCG1))) lenToFind: 13, lenToReplace: 13, Target Bridge: 5:602 0:000 - [02]: (Change OSID to XSID) lenToFind: 4, lenToReplace: 4, Target Bridge: 5:602 0:000 - [03]: (Change _OSI to XOSI) lenToFind: 4, lenToReplace: 4, Target Bridge: 5:602 0:000 - [04]: (change GFX0 to IGPU) lenToFind: 4, lenToReplace: 4, Target Bridge: 5:602 0:000 Using ProductName from config: MacBookPro15,3 5:602 0:000 Using latest BiosVersion from clover 5:602 0:000 BiosVersion: MBP153.88Z.F000.B00.2003170137 5:602 0:000 BiosReleaseDate: 03/17/2020 5:602 0:000 Using latest EfiVersion from clover: 1037.100.359.0.0 5:602 0:000 Using FirmwareFeatures from config: 0xFC0FE137 5:602 0:000 Using FirmwareFeaturesMask from config: 0xFF1FFF3F 5:602 0:000 Board-ID set from config as Mac-937A206F2EE63C01 5:602 0:000 BoardType: 0xA 5:602 0:000 ChassisType: 0x9 5:602 0:000 Converted CustomUUID FCE772DA-8E12-59FD-89B3-D813461CE06D 5:603 0:000 === [ Found DSDT tables ] ======================= 6:017 0:414 === [ ScanVolumes ] ============================= 6:017 0:000 Found 10 volumes with blockIO 6:017 0:000 - [00]: Volume: PciRoot(0x0)\Pci(0x17,0x0)\Sata(0x0,0xFFFF,0x0) 6:018 0:001 - [01]: Volume: PciRoot(0x0)\Pci(0x17,0x0)\Sata(0x0,0xFFFF,0x0)\HD(1,GPT,7ACE7BA0-791B-4549-A8DE-87C7624E9007,0x800,0x683B6000) 6:019 0:001 Result of bootcode detection: bootable Windows (vista,win) 6:019 0:000 - [02]: Volume: PciRoot(0x0)\Pci(0x17,0x0)\Sata(0x0,0xFFFF,0x0)\HD(2,GPT,05AD2530-6815-4F3D-A093-D4DA254C023D,0x683B6800,0xC34F800) 6:122 0:102 Result of bootcode detection: bootable unknown (legacy) 6:122 0:000 - [03]: Volume: PciRoot(0x0)\Pci(0x1D,0x0)\Pci(0x0,0x0)\NVMe(0x1,0A-58-42-01-51-38-25-00) 6:122 0:000 - [04]: Volume: PciRoot(0x0)\Pci(0x1D,0x0)\Pci(0x0,0x0)\NVMe(0x1,0A-58-42-01-51-38-25-00)\HD(1,GPT,00B47099-CD49-44DB-B0A9-2462332A5C3F,0x28,0x64000) 6:122 0:000 Result of bootcode detection: bootable unknown (legacy) 6:122 0:000 This is SelfVolume !! 6:122 0:000 - [05]: Volume: PciRoot(0x0)\Pci(0x1D,0x0)\Pci(0x0,0x0)\NVMe(0x1,0A-58-42-01-51-38-25-00)\HD(2,GPT,C348097B-58D9-486A-965E-FE79C09B7C68,0x64028,0x3A321FE0) 6:122 0:000 Result of bootcode detection: bootable unknown (legacy) 6:122 0:000 - [06]: Volume: PciRoot(0x0)\Pci(0x1D,0x0)\Pci(0x0,0x0)\NVMe(0x1,0A-58-42-01-51-38-25-00)\HD(2,GPT,C348097B-58D9-486A-965E-FE79C09B7C68,0x64028,0x3A321FE0)\VenMedia(BE74FCF7-0B7C-49F3-9147-01F4042E6842,F517CC362D33DD42B2525AC5B3CC1107) 6:122 0:000 hiding this volume 6:122 0:000 - [07]: Volume: PciRoot(0x0)\Pci(0x1D,0x0)\Pci(0x0,0x0)\NVMe(0x1,0A-58-42-01-51-38-25-00)\HD(2,GPT,C348097B-58D9-486A-965E-FE79C09B7C68,0x64028,0x3A321FE0)\VenMedia(BE74FCF7-0B7C-49F3-9147-01F4042E6842,485877BFB679AB35A778A5A59303A4FD) 6:123 0:000 - [08]: Volume: PciRoot(0x0)\Pci(0x1D,0x0)\Pci(0x0,0x0)\NVMe(0x1,0A-58-42-01-51-38-25-00)\HD(2,GPT,C348097B-58D9-486A-965E-FE79C09B7C68,0x64028,0x3A321FE0)\VenMedia(BE74FCF7-0B7C-49F3-9147-01F4042E6842,1021130708BD2B46BE04EDEE1B9BE026) 6:123 0:000 - [09]: Volume: PciRoot(0x0)\Pci(0x1D,0x0)\Pci(0x0,0x0)\NVMe(0x1,0A-58-42-01-51-38-25-00)\HD(2,GPT,C348097B-58D9-486A-965E-FE79C09B7C68,0x64028,0x3A321FE0)\VenMedia(BE74FCF7-0B7C-49F3-9147-01F4042E6842,3BEB5AED32BF0E458DC917302AB41EE3) 6:123 0:000 found 3 handles with audio 6:123 0:000 No AudioIoDevice stored 6:123 0:000 no stored audio parameters 6:123 0:000 Found Audio Device Nvidia (Unknown) (HDMI) at index 0 6:123 0:000 Found Audio Device Nvidia (Unknown) (HDMI) at index 1 6:123 0:000 Found Audio Device Realtek ALC236 (Speaker) at index 2 6:123 0:000 Found Audio Device Realtek ALC236 (Headphones) at index 3 6:123 0:000 Found Audio Device Intel Kaby Lake HDMI (HDMI) at index 4 6:123 0:000 use Daylight theme 6:123 0:000 === [ InitXTheme ] ============================== 6:130 0:006 Using theme 'Clover Bootcamp' (EFI\CLOVER\themes\Clover Bootcamp) 6:130 0:000 chosen theme Clover Bootcamp 6:130 0:000 OS main and drive as badge 6:172 0:042 got day icon 23 name{selection_small} 6:172 0:000 got day icon 24 name{selection_big} 6:172 0:000 got day icon 45 name{radio_button} 6:172 0:000 got day icon 46 name{radio_button_selected} 6:172 0:000 got day icon 47 name{checkbox} 6:172 0:000 got day icon 48 name{checkbox_checked} 6:245 0:072 sound play end with status=Device Error 6:247 0:002 theme inited 6:247 0:000 Chosen theme Clover Bootcamp 6:248 0:000 after NVRAM boot-args= 6:248 0:000 === [ Dump SMC keys from NVRAM ] ================ 6:248 0:000 found AppleSMC protocol 6:280 0:032 Registered 0 SMC keys 6:490 0:210 === [ ScanLoader ] ============================== 6:490 0:000 - [01]: '' 6:491 0:000 - [04]: 'EFI' 6:494 0:003 AddLoaderEntry for Volume Name=EFI 6:494 0:000 skipped because entry is hidden 6:494 0:000 - [06]: 'Preboot', hidden 6:494 0:000 - [07]: 'macOS' 6:498 0:003 AddLoaderEntry for Volume Name=macOS 6:500 0:002 hibernated: set as never 6:500 0:000 got day icon 36 name{os_moja} 6:500 0:000 got day icon 18 name{vol_internal_apfs} 6:500 0:000 Loader entry created for 'PciRoot(0x0)\Pci(0x1D,0x0)\Pci(0x0,0x0)\NVMe(0x1,0A-58-42-01-51-38-25-00)\HD(2,GPT,C348097B-58D9-486A-965E-FE79C09B7C68,0x64028,0x3A321FE0)\VenMedia(BE74FCF7-0B7C-49F3-9147-01F4042E6842,485877BFB679AB35A778A5A59303A4FD)\System\Library\CoreServices\boot.efi' 6:500 0:000 get anime for os=21 6:501 0:000 - [08]: 'Recovery' 6:501 0:000 AddLoaderEntry for Volume Name=Recovery 6:502 0:000 got day icon 36 name{os_moja} 6:502 0:000 got day icon 21 name{vol_recovery} 6:502 0:000 Loader entry created for 'PciRoot(0x0)\Pci(0x1D,0x0)\Pci(0x0,0x0)\NVMe(0x1,0A-58-42-01-51-38-25-00)\HD(2,GPT,C348097B-58D9-486A-965E-FE79C09B7C68,0x64028,0x3A321FE0)\VenMedia(BE74FCF7-0B7C-49F3-9147-01F4042E6842,1021130708BD2B46BE04EDEE1B9BE026)\BF775848-79B6-35AB-A778-A5A59303A4FD\boot.efi' 6:502 0:000 get anime for os=30 6:502 0:000 - [09]: 'VM' 6:503 0:000 === [ AddCustomTool ] =========================== 6:503 0:000 got day icon 8 name{tool_shell} 6:503 0:000 found tool \EFI\CLOVER\tools\Shell64U.efi 6:503 0:000 Checking EFI partition Volume 4 for Clover 6:503 0:000 Found Clover 6:503 0:000 got day icon 2 name{func_clover} 6:503 0:000 got day icon 1 name{func_options} 6:503 0:000 got day icon 0 name{func_about} 6:503 0:000 got day icon 5 name{func_reset} 6:503 0:000 got day icon 6 name{func_shutdown} 6:503 0:000 === [ GetEfiBootDeviceFromNvram ] =============== 6:504 0:000 - efi-boot-device-data: PciRoot(0x0)\Pci(0x1D,0x0)\Pci(0x0,0x0)\NVMe(0x1,0A-58-42-01-51-38-25-00)\HD(2,GPT,C348097B-58D9-486A-965E-FE79C09B7C68,0x64028,0x3A321FE0)\VenMedia(BE74FCF7-0B7C-49F3-9147-01F4042E6842,485877BFB679AB35A778A5A59303A4FD) 6:504 0:000 - Volume: 'PciRoot(0x0)\Pci(0x1D,0x0)\Pci(0x0,0x0)\NVMe(0x1,0A-58-42-01-51-38-25-00)\HD(2,GPT,C348097B-58D9-486A-965E-FE79C09B7C68,0x64028,0x3A321FE0)\VenMedia(BE74FCF7-0B7C-49F3-9147-01F4042E6842,485877BFB679AB35A778A5A59303A4FD)' 6:504 0:000 - LoaderPath: '' 6:504 0:000 - Guid = C348097B-58D9-486A-965E-FE79C09B7C68 6:504 0:000 === [ FindStartupDiskVolume ] =================== 6:504 0:000 - Volume: partition = PciRoot(0x0)\Pci(0x1D,0x0)\Pci(0x0,0x0)\NVMe(0x1,0A-58-42-01-51-38-25-00)\HD(2,GPT,C348097B-58D9-486A-965E-FE79C09B7C68,0x64028,0x3A321FE0)\VenMedia(BE74FCF7-0B7C-49F3-9147-01F4042E6842,485877BFB679AB35A778A5A59303A4FD) 6:504 0:000 - searching for that partition 6:504 0:000 - found entry 0. 'Boot macOS from macOS', Volume 'macOS' 6:504 0:000 Boot redirected to Entry 0. 'Boot macOS from macOS' 6:504 0:000 BannerPlace at Clear Screen [928,288] 6:583 0:079 AnimeRun=0 6:583 0:000 Screen 1 inited without anime 6:588 0:004 got day icon 11 name{pointer} 6:590 0:002 GUI ready 8:216 1:626 Screen 21 inited without anime 10:865 2:649 boot with args: 10:865 0:000 Screen 21 inited without anime 11:865 0:999 Screen 28 inited without anime 20:663 8:798 Screen 21 inited without anime 21:889 1:226 Screen 21 inited without anime 25:757 3:868 AnimeRun=0 25:757 0:000 Screen 1 inited without anime 27:048 1:290 Screen 21 inited without anime 31:822 4:774 boot with args: 31:822 0:000 Boot option Boot0000 not found 31:822 0:000 === [ StartLoader ] ============================= 31:822 0:000 Finally: ExternalClock=25MHz BusSpeed=99706kHz CPUFreq=2592MHz PIS: hw.busfrequency=100000000Hz 31:822 0:000 start loader 31:822 0:000 Loading boot.efi status=Success 31:824 0:001 GetOSVersion: 10.14.6 (18G103) 31:824 0:000 CSR_CFG: CSR_ALLOW_UNTRUSTED_KEXTS | CSR_ALLOW_UNRESTRICTED_FS | CSR_ALLOW_TASK_FOR_PID | CSR_ALLOW_APPLE_INTERNAL | CSR_ALLOW_UNRESTRICTED_DTRACE | CSR_ALLOW_UNRESTRICTED_NVRAM 31:824 0:000 Filtering KextPatches: 31:824 0:000 - [00]: com.apple.iokit.IOAHCIBlockStorage (Enable TRIM for SSD) :: BinPatch :: [OS: 10.14.6 | MatchOS: All | MatchBuild: All] ==> allowed 31:824 0:000 Will not patch boot.efi 31:824 0:000 === [ PatchSmbios ] ============================= 31:824 0:000 insert table 9 for dev 0:0 31:824 0:000 insert table 9 for dev 0:1 31:824 0:000 insert table 9 for dev 0:0 31:824 0:000 insert table 9 for dev 14:3 31:824 0:000 Table 11 present, but rewritten for us 31:825 0:001 Trusting SMBIOS... 31:825 0:000 Channels: 1 31:825 0:000 Interleave: 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 31:825 0:000 trusted SMBIOS data: 31:825 0:000 SmbiosTable.Type17->Vendor = 01980000802C 31:825 0:000 SmbiosTable.Type17->SerialNumber = DD2A70E4 31:825 0:000 SmbiosTable.Type17->PartNumber = KHYXPX-MIE 31:825 0:000 partNum=KHYXPX-MIE 31:825 0:000 SPD data in use: 31:825 0:000 SmbiosTable.Type17->Vendor = Kingston 31:825 0:000 SmbiosTable.Type17->SerialNumber = 0D0D020A07000E04 31:825 0:000 SmbiosTable.Type17->PartNumber = KHYXPX-MIE 31:825 0:000 SMBIOS Type 17 Index = 0 => 0 0: 31:825 0:000 BANK 0 DIMM0 2667MHz 8192MB(Ext:0MB) 31:825 0:000 trusted SMBIOS data: 31:825 0:000 SmbiosTable.Type17->Vendor = 01980000802C 31:825 0:000 SmbiosTable.Type17->SerialNumber = DD2ABAE1 31:825 0:000 SmbiosTable.Type17->PartNumber = KHYXPX-MIE 31:825 0:000 partNum=KHYXPX-MIE 31:825 0:000 SPD data in use: 31:825 0:000 SmbiosTable.Type17->Vendor = Kingston 31:825 0:000 SmbiosTable.Type17->SerialNumber = 0D0D020A0B0A0E01 31:825 0:000 SmbiosTable.Type17->PartNumber = KHYXPX-MIE 31:825 0:000 SMBIOS Type 17 Index = 1 => 1 1: 31:825 0:000 BANK 0 DIMM1 2667MHz 8192MB(Ext:0MB) 31:825 0:000 mTotalSystemMemory = 16384 31:825 0:000 NumberOfMemoryDevices = 2 31:825 0:000 Type20[0]->End = 0x7FFFFF, Type17[0] = 2000 31:825 0:000 Type20[1]->End = 0xFFFFFF, Type17[1] = 6000 31:825 0:000 Table 131 is present, CPUType=31 31:825 0:000 Change to: 1005 31:825 0:000 === [ PatchACPI ] =============================== 31:825 0:000 Xsdt reallocation done 31:825 0:000 old FADT length=114 31:825 0:000 SignatureFixup: 0x32E54B10 -> 0x0 31:826 0:000 Apply DsdtFixMask=0x00000000 31:826 0:000 drop _DSM mask=0x0000 31:826 0:000 === [ FixBiosDsdt ] ============================= 31:827 0:000 Patching DSDT: 31:827 0:000 - [Rename ECDV to EC]: pattern 45434456, patched at: [ (10E6) ] 31:827 0:000 - [Replacement If ((0x40 & RCG1)) to If ((0x80 & RCG1))]: pattern 40524347, bin not found / already patched! 31:827 0:000 - [Change OSID to XSID]: pattern 4F534944, patched at: [ (3E3BD) ] 31:827 0:000 - [Change _OSI to XOSI]: pattern 5F4F5349, patched at: [ (A906) ] 31:828 0:000 - [change GFX0 to IGPU]: pattern 47465830, patched at: [ (52) ] 31:828 0:000 0 replacements 31:829 0:001 PreCleanup XSDT: count=28, length=260 31:829 0:000 PreCleanup XSDT, corrected XSDT: count=28, length=260 31:829 0:000 === [ ACPIDropTables ] ========================== 31:829 0:000 Patching SSDT CpuSsdt Length=7007 31:829 0:000 0. [Rename ECDV to EC]: pattern 45434456, bin not found / already patched! 31:829 0:000 1. [Replacement If ((0x40 & RCG1)) to If ((0x80 & RCG1))]: pattern 40524347, bin not found / already patched! 31:829 0:000 2. [Change OSID to XSID]: pattern 4F534944, bin not found / already patched! 31:829 0:000 3. [Change _OSI to XOSI]: pattern 5F4F5349, bin not found / already patched! 31:829 0:000 4. [change GFX0 to IGPU]: pattern 47465830, bin not found / already patched! 31:829 0:000 0 replacements 31:829 0:000 Found OperationRegion(PNVS, SystemMemory, 6651B000, ...) 31:829 0:000 Patching SSDT SaSsdt Length=5731 31:829 0:000 0. [Rename ECDV to EC]: pattern 45434456, bin not found / already patched! 31:829 0:000 1. [Replacement If ((0x40 & RCG1)) to If ((0x80 & RCG1))]: pattern 40524347, bin not found / already patched! 31:829 0:000 2. [Change OSID to XSID]: pattern 4F534944, bin not found / already patched! 31:829 0:000 3. [Change _OSI to XOSI]: pattern 5F4F5349, bin not found / already patched! 31:829 0:000 4. [change GFX0 to IGPU]: pattern 47465830, patched at: [ (2D) ] 31:829 0:000 0 replacements 31:829 0:000 Found OperationRegion(SANV, SystemMemory, 78105C98, ...) 31:829 0:000 Patching SSDT PegSsdt Length=9799 31:829 0:000 0. [Rename ECDV to EC]: pattern 45434456, bin not found / already patched! 31:829 0:000 1. [Replacement If ((0x40 & RCG1)) to If ((0x80 & RCG1))]: pattern 40524347, bin not found / already patched! 31:829 0:000 2. [Change OSID to XSID]: pattern 4F534944, bin not found / already patched! 31:829 0:000 3. [Change _OSI to XOSI]: pattern 5F4F5349, patched at: [ (14E9) ] 31:829 0:000 4. [change GFX0 to IGPU]: pattern 47465830, bin not found / already patched! 31:829 0:000 0 replacements 31:829 0:000 Patching SSDT CflH_Tbt Length=10407 31:829 0:000 0. [Rename ECDV to EC]: pattern 45434456, bin not found / already patched! 31:829 0:000 1. [Replacement If ((0x40 & RCG1)) to If ((0x80 & RCG1))]: pattern 40524347, patched at: [ (229C) ] 31:829 0:000 2. [Change OSID to XSID]: pattern 4F534944, bin not found / already patched! 31:829 0:000 3. [Change _OSI to XOSI]: pattern 5F4F5349, bin not found / already patched! 31:829 0:000 4. [change GFX0 to IGPU]: pattern 47465830, bin not found / already patched! 31:829 0:000 0 replacements 31:829 0:000 Patching SSDT xh_cfht4 Length=13494 31:829 0:000 0. [Rename ECDV to EC]: pattern 45434456, bin not found / already patched! 31:829 0:000 1. [Replacement If ((0x40 & RCG1)) to If ((0x80 & RCG1))]: pattern 40524347, bin not found / already patched! 31:829 0:000 2. [Change OSID to XSID]: pattern 4F534944, bin not found / already patched! 31:829 0:000 3. [Change _OSI to XOSI]: pattern 5F4F5349, bin not found / already patched! 31:829 0:000 4. [change GFX0 to IGPU]: pattern 47465830, bin not found / already patched! 31:829 0:000 0 replacements 31:829 0:000 Patching SSDT PtidDevc Length=10206 31:829 0:000 0. [Rename ECDV to EC]: pattern 45434456, bin not found / already patched! 31:829 0:000 1. [Replacement If ((0x40 & RCG1)) to If ((0x80 & RCG1))]: pattern 40524347, bin not found / already patched! 31:829 0:000 2. [Change OSID to XSID]: pattern 4F534944, bin not found / already patched! 31:829 0:000 3. [Change _OSI to XOSI]: pattern 5F4F5349, bin not found / already patched! 31:829 0:000 4. [change GFX0 to IGPU]: pattern 47465830, bin not found / already patched! 31:829 0:000 0 replacements 31:829 0:000 Patching SSDT TbtTypeC Length=4168 31:829 0:000 0. [Rename ECDV to EC]: pattern 45434456, bin not found / already patched! 31:829 0:000 1. [Replacement If ((0x40 & RCG1)) to If ((0x80 & RCG1))]: pattern 40524347, bin not found / already patched! 31:829 0:000 2. [Change OSID to XSID]: pattern 4F534944, bin not found / already patched! 31:829 0:000 3. [Change _OSI to XOSI]: pattern 5F4F5349, bin not found / already patched! 31:829 0:000 4. [change GFX0 to IGPU]: pattern 47465830, bin not found / already patched! 31:829 0:000 0 replacements 31:829 0:000 Patching SSDT UsbCTabl Length=1992 31:829 0:000 0. [Rename ECDV to EC]: pattern 45434456, patched at: [ (51) ] 31:829 0:000 1. [Replacement If ((0x40 & RCG1)) to If ((0x80 & RCG1))]: pattern 40524347, bin not found / already patched! 31:829 0:000 2. [Change OSID to XSID]: pattern 4F534944, bin not found / already patched! 31:829 0:000 3. [Change _OSI to XOSI]: pattern 5F4F5349, bin not found / already patched! 31:829 0:000 4. [change GFX0 to IGPU]: pattern 47465830, bin not found / already patched! 31:829 0:000 0 replacements 31:829 0:000 Patching SSDT DptfTabl Length=34315 31:829 0:000 0. [Rename ECDV to EC]: pattern 45434456, patched at: [ (474) ] 31:829 0:000 1. [Replacement If ((0x40 & RCG1)) to If ((0x80 & RCG1))]: pattern 40524347, bin not found / already patched! 31:830 0:000 2. [Change OSID to XSID]: pattern 4F534944, bin not found / already patched! 31:830 0:000 3. [Change _OSI to XOSI]: pattern 5F4F5349, bin not found / already patched! 31:830 0:000 4. [change GFX0 to IGPU]: pattern 47465830, bin not found / already patched! 31:830 0:000 0 replacements 31:830 0:000 Patching SSDT ADebTabl Length=324 31:830 0:000 0. [Rename ECDV to EC]: pattern 45434456, bin not found / already patched! 31:830 0:000 1. [Replacement If ((0x40 & RCG1)) to If ((0x80 & RCG1))]: pattern 40524347, bin not found / already patched! 31:830 0:000 2. [Change OSID to XSID]: pattern 4F534944, bin not found / already patched! 31:830 0:000 3. [Change _OSI to XOSI]: pattern 5F4F5349, bin not found / already patched! 31:830 0:000 4. [change GFX0 to IGPU]: pattern 47465830, bin not found / already patched! 31:830 0:000 0 replacements 31:830 0:000 Found OperationRegion(ADHD, SystemMemory, 77259000, ...) 31:830 0:000 Found OperationRegion(ABLK, SystemMemory, 77259020, ...) 31:830 0:000 Patching SSDT SgPeg Length=174 31:830 0:000 0. [Rename ECDV to EC]: pattern 45434456, bin not found / already patched! 31:830 0:000 1. [Replacement If ((0x40 & RCG1)) to If ((0x80 & RCG1))]: pattern 40524347, bin not found / already patched! 31:830 0:000 2. [Change OSID to XSID]: pattern 4F534944, bin not found / already patched! 31:830 0:000 3. [Change _OSI to XOSI]: pattern 5F4F5349, bin not found / already patched! 31:830 0:000 4. [change GFX0 to IGPU]: pattern 47465830, bin not found / already patched! 31:830 0:000 0 replacements 31:830 0:000 Patching SSDT OptTabl Length=9993 31:830 0:000 0. [Rename ECDV to EC]: pattern 45434456, patched at: [ (4ED) ] 31:830 0:000 1. [Replacement If ((0x40 & RCG1)) to If ((0x80 & RCG1))]: pattern 40524347, bin not found / already patched! 31:830 0:000 2. [Change OSID to XSID]: pattern 4F534944, bin not found / already patched! 31:830 0:000 3. [Change _OSI to XOSI]: pattern 5F4F5349, patched at: [ (1D95) ] 31:830 0:000 4. [change GFX0 to IGPU]: pattern 47465830, patched at: [ (55) ] 31:830 0:000 0 replacements 31:830 0:000 ApicCPUNum=1 31:830 0:000 Maximum control=0x1A 31:830 0:000 Turbo control=0x2D 31:830 0:000 P-States: min 0x8, max 0x2D 31:830 0:000 SSDT with CPU P-States and plugin-type generated successfully 31:830 0:000 SSDT with CPU C-States generated successfully 31:830 0:000 Cleanup XSDT: count=30, length=276 31:830 0:000 corrected XSDT count=30, length=276 31:830 0:000 === [ RestSetup macOS ] ========================= 31:830 0:000 --- Custom EDID Table size:128 31:830 0:000 000 | 00 FF FF FF FF FF FF 00 06 10 31:830 0:000 010 | F2 9C 00 00 00 00 1A 15 01 04 31:830 0:000 020 | 95 1A 0E 78 02 EF 05 97 57 54 31:830 0:000 030 | 92 27 22 50 54 00 00 00 01 01 31:830 0:000 040 | 01 01 01 01 01 01 01 01 01 01 31:830 0:000 050 | 01 01 01 01 24 36 80 A0 70 38 31:830 0:000 060 | 1F 40 30 20 35 00 58 C2 10 00 31:830 0:000 070 | 00 1A 50 2B 80 A0 70 38 1F 40 31:830 0:000 080 | 30 20 35 00 58 C2 10 00 00 1A 31:830 0:000 090 | 00 00 00 FC 00 43 6F 6C 6F 72 31:830 0:000 100 | 20 4C 43 44 0A 20 20 20 00 00 31:830 0:000 110 | 00 00 00 00 41 31 96 00 10 00 31:830 0:000 120 | 00 0A 01 0A 20 20 00 B8 31:830 0:000 add device: PciRoot(0x0)/Pci(0x2,0x0) 31:830 0:000 Add key=disable-external-gpu valuelen=4 31:830 0:000 add device: PciRoot(0x0)/Pci(0x1F,0x3) 31:830 0:000 Add key=layout-id valuelen=4 31:830 0:000 NVidia GFX injection not set 31:830 0:000 Intel UHD Graphics 630 [8086:3E9B] :: PciRoot(0x0)\Pci(0x2,0x0) 31:830 0:000 FakeID Intel GFX = 0x59128086 31:830 0:000 ig-platform-id = 0x591b0006 31:830 0:000 Intel GFX revision = 0x0 31:831 0:000 RCBA disabled; cannot use it 31:831 0:000 stringlength = 3262 31:831 0:000 CurrentMode: Width=1920 Height=1080 31:831 0:000 Beginning FSInjection FSInjectionInstall ... - Our FSI_SIMPLE_FILE_SYSTEM_PROTOCOL installed on handle: 703E1898 FSInjectionInstall ... - Our FSI_SIMPLE_FILE_SYSTEM_PROTOCOL installed on handle: 703E1898 31:874 0:042 Remap smbios table type 1 guid. 32:401 0:526 Preparing kexts injection for arch=x86_64 from EFI\CLOVER\kexts\Other 32:401 0:000 ->Extra kext: EFI\CLOVER\kexts\Other\VoodooI2C.kext (v.2.3) 32:423 0:022 |-- PlugIn kext: EFI\CLOVER\kexts\Other\VoodooI2C.kext\Contents\PlugIns\VoodooI2CServices.kext (v.1) 32:430 0:007 |-- PlugIn kext: EFI\CLOVER\kexts\Other\VoodooI2C.kext\Contents\PlugIns\VoodooGPIO.kext (v.1.1) 32:439 0:009 ->Extra kext: EFI\CLOVER\kexts\Other\FakePCIID_Intel_GbX.kext (v.1.3.15) 32:445 0:006 ->Extra kext: EFI\CLOVER\kexts\Other\SMCLightSensor.kext (v.1) 32:464 0:018 ->Extra kext: EFI\CLOVER\kexts\Other\VoodooPS2Controller.kext (v.1.9.2) 32:474 0:010 |-- PlugIn kext: EFI\CLOVER\kexts\Other\VoodooPS2Controller.kext\Contents\PlugIns\VoodooPS2Mouse.kext (v.1.9.2) 32:485 0:010 |-- PlugIn kext: EFI\CLOVER\kexts\Other\VoodooPS2Controller.kext\Contents\PlugIns\VoodooPS2Keyboard.kext (v.1.9.2) 32:512 0:026 |-- PlugIn kext: EFI\CLOVER\kexts\Other\VoodooPS2Controller.kext\Contents\PlugIns\VoodooPS2Trackpad.kext (v.1.9.2) 32:536 0:024 ->Extra kext: EFI\CLOVER\kexts\Other\FakePCIID.kext (v.1.3.15) 32:544 0:007 ->Extra kext: EFI\CLOVER\kexts\Other\VirtualSMC.kext (v.1.1.0) 32:561 0:017 ->Extra kext: EFI\CLOVER\kexts\Other\AppleHDADisabler.kext (v.1.0.1) 32:568 0:006 ->Extra kext: EFI\CLOVER\kexts\Other\VoodooI2CHID.kext (v.1) 32:588 0:019 ->Extra kext: EFI\CLOVER\kexts\Other\IntelBluetoothInjector.kext (v.2.5.0) 32:602 0:013 ->Extra kext: EFI\CLOVER\kexts\Other\VerbStub.kext (v.1.0.3) 32:609 0:007 Disabled kext: EFI\CLOVER\kexts\Other\CPUFriend.kext (v.1.2.0) 32:609 0:000 ->Extra kext: EFI\CLOVER\kexts\Other\USBInjectAll.kext (v.0.7.1) 33:030 0:420 ->Extra kext: EFI\CLOVER\kexts\Other\RealtekRTL8111.kext (v.2.2.2) 33:039 0:009 Disabled kext: EFI\CLOVER\kexts\Other\CPUFriendDataProvider.kext (v.1.0.0) 33:039 0:000 ->Extra kext: EFI\CLOVER\kexts\Other\SMCBatteryManager.kext (v.1) 33:050 0:011 ->Extra kext: EFI\CLOVER\kexts\Other\WhateverGreen.kext (v.1.3.8) 33:062 0:011 ->Extra kext: EFI\CLOVER\kexts\Other\USBStorageDeviceLegacy.kext (v.999.99.9) 33:067 0:005 ->Extra kext: EFI\CLOVER\kexts\Other\IntelBluetoothFirmware.kext (v.1.0.1) 33:094 0:027 ->Extra kext: EFI\CLOVER\kexts\Other\CodecCommander.kext (v.2.7.1) 33:132 0:037 ->Extra kext: EFI\CLOVER\kexts\Other\NoTouchID.kext (v.1.0.3) 33:141 0:009 ->Extra kext: EFI\CLOVER\kexts\Other\Lilu.kext (v.1.4.3) 33:151 0:009 ->Extra kext: EFI\CLOVER\kexts\Other\FakePCIID_Intel_HD_Graphics.kext (v.1.3.15) 33:174 0:023 Preparing kexts injection for arch=x86_64 from EFI\CLOVER\kexts\Off 33:174 0:000 Preparing kexts injection for arch=x86_64 from EFI\CLOVER\kexts\10 33:174 0:000 Preparing kexts injection for arch=x86_64 from EFI\CLOVER\kexts\10_normal 33:174 0:000 Preparing kexts injection for arch=x86_64 from EFI\CLOVER\kexts\10.14 33:174 0:000 Preparing kexts injection for arch=x86_64 from EFI\CLOVER\kexts\10.14_normal 33:174 0:000 Preparing kexts injection for arch=x86_64 from EFI\CLOVER\kexts\10.14.6 33:174 0:000 Preparing kexts injection for arch=x86_64 from EFI\CLOVER\kexts\10.14.6_normal 33:180 0:006 SetStartupDiskVolume: 33:180 0:000 * Volume: 'macOS' 33:180 0:000 * LoaderPath: '' 33:180 0:000 * DevPath: macOS 33:180 0:000 * GUID = C348097B-58D9-486A-965E-FE79C09B7C68 33:180 0:000 * efi-boot-device: <array><dict><key>IOMatch</key><dict><key>IOProviderClass</key><string>IOMedia</string><key>IOPropertyMatch</key><dict><key>UUID</key><string>C348097B-58D9-486A-965E-FE79C09B7C68</string></dict></dict></dict></array> 33:181 0:000 SetScreenResolution: 1920x1080 - already set 33:181 0:000 Custom boot is disabled I tried booting this time without my SSDT. Link to comment Share on other sites More sharing options...
LAbyOne Posted April 22, 2020 Share Posted April 22, 2020 9 hours ago, Andres ZeroCross said: The badge icon is too small with latest Clover r5113 9 hours ago, Slice said: Fixed in recent Clover if you compile it. @Slice hi, i've just installed new 5114, and effectively there's some improvement on badges size, even if far from real size it should be. (in my case) My question is, whether this is still in progress, or its the new form/proportions clover will take (just asking to eventually make the needed changes to the icons affected to reflect actual design/position they where meant to have originally) Link to comment Share on other sites More sharing options...
Slice Posted April 22, 2020 Share Posted April 22, 2020 21 minutes ago, LAbyOne said: @Slice hi, i've just installed new 5114, and effectively there's some improvement on badges size, even if far from real size it should be. (in my case) My question is, whether this is still in progress, or its the new form/proportions clover will take (just asking to eventually make the needed changes to the icons affected to reflect actual design/position they where meant to have originally) Scale from 1 to 16. I just don't remember what was default value. May be 8? @ameris cyning You don't need to set FakeCPUID the same as real CPUID. FakeCPUID should differ from real. But I think you want to see some other titles in "About this Mac"? It is unpredictable. Apple may write here what he want without any logic. Anyway it depends on Mac model and on CPU Type You probably want to set 0x1005 or may be 0x0709. Test and report. 1 Link to comment Share on other sites More sharing options...
ameris_cyning Posted April 22, 2020 Share Posted April 22, 2020 19 minutes ago, Slice said: Scale from 1 to 16. I just don't remember what was default value. May be 8? @ameris cyning You don't need to set FakeCPUID the same as real CPUID. FakeCPUID should differ from real. But I think you want to see some other titles in "About this Mac"? It is unpredictable. Apple may write here what he want without any logic. Anyway it depends on Mac model and on CPU Type You probably want to set 0x1005 or may be 0x0709. Test and report. 0x0709 shows me i7 at last. Thank you for that. Unfortunately that does not solve my issue of ig-platform-id not being injected. I am having color banding issues and I am trying to use other IDs to see if that fixes the problem. Injecting my laptop's monitor EDID did not work at all so that is why I am trying this. Link to comment Share on other sites More sharing options...
Slice Posted April 22, 2020 Share Posted April 22, 2020 Clover injected ig-platform-id 100%. 1 Link to comment Share on other sites More sharing options...
vector sigma Posted April 22, 2020 Share Posted April 22, 2020 (edited) 12 hours ago, Badruzeus said: Good idea, but if I still remember png image would become 'glitchy' even if it was resized smaller from 256px to 128px directly. Using real image size from Graphics Editor on the contrary, it was 'smooth'. Plz explain it better. Thanks. Well, I guess resizing from a largest image is the best one can do. I had problems resizing images mantaining right colors plus the optimizing, but now I think I'm perfect, see by your self: before (icns from 16x16 up to 1024x1024) vol_clover.icns.zip to png 128x128 vol_clover.png.zip P.S. the autodetection of the screen resolution works like a sharm. And cannot be less than 128x128. Then I set this rule: // determine the icon size var iconSize : Int = 128 // default switch screenWidth { case 0...2048: iconSize = 128 case 2049...2560: iconSize = 192 case 2561...3840: iconSize = 256 case 3841...7680: iconSize = 400 case 7681...12000: iconSize = 512 default: break } the rule can be changed and may be decided by the user when it knows the desired size (but for now is for bad themes). To mantain quality, however, icons are sized at max with the smallest size found in all image (in the case not all the icons os_* and vol_* have the same size). e.g. if the smallest size is 177x177 pixels and your screen width is between 2049 and 2560 cannot be 192x192 as suggested .. but will be 177x177 anyway. Edited April 22, 2020 by vector sigma 1 1 Link to comment Share on other sites More sharing options...
Badruzeus Posted April 22, 2020 Share Posted April 22, 2020 (edited) Anyway, with r5114 I get 'system halted' error immediately when a theme which contains 'anime' is in use || debug.log below is using 'Gothic' (and to make sure I've tried several animated themes as well including; BGM, Clovernity, DarkBoot*, Neon, Shield, etc. with similar result). Thanks. debug.log_r5114_AOH.zip Edited April 22, 2020 by Badruzeus Link to comment Share on other sites More sharing options...
Recommended Posts