Badruzeus Posted April 6, 2020 Share Posted April 6, 2020 36 minutes ago, Slice said: I tested with GCC and it didn't see the mistake. Committed the fix. @Slice I may propose a small thing on 'loader.cpp' for MX-Linux 19.1? Or if you have batter idea how can Clover detect any MX-Linux release since the devs change it's EFI Entry name on every major release (MX18, MX19, etc)..? Or if you have enough time building it for me to test, then please. Thanks (plz move to appropriate thread, sorry I no longer remember where to ask about this). MX-Linux-19.1.patch.zip 1 Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/852/#findComment-2715740 Share on other sites More sharing options...
Slice Posted April 6, 2020 Share Posted April 6, 2020 23 minutes ago, Badruzeus said: @Slice I may propose a small thing on 'loader.cpp' for MX-Linux 19.1? Or if you have batter idea how can Clover detect any MX-Linux release since the devs change it's EFI Entry name on every major release (MX18, MX19, etc)..? Or if you have enough time building it for me to test, then please. Thanks (plz move to appropriate thread, sorry I no longer remember where to ask about this). MX-Linux-19.1.patch.zip No problem. I did this next update. It is not good idea to enumerate all linux tastes. It will be better if someone make an algo to find all /EFI/*/grubx64.efi and call the linux as it named here. For example some company created XYZ Linux and a bootloader /EFI/XYZ/grubx64.efi We should not rebuild Clover for this version. We should use common solution. 2 1 Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/852/#findComment-2715745 Share on other sites More sharing options...
Badruzeus Posted April 6, 2020 Share Posted April 6, 2020 (edited) Still having this RSOD issue even with recent commit, perhaps on Legacy only? Or just buggy compiler on my Ubuntu 20.04 Beta.. Hmmb, but using Stable Debian 10 I got similar result. What strange is, sometimes loading *.efi file from Clover Boot Manager firmware leads me to RSOD, but manually chainload it via EFI Shell (eg. fs0:\efi\boot\bootx64.efi) works just fine. Is there any special dependency for c++ compared to c, or something else? Edited April 6, 2020 by Badruzeus Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/852/#findComment-2715753 Share on other sites More sharing options...
Slice Posted April 6, 2020 Share Posted April 6, 2020 Legacy boot depends on boot file which can be boot6 or boot7. May be the file broken or not compatible with your hardware. Take old one which was working for you. New Clover is the one file Cloverx64.efi. All other files can be from older version. 1 Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/852/#findComment-2715761 Share on other sites More sharing options...
chris1111 Posted April 7, 2020 Share Posted April 7, 2020 @Slice release 5109 not good I compel the source and this is the theme looks like The drive suppose to be below and the mousse is to bib also some glitch in the below left corner this is the origin Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/852/#findComment-2715839 Share on other sites More sharing options...
pico joe Posted April 7, 2020 Share Posted April 7, 2020 missing icons in release 5109 Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/852/#findComment-2715842 Share on other sites More sharing options...
Slice Posted April 7, 2020 Share Posted April 7, 2020 Missing icons means they are in wrong format. Use Clover.app to optimize your theme. 3 hours ago, chris1111 said: @Slice release 5109 not good I compel the source and this is the theme looks like The drive suppose to be below and the mousse is to bib also some glitch in the below left corner this is the origin About badges it is the mistake, I will look. Check the icons tool_shell.icns and pointer.png. New theme engine assumes using only png files and they will be names *.png. But for old compatibility they can be names *.icns but remains PNG as it was before. It is not good to keep PNG files named to .icns. New Clover requires all files to be pure .png. 2 Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/852/#findComment-2715853 Share on other sites More sharing options...
Matgen84 Posted April 7, 2020 Share Posted April 7, 2020 (edited) Hi @Slice r5108 (0a3f4c357): I get stuck at Clover GUI with a error message at top left corner: "XArray... System halted" something like that, the system stop: no keyboard, no mouse. I rollback to previous version. (Mojave, IvyBridge config). I try to build r5109 Release same issue (Mojave/ XCode). The theme is already optimize since few week with Clover.appEDIT: any one got this issue !!! Edited April 7, 2020 by Matgen84 Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/852/#findComment-2715857 Share on other sites More sharing options...
Badruzeus Posted April 7, 2020 Share Posted April 7, 2020 (edited) 4 hours ago, Slice said: Missing icons means they are in wrong format. Use Clover.app to optimize your theme. About badges it is the mistake, I will look. Check the icons tool_shell.icns and pointer.png. New theme engine assumes using only png files and they will be names *.png. But for old compatibility they can be names *.icns but remains PNG as it was before. It is not good to keep PNG files named to .icns. New Clover requires all files to be pure .png. I'm not sure what 'Clover.app - Optimize' actually does with the images. They were exported to 8-bit PNG using Photoshop, then already Optimized (or Compressed for smallest possible size) using PngQuant as @blackosx did with his theme's resource too. Also used it with rEFInd and found no issue. Except, some files got corrupted when migrating from SourceForge to GitHub (or another causes). All my installed themes were still from old SF server last year. Thanks. Edited April 7, 2020 by Badruzeus 1 Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/852/#findComment-2715870 Share on other sites More sharing options...
Slice Posted April 7, 2020 Share Posted April 7, 2020 3 hours ago, Matgen84 said: Hi @Slice r5108 (0a3f4c357): I get stuck at Clover GUI with a error message at top left corner: "XArray... System halted" something like that, the system stop: no keyboard, no mouse. I rollback to previous version. (Mojave, IvyBridge config). I try to build r5109 Release same issue (Mojave/ XCode). The theme is already optimize since few week with Clover.appEDIT: any one got this issue !!! As you see the picture then debug.log can be created. Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/852/#findComment-2715872 Share on other sites More sharing options...
Matgen84 Posted April 7, 2020 Share Posted April 7, 2020 22 minutes ago, Slice said: As you see the picture then debug.log can be created. I found these lines in debug.log but I don't know why there is a issue: XArray::ElementAt(xsize) const -> Operator [] : index > m_lenA fatal error happened. System halted I post debug.log 0:107 0:000 === [ GetListOfThemes ] ========================= 0:495 0:004 Default theme: Mojave 2:944 0:001 === [ InitXTheme ] ============================== 2:946 0:001 use night theme 2:961 0:015 Using theme 'Mojave' (EFI\CLOVER\themes\Mojave) 2:963 0:001 chosen theme Mojave 3:794 0:009 Loading font from ThemeDir: Success 3:893 0:098 theme inited 3:895 0:001 Chosen theme Mojave Spoiler 0:100 0:100 MemLog inited, TSC freq: 3500026711 0:100 0:000 CPU was calibrated with ACPI PM Timer 0:100 0:000 0:100 0:000 Now is 07.04.2020, 08:39:45 (GMT) 0:100 0:000 Starting Clover revision: 5109 (master, commit 5a8588318) on American Megatrends EFI 0:100 0:000 Build with: [Args: --conf=/Users/mathieu/src/CloverBootloader/Conf -D USE_LOW_EBDA -a X64 -b RELEASE -t XCODE8 -n 9 | OS: 10.14.6] 0:100 0:000 SelfDevicePath=PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x1,0xFFFF,0x0)\HD(1,GPT,7044A270-43C5-478A-B091-DFDD99A39DBF,0x28,0x64000) @89D55298 0:100 0:000 SelfDirPath = \EFI\BOOT 0:100 0:000 Clover : Image base = 0x745DF000 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 = 4 0:100 0:000 Type 17 Index = 0 0:100 0:000 Table has error information, checking 0:100 0:000 Found memory information in table 18/1, type=0x3, operation=0x2 syndrome=0x0 0:100 0:000 ...memory OK 0:100 0:000 SmbiosTable.Type17->Speed = 1867MHz 0:100 0:000 SmbiosTable.Type17->Size = 4096MB 0:100 0:000 SmbiosTable.Type17->Bank/Device = BANK 0 ChannelA-DIMM0 0:100 0:000 SmbiosTable.Type17->Vendor = 029E 0:100 0:000 SmbiosTable.Type17->SerialNumber = 00000000 0:100 0:000 SmbiosTable.Type17->PartNumber = CMZ8GX3M2A1866C9 0:100 0:000 Type 17 Index = 1 0:100 0:000 SmbiosTable.Type17->Speed = 1867MHz 0:100 0:000 SmbiosTable.Type17->Size = 4096MB 0:100 0:000 SmbiosTable.Type17->Bank/Device = BANK 1 ChannelA-DIMM1 0:100 0:000 SmbiosTable.Type17->Vendor = 029E 0:100 0:000 SmbiosTable.Type17->SerialNumber = 00000000 0:100 0:000 SmbiosTable.Type17->PartNumber = CMZ8GX3M2A1866C9 0:100 0:000 Type 17 Index = 2 0:100 0:000 Table has error information, checking 0:100 0:000 Found memory information in table 18/2, type=0x3, operation=0x2 syndrome=0x0 0:100 0:000 ...memory OK 0:100 0:000 SmbiosTable.Type17->Speed = 1867MHz 0:100 0:000 SmbiosTable.Type17->Size = 4096MB 0:100 0:000 SmbiosTable.Type17->Bank/Device = BANK 2 ChannelB-DIMM0 0:100 0:000 SmbiosTable.Type17->Vendor = 029E 0:100 0:000 SmbiosTable.Type17->SerialNumber = 00000000 0:100 0:000 SmbiosTable.Type17->PartNumber = CMZ8GX3M2A1866C9 0:100 0:000 Type 17 Index = 3 0:100 0:000 SmbiosTable.Type17->Speed = 1867MHz 0:100 0:000 SmbiosTable.Type17->Size = 4096MB 0:100 0:000 SmbiosTable.Type17->Bank/Device = BANK 3 ChannelB-DIMM1 0:100 0:000 SmbiosTable.Type17->Vendor = 029E 0:100 0:000 SmbiosTable.Type17->SerialNumber = 00000000 0:100 0:000 SmbiosTable.Type17->PartNumber = CMZ8GX3M2A1866C9 0:100 0:000 Boot status=0 0:100 0:000 Running on: 'System Product Name' with board 'P8Z77-V PRO' 0:100 0:000 === [ GetCPUProperties ] ======================== 0:100 0:000 CPU Vendor = 756E6547 Model=306A9 0:100 0:000 The CPU supported SSE4.1 0:100 0:000 BrandString = Intel(R) Core(TM) i7-3770K CPU @ 3.50GHz 0:100 0:000 The CPU supported turbo 0:100 0:000 MSR 0x35 40008 0:100 0:000 MSR 0xE2 before patch 1E008402 0:100 0:000 MSR 0xE2 is locked, PM patches will be turned on 0:100 0:000 MSR 0xCE 00081010_81010F0012300 0:100 0:000 corrected FLEX_RATIO = E0000 0:100 0:000 MSR 0x1B0 00000000 0:100 0:000 FSBFrequency = 101 MHz, DMI FSBFrequency = 100 MHz, Corrected FSBFrequency = 100 MHz 0:100 0:000 MaxDiv/MinDiv: 35.0/16 0:100 0:000 Turbo: 37/38/39/39 0:100 0:000 Features: 0x779AE3BFBFEBFBFF 0:100 0:000 Threads: 8 0:100 0:000 Cores: 4 0:100 0:000 FSB: 100 MHz 0:100 0:000 CPU: 3510 MHz 0:100 0:000 TSC: 3510 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(0x1,0x0)/Pci(0x0,0x0)/Ctrl(0x0)/AcpiAdr(0x80010340) 0:100 0:000 PCI (00|00:00.00) : 8086 0150 class=060000 0:100 0:000 PCI (00|00:01.00) : 8086 0151 class=060400 0:100 0:000 PCI (00|01:00.00) : 10DE 0FC1 class=030000 0:100 0:000 - GOP: Provided by device 0:100 0:000 - GFX: Model=Gigabyte GeForce GT 640 family E7 (Kepler) 0:100 0:000 PCI (00|01:00.01) : 10DE 0E1B class=040300 0:100 0:000 - HDMI Audio: 0:100 0:000 PCI (00|00:02.00) : 8086 0162 class=030000 0:100 0:000 - GFX: Model=Intel HD Graphics 4000 (Intel) 0:100 0:000 PCI (00|00:14.00) : 8086 1E31 class=0C0330 0:100 0:000 PCI (00|00:16.00) : 8086 1E3A class=078000 0:100 0:000 PCI (00|00:16.01) : FFFF FFFF class=FFFFFF 0:100 0:000 PCI (00|00:19.00) : 8086 1503 class=020000 0:100 0:000 - LAN: 0 Vendor=Intel 0:100 0:000 PCI (00|00:1A.00) : 8086 1E2D class=0C0320 0:100 0:000 PCI (00|00:1B.00) : 8086 1E20 class=040300 0:100 0:000 PCI (00|00:1C.00) : 8086 1E10 class=060400 0:100 0:000 PCI (00|00:1C.01) : 8086 1E12 class=060400 0:100 0:000 PCI (00|03:00.00) : 14E4 43A0 class=028000 0:100 0:000 - WIFI: Vendor=5348Broadcom 0:100 0:000 PCI (00|00:1C.02) : 8086 1E14 class=060400 0:100 0:000 PCI (00|04:00.00) : 1B21 1042 class=0C0330 0:100 0:000 PCI (00|00:1C.03) : 8086 1E16 class=060400 0:100 0:000 PCI (00|05:00.00) : 1B21 0612 class=010601 0:100 0:000 PCI (00|00:1C.04) : 8086 244E class=060401 0:100 0:000 PCI (00|06:00.00) : 1B21 1080 class=060401 0:100 0:000 PCI (00|00:1C.07) : 8086 1E1E class=060400 0:100 0:000 PCI (00|08:00.00) : 1B21 1042 class=0C0330 0:100 0:000 PCI (00|00:1D.00) : 8086 1E26 class=0C0320 0:100 0:000 PCI (00|00:1F.00) : 8086 1E44 class=060100 0:100 0:000 PCI (00|00:1F.02) : 8086 1E02 class=010601 0:100 0:000 PCI (00|00:1F.03) : 8086 1E22 class=0C0500 0:100 0:000 PCI (00|00:1F.06) : FFFF FFFF class=FFFFFF 0:100 0:000 === [ GetDefaultSettings ] ====================== 0:100 0:000 Clover load options size = 0 bytes 0:106 0:005 CheckOEMPathExists tried EFI\CLOVER\OEM\System Product Name--00-00-00-00-00-00. Dir not exists 0:106 0:000 CheckOEMPathExists tried EFI\CLOVER\OEM\P8Z77-V PRO\UEFI. Dir not exists 0:106 0:000 CheckOEMPathExists tried EFI\CLOVER\OEM\System Product Name. Dir not exists 0:106 0:000 CheckOEMPathExists tried EFI\CLOVER\OEM\System Product Name-3510. Dir not exists 0:106 0:000 CheckOEMPathExists tried EFI\CLOVER\OEM\P8Z77-V PRO. Dir not exists 0:106 0:000 CheckOEMPathExists tried EFI\CLOVER\OEM\P8Z77-V PRO-3510. Dir not exists 0:106 0:000 set OEMPath by default: EFI\CLOVER 0:107 0:000 EFI\CLOVER\config.plist loaded: Success 0:107 0:000 === [ GetListOfThemes ] ========================= 0:116 0:009 - [00]: MacProv2 0:132 0:015 - [01]: Catalina 0:144 0:012 - [02]: Imac 0:151 0:006 - [03]: Mojave 0:156 0:004 - [04]: Mojave2 0:168 0:011 - [05]: Clovy 0:175 0:007 - [06]: DEV 0:178 0:002 - [07]: RANDOM 0:190 0:012 - [07]: EMBEDDED 0:191 0:001 === [ Found config plists ] ===================== 0:194 0:002 - config_old.plist 0:194 0:000 - config.plist 0:201 0:006 === [ GetEarlyUserSettings ] ==================== 0:201 0:000 timeout set to 8 0:201 0:000 Custom boot CUSTOM_BOOT_DISABLED (0x0) 0:243 0:042 KextsToPatch: 10 requested 0:245 0:001 - [00]: AppleAHCIPort (ICH10 hotplug for 10.4.x) :: MatchOS: 10.14.x :: BinPatch :: data len: 14 0:252 0:007 - [01]: com.apple.driver.AppleAHCIPort (External icons patch) :: MatchOS: 10.13.x,10.14.x :: BinPatch :: data len: 8 0:261 0:008 - [02]: com.apple.driver.AppleAHCIPort (patch AppleAHCIPort for ICH * by vit9696) :: BinPatch :: data len: 4 0:268 0:007 - patch disabled at config 0:270 0:001 - [03]: com.apple.driver.AppleMikeyDriver (Patch Assertions) :: MatchOS: 10.13.x,10.14.x :: BinPatch :: data len: 16 0:364 0:093 - [04]: com.apple.driver.AppleHDA (Patch Assertions) :: MatchOS: 10.13.x,10.14.x :: BinPatch :: data len: 16 0:373 0:009 - [05]: com.apple.driver.AppleGraphicsDevicePolicy (Prevent AGDP from loading) :: MatchOS: 10.13.x,10.14.x :: BinPatch :: data len: 5 0:381 0:008 - [06]: com.apple.iokit.IOUSBHostFamily (USB port limit patch #1 10.14.x modify by DalianSky(credit ydeng)) :: MatchOS: 10.14.x :: BinPatch :: data len: 4 0:428 0:046 - [07]: com.apple.iokit.IOUSBHostFamily (USB port limit patch #2 10.14.x modify by DalianSky(credit PMHeart)) :: MatchOS: 10.14.x :: BinPatch :: data len: 4 0:436 0:007 - [08]: com.apple.driver.usb.AppleUSBXHCI (USB Port limit patch #3 10.14.x modify by DalianSky(credits PMheart)) :: MatchOS: 10.14.x :: BinPatch :: data len: 4 0:444 0:008 - [09]: com.apple.driver.usb.AppleUSBXHCI (USB Port limit patch #4 10.14.x modify by DalianSky(credits PMheart)) :: MatchOS: 10.14.x :: BinPatch :: data len: 4 0:488 0:043 KernelToPatch: 1 requested 0:490 0:001 - [00]: activating speedstepping for IvyBridge :: data len: 25 0:495 0:004 Default theme: Mojave 0:496 0:001 Hiding entries with string Windows 0:498 0:001 Hiding entries with string BOOTX64.EFI 0:500 0:002 Hiding entries with string Preboot 0:502 0:001 === [ LoadDrivers ] ============================= 0:521 0:019 Loading HFSPlus-64.efi status=Success 0:543 0:022 - driver needs connecting 0:575 0:032 Loading FSInject.efi status=Success 0:581 0:005 Loading SMCHelper.efi status=Success 0:586 0:005 Loading CsmVideoDxe.efi status=Success 0:593 0:006 - driver needs connecting 0:594 0:001 Loading Fat.efi status=Success 0:601 0:006 - driver needs connecting 0:602 0:001 Loading AptioInputFix-64.efi status=Success 0:709 0:106 Loading AptioMemoryFix-64.efi status=Success 0:815 0:106 Loading DataHubDxe.efi status=Success 0:851 0:035 Loading PartitionDxe.efi status=Success 0:864 0:012 - driver needs connecting 0:865 0:001 Loading ApfsDriverLoader.efi status=Success 0:870 0:005 - driver needs connecting 0:872 0:001 5 drivers needs connecting ... 0:874 0:001 PlatformDriverOverrideProtocol not found. Installing ... Success 0:877 0:003 Partition driver loaded: 0:880 0:003 HFS+ driver loaded 0:881 0:001 APFS driver loaded 0:883 0:001 Video driver loaded: disconnect Successdisconnect Success 0:894 0:010 Searching for invalid DiskIo BY_DRIVER connects: not found, all ok 1:703 0:809 === [ InitScreen ] ============================== 1:704 0:001 Console modes reported: 3, available modes: 1:706 0:001 - [01]: 80x25 (current mode) 1:707 0:001 - [02]: 80x50 1:709 0:001 - [03]: 100x31 1:710 0:001 SetScreenResolution: 1920x1080 - already set 1:714 0:003 reinit: self device path=PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x1,0xFFFF,0x0)\HD(1,GPT,7044A270-43C5-478A-B091-DFDD99A39DBF,0x28,0x64000) 1:716 0:001 new SelfHandle=89D55298 1:760 0:044 Using embedded font: Success 1:764 0:003 === [ GetMacAddress ] =========================== 1:766 0:001 MAC address of LAN #0= C8:60:00:BC:2D:8E: 1:779 0:012 === [ ScanSPD ] ================================= 1:782 0:002 Scanning SMBus [8086:1E22], mmio: 0xF7E35004, ioport: 0xF040, hostc: 0x1 1:802 0:020 Slot: 0 Type 24 4096MB 1777MHz Vendor=Corsair PartNo=CMZ8GX3M2A1866C9 SerialNo= 0 0 0 0 0 0 0 0 1:822 0:020 Slot: 1 Type 24 4096MB 1777MHz Vendor=Corsair PartNo=CMZ8GX3M2A1866C9 SerialNo= 0 0 0 0 0 0 0 0 1:894 0:072 Slot: 2 Type 24 4096MB 1866MHz Vendor=Corsair PartNo=CMZ8GX3M2A1866C9 SerialNo= 0 0 0 0 0 0 0 0 1:915 0:020 Slot: 3 Type 24 4096MB 1866MHz Vendor=Corsair PartNo=CMZ8GX3M2A1866C9 SerialNo= 0 0 0 0 0 0 0 0 1:917 0:002 === [ GetAcpiTablesList ] ======================= 1:919 0:001 Get Acpi Tables List from RSDT: 1:922 0:003 - [00]: FACP A M I len=132 1:924 0:002 - [01]: APIC A M I len=146 1:926 0:001 - [02]: FPDT A M I len=68 1:927 0:001 - [03]: MCFG A M I len=60 1:967 0:039 - [04]: HPET A M I len=56 1:969 0:001 - [05]: SSDT SataTabl len=877 1:970 0:001 - [06]: BGRT A M I len=56 1:972 0:001 - [07]: SSDT Cpu0Ist len=2474 1:973 0:001 - [08]: SSDT CpuPm len=2706 1:975 0:001 Calibrated TSC Frequency = 3500026711 = 3500MHz 1:979 0:003 === [ GetUserSettings ] ========================= 1:980 0:001 USB FixOwnership: yes 1:982 0:001 Dropping 3 tables: 1:984 0:002 - [00]: Drop table signature="SSDT" (54445353) table-id="Cpu0Ist" ( 74734930757043) 2:049 0:065 - set table: 54445353, 74734930757043 to drop: yes 2:053 0:003 - [01]: Drop table signature="SSDT" (54445353) table-id="CpuPm" ( 6D50757043) 2:079 0:026 - set table: 54445353, 6d50757043 to drop: yes 2:084 0:004 - [02]: Drop table signature="DMAR" (52414D44) 2:098 0:014 - set table: 52414D44, 0 to drop: no 2:101 0:003 - final DSDT Fix mask=50404000 2:103 0:001 PatchesDSDT: 5 requested 2:142 0:039 - [00]: (change EHC1 to EH01) lenToFind: 4, lenToReplace: 4, Target Bridge: 2:150 0:007 - [01]: (change EHC2 to EH02) lenToFind: 4, lenToReplace: 4, Target Bridge: 2:158 0:007 - [02]: (change GFX0 to IGPU) lenToFind: 4, lenToReplace: 4, Target Bridge: 2:167 0:009 - [03]: (change HECI to IMEI) lenToFind: 4, lenToReplace: 4, Target Bridge: 2:176 0:008 - [04]: (change SAT0 to SATA) lenToFind: 4, lenToReplace: 4, Target Bridge: 2:185 0:008 EnableC7: no 2:186 0:001 EnableC6: no 2:226 0:039 Using ProductName from config: iMac13,2 2:227 0:001 Found same BiosVersion in clover and config 2:229 0:001 BiosVersion: IM131.88Z.F000.B00.2002052050 2:230 0:001 BiosReleaseDate: 02/05/2019 2:232 0:001 Using EfiVersion from clover: 290.0.0.0.0 2:233 0:001 Using FirmwareFeatures from config: 0xE00DE137 2:235 0:001 Using FirmwareFeaturesMask from config: 0xFF1FFF3F 2:236 0:001 Board-ID set from config as Mac-FC02E91DDD3FA6A4 2:238 0:001 BoardType: 0xA 2:243 0:005 ChassisType: 0xD 2:255 0:011 === [ Found DSDT tables ] ======================= 2:258 0:002 - DSDT.AML 2:377 0:119 === [ ScanVolumes ] ============================= 2:384 0:006 Found 19 volumes with blockIO 2:385 0:001 - [00]: Volume: PciRoot(0x0)\Pci(0x14,0x0)\USB(0x7,0x0)\USB(0x1,0x0)\USB(0x3,0x0) 2:433 0:048 - [01]: Volume: PciRoot(0x0)\Pci(0x14,0x0)\USB(0x7,0x0)\USB(0x1,0x0)\USB(0x3,0x0)\HD(1,GPT,09B68B84-A844-4982-8412-9B2702C57FA8,0x28,0x64000) 2:437 0:003 Result of bootcode detection: bootable unknown (legacy) 2:533 0:095 - [02]: Volume: PciRoot(0x0)\Pci(0x14,0x0)\USB(0x7,0x0)\USB(0x1,0x0)\USB(0x3,0x0)\HD(2,GPT,C9046D26-6FC1-4657-9E10-0A8C6C397A45,0x64028,0x746527B0) 2:569 0:035 - [03]: Volume: PciRoot(0x0)\Pci(0x14,0x0)\USB(0x7,0x0)\USB(0x2,0x0) 2:573 0:004 - [04]: Volume: PciRoot(0x0)\Pci(0x14,0x0)\USB(0x7,0x0)\USB(0x2,0x0)\HD(1,GPT,CBB58B49-132D-4A43-940B-7385483D4680,0x28,0x64000) 2:577 0:004 Result of bootcode detection: bootable unknown (legacy) 2:634 0:057 - [05]: Volume: PciRoot(0x0)\Pci(0x14,0x0)\USB(0x7,0x0)\USB(0x2,0x0)\HD(2,GPT,875DB2D9-6751-46A8-B013-50184E1486A9,0x64028,0x3927FB0) 2:639 0:004 - [06]: Volume: PciRoot(0x0)\Pci(0x14,0x0)\USB(0x7,0x0)\USB(0x1,0x0)\USB(0x3,0x0)\Scsi(0x0,0x1) 2:642 0:003 - [07]: Volume: PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x0,0xFFFF,0x0) 2:646 0:003 - [08]: Volume: PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x1,0xFFFF,0x0) 2:658 0:011 - [09]: Volume: PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x0,0xFFFF,0x0)\HD(1,GPT,1975239E-6CC2-416E-357D-9E893FFA233B,0x800,0xA8800) 2:710 0:051 Result of bootcode detection: bootable Windows (vista,win) 2:720 0:010 - [10]: Volume: PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x0,0xFFFF,0x0)\HD(2,GPT,D57B65B6-35BC-4719-F8F7-EF5A8DBF222F,0xA9000,0x8000) 2:724 0:003 - [11]: Volume: PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x0,0xFFFF,0x0)\HD(3,GPT,6375F8EC-8C56-478D-C39C-E7B6ED0C3E31,0xB1000,0xE8C5FB5A) 2:728 0:004 Result of bootcode detection: bootable Windows (vista,win) 2:768 0:039 - [12]: Volume: PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x0,0xFFFF,0x0)\HD(4,GPT,CD009A64-D915-4DA9-8F9D-255B16014114,0xE8D11000,0xF6800) 2:772 0:003 Result of bootcode detection: bootable Windows (vista,win) 2:773 0:001 - [13]: Volume: PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x1,0xFFFF,0x0)\HD(1,GPT,7044A270-43C5-478A-B091-DFDD99A39DBF,0x28,0x64000) 2:783 0:009 Result of bootcode detection: bootable unknown (legacy) 2:827 0:044 This is SelfVolume !! 2:829 0:001 - [14]: Volume: PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x1,0xFFFF,0x0)\HD(2,GPT,EA5CAF4F-CD6B-4FBE-ACE7-D4DC55135322,0x64028,0x746A2D60) 2:862 0:032 Result of bootcode detection: bootable unknown (legacy) 2:863 0:001 - [15]: Volume: PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x1,0xFFFF,0x0)\HD(2,GPT,EA5CAF4F-CD6B-4FBE-ACE7-D4DC55135322,0x64028,0x746A2D60)\VenMedia(BE74FCF7-0B7C-49F3-9147-01F4042E6842,A89E4F236FC6CD4488F7BC49942A30BA) 2:866 0:003 hiding this volume 2:868 0:001 - [16]: Volume: PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x1,0xFFFF,0x0)\HD(2,GPT,EA5CAF4F-CD6B-4FBE-ACE7-D4DC55135322,0x64028,0x746A2D60)\VenMedia(BE74FCF7-0B7C-49F3-9147-01F4042E6842,E49FB298310EB438995AD789EC5C7A79) 2:901 0:033 - [17]: Volume: PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x1,0xFFFF,0x0)\HD(2,GPT,EA5CAF4F-CD6B-4FBE-ACE7-D4DC55135322,0x64028,0x746A2D60)\VenMedia(BE74FCF7-0B7C-49F3-9147-01F4042E6842,0773AD116F373948888BBE132DF1AF9A) 2:904 0:003 - [18]: Volume: PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x1,0xFFFF,0x0)\HD(2,GPT,EA5CAF4F-CD6B-4FBE-ACE7-D4DC55135322,0x64028,0x746A2D60)\VenMedia(BE74FCF7-0B7C-49F3-9147-01F4042E6842,7BEBCDC28780954FBCA720CAB84C92F8) 2:943 0:038 No AudioIoProtocols, status=Not Found 2:944 0:001 === [ InitXTheme ] ============================== 2:946 0:001 use night theme 2:961 0:015 Using theme 'Mojave' (EFI\CLOVER\themes\Mojave) 2:963 0:001 chosen theme Mojave 2:965 0:002 OS main and drive as badge 2:966 0:001 Warning! Character width 11 should be even! 3:777 0:810 file sound read: sound_night.wav Not Found 3:785 0:008 file sound read: sound.wav Not Found 3:794 0:009 Loading font from ThemeDir: Success 3:893 0:098 theme inited 3:895 0:001 Chosen theme Mojave 3:896 0:001 after NVRAM boot-args=dart=0 debug=0x100 -v shikigva=16 shiki-id=Mac-FC02E91DDD3FA6A4 3:898 0:001 === [ Dump SMC keys from NVRAM ] ================ 3:900 0:001 found AppleSMC protocol 3:931 0:031 Registered 16 SMC keys 3:934 0:002 === [ ScanLoader ] ============================== 3:935 0:001 - [01]: 'EFI' 4:049 0:113 AddLoaderEntry for Volume Name=EFI 4:051 0:001 skipped because entry is hidden 4:052 0:001 - [02]: 'Install macOS Catalina' 4:076 0:023 AddLoaderEntry for Volume Name=Install macOS Catalina 4:100 0:024 - [04]: 'EFI' 4:108 0:008 AddLoaderEntry for Volume Name=EFI 4:110 0:001 skipped because entry is hidden 4:112 0:001 - [05]: 'Install macOS Mojave' 4:117 0:005 AddLoaderEntry for Volume Name=Install macOS Mojave 4:124 0:006 - [09]: 'EFI' 4:162 0:037 AddLoaderEntry for Volume Name=EFI 4:165 0:003 AddLoaderEntry for Volume Name=EFI 4:167 0:001 skipped because entry is hidden 4:168 0:001 - [13]: 'EFI' 4:181 0:012 AddLoaderEntry for Volume Name=EFI 4:182 0:001 skipped because entry is hidden 4:184 0:001 - [15]: 'Preboot', hidden 4:187 0:003 - [16]: 'Mojave' 4:510 0:322 AddLoaderEntry for Volume Name=Mojave 4:548 0:037 hibernated: set as never 4:594 0:046 - [17]: 'Recovery' 4:608 0:013 AddLoaderEntry for Volume Name=Recovery 4:635 0:027 - [18]: 'VM' 4:638 0:003 === [ AddCustomTool ] =========================== 4:662 0:024 found tool \EFI\CLOVER\tools\Shell64U.efi 4:664 0:002 Checking EFI partition Volume 1 for Clover 4:668 0:003 Checking EFI partition Volume 4 for Clover 4:693 0:025 Found Clover 4:696 0:002 === [ GetEfiBootDeviceFromNvram ] =============== 4:698 0:001 - found entry 3. 'Boot macOS from Mojave', Volume 'Mojave', DevicePath 'PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x1,0xFFFF,0x0)\HD(2,GPT,EA5CAF4F-CD6B-4FBE-ACE7-D4DC55135322,0x64028,0x746A2D60)\VenMedia(BE74FCF7-0B7C-49F3-9147-01F4042E6842,E49FB298310EB438995AD789EC5C7A79)\System\Library\CoreServices\boot.efi' 4:749 0:051 XArray::ElementAt(xsize) const -> Operator [] : index > m_lenA fatal error happened. System halted Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/852/#findComment-2715876 Share on other sites More sharing options...
iCanaro Posted April 7, 2020 Share Posted April 7, 2020 Clover 5109 in the GUI it does not load windows icon of the NEON theme. Do not start in verbose with -v in boot arguments. Clover updated by manually replacing bootx64.efi and cloverx64.efi 1 Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/852/#findComment-2715885 Share on other sites More sharing options...
artur_pt Posted April 7, 2020 Share Posted April 7, 2020 41 minutes ago, iCanaro said: Clover 5109 in the GUI it does not load windows icon of the NEON theme. Do not start in verbose with -v in boot arguments. Clover updated by manually replacing bootx64.efi and cloverx64.efi hello Slice something with Clovy regards Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/852/#findComment-2715893 Share on other sites More sharing options...
vector sigma Posted April 7, 2020 Share Posted April 7, 2020 3 hours ago, Badruzeus said: I'm not sure what 'Clover.app - Optimize' actually does with the images. It convert real icns images to png as too may themes wrongly contains real icns instead of png. Also convert all non png-8 to png-8. PngQuant fix png images but can't do nothing for icns. 3 hours ago, Badruzeus said: Except, some files got corrupted when migrating from SourceForge to GitHub (or another causes). It is just a copy, images are fine on github. There is a bug downloading themes I fixed locally, available in minutes. 1 Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/852/#findComment-2715902 Share on other sites More sharing options...
vector sigma Posted April 7, 2020 Share Posted April 7, 2020 (edited) new Clover.app v1.17 with a real Plist Editor: Introduced a real Property List Editor available on 10.11+. Fixed Theme manager engine. Other minor fixes The Theme manager engine is heavily modified to fix timeout errors. The Optimize function do that: Convert all icns (or non png images) to png if the author mistakenly has put them inside the "theme"/icons directory to fix the lost of the images in Clover's GUI. Auto resize of very big images following the Clover's source code (pointer/func_* and tool_* 32x32 pixels, Banner 128x128 pixels, Selection_big 144x144 pixels, Selection_small 64x64 pixels, logo, os_* 128x128 pixels, radio_button/radio_button_selected/checkbox, checkbox_checked to 15x15 pixels. That to fix images that looks "out of bounds". All images converted to png-8 to fix errors loading them in Clover's GUI (for newer and older Clover). The "optimize" option is not automatic and you have to do it voluntarily. No need if the theme is already good. The "optimize" option works only for png themes and does nothing (not allowed) for svg ones. EDIT the plist editor can be tranlsated in any language Clover.app_v1.17.pkg Edited April 7, 2020 by vector sigma 2 4 Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/852/#findComment-2715906 Share on other sites More sharing options...
Matgen84 Posted April 7, 2020 Share Posted April 7, 2020 3 hours ago, Matgen84 said: I found these lines in debug.log but I don't know why there is a issue: XArray::ElementAt(xsize) const -> Operator [] : index > m_lenA fatal error happened. System halted I post debug.log 0:107 0:000 === [ GetListOfThemes ] ========================= 0:495 0:004 Default theme: Mojave 2:944 0:001 === [ InitXTheme ] ============================== 2:946 0:001 use night theme 2:961 0:015 Using theme 'Mojave' (EFI\CLOVER\themes\Mojave) 2:963 0:001 chosen theme Mojave 3:794 0:009 Loading font from ThemeDir: Success 3:893 0:098 theme inited 3:895 0:001 Chosen theme Mojave Reveal hidden contents 0:100 0:100 MemLog inited, TSC freq: 3500026711 0:100 0:000 CPU was calibrated with ACPI PM Timer 0:100 0:000 0:100 0:000 Now is 07.04.2020, 08:39:45 (GMT) 0:100 0:000 Starting Clover revision: 5109 (master, commit 5a8588318) on American Megatrends EFI 0:100 0:000 Build with: [Args: --conf=/Users/mathieu/src/CloverBootloader/Conf -D USE_LOW_EBDA -a X64 -b RELEASE -t XCODE8 -n 9 | OS: 10.14.6] 0:100 0:000 SelfDevicePath=PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x1,0xFFFF,0x0)\HD(1,GPT,7044A270-43C5-478A-B091-DFDD99A39DBF,0x28,0x64000) @89D55298 0:100 0:000 SelfDirPath = \EFI\BOOT 0:100 0:000 Clover : Image base = 0x745DF000 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 = 4 0:100 0:000 Type 17 Index = 0 0:100 0:000 Table has error information, checking 0:100 0:000 Found memory information in table 18/1, type=0x3, operation=0x2 syndrome=0x0 0:100 0:000 ...memory OK 0:100 0:000 SmbiosTable.Type17->Speed = 1867MHz 0:100 0:000 SmbiosTable.Type17->Size = 4096MB 0:100 0:000 SmbiosTable.Type17->Bank/Device = BANK 0 ChannelA-DIMM0 0:100 0:000 SmbiosTable.Type17->Vendor = 029E 0:100 0:000 SmbiosTable.Type17->SerialNumber = 00000000 0:100 0:000 SmbiosTable.Type17->PartNumber = CMZ8GX3M2A1866C9 0:100 0:000 Type 17 Index = 1 0:100 0:000 SmbiosTable.Type17->Speed = 1867MHz 0:100 0:000 SmbiosTable.Type17->Size = 4096MB 0:100 0:000 SmbiosTable.Type17->Bank/Device = BANK 1 ChannelA-DIMM1 0:100 0:000 SmbiosTable.Type17->Vendor = 029E 0:100 0:000 SmbiosTable.Type17->SerialNumber = 00000000 0:100 0:000 SmbiosTable.Type17->PartNumber = CMZ8GX3M2A1866C9 0:100 0:000 Type 17 Index = 2 0:100 0:000 Table has error information, checking 0:100 0:000 Found memory information in table 18/2, type=0x3, operation=0x2 syndrome=0x0 0:100 0:000 ...memory OK 0:100 0:000 SmbiosTable.Type17->Speed = 1867MHz 0:100 0:000 SmbiosTable.Type17->Size = 4096MB 0:100 0:000 SmbiosTable.Type17->Bank/Device = BANK 2 ChannelB-DIMM0 0:100 0:000 SmbiosTable.Type17->Vendor = 029E 0:100 0:000 SmbiosTable.Type17->SerialNumber = 00000000 0:100 0:000 SmbiosTable.Type17->PartNumber = CMZ8GX3M2A1866C9 0:100 0:000 Type 17 Index = 3 0:100 0:000 SmbiosTable.Type17->Speed = 1867MHz 0:100 0:000 SmbiosTable.Type17->Size = 4096MB 0:100 0:000 SmbiosTable.Type17->Bank/Device = BANK 3 ChannelB-DIMM1 0:100 0:000 SmbiosTable.Type17->Vendor = 029E 0:100 0:000 SmbiosTable.Type17->SerialNumber = 00000000 0:100 0:000 SmbiosTable.Type17->PartNumber = CMZ8GX3M2A1866C9 0:100 0:000 Boot status=0 0:100 0:000 Running on: 'System Product Name' with board 'P8Z77-V PRO' 0:100 0:000 === [ GetCPUProperties ] ======================== 0:100 0:000 CPU Vendor = 756E6547 Model=306A9 0:100 0:000 The CPU supported SSE4.1 0:100 0:000 BrandString = Intel(R) Core(TM) i7-3770K CPU @ 3.50GHz 0:100 0:000 The CPU supported turbo 0:100 0:000 MSR 0x35 40008 0:100 0:000 MSR 0xE2 before patch 1E008402 0:100 0:000 MSR 0xE2 is locked, PM patches will be turned on 0:100 0:000 MSR 0xCE 00081010_81010F0012300 0:100 0:000 corrected FLEX_RATIO = E0000 0:100 0:000 MSR 0x1B0 00000000 0:100 0:000 FSBFrequency = 101 MHz, DMI FSBFrequency = 100 MHz, Corrected FSBFrequency = 100 MHz 0:100 0:000 MaxDiv/MinDiv: 35.0/16 0:100 0:000 Turbo: 37/38/39/39 0:100 0:000 Features: 0x779AE3BFBFEBFBFF 0:100 0:000 Threads: 8 0:100 0:000 Cores: 4 0:100 0:000 FSB: 100 MHz 0:100 0:000 CPU: 3510 MHz 0:100 0:000 TSC: 3510 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(0x1,0x0)/Pci(0x0,0x0)/Ctrl(0x0)/AcpiAdr(0x80010340) 0:100 0:000 PCI (00|00:00.00) : 8086 0150 class=060000 0:100 0:000 PCI (00|00:01.00) : 8086 0151 class=060400 0:100 0:000 PCI (00|01:00.00) : 10DE 0FC1 class=030000 0:100 0:000 - GOP: Provided by device 0:100 0:000 - GFX: Model=Gigabyte GeForce GT 640 family E7 (Kepler) 0:100 0:000 PCI (00|01:00.01) : 10DE 0E1B class=040300 0:100 0:000 - HDMI Audio: 0:100 0:000 PCI (00|00:02.00) : 8086 0162 class=030000 0:100 0:000 - GFX: Model=Intel HD Graphics 4000 (Intel) 0:100 0:000 PCI (00|00:14.00) : 8086 1E31 class=0C0330 0:100 0:000 PCI (00|00:16.00) : 8086 1E3A class=078000 0:100 0:000 PCI (00|00:16.01) : FFFF FFFF class=FFFFFF 0:100 0:000 PCI (00|00:19.00) : 8086 1503 class=020000 0:100 0:000 - LAN: 0 Vendor=Intel 0:100 0:000 PCI (00|00:1A.00) : 8086 1E2D class=0C0320 0:100 0:000 PCI (00|00:1B.00) : 8086 1E20 class=040300 0:100 0:000 PCI (00|00:1C.00) : 8086 1E10 class=060400 0:100 0:000 PCI (00|00:1C.01) : 8086 1E12 class=060400 0:100 0:000 PCI (00|03:00.00) : 14E4 43A0 class=028000 0:100 0:000 - WIFI: Vendor=5348Broadcom 0:100 0:000 PCI (00|00:1C.02) : 8086 1E14 class=060400 0:100 0:000 PCI (00|04:00.00) : 1B21 1042 class=0C0330 0:100 0:000 PCI (00|00:1C.03) : 8086 1E16 class=060400 0:100 0:000 PCI (00|05:00.00) : 1B21 0612 class=010601 0:100 0:000 PCI (00|00:1C.04) : 8086 244E class=060401 0:100 0:000 PCI (00|06:00.00) : 1B21 1080 class=060401 0:100 0:000 PCI (00|00:1C.07) : 8086 1E1E class=060400 0:100 0:000 PCI (00|08:00.00) : 1B21 1042 class=0C0330 0:100 0:000 PCI (00|00:1D.00) : 8086 1E26 class=0C0320 0:100 0:000 PCI (00|00:1F.00) : 8086 1E44 class=060100 0:100 0:000 PCI (00|00:1F.02) : 8086 1E02 class=010601 0:100 0:000 PCI (00|00:1F.03) : 8086 1E22 class=0C0500 0:100 0:000 PCI (00|00:1F.06) : FFFF FFFF class=FFFFFF 0:100 0:000 === [ GetDefaultSettings ] ====================== 0:100 0:000 Clover load options size = 0 bytes 0:106 0:005 CheckOEMPathExists tried EFI\CLOVER\OEM\System Product Name--00-00-00-00-00-00. Dir not exists 0:106 0:000 CheckOEMPathExists tried EFI\CLOVER\OEM\P8Z77-V PRO\UEFI. Dir not exists 0:106 0:000 CheckOEMPathExists tried EFI\CLOVER\OEM\System Product Name. Dir not exists 0:106 0:000 CheckOEMPathExists tried EFI\CLOVER\OEM\System Product Name-3510. Dir not exists 0:106 0:000 CheckOEMPathExists tried EFI\CLOVER\OEM\P8Z77-V PRO. Dir not exists 0:106 0:000 CheckOEMPathExists tried EFI\CLOVER\OEM\P8Z77-V PRO-3510. Dir not exists 0:106 0:000 set OEMPath by default: EFI\CLOVER 0:107 0:000 EFI\CLOVER\config.plist loaded: Success 0:107 0:000 === [ GetListOfThemes ] ========================= 0:116 0:009 - [00]: MacProv2 0:132 0:015 - [01]: Catalina 0:144 0:012 - [02]: Imac 0:151 0:006 - [03]: Mojave 0:156 0:004 - [04]: Mojave2 0:168 0:011 - [05]: Clovy 0:175 0:007 - [06]: DEV 0:178 0:002 - [07]: RANDOM 0:190 0:012 - [07]: EMBEDDED 0:191 0:001 === [ Found config plists ] ===================== 0:194 0:002 - config_old.plist 0:194 0:000 - config.plist 0:201 0:006 === [ GetEarlyUserSettings ] ==================== 0:201 0:000 timeout set to 8 0:201 0:000 Custom boot CUSTOM_BOOT_DISABLED (0x0) 0:243 0:042 KextsToPatch: 10 requested 0:245 0:001 - [00]: AppleAHCIPort (ICH10 hotplug for 10.4.x) :: MatchOS: 10.14.x :: BinPatch :: data len: 14 0:252 0:007 - [01]: com.apple.driver.AppleAHCIPort (External icons patch) :: MatchOS: 10.13.x,10.14.x :: BinPatch :: data len: 8 0:261 0:008 - [02]: com.apple.driver.AppleAHCIPort (patch AppleAHCIPort for ICH * by vit9696) :: BinPatch :: data len: 4 0:268 0:007 - patch disabled at config 0:270 0:001 - [03]: com.apple.driver.AppleMikeyDriver (Patch Assertions) :: MatchOS: 10.13.x,10.14.x :: BinPatch :: data len: 16 0:364 0:093 - [04]: com.apple.driver.AppleHDA (Patch Assertions) :: MatchOS: 10.13.x,10.14.x :: BinPatch :: data len: 16 0:373 0:009 - [05]: com.apple.driver.AppleGraphicsDevicePolicy (Prevent AGDP from loading) :: MatchOS: 10.13.x,10.14.x :: BinPatch :: data len: 5 0:381 0:008 - [06]: com.apple.iokit.IOUSBHostFamily (USB port limit patch #1 10.14.x modify by DalianSky(credit ydeng)) :: MatchOS: 10.14.x :: BinPatch :: data len: 4 0:428 0:046 - [07]: com.apple.iokit.IOUSBHostFamily (USB port limit patch #2 10.14.x modify by DalianSky(credit PMHeart)) :: MatchOS: 10.14.x :: BinPatch :: data len: 4 0:436 0:007 - [08]: com.apple.driver.usb.AppleUSBXHCI (USB Port limit patch #3 10.14.x modify by DalianSky(credits PMheart)) :: MatchOS: 10.14.x :: BinPatch :: data len: 4 0:444 0:008 - [09]: com.apple.driver.usb.AppleUSBXHCI (USB Port limit patch #4 10.14.x modify by DalianSky(credits PMheart)) :: MatchOS: 10.14.x :: BinPatch :: data len: 4 0:488 0:043 KernelToPatch: 1 requested 0:490 0:001 - [00]: activating speedstepping for IvyBridge :: data len: 25 0:495 0:004 Default theme: Mojave 0:496 0:001 Hiding entries with string Windows 0:498 0:001 Hiding entries with string BOOTX64.EFI 0:500 0:002 Hiding entries with string Preboot 0:502 0:001 === [ LoadDrivers ] ============================= 0:521 0:019 Loading HFSPlus-64.efi status=Success 0:543 0:022 - driver needs connecting 0:575 0:032 Loading FSInject.efi status=Success 0:581 0:005 Loading SMCHelper.efi status=Success 0:586 0:005 Loading CsmVideoDxe.efi status=Success 0:593 0:006 - driver needs connecting 0:594 0:001 Loading Fat.efi status=Success 0:601 0:006 - driver needs connecting 0:602 0:001 Loading AptioInputFix-64.efi status=Success 0:709 0:106 Loading AptioMemoryFix-64.efi status=Success 0:815 0:106 Loading DataHubDxe.efi status=Success 0:851 0:035 Loading PartitionDxe.efi status=Success 0:864 0:012 - driver needs connecting 0:865 0:001 Loading ApfsDriverLoader.efi status=Success 0:870 0:005 - driver needs connecting 0:872 0:001 5 drivers needs connecting ... 0:874 0:001 PlatformDriverOverrideProtocol not found. Installing ... Success 0:877 0:003 Partition driver loaded: 0:880 0:003 HFS+ driver loaded 0:881 0:001 APFS driver loaded 0:883 0:001 Video driver loaded: disconnect Successdisconnect Success 0:894 0:010 Searching for invalid DiskIo BY_DRIVER connects: not found, all ok 1:703 0:809 === [ InitScreen ] ============================== 1:704 0:001 Console modes reported: 3, available modes: 1:706 0:001 - [01]: 80x25 (current mode) 1:707 0:001 - [02]: 80x50 1:709 0:001 - [03]: 100x31 1:710 0:001 SetScreenResolution: 1920x1080 - already set 1:714 0:003 reinit: self device path=PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x1,0xFFFF,0x0)\HD(1,GPT,7044A270-43C5-478A-B091-DFDD99A39DBF,0x28,0x64000) 1:716 0:001 new SelfHandle=89D55298 1:760 0:044 Using embedded font: Success 1:764 0:003 === [ GetMacAddress ] =========================== 1:766 0:001 MAC address of LAN #0= C8:60:00:BC:2D:8E: 1:779 0:012 === [ ScanSPD ] ================================= 1:782 0:002 Scanning SMBus [8086:1E22], mmio: 0xF7E35004, ioport: 0xF040, hostc: 0x1 1:802 0:020 Slot: 0 Type 24 4096MB 1777MHz Vendor=Corsair PartNo=CMZ8GX3M2A1866C9 SerialNo= 0 0 0 0 0 0 0 0 1:822 0:020 Slot: 1 Type 24 4096MB 1777MHz Vendor=Corsair PartNo=CMZ8GX3M2A1866C9 SerialNo= 0 0 0 0 0 0 0 0 1:894 0:072 Slot: 2 Type 24 4096MB 1866MHz Vendor=Corsair PartNo=CMZ8GX3M2A1866C9 SerialNo= 0 0 0 0 0 0 0 0 1:915 0:020 Slot: 3 Type 24 4096MB 1866MHz Vendor=Corsair PartNo=CMZ8GX3M2A1866C9 SerialNo= 0 0 0 0 0 0 0 0 1:917 0:002 === [ GetAcpiTablesList ] ======================= 1:919 0:001 Get Acpi Tables List from RSDT: 1:922 0:003 - [00]: FACP A M I len=132 1:924 0:002 - [01]: APIC A M I len=146 1:926 0:001 - [02]: FPDT A M I len=68 1:927 0:001 - [03]: MCFG A M I len=60 1:967 0:039 - [04]: HPET A M I len=56 1:969 0:001 - [05]: SSDT SataTabl len=877 1:970 0:001 - [06]: BGRT A M I len=56 1:972 0:001 - [07]: SSDT Cpu0Ist len=2474 1:973 0:001 - [08]: SSDT CpuPm len=2706 1:975 0:001 Calibrated TSC Frequency = 3500026711 = 3500MHz 1:979 0:003 === [ GetUserSettings ] ========================= 1:980 0:001 USB FixOwnership: yes 1:982 0:001 Dropping 3 tables: 1:984 0:002 - [00]: Drop table signature="SSDT" (54445353) table-id="Cpu0Ist" ( 74734930757043) 2:049 0:065 - set table: 54445353, 74734930757043 to drop: yes 2:053 0:003 - [01]: Drop table signature="SSDT" (54445353) table-id="CpuPm" ( 6D50757043) 2:079 0:026 - set table: 54445353, 6d50757043 to drop: yes 2:084 0:004 - [02]: Drop table signature="DMAR" (52414D44) 2:098 0:014 - set table: 52414D44, 0 to drop: no 2:101 0:003 - final DSDT Fix mask=50404000 2:103 0:001 PatchesDSDT: 5 requested 2:142 0:039 - [00]: (change EHC1 to EH01) lenToFind: 4, lenToReplace: 4, Target Bridge: 2:150 0:007 - [01]: (change EHC2 to EH02) lenToFind: 4, lenToReplace: 4, Target Bridge: 2:158 0:007 - [02]: (change GFX0 to IGPU) lenToFind: 4, lenToReplace: 4, Target Bridge: 2:167 0:009 - [03]: (change HECI to IMEI) lenToFind: 4, lenToReplace: 4, Target Bridge: 2:176 0:008 - [04]: (change SAT0 to SATA) lenToFind: 4, lenToReplace: 4, Target Bridge: 2:185 0:008 EnableC7: no 2:186 0:001 EnableC6: no 2:226 0:039 Using ProductName from config: iMac13,2 2:227 0:001 Found same BiosVersion in clover and config 2:229 0:001 BiosVersion: IM131.88Z.F000.B00.2002052050 2:230 0:001 BiosReleaseDate: 02/05/2019 2:232 0:001 Using EfiVersion from clover: 290.0.0.0.0 2:233 0:001 Using FirmwareFeatures from config: 0xE00DE137 2:235 0:001 Using FirmwareFeaturesMask from config: 0xFF1FFF3F 2:236 0:001 Board-ID set from config as Mac-FC02E91DDD3FA6A4 2:238 0:001 BoardType: 0xA 2:243 0:005 ChassisType: 0xD 2:255 0:011 === [ Found DSDT tables ] ======================= 2:258 0:002 - DSDT.AML 2:377 0:119 === [ ScanVolumes ] ============================= 2:384 0:006 Found 19 volumes with blockIO 2:385 0:001 - [00]: Volume: PciRoot(0x0)\Pci(0x14,0x0)\USB(0x7,0x0)\USB(0x1,0x0)\USB(0x3,0x0) 2:433 0:048 - [01]: Volume: PciRoot(0x0)\Pci(0x14,0x0)\USB(0x7,0x0)\USB(0x1,0x0)\USB(0x3,0x0)\HD(1,GPT,09B68B84-A844-4982-8412-9B2702C57FA8,0x28,0x64000) 2:437 0:003 Result of bootcode detection: bootable unknown (legacy) 2:533 0:095 - [02]: Volume: PciRoot(0x0)\Pci(0x14,0x0)\USB(0x7,0x0)\USB(0x1,0x0)\USB(0x3,0x0)\HD(2,GPT,C9046D26-6FC1-4657-9E10-0A8C6C397A45,0x64028,0x746527B0) 2:569 0:035 - [03]: Volume: PciRoot(0x0)\Pci(0x14,0x0)\USB(0x7,0x0)\USB(0x2,0x0) 2:573 0:004 - [04]: Volume: PciRoot(0x0)\Pci(0x14,0x0)\USB(0x7,0x0)\USB(0x2,0x0)\HD(1,GPT,CBB58B49-132D-4A43-940B-7385483D4680,0x28,0x64000) 2:577 0:004 Result of bootcode detection: bootable unknown (legacy) 2:634 0:057 - [05]: Volume: PciRoot(0x0)\Pci(0x14,0x0)\USB(0x7,0x0)\USB(0x2,0x0)\HD(2,GPT,875DB2D9-6751-46A8-B013-50184E1486A9,0x64028,0x3927FB0) 2:639 0:004 - [06]: Volume: PciRoot(0x0)\Pci(0x14,0x0)\USB(0x7,0x0)\USB(0x1,0x0)\USB(0x3,0x0)\Scsi(0x0,0x1) 2:642 0:003 - [07]: Volume: PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x0,0xFFFF,0x0) 2:646 0:003 - [08]: Volume: PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x1,0xFFFF,0x0) 2:658 0:011 - [09]: Volume: PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x0,0xFFFF,0x0)\HD(1,GPT,1975239E-6CC2-416E-357D-9E893FFA233B,0x800,0xA8800) 2:710 0:051 Result of bootcode detection: bootable Windows (vista,win) 2:720 0:010 - [10]: Volume: PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x0,0xFFFF,0x0)\HD(2,GPT,D57B65B6-35BC-4719-F8F7-EF5A8DBF222F,0xA9000,0x8000) 2:724 0:003 - [11]: Volume: PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x0,0xFFFF,0x0)\HD(3,GPT,6375F8EC-8C56-478D-C39C-E7B6ED0C3E31,0xB1000,0xE8C5FB5A) 2:728 0:004 Result of bootcode detection: bootable Windows (vista,win) 2:768 0:039 - [12]: Volume: PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x0,0xFFFF,0x0)\HD(4,GPT,CD009A64-D915-4DA9-8F9D-255B16014114,0xE8D11000,0xF6800) 2:772 0:003 Result of bootcode detection: bootable Windows (vista,win) 2:773 0:001 - [13]: Volume: PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x1,0xFFFF,0x0)\HD(1,GPT,7044A270-43C5-478A-B091-DFDD99A39DBF,0x28,0x64000) 2:783 0:009 Result of bootcode detection: bootable unknown (legacy) 2:827 0:044 This is SelfVolume !! 2:829 0:001 - [14]: Volume: PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x1,0xFFFF,0x0)\HD(2,GPT,EA5CAF4F-CD6B-4FBE-ACE7-D4DC55135322,0x64028,0x746A2D60) 2:862 0:032 Result of bootcode detection: bootable unknown (legacy) 2:863 0:001 - [15]: Volume: PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x1,0xFFFF,0x0)\HD(2,GPT,EA5CAF4F-CD6B-4FBE-ACE7-D4DC55135322,0x64028,0x746A2D60)\VenMedia(BE74FCF7-0B7C-49F3-9147-01F4042E6842,A89E4F236FC6CD4488F7BC49942A30BA) 2:866 0:003 hiding this volume 2:868 0:001 - [16]: Volume: PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x1,0xFFFF,0x0)\HD(2,GPT,EA5CAF4F-CD6B-4FBE-ACE7-D4DC55135322,0x64028,0x746A2D60)\VenMedia(BE74FCF7-0B7C-49F3-9147-01F4042E6842,E49FB298310EB438995AD789EC5C7A79) 2:901 0:033 - [17]: Volume: PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x1,0xFFFF,0x0)\HD(2,GPT,EA5CAF4F-CD6B-4FBE-ACE7-D4DC55135322,0x64028,0x746A2D60)\VenMedia(BE74FCF7-0B7C-49F3-9147-01F4042E6842,0773AD116F373948888BBE132DF1AF9A) 2:904 0:003 - [18]: Volume: PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x1,0xFFFF,0x0)\HD(2,GPT,EA5CAF4F-CD6B-4FBE-ACE7-D4DC55135322,0x64028,0x746A2D60)\VenMedia(BE74FCF7-0B7C-49F3-9147-01F4042E6842,7BEBCDC28780954FBCA720CAB84C92F8) 2:943 0:038 No AudioIoProtocols, status=Not Found 2:944 0:001 === [ InitXTheme ] ============================== 2:946 0:001 use night theme 2:961 0:015 Using theme 'Mojave' (EFI\CLOVER\themes\Mojave) 2:963 0:001 chosen theme Mojave 2:965 0:002 OS main and drive as badge 2:966 0:001 Warning! Character width 11 should be even! 3:777 0:810 file sound read: sound_night.wav Not Found 3:785 0:008 file sound read: sound.wav Not Found 3:794 0:009 Loading font from ThemeDir: Success 3:893 0:098 theme inited 3:895 0:001 Chosen theme Mojave 3:896 0:001 after NVRAM boot-args=dart=0 debug=0x100 -v shikigva=16 shiki-id=Mac-FC02E91DDD3FA6A4 3:898 0:001 === [ Dump SMC keys from NVRAM ] ================ 3:900 0:001 found AppleSMC protocol 3:931 0:031 Registered 16 SMC keys 3:934 0:002 === [ ScanLoader ] ============================== 3:935 0:001 - [01]: 'EFI' 4:049 0:113 AddLoaderEntry for Volume Name=EFI 4:051 0:001 skipped because entry is hidden 4:052 0:001 - [02]: 'Install macOS Catalina' 4:076 0:023 AddLoaderEntry for Volume Name=Install macOS Catalina 4:100 0:024 - [04]: 'EFI' 4:108 0:008 AddLoaderEntry for Volume Name=EFI 4:110 0:001 skipped because entry is hidden 4:112 0:001 - [05]: 'Install macOS Mojave' 4:117 0:005 AddLoaderEntry for Volume Name=Install macOS Mojave 4:124 0:006 - [09]: 'EFI' 4:162 0:037 AddLoaderEntry for Volume Name=EFI 4:165 0:003 AddLoaderEntry for Volume Name=EFI 4:167 0:001 skipped because entry is hidden 4:168 0:001 - [13]: 'EFI' 4:181 0:012 AddLoaderEntry for Volume Name=EFI 4:182 0:001 skipped because entry is hidden 4:184 0:001 - [15]: 'Preboot', hidden 4:187 0:003 - [16]: 'Mojave' 4:510 0:322 AddLoaderEntry for Volume Name=Mojave 4:548 0:037 hibernated: set as never 4:594 0:046 - [17]: 'Recovery' 4:608 0:013 AddLoaderEntry for Volume Name=Recovery 4:635 0:027 - [18]: 'VM' 4:638 0:003 === [ AddCustomTool ] =========================== 4:662 0:024 found tool \EFI\CLOVER\tools\Shell64U.efi 4:664 0:002 Checking EFI partition Volume 1 for Clover 4:668 0:003 Checking EFI partition Volume 4 for Clover 4:693 0:025 Found Clover 4:696 0:002 === [ GetEfiBootDeviceFromNvram ] =============== 4:698 0:001 - found entry 3. 'Boot macOS from Mojave', Volume 'Mojave', DevicePath 'PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x1,0xFFFF,0x0)\HD(2,GPT,EA5CAF4F-CD6B-4FBE-ACE7-D4DC55135322,0x64028,0x746A2D60)\VenMedia(BE74FCF7-0B7C-49F3-9147-01F4042E6842,E49FB298310EB438995AD789EC5C7A79)\System\Library\CoreServices\boot.efi' 4:749 0:051 XArray::ElementAt(xsize) const -> Operator [] : index > m_lenA fatal error happened. System halted @Slice Like @chris111 and @Badruzeus I've got some problems with already optimized theme on r5109 Release: I use switch function to test these theme. The clovy theme does not appear at startup, even if it is declared in the config.plist. Clover replaces it with embedded. Note: Clovy don't accept 1920*1080 resolution!! Mojave and Catalina themes already optimized and re-optimized via Clover.app don't work: with the first, Clover GUI stuck. What happens! I don't understand. Clover version + EFI come back at the bottom right ??? Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/852/#findComment-2715910 Share on other sites More sharing options...
vector sigma Posted April 7, 2020 Share Posted April 7, 2020 (edited) @Matgen84: 2:966 0:001 Warning! Character width 11 should be even! ..but is odd. Mojave theme's characters are invalid I guess, or at least is what the new Xtheme engine says. Edited April 7, 2020 by vector sigma Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/852/#findComment-2715911 Share on other sites More sharing options...
Matgen84 Posted April 7, 2020 Share Posted April 7, 2020 (edited) 9 minutes ago, vector sigma said: @Matgen84: 2:966 0:001 Warning! Character width 11 should be even! ..but is odd. Mojave theme's characters are invalid I guess, or at least is what the new Xtheme engine says. Thanks What about Clovy (standalone theme, not embedded) or Catalina issues: what do you think! Edited April 7, 2020 by Matgen84 Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/852/#findComment-2715913 Share on other sites More sharing options...
vector sigma Posted April 7, 2020 Share Posted April 7, 2020 (edited) 1 minute ago, Matgen84 said: Thanks What about Clovy or Catalina issues: what do you think! Not sure. BTW in the Mojave theme CharWidth is 10. Did you modify it? Edited April 7, 2020 by vector sigma Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/852/#findComment-2715914 Share on other sites More sharing options...
Matgen84 Posted April 7, 2020 Share Posted April 7, 2020 9 minutes ago, vector sigma said: Not sure. BTW the Mojave CharWidth is 10. Did you modify it? For Mojave, I rollback to char width 10. What about the two order theme (screenshot posted in Clover theme topic)! Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/852/#findComment-2715917 Share on other sites More sharing options...
vector sigma Posted April 7, 2020 Share Posted April 7, 2020 Just now, Matgen84 said: For Mojave, I rollback to char width 10. What about the two order theme (screenshot posted in Clover theme topic)! Sorry fo the stupid question, but did you modify them? Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/852/#findComment-2715918 Share on other sites More sharing options...
Matgen84 Posted April 7, 2020 Share Posted April 7, 2020 9 minutes ago, vector sigma said: Sorry fo the stupid question, but did you modify them? No modification to them. Latest working commit: r5108 (2971779dd). Is it possible that Clover install log print SHA1! Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/852/#findComment-2715919 Share on other sites More sharing options...
vector sigma Posted April 7, 2020 Share Posted April 7, 2020 (edited) 10 minutes ago, Matgen84 said: No modification to them. Latest working commit: r5108 (2971779dd). Forgot 5108, 5109 has a new technology. That must be fixed if a need be, but until now i can see only users errors What if you provide preboot.log(s) with those theme so that developers can see something without image the problem? Edited April 7, 2020 by vector sigma 1 Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/852/#findComment-2715920 Share on other sites More sharing options...
Matgen84 Posted April 7, 2020 Share Posted April 7, 2020 19 minutes ago, vector sigma said: Forgot 5108, 5109 has a new technology. That must be fixed if a need be, but until now i can see only users errors There are also problems with badges on the themes of Catalina and Mojave. Clovy is barely operational. How to do then while waiting! Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/852/#findComment-2715924 Share on other sites More sharing options...
vector sigma Posted April 7, 2020 Share Posted April 7, 2020 18 minutes ago, Matgen84 said: How to do then while waiting! provide a preboot.log? Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/852/#findComment-2715929 Share on other sites More sharing options...
Recommended Posts