![]() |
Bienvenue invité ( Connexion | Inscription )
![]() |
![]() ![]()
Message
#1
|
|
![]() Macbidouilleur d'Or ! ![]() ![]() ![]() ![]() ![]() Groupe : Modérateurs Messages : 13 775 Inscrit : 11 May 2006 Membre no 60 938 ![]() |
Renommer et/ou masquer les entrées de boot de Clover(et configurer au passage l’auto-boot) Pour l'APFS, voir ici ![]() Vous l’avez certainement remarqué, si vous laisser Clover détecter tout seul les partitions, il vous affichera des options aux noms parfois abscons du genre "Boot EFI from xxx" et il peut même arriver que ces options ne fonctionnent pas comme prévu. 1 - Déterminer les partitions et leur UUID : ![]() Dans cet exemple, il s’agit bien de la partition démarrant Windows mais le nom n’est pas vraiment explicite. C’est précisément ce que nous allons changer. 2 - Configurer le config.plist et créer les Custom Entries : N'oubliez pas de cocher Custom à la place d'Auto=Yes dans la rubrique GUI de Clover Configurator et pensez également à décocher "Legacy" (vous pouvez éventuellement cocher Kernel* si vous voulez que Clover liste ceux de Linux) : ![]() Au final, vous devriez voir vos partitions correctement nommées au prochain redémarrage. ![]() ![]() *Depuis la version 4.28.0 de Clover Configurator, il est nécessaire de cocher également Linux sans quoi Clover ne détectera pas ce type d'OS. ![]() 3 - Configurer l'auto-boot et régler le thème du menu de Clover : 4 - Pour aller plus loin avec les Custom Entries ![]()
![]() -------------------- Un Mac • macOS 10.15.7 MacBook Air mi-2012 Core i5 1,7 GHz Intel HD 4000 SSD 64 Go
Des Hacks • Asus Z170-P - Core i7 6700 3,40 GHz - XFX 6800 XT 16 Go - 32 Go DDR4 • Gigabyte H110M-S2H - Core i5 6600 3,30 GHz - Zotac GTX 1060 6 Go - 32 Go DDR4 • Gigabyte GA-H97-HD3 - Core i5 4570 3,20 GHz - MSI GTX 650 Ti 2 Go - 16 Go DDR3 • Acer Aspire V3 772G Core i5 4210M 2,60 GHz - Intel HD 4600 + GTX 850M 2 Go (désactivée) - 16 Go DDR3 • Dell Latitude e7470 Core i5 6300U 2,40 GHz - Intel HD 520 - 16 Go DDR4 • Dell Latitude 7490 Core i7 8650U 1,90 GHz - Intel UHD 620 - 16 Go DDR4 • Dell Latitude e7440 Core i7 4600U 2,10 GHz - Intel HD 4400 - 16 Go DDR3 • HP Elite 8300 USFF - Core i7 3770S 3,90 GHz - Intel HD 4000 (+ quelques autres...) Politique vis à vis des outils automatisés et des distributions - Guide d'installation - Tutoriels - Lexique et utilité des Kexts - FAQ Générale du Hackintosh - FAQ des Bootloaders - FAQ des Bootflags - FAQ des problèmes les plus courants - FAQ sur les Mises à jour Majeures sur Hackintosh |
|
|
![]() |
![]()
Message
#2
|
|
![]() Macbidouilleur de bronze ! ![]() ![]() Groupe : Membres Messages : 429 Inscrit : 17 Jan 2005 Lieu : Bretagne Membre no 30 997 ![]() |
Voici pour le config.plist :
CODE <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> <plist version="1.0"> <dict> <key>ACPI</key> <dict> <key>DSDT</key> <dict> <key>Fixes</key> <dict> <key>AddMCHC</key> <true/> <key>FixHPET</key> <true/> <key>FixIPIC</key> <true/> <key>FixRTC</key> <true/> <key>FixShutdown</key> <true/> <key>FixTMR</key> <true/> </dict> <key>Patches</key> <array> <dict> <key>Comment</key> <string>change XHCI to XHC</string> <key>Disabled</key> <false/> <key>Find</key> <data> WEhDSQ== </data> <key>Replace</key> <data> WEhDXw== </data> </dict> <dict> <key>Comment</key> <string>change XHC1 to XHC</string> <key>Disabled</key> <false/> <key>Find</key> <data> WEhDMQ== </data> <key>Replace</key> <data> WEhDXw== </data> </dict> <dict> <key>Comment</key> <string>change SAT0 to SATA</string> <key>Disabled</key> <false/> <key>Find</key> <data> U0FUMA== </data> <key>Replace</key> <data> U0FUQQ== </data> </dict> <dict> <key>Comment</key> <string>change EHC1 to EH01</string> <key>Disabled</key> <false/> <key>Find</key> <data> RUhDMQ== </data> <key>Replace</key> <data> RUgwMQ== </data> </dict> <dict> <key>Comment</key> <string>change EHC2 to EH02</string> <key>Disabled</key> <false/> <key>Find</key> <data> RUhDMg== </data> <key>Replace</key> <data> RUgwMg== </data> </dict> </array> </dict> <key>DropTables</key> <array> <dict> <key>Signature</key> <string>DMAR</string> </dict> <dict> <key>Signature</key> <string>MATS</string> </dict> </array> <key>FixHeaders</key> <true/> <key>HaltEnabler</key> <false/> <key>SSDT</key> <dict> <key>Generate</key> <dict> <key>PluginType</key> <true/> </dict> </dict> </dict> <key>Boot</key> <dict> <key>Arguments</key> <string>keepsyms=1 dart=0 debug=0x100</string> <key>DefaultVolume</key> <string>Mojave</string> <key>Timeout</key> <integer>5</integer> <key>XMPDetection</key> <string>Yes</string> </dict> <key>Devices</key> <dict> <key>Audio</key> <dict> <key>Inject</key> <integer>1</integer> <key>ResetHDA</key> <true/> </dict> <key>Properties</key> <dict> <key>PciRoot(0x0)/Pci(0x2,0x0)</key> <dict> <key>AAPL,ig-platform-id</key> <data> BwCbPg== </data> <key>framebuffer-patch-enable</key> <data> AQAAAA== </data> <key>framebuffer-stolenmem</key> <data> AAAwAQ== </data> </dict> </dict> <key>USB</key> <dict> <key>FixOwnership</key> <true/> </dict> </dict> <key>GUI</key> <dict> <key>Custom</key> <dict> <key>Entries</key> <array> <dict> <key>Disabled</key> <false/> <key>FullTitle</key> <string>Preboot</string> <key>Hidden</key> <true/> <key>Ignore</key> <false/> <key>NoCaches</key> <false/> <key>Path</key> <string>\507092DA-FC6C-3774-A431-18BF15F7AEB3\System\Library\CoreServices\boot.efi</string> <key>Type</key> <string>OSX</string> <key>Volume</key> <string>436843D8E1B62145B24E1F1E1679B4A9</string> <key>VolumeType</key> <string>Internal</string> </dict> <dict> <key>Disabled</key> <false/> <key>FullTitle</key> <string>Recovery</string> <key>Hidden</key> <true/> <key>Ignore</key> <false/> <key>NoCaches</key> <false/> <key>Path</key> <string>\507092DA-FC6C-3774-A431-18BF15F7AEB3\boot.efi</string> <key>Type</key> <string>OSXRecovery</string> <key>Volume</key> <string>53F47A0E5B54F8429DD2EA2FE994E9A7</string> <key>VolumeType</key> <string>Internal</string> </dict> <dict> <key>Disabled</key> <false/> <key>FullTitle</key> <string>Preboot_Installer</string> <key>Hidden</key> <true/> <key>Ignore</key> <false/> <key>NoCaches</key> <false/> <key>Path</key> <string>\8D459A8E-5928-4517-BF3F-B6C74B0889A6\com.apple.installer\boot.efi</string> <key>Type</key> <string>OSXInstaller</string> <key>Volume</key> <string>8D459A8E-5928-4217-BF3F-B6C74B0889A6</string> <key>VolumeType</key> <string>Internal</string> </dict> </array> </dict> <key>Language</key> <string>fr:0</string> <key>Scan</key> <dict> <key>Entries</key> <true/> <key>Linux</key> <false/> <key>Tool</key> <true/> </dict> <key>ScreenResolution</key> <string>1920x1080</string> </dict> <key>Graphics</key> <dict> <key>Inject</key> <dict> <key>ATI</key> <false/> <key>Intel</key> <false/> <key>NVidia</key> <false/> </dict> </dict> <key>KernelAndKextPatches</key> <dict> <key>AppleIntelCPUPM</key> <false/> <key>KernelPm</key> <true/> <key>KextsToPatch</key> <array> <dict> <key>Comment</key> <string>Port limit increase</string> <key>Disabled</key> <false/> <key>Find</key> <data> g710////EA== </data> <key>InfoPlistPatch</key> <false/> <key>MatchOS</key> <string>10.12.x</string> <key>Name</key> <string>com.apple.driver.usb.AppleUSBXHCI</string> <key>Replace</key> <data> g710////Gw== </data> </dict> <dict> <key>Comment</key> <string>Port limit increase (RehabMan)</string> <key>Disabled</key> <false/> <key>Find</key> <data> g32IDw+DpwQAAA== </data> <key>InfoPlistPatch</key> <false/> <key>MatchOS</key> <string>10.13.x</string> <key>Name</key> <string>com.apple.driver.usb.AppleUSBXHCI</string> <key>Replace</key> <data> g32ID5CQkJCQkA== </data> </dict> <dict> <key>Comment</key> <string>Port limit increase (Ricky)</string> <key>Disabled</key> <false/> <key>Find</key> <data> g/sPD4OPBAAA </data> <key>InfoPlistPatch</key> <false/> <key>MatchOS</key> <string>10.14.x</string> <key>Name</key> <string>com.apple.driver.usb.AppleUSBXHCI</string> <key>Replace</key> <data> g/sPkJCQkJCQ </data> </dict> <dict> <key>Comment</key> <string>External icons patch</string> <key>Disabled</key> <false/> <key>Find</key> <data> RXh0ZXJuYWw= </data> <key>InfoPlistPatch</key> <false/> <key>Name</key> <string>AppleAHCIPort</string> <key>Replace</key> <data> SW50ZXJuYWw= </data> </dict> </array> </dict> <key>RtVariables</key> <dict> <key>BooterConfig</key> <string>0x28</string> <key>CsrActiveConfig</key> <string>0x3E7</string> <key>MLB</key> <string>C02726902CDH69F1M</string> <key>ROM</key> <string>UseMacAddr0</string> </dict> <key>SMBIOS</key> <dict> <key>BiosReleaseDate</key> <string>12/08/2017</string> <key>BiosVendor</key> <string>Apple Inc.</string> <key>BiosVersion</key> <string>IMP11.88Z.0064.B30.1712081714</string> <key>Board-ID</key> <string>Mac-7BA5B2D9E42DDD94</string> <key>BoardManufacturer</key> <string>Apple Inc.</string> <key>BoardSerialNumber</key> <string>C02729130CDJG36UE</string> <key>BoardType</key> <integer>10</integer> <key>BoardVersion</key> <string>1.0</string> <key>ChassisAssetTag</key> <string>iMacPro-Aluminum</string> <key>ChassisManufacturer</key> <string>Apple Inc.</string> <key>ChassisType</key> <string>0x09</string> <key>EfiVersion</key> <string>220.250.330.0.0</string> <key>Family</key> <string>iMac Pro</string> <key>FirmwareFeatures</key> <string>0xFD8FF53F</string> <key>FirmwareFeaturesMask</key> <string>0xFF9FFF3F</string> <key>LocationInChassis</key> <string>Part Component</string> <key>Manufacturer</key> <string>Apple Inc.</string> <key>Mobile</key> <false/> <key>PlatformFeature</key> <string>0xFFFF</string> <key>ProductName</key> <string>iMacPro1,1</string> <key>SerialNumber</key> <string>C02V39ZLHX87</string> <key>SmUUID</key> <string>9F55D9FE-78BF-4FF8-9D18-23ECFDB267F8</string> <key>Version</key> <string>1.0</string> </dict> <key>SystemParameters</key> <dict> <key>InjectKexts</key> <string>Yes</string> <key>InjectSystemID</key> <true/> </dict> </dict> </plist> Et le bdmesg : CODE 0:100 0:100 MemLog inited, TSC freq: 3000404380 0:100 0:000 CPU was calibrated with RTC 0:100 0:000 0:100 0:000 Now is 12.10.2019, 17:18:3 (GMT) 0:100 0:000 Starting Clover revision: 4920 on American Megatrends EFI 0:100 0:000 Build with: [Args: -nb -mc --no-usb -D NO_GRUB_DRIVERS_EMBEDDED | -D DISABLE_USB_SUPPORT -D NO_GRUB_DRIVERS_EMBEDDED -D USE_BIOS_BLOCKIO -D USE_LOW_EBDA -D HAVE_LEGACY_EMURUNTIMEDXE -a X64 -b RELEASE -t XCODE8 -n 5 | OS: 10.13.6 | XCODE: 10.1] 0:100 0:000 SelfDevicePath=PciRoot(0x0)\Pci(0x17,0x0)\Sata(0x0,0xFFFF,0x0)\HD(1,GPT,9308E56C-C642-4CB5-8ED2-9901DF96783E,0x28,0x64000) @39D4C798 0:100 0:000 SelfDirPath = \EFI\BOOT 0:102 0:002 === [ Get Smbios ] ======================================== 0:102 0:000 Type 16 Index = 0 0:102 0:000 Total Memory Slots Count = 4 0:102 0:000 Type 17 Index = 0 0:102 0:000 Ignoring insane frequency value 0MHz 0:102 0:000 SmbiosTable.Type17->Speed = 0MHz 0:102 0:000 SmbiosTable.Type17->Size = 0MB 0:102 0:000 SmbiosTable.Type17->Bank/Device = BANK 0 ChannelA-DIMM0 0:102 0:000 SmbiosTable.Type17->Vendor = <null string> 0:102 0:000 SmbiosTable.Type17->SerialNumber = <null string> 0:102 0:000 SmbiosTable.Type17->PartNumber = <null string> 0:102 0:000 Type 17 Index = 1 0:102 0:000 SmbiosTable.Type17->Speed = 2666MHz 0:102 0:000 SmbiosTable.Type17->Size = 4096MB 0:102 0:000 SmbiosTable.Type17->Bank/Device = BANK 1 ChannelA-DIMM1 0:102 0:000 SmbiosTable.Type17->Vendor = 859B 0:102 0:000 SmbiosTable.Type17->SerialNumber = E2D869CD 0:102 0:000 SmbiosTable.Type17->PartNumber = BLS4G4D26BFSE.8FB 0:102 0:000 Type 17 Index = 2 0:102 0:000 Ignoring insane frequency value 0MHz 0:102 0:000 SmbiosTable.Type17->Speed = 0MHz 0:102 0:000 SmbiosTable.Type17->Size = 0MB 0:102 0:000 SmbiosTable.Type17->Bank/Device = BANK 2 ChannelB-DIMM0 0:102 0:000 SmbiosTable.Type17->Vendor = <null string> 0:102 0:000 SmbiosTable.Type17->SerialNumber = <null string> 0:102 0:000 SmbiosTable.Type17->PartNumber = <null string> 0:102 0:000 Type 17 Index = 3 0:102 0:000 SmbiosTable.Type17->Speed = 2666MHz 0:102 0:000 SmbiosTable.Type17->Size = 4096MB 0:102 0:000 SmbiosTable.Type17->Bank/Device = BANK 3 ChannelB-DIMM1 0:102 0:000 SmbiosTable.Type17->Vendor = 859B 0:102 0:000 SmbiosTable.Type17->SerialNumber = E2D86AE8 0:102 0:000 SmbiosTable.Type17->PartNumber = BLS4G4D26BFSE.8FB 0:102 0:000 Boot status=0 0:102 0:000 Running on: 'Z390 M GAMING' with board 'Z390 M GAMING-CF' 0:102 0:000 === [ GetCPUProperties ] ================================== 0:102 0:000 CPU Vendor = 756E6547 Model=906EA 0:102 0:000 The CPU supported SSE4.1 0:102 0:000 BrandString = Intel® Core i5-9500 CPU @ 3.00GHz 0:102 0:000 The CPU supported turbo 0:102 0:000 MSR 0x35 60006 0:102 0:000 TSC/CCC Information Leaf: 0:102 0:000 numerator : 250 0:102 0:000 denominator : 2 0:102 0:000 Calibrated ARTFrequency: 24003235 0:102 0:000 MSR 0xE2 before patch 1E008000 0:102 0:000 MSR 0xE2 is locked, PM patches will be turned on 0:102 0:000 MSR 0xCE 08080838_F1011E00 0:102 0:000 corrected FLEX_RATIO = 0 0:102 0:000 FSBFrequency = 137 MHz, DMI FSBFrequency = 100 MHz, Corrected FSBFrequency = 100 MHz 0:102 0:000 MaxDiv/MinDiv: 30.0/8 0:102 0:000 Turbo: 43/43/44/44 0:102 0:000 Features: 0xBFEBFBFF 0:102 0:000 Threads: 6 0:102 0:000 Cores: 6 0:102 0:000 FSB: 100 MHz 0:102 0:000 CPU: 4100 MHz 0:102 0:000 TSC: 4100 MHz 0:102 0:000 PIS: 100 MHz 0:102 0:000 ExternalClock: 25 MHz 0:102 0:000 === [ GetDevices ] ======================================== 0:102 0:000 PCI (00|00:00.00) : 8086 3EC2 class=060000 0:102 0:000 PCI (00|00:01.00) : 8086 1901 class=060400 0:102 0:000 PCI (00|01:00.00) : 1002 67DF class=030000 0:102 0:000 - GFX: Model=AMD Radeon RX 480 (ATI/AMD) 0:103 0:000 PCI (00|01:00.01) : 1002 AAF0 class=040300 0:103 0:000 - HDMI Audio: 0:103 0:000 PCI (00|00:12.00) : 8086 A379 class=118000 0:103 0:000 PCI (00|00:14.00) : 8086 A36D class=0C0330 0:103 0:000 PCI (00|00:14.02) : 8086 A36F class=050000 0:103 0:000 PCI (00|00:16.00) : 8086 A360 class=078000 0:103 0:000 PCI (00|00:17.00) : 8086 A352 class=010601 0:103 0:000 PCI (00|00:1B.00) : 8086 A340 class=060400 0:103 0:000 PCI (00|00:1C.00) : 8086 A338 class=060400 0:103 0:000 PCI (00|00:1D.00) : 8086 A330 class=060400 0:103 0:000 PCI (00|00:1F.00) : 8086 A305 class=060100 0:103 0:000 PCI (00|00:1F.03) : 8086 A348 class=040300 0:103 0:000 PCI (00|00:1F.04) : 8086 A323 class=0C0500 0:103 0:000 PCI (00|00:1F.05) : 8086 A324 class=0C8000 0:103 0:000 PCI (00|00:1F.06) : 8086 15BC class=020000 0:103 0:000 - LAN: 0 Vendor=Intel 0:103 0:000 === [ GetDefaultSettings ] ================================ 0:103 0:000 Clover load options size = 0 bytes 0:111 0:007 EFI\CLOVER\config.plist loaded: Success 0:111 0:000 === [ GetListOfThemes ] =================================== 0:112 0:001 - [00]: BGM 0:117 0:005 - [01]: random 0:119 0:001 - [01]: embedded 0:122 0:003 === [ Found config plists ] =============================== 0:124 0:001 - config.plist 0:125 0:001 === [ GetEarlyUserSettings ] ============================== 0:125 0:000 timeout set to 5 0:125 0:000 Custom boot CUSTOM_BOOT_DISABLED (0x0) 0:125 0:000 KextsToPatch: 4 requested 0:125 0:000 - [00]: com.apple.driver.usb.AppleUSBXHCI (Port limit increase) :: MatchOS: 10.12.x :: BinPatch :: data len: 7 0:125 0:000 - [01]: com.apple.driver.usb.AppleUSBXHCI (Port limit increase (RehabMan)) :: MatchOS: 10.13.x :: BinPatch :: data len: 10 0:125 0:000 - [02]: com.apple.driver.usb.AppleUSBXHCI (Port limit increase (Ricky)) :: MatchOS: 10.14.x :: BinPatch :: data len: 9 0:125 0:000 - [03]: AppleAHCIPort (External icons patch) :: BinPatch :: data len: 8 0:126 0:000 === [ LoadDrivers ] ======================================= 0:128 0:002 Loading HFSPlus-64.efi status=Success 0:134 0:005 - driver needs connecting 0:134 0:000 Loading PartitionDxe-64.efi status=Success 0:137 0:002 - driver needs connecting 0:137 0:000 Loading DataHubDxe-64.efi status=Success 0:141 0:004 Loading FSInject-64.efi status=Success 0:144 0:002 Loading ApfsDriverLoader-64.efi status=Success 0:147 0:002 - driver needs connecting 0:147 0:000 Loading EmuVariableUefi-64.efi status=Success 0:150 0:003 EmuVariableUefi Initialize: VariableCommonInitialize = Success, orig services stored, install gEmuVariableControlProtocolGuid = Success 0:150 0:000 Loading SMCHelper-64.efi status=Success 0:154 0:003 Loading AudioDxe-64.efi status=Success 0:157 0:003 - driver needs connecting 0:157 0:000 Loading OsxAptioFixDrv-64.efi status=Success 0:161 0:003 4 drivers needs connecting ... 0:161 0:000 PlatformDriverOverrideProtocol->GetDriver overriden 0:161 0:000 Partition driver loaded: CD disconnect Success 0:161 0:000 HFS+ driver loaded 0:161 0:000 APFS driver loaded 0:161 0:000 Searching for invalid DiskIo BY_DRIVER connects: not found, all ok 5:585 5:424 EmuVariable InstallEmulation: orig vars copied, emu.var.services installed, CreateEvent VirtualAddressChange = Success, CreateEvent ExitBootServices = Success, set Status=Success 5:628 0:042 === [ InitScreen ] ======================================== 5:628 0:000 Console modes reported: 6, available modes: 5:628 0:000 - [01]: 80x25 (current mode) 5:628 0:000 - [02]: 80x50 5:628 0:000 - [03]: 100x31 5:628 0:000 - [04]: 127x33 5:628 0:000 - [06]: 120x50 5:628 0:000 SetScreenResolution: 1920x1080 - setting Mode 5 5:772 0:143 Video mode change to mode #5: Success 5:772 0:000 reinit: self device path=PciRoot(0x0)\Pci(0x17,0x0)\Sata(0x0,0xFFFF,0x0)\HD(1,GPT,9308E56C-C642-4CB5-8ED2-9901DF96783E,0x28,0x64000) 5:776 0:004 Using embedded font: Success 5:777 0:000 === [ GetMacAddress ] ===================================== 5:777 0:000 MAC address of LAN #0= B4:2E:99:8B:38:DE: 5:777 0:000 === [ ScanSPD ] =========================================== 5:777 0:000 Scanning SMBus [8086:A323], mmio: 0x50438004, ioport: 0xEFA0, hostc: 0x11 5:797 0:020 Slot: 1 Type 26 4096MB 2666MHz Vendor=Crucial Technology PartNo=BLS4G4D26BFSE.8FB SerialNo=0E020D0806090C0D 5:817 0:019 Slot: 3 Type 26 4096MB 2666MHz Vendor=Crucial Technology PartNo=BLS4G4D26BFSE.8FB SerialNo=0E020D08060A0E08 5:818 0:000 === [ GetAcpiTablesList ] ================================= 5:818 0:000 Get Acpi Tables List from RSDT: 5:818 0:000 - [00]: FACP A M I len=132 5:818 0:000 - [01]: APIC A M I len=160 5:818 0:000 - [02]: FPDT A M I len=68 5:818 0:000 - [03]: FIDT A M I len=156 5:818 0:000 - [04]: MCFG A M I len=60 5:818 0:000 - [05]: SSDT A M I len=516 5:818 0:000 - [06]: SSDT A M I len=6101 5:818 0:000 - [07]: SSDT A M I len=32401 5:818 0:000 - [08]: SSDT A M I len=12743 5:818 0:000 - [09]: SSDT A M I len=9048 5:818 0:000 - [10]: HPET A M I len=56 5:818 0:000 - [11]: SSDT A M I len=3998 5:818 0:000 - [12]: SSDT A M I len=11547 5:818 0:000 - [13]: UEFI A M I len=66 5:818 0:000 - [14]: LPIT A M I len=92 5:818 0:000 - [15]: SSDT A M I len=10206 5:818 0:000 - [16]: SSDT A M I len=4094 5:818 0:000 - [17]: DBGP A M I len=52 5:818 0:000 - [18]: DBG2 A M I len=84 5:818 0:000 - [19]: BGRT A M I len=56 5:818 0:000 - [20]: WSMT A M I len=40 5:818 0:000 Calibrated TSC Frequency = 3000404380 = 3000MHz 5:818 0:000 === [ GetUserSettings ] =================================== 5:818 0:000 Add 1 devices: 5:818 0:000 USB FixOwnership: yes 5:818 0:000 Dropping 2 tables: 5:818 0:000 - [00]: Drop table signature="DMAR" (52414D44) 5:818 0:000 - set table: 52414D44, 0 to drop: no 5:818 0:000 - [01]: Drop table signature="MATS" (5354414D) 5:818 0:000 - set table: 5354414D, 0 to drop: no 5:818 0:000 - final DSDT Fix mask=0006005C 5:818 0:000 PatchesDSDT: 5 requested 5:818 0:000 - [00]: (change XHCI to XHC) lenToFind: 4, lenToReplace: 4, Target Bridge: <null string> 5:818 0:000 - [01]: (change XHC1 to XHC) lenToFind: 4, lenToReplace: 4, Target Bridge: <null string> 5:818 0:000 - [02]: (change SAT0 to SATA) lenToFind: 4, lenToReplace: 4, Target Bridge: <null string> 5:818 0:000 - [03]: (change EHC1 to EH01) lenToFind: 4, lenToReplace: 4, Target Bridge: <null string> 5:818 0:000 - [04]: (change EHC2 to EH02) lenToFind: 4, lenToReplace: 4, Target Bridge: <null string> 5:818 0:000 Using ProductName from config: iMacPro1,1 5:818 0:000 Found same BiosVersion in clover and config 5:818 0:000 BiosVersion: IMP11.88Z.0064.B30.1712081714 5:818 0:000 BiosReleaseDate: 12/08/2017 5:818 0:000 Using EfiVersion from config: 220.250.330.0.0 5:818 0:000 Using FirmwareFeatures from config: 0xFD8FF53F 5:818 0:000 Using FirmwareFeaturesMask from config: 0xFF9FFF3F 5:818 0:000 Board-ID set from config as Mac-7BA5B2D9E42DDD94 5:818 0:000 BoardType: 0xA 5:818 0:000 ChassisType: 0x9 5:822 0:003 === [ Found DSDT tables ] ================================= 5:884 0:062 === [ ScanVolumes ] ======================================= 5:884 0:000 Found 8 volumes with blockIO 5:884 0:000 - [00]: Volume: PciRoot(0x0)\Pci(0x17,0x0)\Sata(0x0,0xFFFF,0x0) 5:885 0:000 - [01]: Volume: PciRoot(0x0)\Pci(0x17,0x0)\Sata(0x5,0xFFFF,0x0) 5:885 0:000 Found optical drive 5:885 0:000 - [02]: Volume: PciRoot(0x0)\Pci(0x17,0x0)\Sata(0x0,0xFFFF,0x0)\HD(1,GPT,9308E56C-C642-4CB5-8ED2-9901DF96783E,0x28,0x64000) 5:886 0:000 Result of bootcode detection: bootable unknown (legacy) 5:886 0:000 This is SelfVolume !! 5:886 0:000 - [03]: Volume: PciRoot(0x0)\Pci(0x17,0x0)\Sata(0x0,0xFFFF,0x0)\HD(2,GPT,8D459A8E-5928-4217-BF3F-B6C74B0889A6,0x64028,0x746A2D60) 5:887 0:000 Result of bootcode detection: bootable unknown (legacy) 5:887 0:000 - [04]: Volume: PciRoot(0x0)\Pci(0x17,0x0)\Sata(0x0,0xFFFF,0x0)\HD(2,GPT,8D459A8E-5928-4217-BF3F-B6C74B0889A6,0x64028,0x746A2D60)\VenMedia(BE74FCF7-0B7C-49F3-9147-01F4042E6842,436843D8E1B62145B24E1F1E1679B4A9) 5:887 0:000 - [05]: Volume: PciRoot(0x0)\Pci(0x17,0x0)\Sata(0x0,0xFFFF,0x0)\HD(2,GPT,8D459A8E-5928-4217-BF3F-B6C74B0889A6,0x64028,0x746A2D60)\VenMedia(BE74FCF7-0B7C-49F3-9147-01F4042E6842,DA9270506CFC7437A43118BF15F7AEB3) 5:887 0:000 - [06]: Volume: PciRoot(0x0)\Pci(0x17,0x0)\Sata(0x0,0xFFFF,0x0)\HD(2,GPT,8D459A8E-5928-4217-BF3F-B6C74B0889A6,0x64028,0x746A2D60)\VenMedia(BE74FCF7-0B7C-49F3-9147-01F4042E6842,53F47A0E5B54F8429DD2EA2FE994E9A7) 5:887 0:000 - [07]: Volume: PciRoot(0x0)\Pci(0x17,0x0)\Sata(0x0,0xFFFF,0x0)\HD(2,GPT,8D459A8E-5928-4217-BF3F-B6C74B0889A6,0x64028,0x746A2D60)\VenMedia(BE74FCF7-0B7C-49F3-9147-01F4042E6842,0EBC42C7A92BDF408903D36258E32A72) 5:888 0:000 PutNvramPlistToRtVars: nvram.plist not found 5:888 0:000 found 2 handles with audio 5:888 0:000 No AudioIoDevice stored 5:888 0:000 no stored audio parameters 5:888 0:000 === [ InitTheme ] ========================================= 5:888 0:000 use daylight theme 5:888 0:000 no default theme, get random theme BGM 5:888 0:000 using embedded theme 5:888 0:000 got embedded sound 5:888 0:000 Channels: 2 Sample rate: 8000 Hz Bits: 16 5:888 0:000 output to channel 0 with volume 70, len=25600 5:888 0:000 sound channels=2 bits=16 freq=8000 5:888 0:000 sound converted to 48kHz 5:888 0:000 not found AudioIo to play 5:888 0:000 sound play end with status=3306A4E4 5:888 0:000 Using embedded font: Success 5:888 0:000 theme inited 5:888 0:000 Chosen embedded theme 5:888 0:000 after NVRAM boot-args=keepsyms=1 dart=0 debug=0x100 5:888 0:000 === [ Dump SMC keys from NVRAM ] ========================== 5:888 0:000 found AppleSMC protocol 5:889 0:000 Registered 16 SMC keys 5:889 0:000 === [ AddCustomEntries ] ================================== 5:889 0:000 Custom entry 0 skipped because it is hidden. 5:889 0:000 Custom entry 1 skipped because it is hidden. 5:889 0:000 Custom entry 2 skipped because it is hidden. 5:889 0:000 === [ ScanLoader ] ======================================== 5:889 0:000 - [02]: 'EFI' 5:903 0:014 AddLoaderEntry for Volume Name=EFI 5:903 0:000 skipped because entry is hidden 5:903 0:000 - [04]: 'Preboot' 5:905 0:001 AddLoaderEntry for Volume Name=Preboot 5:905 0:000 Skipped because matching custom entry 0! 5:906 0:001 AddLoaderEntry for Volume Name=Preboot 5:906 0:000 Not match custom entry 0: Volume: match, Path: not match, VolumeType: match, Type: not match 5:906 0:000 Not match custom entry 1: Volume: not match, Path: not match, VolumeType: match, Type: not match 5:906 0:000 Not match custom entry 2: Volume: match, Path: not match, VolumeType: match, Type: match 5:910 0:003 - [05]: 'Mojave' 5:941 0:031 AddLoaderEntry for Volume Name=Mojave 5:941 0:000 Not match custom entry 0: Volume: not match, Path: not match, VolumeType: match, Type: match 5:941 0:000 Not match custom entry 1: Volume: not match, Path: not match, VolumeType: match, Type: not match 5:941 0:000 Not match custom entry 2: Volume: match, Path: not match, VolumeType: match, Type: not match 5:951 0:009 Check if volume Is Hibernated: 5:951 0:000 Check sleep image 'by signature': 5:967 0:015 read prefs \Library\Preferences\com.apple.PowerManagement.plist status=Success 5:967 0:000 using default sleep image name = \private\var\vm\sleepimage 5:976 0:009 sleepimage not found -> Not Found 5:976 0:000 hibernated: no - sign 5:978 0:002 - [06]: 'Recovery' 5:979 0:000 AddLoaderEntry for Volume Name=Recovery 5:979 0:000 Not match custom entry 0: Volume: not match, Path: not match, VolumeType: match, Type: not match 5:979 0:000 Skipped because matching custom entry 1! 5:979 0:000 - [07]: 'VM' 5:979 0:000 Scanning legacy ... 5:979 0:000 === [ AddCustomTool ] ===================================== 5:980 0:001 found tool \EFI\CLOVER\tools\Shell64U.efi 5:980 0:000 Checking EFI partition Volume 2 for Clover 5:983 0:002 Found Clover 5:983 0:000 EmuVariable UninstallEmulation: CloseEvent = Success, original var services restored 5:983 0:000 EmuVariable InstallEmulation: orig vars copied, emu.var.services installed, CreateEvent VirtualAddressChange = Success, CreateEvent ExitBootServices = Success, set Status=Success 6:026 0:042 === [ GetEfiBootDeviceFromNvram ] ========================= 6:026 0:000 - found entry 1. 'Boot macOS from Mojave', Volume 'Mojave', DevicePath 'PciRoot(0x0)\Pci(0x17,0x0)\Sata(0x0,0xFFFF,0x0)\HD(2,GPT,8D459A8E-5928-4217-BF3F-B6C74B0889A6,0x64028,0x746A2D60)\VenMedia(BE74FCF7-0B7C-49F3-9147-01F4042E6842,DA9270506CFC7437A43118BF15F7AEB3)\System\Library\CoreServices\boot.efii' 6:026 0:000 EmuVariable UninstallEmulation: CloseEvent = Success, original var services restored 6:026 0:000 DefaultIndex=1 and MainMenu.EntryCount=8 6:103 0:076 GUI ready 12:121 6:017 === [ StartLoader ] ======================================= 12:121 0:000 Finally: ExternalClock=26MHz BusSpeed=100014kHz CPUFreq=3000MHz PIS: hw.busfrequency=104000000Hz 12:121 0:000 Loading boot.efi status=Success 12:190 0:069 GetOSVersion: 10.14.6 (18G103) 12:190 0:000 CSR_CFG: CSR_ALLOW_UNTRUSTED_KEXTS | CSR_ALLOW_UNRESTRICTED_FS | CSR_ALLOW_TASK_FOR_PID | CSR_ALLOW_UNRESTRICTED_DTRACE | CSR_ALLOW_UNRESTRICTED_NVRAM | CSR_ALLOW_DEVICE_CONFIGURATION | CSR_ALLOW_ANY_RECOVERY_OS | CSR_ALLOW_UNAPPROVED_KEXTS 12:190 0:000 Filtering KextPatches: 12:190 0:000 - [00]: com.apple.driver.usb.AppleUSBXHCI (Port limit increase) :: BinPatch :: [OS: 10.14.6 | MatchOS: 10.12.x | MatchBuild: All] ==> not allowed 12:190 0:000 - [01]: com.apple.driver.usb.AppleUSBXHCI (Port limit increase (RehabMan)) :: BinPatch :: [OS: 10.14.6 | MatchOS: 10.13.x | MatchBuild: All] ==> not allowed 12:190 0:000 - [02]: com.apple.driver.usb.AppleUSBXHCI (Port limit increase (Ricky)) :: BinPatch :: [OS: 10.14.6 | MatchOS: 10.14.x | MatchBuild: All] ==> allowed 12:190 0:000 - [03]: AppleAHCIPort (External icons patch) :: BinPatch :: [OS: 10.14.6 | MatchOS: All | MatchBuild: All] ==> allowed 12:190 0:000 Will not patch boot.efi 12:190 0:000 EmuVariable InstallEmulation: orig vars copied, emu.var.services installed, CreateEvent VirtualAddressChange = Success, CreateEvent ExitBootServices = Success, set Status=Success 12:234 0:043 === [ PatchSmbios ] ======================================= 12:234 0:000 insert table 9 for dev 0:0 12:234 0:000 insert table 9 for dev 0:1 12:234 0:000 insert table 9 for dev 1F:6 12:235 0:000 Trusting SMBIOS... 12:235 0:000 Channels: 2 12:235 0:000 Interleave: 0 2 1 3 4 6 5 7 8 10 9 11 12 14 13 15 16 18 17 19 20 22 21 23 12:235 0:000 SMBIOS Type 17 Index = 0 => 0 0: 12:235 0:000 BANK 0 DIMM0 EMPTY 12:235 0:000 SMBIOS Type 17 Index = 1 => 2 2: 12:235 0:000 BANK 1 DIMM0 EMPTY 12:235 0:000 partNum=BLS4G4D26BFSE.8FB 12:235 0:000 SMBIOS Type 17 Index = 2 => 1 1: 12:235 0:000 BANK 0 DIMM1 2666MHz 4096MB 12:235 0:000 partNum=BLS4G4D26BFSE.8FB 12:235 0:000 SMBIOS Type 17 Index = 3 => 3 3: 12:235 0:000 BANK 1 DIMM1 2666MHz 4096MB 12:235 0:000 mTotalSystemMemory = 8192 12:235 0:000 NumberOfMemoryDevices = 4 12:235 0:000 Type20[0]->End = 0x3FFFFF, Type17[2] = 0x1000 12:235 0:000 Type20[1]->End = 0x7FFFFF, Type17[3] = 0x3000 12:235 0:000 Table 131 is present, CPUType=35 12:235 0:000 Change to: 605 12:235 0:000 === [ PatchACPI ] ========================================= 12:235 0:000 Xsdt reallocation done 12:235 0:000 old FADT length=114 12:235 0:000 SignatureFixup: 0x81E89879 -> 0x0 12:236 0:001 Apply DsdtFixMask=0x0006005C 12:236 0:000 drop _DSM mask=0xFFFF 12:236 0:000 === [ FixBiosDsdt ] ======================================= 12:236 0:000 Patching DSDT: 12:236 0:000 - [change XHCI to XHC]: pattern 58484349, patched at: [ (EBBD) ] 12:237 0:000 - [change XHC1 to XHC]: pattern 58484331, bin not found / already patched! 12:237 0:000 - [change SAT0 to SATA]: pattern 53415430, patched at: [ (97F) (12) (1CA) (16) (16) (16) (16) (16) (16) (16) (16) (16) (16) (16) (F32D) (22B3) (27) (28) (28) (28) (28) (28) (29) (29) (29) (29) (29) (31) (27) (28) (28) (28) (28) (28) (29) (29) (29) (29) (29) (180BC) (1A00) (21) (10B) (4D1) (1CC) (29) (2E) (2E) (2E) ] 12:237 0:000 - [change EHC1 to EH01]: pattern 45484331, bin not found / already patched! 12:237 0:000 - [change EHC2 to EH02]: pattern 45484332, bin not found / already patched! 12:237 0:000 0 replacements 12:238 0:000 found RTC Length not match, Maybe will cause CMOS reset, will patch it. 12:238 0:000 found RTC had IRQNoFlag will move -3 bytes 12:239 0:000 found PIC had IRQNoFlag will move -3 bytes 12:239 0:000 Start HPET Fix 12:241 0:002 PreCleanup XSDT: count=21, length=204 12:241 0:000 PreCleanup XSDT, corrected XSDT: count=21, length=204 12:241 0:000 === [ ACPIDropTables ] ==================================== 12:241 0:000 0. [change XHCI to XHC]: pattern 58484349, bin not found / already patched! 12:241 0:000 1. [change XHC1 to XHC]: pattern 58484331, bin not found / already patched! 12:241 0:000 2. [change SAT0 to SATA]: pattern 53415430, patched at: [ (20) (E) (12) (12) (12) (12) (12) (AB) ] 12:241 0:000 3. [change EHC1 to EH01]: pattern 45484331, bin not found / already patched! 12:241 0:000 4. [change EHC2 to EH02]: pattern 45484332, bin not found / already patched! 12:241 0:000 0 replacements 12:241 0:000 0. [change XHCI to XHC]: pattern 58484349, bin not found / already patched! 12:241 0:000 1. [change XHC1 to XHC]: pattern 58484331, bin not found / already patched! 12:241 0:000 2. [change SAT0 to SATA]: pattern 53415430, bin not found / already patched! 12:241 0:000 3. [change EHC1 to EH01]: pattern 45484331, bin not found / already patched! 12:241 0:000 4. [change EHC2 to EH02]: pattern 45484332, bin not found / already patched! 12:241 0:000 0 replacements 12:241 0:000 Found OperationRegion(PNVS, SystemMemory, 34A11000, ...) 12:241 0:000 0. [change XHCI to XHC]: pattern 58484349, bin not found / already patched! 12:241 0:000 1. [change XHC1 to XHC]: pattern 58484331, bin not found / already patched! 12:241 0:000 2. [change SAT0 to SATA]: pattern 53415430, bin not found / already patched! 12:241 0:000 3. [change EHC1 to EH01]: pattern 45484331, bin not found / already patched! 12:241 0:000 4. [change EHC2 to EH02]: pattern 45484332, bin not found / already patched! 12:242 0:000 0 replacements 12:242 0:000 Found OperationRegion(GGGT, SystemMemory, 3E5C1118, ...) 12:242 0:000 0. [change XHCI to XHC]: pattern 58484349, bin not found / already patched! 12:242 0:000 1. [change XHC1 to XHC]: pattern 58484331, bin not found / already patched! 12:242 0:000 2. [change SAT0 to SATA]: pattern 53415430, bin not found / already patched! 12:242 0:000 3. [change EHC1 to EH01]: pattern 45484331, bin not found / already patched! 12:242 0:000 4. [change EHC2 to EH02]: pattern 45484332, bin not found / already patched! 12:242 0:000 0 replacements 12:242 0:000 Found OperationRegion(SANV, SystemMemory, 3E522D18, ...) 12:242 0:000 0. [change XHCI to XHC]: pattern 58484349, bin not found / already patched! 12:242 0:000 1. [change XHC1 to XHC]: pattern 58484331, bin not found / already patched! 12:242 0:000 2. [change SAT0 to SATA]: pattern 53415430, bin not found / already patched! 12:242 0:000 3. [change EHC1 to EH01]: pattern 45484331, bin not found / already patched! 12:242 0:000 4. [change EHC2 to EH02]: pattern 45484332, bin not found / already patched! 12:242 0:000 0 replacements 12:242 0:000 0. [change XHCI to XHC]: pattern 58484349, bin not found / already patched! 12:242 0:000 1. [change XHC1 to XHC]: pattern 58484331, bin not found / already patched! 12:242 0:000 2. [change SAT0 to SATA]: pattern 53415430, bin not found / already patched! 12:242 0:000 3. [change EHC1 to EH01]: pattern 45484331, bin not found / already patched! 12:242 0:000 4. [change EHC2 to EH02]: pattern 45484332, bin not found / already patched! 12:242 0:000 0 replacements 12:242 0:000 0. [change XHCI to XHC]: pattern 58484349, bin not found / already patched! 12:242 0:000 1. [change XHC1 to XHC]: pattern 58484331, bin not found / already patched! 12:242 0:000 2. [change SAT0 to SATA]: pattern 53415430, bin not found / already patched! 12:242 0:000 3. [change EHC1 to EH01]: pattern 45484331, bin not found / already patched! 12:242 0:000 4. [change EHC2 to EH02]: pattern 45484332, bin not found / already patched! 12:242 0:000 0 replacements 12:242 0:000 0. [change XHCI to XHC]: pattern 58484349, bin not found / already patched! 12:242 0:000 1. [change XHC1 to XHC]: pattern 58484331, bin not found / already patched! 12:242 0:000 2. [change SAT0 to SATA]: pattern 53415430, bin not found / already patched! 12:242 0:000 3. [change EHC1 to EH01]: pattern 45484331, bin not found / already patched! 12:242 0:000 4. [change EHC2 to EH02]: pattern 45484332, bin not found / already patched! 12:242 0:000 0 replacements 12:242 0:000 0. [change XHCI to XHC]: pattern 58484349, bin not found / already patched! 12:242 0:000 1. [change XHC1 to XHC]: pattern 58484331, bin not found / already patched! 12:242 0:000 2. [change SAT0 to SATA]: pattern 53415430, bin not found / already patched! 12:242 0:000 3. [change EHC1 to EH01]: pattern 45484331, bin not found / already patched! 12:242 0:000 4. [change EHC2 to EH02]: pattern 45484332, bin not found / already patched! 12:242 0:000 0 replacements 12:242 0:000 === [ ACPIPatchedAML ] ==================================== 12:242 0:000 Unsorted 12:242 0:000 Inserting GIGABYTE-Z390-ULTRA-SSDT-UIAC-USB-C+1-Disabled.aml from EFI\CLOVER\ACPI\patched: size=697 ... Success 12:243 0:001 Inserting SSDT-EC.aml from EFI\CLOVER\ACPI\patched: size=63 ... Success 12:244 0:001 CPUBase=0 and ApicCPUBase=1 ApicCPUNum=1 12:244 0:000 Maximum control=0x1E 12:244 0:000 Turbo control=0x2C 12:244 0:000 P-States: min 0x8, max 0x2C 12:244 0:000 SSDT with plugin-type without P-States is generated 12:244 0:000 Cleanup XSDT: count=24, length=228 12:244 0:000 corrected XSDT count=24, length=228 12:244 0:000 === [ RestSetup macOS ] =================================== 12:244 0:000 EdidDiscovered size=128 12:244 0:000 --- Discovered EDID Table size:128 12:244 0:000 000 | 00 FF FF FF FF FF FF 00 26 CD 12:244 0:000 010 | 38 56 34 0A 00 00 2B 1B 01 03 12:244 0:000 020 | 80 30 1B 78 2A F0 00 A6 55 52 12:244 0:000 030 | A0 27 11 50 54 A5 6B 80 71 00 12:244 0:000 040 | 81 40 81 80 A9 40 B3 00 95 00 12:244 0:000 050 | D1 C0 01 01 02 3A 80 18 71 38 12:244 0:000 060 | 2D 40 58 2C 45 00 DD 0C 11 00 12:244 0:000 070 | 00 1E 00 00 00 FF 00 31 31 35 12:244 0:000 080 | 39 33 37 34 33 38 32 36 31 32 12:244 0:000 090 | 00 00 00 FD 00 37 4C 1E 53 12 12:244 0:000 100 | 00 0A 20 20 20 20 20 20 00 00 12:244 0:000 110 | 00 FC 00 50 4C 58 32 32 38 33 12:244 0:000 120 | 48 0A 20 20 20 20 01 83 12:244 0:000 add device: PciRoot(0x0)/Pci(0x2,0x0) 12:244 0:000 Add key=framebuffer-stolenmem valuelen=4 12:244 0:000 Add key=framebuffer-patch-enable valuelen=4 12:244 0:000 Add key=AAPL,ig-platform-id valuelen=4 12:244 0:000 ATI injection not set 12:244 0:000 RCBA disabled; cannot use it 12:244 0:000 setting specified layout-id=1 (0x1) 12:244 0:000 stringlength = 1428 12:245 0:000 CurrentMode: Width=1920 Height=1080 12:245 0:000 Beginning FSInjection FSInjectionInstall ... - Our FSI_SIMPLE_FILE_SYSTEM_PROTOCOL installed on handle: 39139798 FSInjectionInstall ... - Our FSI_SIMPLE_FILE_SYSTEM_PROTOCOL installed on handle: 39139798 12:247 0:002 Use origin smbios table type 1 guid. 12:253 0:005 Preparing kexts injection for arch=x86_64 from EFI\CLOVER\kexts\Other 12:253 0:000 Extra kext: EFI\CLOVER\kexts\Other\XHCI-unsupported.kext (v.0.9.2) 12:254 0:001 Extra kext: EFI\CLOVER\kexts\Other\USBPorts.kext (v.1.0) 12:256 0:001 Extra kext: EFI\CLOVER\kexts\Other\FakeSMC.kext (v.1800) 12:260 0:003 Extra kext: EFI\CLOVER\kexts\Other\EFICheckDisabler.kext (v.0.5) 12:261 0:001 Extra kext: EFI\CLOVER\kexts\Other\FakeSMC_CPUSensors.kext (v.1800) 12:264 0:003 Extra kext: EFI\CLOVER\kexts\Other\FakeSMC_GPUSensors.kext (v.1800) 12:268 0:004 Extra kext: EFI\CLOVER\kexts\Other\FakeSMC_ACPISensors.kext (v.1800) 12:272 0:004 Extra kext: EFI\CLOVER\kexts\Other\WhateverGreen.kext (v.1.2.8) 12:278 0:005 Extra kext: EFI\CLOVER\kexts\Other\IntelMausiEthernet.kext (v.2.4.1d1) 12:282 0:004 Extra kext: EFI\CLOVER\kexts\Other\FakeSMC_LPCSensors.kext (v.1800) 12:302 0:019 Extra kext: EFI\CLOVER\kexts\Other\AppleALC.kext (v.1.3.7) 12:356 0:053 Extra kext: EFI\CLOVER\kexts\Other\FakeSMC_SMMSensors.kext (v.1800) 12:360 0:004 Extra kext: EFI\CLOVER\kexts\Other\Lilu.kext (v.1.3.5) 12:367 0:006 SetScreenResolution: 1920x1080 - already set 12:367 0:000 Custom boot is disabled -------------------- Hackintosh : Z390 M GAMING, i5-9500, 8Go, SSD 1To, AMD RX 470
MacBook Pro i7 quadricœur 2,2 GHz 15" - DD 500Go - RAM 4Go - OSX 10.7 Carte video HS iMac G4 700Mhz 15" - DD 40Go - RAM 768Mo - OSX 10.4.11 Breton MB n° 28 |
|
|
![]() ![]() |
Nous sommes le : 1st August 2025 - 15:15 |