Jump to content

Clover General discussion


ErmaC
29,866 posts in this topic

Recommended Posts

I knew for Skylake and above...not for  Broadwell ep

 

if you have some link I will study! :-)

 

This is from 10.12 System :) and old Clover. Also on my motherboard I can select HWP as Native or OOB so ...

IA32_TSC_DEADLINE................(0x6E0) : 0xB36F46C0344

IA32_PM_ENABLE...................(0x770) : 0x1 (HWP Supported and Enabled)

IA32_HWP_CAPABILITIES............(0x771) : 0x65397FF
-----------------------------------------
 - Highest Performance.................. : 255
 - Guaranteed Performance............... : 151
 - Most Efficient Performance........... : 83
 - Lowest Performance................... : 6

IA32_HWP_REQUEST................(0x774) : 0xFF00
-----------------------------------------
 - Minimum Performance................. : 0
 - Maximum Performance................. : 255
 - Desired Performance................. : 0
 - Energy Efficient Performance........ : 0
 - Package Control..................... : 0

IA32_HWP_STATUS..................(0x777) : 0x0
-----------------------------------------
 - Guaranteed Performance Change....... : 0 (has not occured)
 - Excursion To Minimum................ : 0 (has not occured)

Also is there a way to disable all XCPM patches inside the clover? The sleep is broken on our CPUS (reboot on the wake) so I wanted so see if the XCPM had any effect on it?

  • Like 1
Link to comment
Share on other sites

every time I update clover, I have on boot a new entry. I have 4 in total. Is it an issue that will be fixed in future or it has been fixed? I'm on clover 4220 right now

 

forgot to tell you: running on high Sierra 10.13 directly updated from 12.6 with APFS conversion

Link to comment
Share on other sites

every time I update clover, I have on boot a new entry. I have 4 in total. Is it an issue that will be fixed in future or it has been fixed? I'm on clover 4220 right now

 

forgot to tell you: running on high Sierra 10.13 directly updated from 12.6 with APFS conversion

It isn't an issue. Clover is detecting properly. You can hide the entry/ies you don't want.

 

Sent from my SM-G930F using Tapatalk

  • Like 1
Link to comment
Share on other sites

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
Share on other sites

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
Share on other sites

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.

  • Like 1
Link to comment
Share on other sites

@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

  • Like 1
Link to comment
Share on other sites

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
Share on other sites

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>

Link to comment
Share on other sites

 

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. 

  • Like 1
Link to comment
Share on other sites

 

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.

  • Like 1
Link to comment
Share on other sites

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
Share on other sites

 

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 

post-1110743-0-24194800-1508167937_thumb.png

Link to comment
Share on other sites

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
Share on other sites

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

  • Like 1
Link to comment
Share on other sites

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
Share on other sites

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.

  • Like 1
Link to comment
Share on other sites

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
Share on other sites

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
Share on other sites

×
×
  • Create New...