stardust_ Posted October 14, 2017 Share Posted October 14, 2017 I've tried to install Clover(r4243) on High Sierra to make bootable USB along with High Sierra installation image. But PKG installation is failed without any detailed information. When I tried to install Clover PKG, High Sierra shows a warning that this pkg might not be compatible to HS. Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/593/#findComment-2515970 Share on other sites More sharing options...
chris1111 Posted October 14, 2017 Share Posted October 14, 2017 I've tried to install Clover(r4243) on High Sierra to make bootable USB along with High Sierra installation image. But PKG installation is failed without any detailed information. When I tried to install Clover PKG, High Sierra shows a warning that this pkg might not be compatible to HS. You need to have SIP Security disable and the Gatekeeper for using a package in Sierra and also High Sierra Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/593/#findComment-2515982 Share on other sites More sharing options...
Slice Posted October 15, 2017 Share Posted October 15, 2017 I am trying by now clover rev 4128 as @Sherlocks advice me (no auto patch inside I think) Disable all clover patches for unsupported CPU as our in latest clover is not possible as @slice said few post ago I didn't say "it is impossible", I just wonder why it is not done. 1 Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/593/#findComment-2516171 Share on other sites More sharing options...
Balamut Posted October 15, 2017 Share Posted October 15, 2017 I’ll second that. Is there a way to move cpu autopatches to a menu so can be disable if needed, or even maybe it’s own menu with field so people can activate and/or change the values? Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/593/#findComment-2516273 Share on other sites More sharing options...
danif Posted October 15, 2017 Share Posted October 15, 2017 @fabiosun, what are your problems with new autopatching feature? Random reboots? I've been using it for two months without any problem. I didn't try 10.13 yet but in 10.12.6 my setup is stable. I will share some info about my config so that you can test as we have same mobo. Which aptio fix are you using? Since June I droped nick`s solution and I've been using apianti's solution (loading an efi driver he wrote from clover shell to inspect memory map and then using aptiofixv2 with slide boot arg pointing to a big chunk of memory, in our mobo its slide=128 at least in my current 1504 bios version). I can boot with thunderbolt enabled in bios and of course with one nvidia gfx card (never tried two or more). Bios: attached screencaps for cpu config Clover: attached my efi folder with latest clover, you will have to adapt to your config. In config plist I deleted smbios so you can use yours. You will have to change also ssdt for pm. If you need any other config from bios just tell me. BiosCpu.zip EFI-X99-Deluxe2.zip 1 Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/593/#findComment-2516398 Share on other sites More sharing options...
MICKHAEL Posted October 15, 2017 Share Posted October 15, 2017 Thank you danif Problem starts in High Sierra And for me and different people with a Xeon CPU (maybe more difficult to test for devs) I will take a look to your config ..but in 10.12.6 I never had random reboots at all with three different motherboard and also in dual cpu configuration Well in my case, in Sierra I had random freezes but in High Sierra all ok. Sent from my Nexus 4 using Tapatalk Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/593/#findComment-2516411 Share on other sites More sharing options...
rock.n.rollyn Posted October 15, 2017 Share Posted October 15, 2017 Hi, successfully build a Hackintosh by following the instructions in this tutorial:http://www.wikigain.com/create-macos-sierra-bootable-usb-installer-windows-10/ Because I don't have a Mac, and none that I know use a Mac.Post installation, I just copy EFI folder from USB installer to the OS EFI partition, and setup everything with Clover configurator. -System definition iMac 13.2. However after the Clover update, it changed to Mac mini Server (Late 2012) -Necessary driver and fix kext installed. So today I decided to update my Clover to the latest version with below options checked:-Install Clover in the ESP -Bootloader: Don't update MBR and PBR sectors -CloverEFI: CloverEFI 64-bits BiosBlockIO-Install Clover Preference PaneThe result is unable to boot my OS after I updated Clover, stuck at : Sound assertion in AppleHDADriver at line 1664IOConsoleUsers: time (0) 0->0, lin 0, llk 1, My current workaround are: -Boot the OS from the USB installer Clover. Booted the system like it supposed too, including the desktop background. -Changing fake ID to 0x1660003, however will boot to low resolution and desktop wallpaper revert to stock. -ig-platform-id from Configurator seems useless. Pre-update config.plist: <?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>Debug</key> <false/> <key>DropOEM_DSM</key> <false/> <key>ReuseFFFF</key> <false/> </dict> <key>DropTables</key> <array> <dict> <key>Signature</key> <string>DMAR</string> </dict> </array> <key>SSDT</key> <dict> <key>DropOem</key> <false/> <key>Generate</key> <false/> </dict> </dict> <key>Boot</key> <dict> <key>Arguments</key> <string>-v kext-dev-mode=1</string> <key>Debug</key> <false/> <key>Legacy</key> <string>LegacyBiosDefault</string> <key>NeverHibernate</key> <true/> <key>Secure</key> <false/> <key>Timeout</key> <integer>5</integer> <key>XMPDetection</key> <string>Yes</string> </dict> <key>CPU</key> <dict> <key>UseARTFrequency</key> <false/> </dict> <key>Devices</key> <dict> <key>USB</key> <dict> <key>AddClockID</key> <true/> <key>FixOwnership</key> <true/> <key>Inject</key> <true/> </dict> </dict> <key>GUI</key> <dict> <key>Mouse</key> <dict> <key>DoubleClick</key> <integer>500</integer> <key>Enabled</key> <false/> <key>Mirror</key> <false/> <key>Speed</key> <integer>8</integer> </dict> <key>Scan</key> <true/> <key>Theme</key> <string>Bluemac</string> </dict> <key>Graphics</key> <dict> <key>Inject</key> <dict> <key>ATI</key> <false/> <key>Intel</key> <true/> <key>NVidia</key> <false/> </dict> <key>NvidiaSingle</key> <false/> </dict> <key>KernelAndKextPatches</key> <dict> <key>AppleRTC</key> <true/> <key>AsusAICPUPM</key> <true/> <key>Debug</key> <false/> <key>KernelCpu</key> <false/> <key>KernelHaswellE</key> <false/> <key>KernelLapic</key> <false/> <key>KernelPm</key> <false/> </dict> <key>RtVariables</key> <dict> <key>BooterConfig</key> <string>0x28</string> <key>CsrActiveConfig</key> <string>0x67</string> </dict> <key>SMBIOS</key> <dict> <key>BiosReleaseDate</key> <string>10/12/2012</string> <key>BiosVendor</key> <string>Apple Inc.</string> <key>BiosVersion</key> <string>IM131.88Z.010A.B05.1210121459</string> <key>Board-ID</key> <string>Mac-FC02E91DDD3FA6A4</string> <key>BoardManufacturer</key> <string>Apple Inc.</string> <key>BoardType</key> <integer>10</integer> <key>ChassisAssetTag</key> <string>iMac-Aluminum</string> <key>ChassisManufacturer</key> <string>Apple Inc.</string> <key>ChassisType</key> <string>13</string> <key>Family</key> <string>iMac</string> <key>Manufacturer</key> <string>Apple Inc.</string> <key>Mobile</key> <false/> <key>ProductName</key> <string>iMac13,2</string> <key>SerialNumber</key> <string>C02M1F8WF29N</string> <key>Trust</key> <false/> <key>Version</key> <string>1.0</string> </dict> <key>SystemParameters</key> <dict> <key>InjectKexts</key> <string>Yes</string> </dict> </dict> </plist> Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/593/#findComment-2516476 Share on other sites More sharing options...
Matgen84 Posted October 16, 2017 Share Posted October 16, 2017 Hi, successfully build a Hackintosh by following the instructions in this tutorial: http://www.wikigain.com/create-macos-sierra-bootable-usb-installer-windows-10/ Because I don't have a Mac, and none that I know use a Mac. Post installation, I just copy EFI folder from USB installer to the OS EFI partition, and setup everything with Clover configurator. -System definition iMac 13.2. However after the Clover update, it changed to Mac mini Server (Late 2012) -Necessary driver and fix kext installed. So today I decided to update my Clover to the latest version with below options checked: -Install Clover in the ESP -Bootloader: Don't update MBR and PBR sectors -CloverEFI: CloverEFI 64-bits BiosBlockIO -Install Clover Preference Pane The result is unable to boot my OS after I updated Clover, stuck at : Sound assertion in AppleHDADriver at line 1664 IOConsoleUsers: time (0) 0->0, lin 0, llk 1, My current workaround are: -Boot the OS from the USB installer Clover. Booted the system like it supposed too, including the desktop background. -Changing fake ID to 0x1660003, however will boot to low resolution and desktop wallpaper revert to stock. -ig-platform-id from Configurator seems useless. Pre-update config.plist: <?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>Debug</key> <false/> <key>DropOEM_DSM</key> <false/> <key>ReuseFFFF</key> <false/> </dict> <key>DropTables</key> <array> <dict> <key>Signature</key> <string>DMAR</string> </dict> </array> <key>SSDT</key> <dict> <key>DropOem</key> <false/> <key>Generate</key> <false/> </dict> </dict> <key>Boot</key> <dict> <key>Arguments</key> <string>-v kext-dev-mode=1</string> <key>Debug</key> <false/> <key>Legacy</key> <string>LegacyBiosDefault</string> <key>NeverHibernate</key> <true/> <key>Secure</key> <false/> <key>Timeout</key> <integer>5</integer> <key>XMPDetection</key> <string>Yes</string> </dict> <key>CPU</key> <dict> <key>UseARTFrequency</key> <false/> </dict> <key>Devices</key> <dict> <key>USB</key> <dict> <key>AddClockID</key> <true/> <key>FixOwnership</key> <true/> <key>Inject</key> <true/> </dict> </dict> <key>GUI</key> <dict> <key>Mouse</key> <dict> <key>DoubleClick</key> <integer>500</integer> <key>Enabled</key> <false/> <key>Mirror</key> <false/> <key>Speed</key> <integer>8</integer> </dict> <key>Scan</key> <true/> <key>Theme</key> <string>Bluemac</string> </dict> <key>Graphics</key> <dict> <key>Inject</key> <dict> <key>ATI</key> <false/> <key>Intel</key> <true/> <key>NVidia</key> <false/> </dict> <key>NvidiaSingle</key> <false/> </dict> <key>KernelAndKextPatches</key> <dict> <key>AppleRTC</key> <true/> <key>AsusAICPUPM</key> <true/> <key>Debug</key> <false/> <key>KernelCpu</key> <false/> <key>KernelHaswellE</key> <false/> <key>KernelLapic</key> <false/> <key>KernelPm</key> <false/> </dict> <key>RtVariables</key> <dict> <key>BooterConfig</key> <string>0x28</string> <key>CsrActiveConfig</key> <string>0x67</string> </dict> <key>SMBIOS</key> <dict> <key>BiosReleaseDate</key> <string>10/12/2012</string> <key>BiosVendor</key> <string>Apple Inc.</string> <key>BiosVersion</key> <string>IM131.88Z.010A.B05.1210121459</string> <key>Board-ID</key> <string>Mac-FC02E91DDD3FA6A4</string> <key>BoardManufacturer</key> <string>Apple Inc.</string> <key>BoardType</key> <integer>10</integer> <key>ChassisAssetTag</key> <string>iMac-Aluminum</string> <key>ChassisManufacturer</key> <string>Apple Inc.</string> <key>ChassisType</key> <string>13</string> <key>Family</key> <string>iMac</string> <key>Manufacturer</key> <string>Apple Inc.</string> <key>Mobile</key> <false/> <key>ProductName</key> <string>iMac13,2</string> <key>SerialNumber</key> <string>C02M1F8WF29N</string> <key>Trust</key> <false/> <key>Version</key> <string>1.0</string> </dict> <key>SystemParameters</key> <dict> <key>InjectKexts</key> <string>Yes</string> </dict> </dict> </plist> My opinion: try to update Clover in UEFI/ESP mode. 1 Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/593/#findComment-2516660 Share on other sites More sharing options...
Slice Posted October 16, 2017 Share Posted October 16, 2017 Hi, successfully build a Hackintosh by following the instructions in this tutorial: http://www.wikigain.com/create-macos-sierra-bootable-usb-installer-windows-10/ Because I don't have a Mac, and none that I know use a Mac. Post installation, I just copy EFI folder from USB installer to the OS EFI partition, and setup everything with Clover configurator. -System definition iMac 13.2. However after the Clover update, it changed to Mac mini Server (Late 2012) -Necessary driver and fix kext installed. So today I decided to update my Clover to the latest version with below options checked: -Install Clover in the ESP -Bootloader: Don't update MBR and PBR sectors -CloverEFI: CloverEFI 64-bits BiosBlockIO -Install Clover Preference Pane The result is unable to boot my OS after I updated Clover, stuck at : Sound assertion in AppleHDADriver at line 1664 IOConsoleUsers: time (0) 0->0, lin 0, llk 1, My current workaround are: -Boot the OS from the USB installer Clover. Booted the system like it supposed too, including the desktop background. -Changing fake ID to 0x1660003, however will boot to low resolution and desktop wallpaper revert to stock. -ig-platform-id from Configurator seems useless. 1. 0x1660003 is not FakeID 2. Configurator is wrong. 1 Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/593/#findComment-2516687 Share on other sites More sharing options...
rock.n.rollyn Posted October 16, 2017 Share Posted October 16, 2017 My opinion: try to update Clover in UEFI/ESP mode. Yes, I checked the "Install Clover in the ESP" if that what you mean. Or maybe I missed something? 1. 0x1660003 is not FakeID 2. Configurator is wrong. 1. I set the FakeID in boot option on Clover boot screen. 2. Can guide me to the correct method? Googled "Sound assertion..." and "IOConsoleUsers..." doesn't really help me. Is it a good choice to set the Fake ID for each boot? But this will lead me to the next question; how to make set Fake ID with configurator, and how to enable HD4000 after that because it's already "true" in the config.plist. Clover install log: Clover EFI installer log - Sun Oct 15 23:16:23 +08 2017 Installer version: v2.4k r4243 EFI bootloader ====================================================== /dev/disk0 (internal, physical): #: TYPE NAME SIZE IDENTIFIER 0: GUID_partition_scheme *128.0 GB disk0 1: EFI EFI 209.7 MB disk0s1 2: Apple_HFS Sierra 127.2 GB disk0s2 3: Apple_Boot Recovery HD 650.0 MB disk0s3 ====================================================== Backing up EFI files Backing up stage2 file /Volumes/Sierra/EFIROOTDIR/boot to /Volumes/Sierra/EFI-Backups/r3763/2017-10-15-23h16/boot Backing up /Volumes/Sierra/EFIROOTDIR/EFI folder to /Volumes/Sierra/EFI-Backups/r3763/2017-10-15-23h16/EFI ====================================================== Installing BootSectors/BootLoader Stage 0 - Don't write any of boot0af, boot0md, boot0ss to / Stage 1 - Don't write any of boot1h2, boot1f32alt, boot1xalt to / Stage 2 - Written boot6 (x64) to /Volumes/EFI/boot Theme 'Bluemac' (defined in config.plist) not found ! Using default theme 'random' ====================================================== =========== Clover EFI Installation Finish =========== ====================================================== Latest Clover config.plist: <?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>Debug</key> <false/> <key>DropOEM_DSM</key> <false/> <key>ReuseFFFF</key> <false/> </dict> <key>DropTables</key> <array> <dict> <key>Signature</key> <string>DMAR</string> </dict> </array> <key>SSDT</key> <dict> <key>DropOem</key> <false/> <key>Generate</key> <dict> <key>CStates</key> <false/> <key>PStates</key> <false/> </dict> </dict> </dict> <key>Boot</key> <dict> <key>Arguments</key> <string>-v kext-dev-mode=1</string> <key>Debug</key> <false/> <key>DefaultVolume</key> <string>LastBootedVolume</string> <key>Legacy</key> <string>LegacyBiosDefault</string> <key>NeverHibernate</key> <true/> <key>Secure</key> <false/> <key>Timeout</key> <integer>5</integer> <key>XMPDetection</key> <string>Yes</string> </dict> <key>CPU</key> <dict> <key>UseARTFrequency</key> <false/> </dict> <key>Devices</key> <dict> <key>USB</key> <dict> <key>AddClockID</key> <true/> <key>FixOwnership</key> <true/> <key>Inject</key> <true/> </dict> </dict> <key>GUI</key> <dict> <key>Mouse</key> <dict> <key>DoubleClick</key> <integer>500</integer> <key>Enabled</key> <false/> <key>Mirror</key> <false/> <key>Speed</key> <integer>8</integer> </dict> <key>Theme</key> <string>random</string> </dict> <key>Graphics</key> <dict> <key>Inject</key> <dict> <key>ATI</key> <false/> <key>Intel</key> <true/> <key>NVidia</key> <false/> </dict> <key>NvidiaSingle</key> <false/> <key>ig-platform-id</key> <string>0x0166000a</string> </dict> <key>KernelAndKextPatches</key> <dict> <key>AppleIntelCPUPM</key> <true/> <key>AppleRTC</key> <true/> <key>Debug</key> <false/> <key>KernelCpu</key> <false/> <key>KernelHaswellE</key> <false/> <key>KernelLapic</key> <false/> <key>KernelPm</key> <false/> </dict> <key>RtVariables</key> <dict> <key>BooterConfig</key> <string>0x28</string> <key>CsrActiveConfig</key> <string>0x67</string> </dict> <key>SMBIOS</key> <dict> <key>BiosReleaseDate</key> <string>08/08/2017</string> <key>BiosVendor</key> <string>Apple Inc.</string> <key>BiosVersion</key> <string>IM131.88Z.010F.B00.1708080805</string> <key>Board-ID</key> <string>Mac-FC02E91DDD3FA6A4</string> <key>BoardManufacturer</key> <string>Apple Inc.</string> <key>BoardSerialNumber</key> <string>C023197014NF9H0UE</string> <key>BoardType</key> <integer>10</integer> <key>BoardVersion</key> <string>iMac13,2</string> <key>ChassisAssetTag</key> <string>iMac-Aluminum</string> <key>ChassisManufacturer</key> <string>Apple Inc.</string> <key>ChassisType</key> <string>0x0D</string> <key>Family</key> <string>iMac</string> <key>FirmwareFeatures</key> <string>0xE00DE137</string> <key>FirmwareFeaturesMask</key> <string>0xFF1FFF3F</string> <key>LocationInChassis</key> <string>Part Component</string> <key>Manufacturer</key> <string>Apple Inc.</string> <key>Mobile</key> <false/> <key>PlatformFeature</key> <string>0x01</string> <key>ProductName</key> <string>iMac13,2</string> <key>SerialNumber</key> <string>C02KQPBJDNCW</string> <key>Version</key> <string>1.0</string> </dict> <key>SystemParameters</key> <dict> <key>InjectKexts</key> <string>Yes</string> </dict> </dict> </plist> Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/593/#findComment-2516762 Share on other sites More sharing options...
Matgen84 Posted October 16, 2017 Share Posted October 16, 2017 Yes, I checked the "Install Clover in the ESP" if that what you mean. Or maybe I missed something? 1. I set the FakeID in boot option on Clover boot screen. 2. Can guide me to the correct method? Googled "Sound assertion..." and "IOConsoleUsers..." doesn't really help me. Is it a good choice to set the Fake ID for each boot? But this will lead me to the next question; how to make set Fake ID with configurator, and how to enable HD4000 after that because it's already "true" in the config.plist. Clover install log: Latest Clover config.plist: <?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>Debug</key> <false/> <key>DropOEM_DSM</key> <false/> <key>ReuseFFFF</key> <false/> </dict> <key>DropTables</key> <array> <dict> <key>Signature</key> <string>DMAR</string> </dict> </array> <key>SSDT</key> <dict> <key>DropOem</key> <false/> <key>Generate</key> <dict> <key>CStates</key> <false/> <key>PStates</key> <false/> </dict> </dict> </dict> <key>Boot</key> <dict> <key>Arguments</key> <string>-v kext-dev-mode=1</string> <key>Debug</key> <false/> <key>DefaultVolume</key> <string>LastBootedVolume</string> <key>Legacy</key> <string>LegacyBiosDefault</string> <key>NeverHibernate</key> <true/> <key>Secure</key> <false/> <key>Timeout</key> <integer>5</integer> <key>XMPDetection</key> <string>Yes</string> </dict> <key>CPU</key> <dict> <key>UseARTFrequency</key> <false/> </dict> <key>Devices</key> <dict> <key>USB</key> <dict> <key>AddClockID</key> <true/> <key>FixOwnership</key> <true/> <key>Inject</key> <true/> </dict> </dict> <key>GUI</key> <dict> <key>Mouse</key> <dict> <key>DoubleClick</key> <integer>500</integer> <key>Enabled</key> <false/> <key>Mirror</key> <false/> <key>Speed</key> <integer>8</integer> </dict> <key>Theme</key> <string>random</string> </dict> <key>Graphics</key> <dict> <key>Inject</key> <dict> <key>ATI</key> <false/> <key>Intel</key> <true/> <key>NVidia</key> <false/> </dict> <key>NvidiaSingle</key> <false/> <key>ig-platform-id</key> <string>0x0166000a</string> </dict> <key>KernelAndKextPatches</key> <dict> <key>AppleIntelCPUPM</key> <true/> <key>AppleRTC</key> <true/> <key>Debug</key> <false/> <key>KernelCpu</key> <false/> <key>KernelHaswellE</key> <false/> <key>KernelLapic</key> <false/> <key>KernelPm</key> <false/> </dict> <key>RtVariables</key> <dict> <key>BooterConfig</key> <string>0x28</string> <key>CsrActiveConfig</key> <string>0x67</string> </dict> <key>SMBIOS</key> <dict> <key>BiosReleaseDate</key> <string>08/08/2017</string> <key>BiosVendor</key> <string>Apple Inc.</string> <key>BiosVersion</key> <string>IM131.88Z.010F.B00.1708080805</string> <key>Board-ID</key> <string>Mac-FC02E91DDD3FA6A4</string> <key>BoardManufacturer</key> <string>Apple Inc.</string> <key>BoardSerialNumber</key> <string>C023197014NF9H0UE</string> <key>BoardType</key> <integer>10</integer> <key>BoardVersion</key> <string>iMac13,2</string> <key>ChassisAssetTag</key> <string>iMac-Aluminum</string> <key>ChassisManufacturer</key> <string>Apple Inc.</string> <key>ChassisType</key> <string>0x0D</string> <key>Family</key> <string>iMac</string> <key>FirmwareFeatures</key> <string>0xE00DE137</string> <key>FirmwareFeaturesMask</key> <string>0xFF1FFF3F</string> <key>LocationInChassis</key> <string>Part Component</string> <key>Manufacturer</key> <string>Apple Inc.</string> <key>Mobile</key> <false/> <key>PlatformFeature</key> <string>0x01</string> <key>ProductName</key> <string>iMac13,2</string> <key>SerialNumber</key> <string>C02KQPBJDNCW</string> <key>Version</key> <string>1.0</string> </dict> <key>SystemParameters</key> <dict> <key>InjectKexts</key> <string>Yes</string> </dict> </dict> </plist> I mean UEFI and ESP, with driver UEFI 64 (Aptiofix2drrv, etc) . My Clover below Sorry for my english Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/593/#findComment-2516801 Share on other sites More sharing options...
Matgen84 Posted October 17, 2017 Share Posted October 17, 2017 Hi Slice I can't compile r4248. /Users/mathieu-gentile/src/edk2/Clover/rEFIt_UEFI/refit/main.c:465:16: error: use of undeclared identifier 'CSR_DISABLE_KEXT_CONSENT' if (csrCfg & CSR_DISABLE_KEXT_CONSENT) ^ 1 error generated. make: *** [/users/mathieu-gentile/src/edk2/Build/Clover/RELEASE_XCODE8/X64/Clover/rEFIt_UEFI/refit/OUTPUT/refit/main.obj] Error 1 build.py... : error 7000: Failed to execute command make tbuild [/users/mathieu-gentile/src/edk2/Build/Clover/RELEASE_XCODE8/X64/Clover/rEFIt_UEFI/refit] build.py... : error F002: Failed to build module /Users/mathieu-gentile/src/edk2/Clover/rEFIt_UEFI/refit.inf [X64, XCODE8, RELEASE] - Failed - Build end time: 10:19:40, Oct.17 2017 Build total time: 00:00:08 o_Ops, ./ebuild.sh exited with error(s), aborting.. Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/593/#findComment-2517145 Share on other sites More sharing options...
cecekpawon Posted October 17, 2017 Share Posted October 17, 2017 >>> Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/593/#findComment-2517148 Share on other sites More sharing options...
Slice Posted October 17, 2017 Share Posted October 17, 2017 Hi Slice I can't compile r4248. Before any commit I made compilation and see it successful. In some cases I hurried to commit and few minutes ago make new commit with correction. If you still can't compile then see your errors. One of the useful commands svn diff 1 Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/593/#findComment-2517154 Share on other sites More sharing options...
cecekpawon Posted October 17, 2017 Share Posted October 17, 2017 Current at the upstream seem correct for me. 2 Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/593/#findComment-2517164 Share on other sites More sharing options...
Sherlocks Posted October 17, 2017 Share Posted October 17, 2017 Current at the upstream seem correct for me. +1 there is no problem. cyberdevs already built clover r4248. link and also me. -------------------------- Building process complete! -------------------------- Build info. =========== Package name: Clover_v2.4k_r4248.pkg MD5: b062d10e91cce2886dbb82c26bce956d Version: v2.4k Stage: v2.4k Date/Time: 2017-10-17 18:29:29 Built by: sherlocks Copyright 2012-2017 adding: Clover_v2.4k_r4248.pkg (deflated 0%) adding: Clover_v2.4k_r4248.pkg.md5 (stored 0%) total 49400 drwxr-xr-x 9 sherlocks staff 288 Oct 17 18:31 . drwxr-xr-x 14 sherlocks staff 448 Oct 17 18:31 .. -rw-r--r--@ 1 sherlocks staff 12481040 Oct 17 18:31 Clover_v2.4k_r4248.pkg -rw-r--r-- 1 sherlocks staff 68 Oct 17 18:31 Clover_v2.4k_r4248.pkg.md5 -rw-r--r-- 1 sherlocks staff 12421654 Oct 17 18:31 Clover_v2.4k_r4248.zip drwxr-xr-x 3 sherlocks staff 96 Oct 17 18:30 Resources drwxr-xr-x 7 sherlocks staff 224 Oct 17 18:31 build drwxr-xr-x 3 sherlocks staff 96 Oct 17 18:31 package drwxr-xr-x 7 sherlocks staff 224 Oct 17 18:31 utils ================================================================================ build started at: Tue Oct 17 18:27:20 KST 2017 finished at Tue Oct 17 18:31:36 KST 2017 Done! <-------------------------------------------------- Clover was built successfully! Press any key to continue... maybe seems he mixed source with old source. Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/593/#findComment-2517170 Share on other sites More sharing options...
Philip Petev Posted October 17, 2017 Share Posted October 17, 2017 Hi Slice I can't compile r4248. /Users/mathieu-gentile/src/edk2/Clover/rEFIt_UEFI/refit/main.c:465:16: error: use of undeclared identifier 'CSR_DISABLE_KEXT_CONSENT' if (csrCfg & CSR_DISABLE_KEXT_CONSENT) ^ 1 error generated. make: *** [/users/mathieu-gentile/src/edk2/Build/Clover/RELEASE_XCODE8/X64/Clover/rEFIt_UEFI/refit/OUTPUT/refit/main.obj] Error 1 build.py... : error 7000: Failed to execute command make tbuild [/users/mathieu-gentile/src/edk2/Build/Clover/RELEASE_XCODE8/X64/Clover/rEFIt_UEFI/refit] build.py... : error F002: Failed to build module /Users/mathieu-gentile/src/edk2/Clover/rEFIt_UEFI/refit.inf [X64, XCODE8, RELEASE] - Failed - Build end time: 10:19:40, Oct.17 2017 Build total time: 00:00:08 o_Ops, ./ebuild.sh exited with error(s), aborting.. Clean your source with the update Clover + force edk2 update (no building) option and try again. That revision compiles well on both macOS and Ubuntu 16.04, just tested it. 1 Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/593/#findComment-2517182 Share on other sites More sharing options...
Matgen84 Posted October 17, 2017 Share Posted October 17, 2017 Clean your source with the update Clover + force edk2 update (no building) option and try again. That revision compiles well on both macOS and Ubuntu 16.04, just tested it. update Clover + force edk2 update (no building) option don't work. So I try clean ~src: all is OK. Thanks Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/593/#findComment-2517206 Share on other sites More sharing options...
stehor Posted October 17, 2017 Share Posted October 17, 2017 compiles fine Clover_v2.4k_r4248.zip Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/593/#findComment-2517211 Share on other sites More sharing options...
rock.n.rollyn Posted October 17, 2017 Share Posted October 17, 2017 Don't set "UEFI only"! So, ignore the above instruction; which is check with "UEFI" and "ESP"? Is there anything else that I can do so I able to boot the updated clover? Or do I need to check "Drivers64UEFI" too? I mean UEFI and ESP, with driver UEFI 64 (Aptiofix2drrv, etc) . My Clover below Sorry for my english No need to apologise, english isn't my native language too. However now Slice mention do not check "UEFI". Now I'm confused and afraid to mess with Clover and screw up my booting. Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/593/#findComment-2517310 Share on other sites More sharing options...
Slice Posted October 17, 2017 Share Posted October 17, 2017 Unchecking "UEFI only" is absolutely safe operation. You will get more options and nothing dangerous among them. UEFI boot will work the same way. Yes, I checked the "Install Clover in the ESP" if that what you mean. Or maybe I missed something? 1. I set the FakeID in boot option on Clover boot screen. 2. Can guide me to the correct method? Googled "Sound assertion..." and "IOConsoleUsers..." doesn't really help me. Is it a good choice to set the Fake ID for each boot? But this will lead me to the next question; how to make set Fake ID with configurator, and how to enable HD4000 after that because it's already "true" in the config.plist. I don't understand why do you ask about FakeID. What is the problem that you want change it? What is hte hardware? Enter Clover GUI and press "Options". Then navigate to Graphics and change here *-platform-id to the value 1660003. Try to boot. If not success then do it again with other value. 1 Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/593/#findComment-2517341 Share on other sites More sharing options...
rock.n.rollyn Posted October 17, 2017 Share Posted October 17, 2017 Unchecking "UEFI only" is absolutely safe operation. You will get more options and nothing dangerous among them. UEFI boot will work the same way. I don't understand why do you ask about FakeID. What is the problem that you want change it? What is hte hardware? Enter Clover GUI and press "Options". Then navigate to Graphics and change here *-platform-id to the value 1660003. Try to boot. If not success then do it again with other value. Thank you for the reply. Ah, I'll try again after this and check the "UEFI". The reason I ask because: -Changed the FakeID, I able to boot into OS with low resolution. -Changing 3 different -ig-platform-id doesn't work, unless I change the FakeID in Clover option. 0x01620005, 0x0166000a, 0x0166000b are the option for HD4000 in configurator. Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/593/#findComment-2517353 Share on other sites More sharing options...
Sherlocks Posted October 17, 2017 Share Posted October 17, 2017 Thank you for the reply. Ah, I'll try again after this and check the "UEFI". The reason I ask because: -Changed the FakeID, I able to boot into OS with low resolution. -Changing 3 different -ig-platform-id doesn't work, unless I change the FakeID in Clover option. 0x01620005, 0x0166000a, 0x0166000b are the option for HD4000 in configurator. 1. Write your system information. Hardware spec.2. Upload your config.plist and clover preboot.log files. 나의 LG-F800S 의 Tapatalk에서 보냄 1 Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/593/#findComment-2517365 Share on other sites More sharing options...
Slice Posted October 17, 2017 Share Posted October 17, 2017 Thank you for the reply. Ah, I'll try again after this and check the "UEFI". The reason I ask because: -Changed the FakeID, I able to boot into OS with low resolution. -Changing 3 different -ig-platform-id doesn't work, unless I change the FakeID in Clover option. 0x01620005, 0x0166000a, 0x0166000b are the option for HD4000 in configurator. If you set FakeID for abstract value then it will be VESA graphics and no other efforts change anything. ig-platform-id should be tested without changing FakeID. 1 Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/593/#findComment-2517394 Share on other sites More sharing options...
rock.n.rollyn Posted October 17, 2017 Share Posted October 17, 2017 If you set FakeID for abstract value then it will be VESA graphics and no other efforts change anything. ig-platform-id should be tested without changing FakeID. Yep, tested all three however no luck. Lilu and IntelGraphicFixup updated, no luck too. Also "UEFI only" checked but no success. 1. Write your system information. Hardware spec. 2. Upload your config.plist and clover preboot.log files. 나의 LG-F800S 의 Tapatalk에서 보냄 1. Spec as per in sig; Sierra | Gigabyte GA-H77M-D3H | i5 3570K | HD 4000 | 8GB RAM. 2. Here you are; Clover debug and config.plist; Config_debug.zip Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/593/#findComment-2517541 Share on other sites More sharing options...
Recommended Posts