Matgen84 Posted August 25, 2021 Share Posted August 25, 2021 Hi @Slice @iCanaro @all My stupid question: what are the differences between Properties and addProperties in Devices section (config.plist). Please let me know. Link to comment Share on other sites More sharing options...
kushwavez Posted August 25, 2021 Share Posted August 25, 2021 In the Clover documentation it says: "You can add your other properties, for example model, in the following array of dictionaries Deprecated! Use Properties! <key> AddProperties </key> <array> <dict> ... <key> Device </key> <string> NVidia </string> <key> Key </key> <string> AAPL, HasPanel </string> <key> Value </key> <data> AQAAAA == </data> </dict> </array> Value can be <data> or a hexadecimal string. You can't just string. That is, instead of <string> ABC .... you should write <string> 0x414243 .... Convert via PlistEditor or Xcode. The first Device key determines which device this property will be added to. Device List: ATI Nvidia IntelGFX LAN WIFI Firewire SATA IDE HDA HDMI LPC SmBUS USB Names should be exactly like that, letter by letter. I think no explanation is needed here. Thus, different properties can be injected for analog audio Device = HDA, and for digital audio Device = HDMI. To distinguish Clover will, alas, not be very correct, according to the vendor. If Intel, then HDA, if ATI or Nvidia, then HDMI. For example, Hazvel has Intel HDMI sound." 1 Link to comment Share on other sites More sharing options...
Guest 5T33Z0 Posted August 26, 2021 Share Posted August 26, 2021 (edited) In r5138 I've noticed that selected OS won't boot sometimes and all you get is a black screen. After a reset (ALT+CTRL+DEL) it works again. This happesns like every 2nd or 3rd time. I have no idea, why. Also, hiding Volumes doesn't work if they have "Windows" in the name. Edited August 27, 2021 by 5T33Z0 Link to comment Share on other sites More sharing options...
chris1111 Posted August 27, 2021 Share Posted August 27, 2021 (edited) 15 hours ago, 5T33Z0 said: In r5138 I've noticed that selected OS won't boot sometimes and all you get is a black screen. After a reset (ALT+CTRL+DEL) it works again. This happesns like ever 2nd or 3rd time. I have no idea, why. Also, hiding Volumes doesn't work if they have "Windows" in the name. Hide volume windows you need the UID of the volume from BootLog Edited August 27, 2021 by chris1111 1 Link to comment Share on other sites More sharing options...
Smokefingers Posted August 28, 2021 Share Posted August 28, 2021 how can i fix these two errors? Thanks Warning: Expect a boolean, an int8 or a string starting with 'n' or '-' for '/Boot/XMPDetection:133'. Warning: Boolean value contained in a string. Please use <true/> instead of <string>yes</string> for tag '/SystemParameters/InjectKexts:372' Link to comment Share on other sites More sharing options...
Slice Posted August 28, 2021 Share Posted August 28, 2021 1 hour ago, Smokefingers said: how can i fix these two errors? Thanks Warning: Expect a boolean, an int8 or a string starting with 'n' or '-' for '/Boot/XMPDetection:133'. Warning: Boolean value contained in a string. Please use <true/> instead of <string>yes</string> for tag '/SystemParameters/InjectKexts:372' You have to edit your config.plist and follow the recommendation: 1. See Boot -> XMPDetection and set value as said above. For example <false/> 2. See SystemParameters -> InjectKext and set value to <true/> as only reasonable value. Link to comment Share on other sites More sharing options...
abdouoi Posted August 29, 2021 Share Posted August 29, 2021 Hello! I need help please. I am currently running Catalina (10.15.7) and I am trying to install Big Sur. I have issues when running the install of Big Sur. IMG_0067.HEIC EFI.zip Link to comment Share on other sites More sharing options...
kushwavez Posted August 29, 2021 Share Posted August 29, 2021 you need a correct EC patch Download the corresponding SSDT-EC.aml for your system, put it in CLOVER/ACPI/patched https://dortania.github.io/Getting-Started-With-ACPI/ssdt-methods/ssdt-prebuilt.html#intel-desktop-ssdts Link to comment Share on other sites More sharing options...
abdouoi Posted August 29, 2021 Share Posted August 29, 2021 (edited) 24 minutes ago, kushwavez said: you need a correct EC patch Download the corresponding SSDT-EC.aml for your system, put it in CLOVER/ACPI/patched https://dortania.github.io/Getting-Started-With-ACPI/ssdt-methods/ssdt-prebuilt.html#intel-desktop-ssdts Since I have a Haswell (Intel HD4600), do I need the 4 or just SSDT-EC-LAPTOP ? Thanks Edited August 29, 2021 by abdouoi Link to comment Share on other sites More sharing options...
kushwavez Posted August 29, 2021 Share Posted August 29, 2021 just that one 1 Link to comment Share on other sites More sharing options...
abdouoi Posted August 29, 2021 Share Posted August 29, 2021 (edited) 22 minutes ago, kushwavez said: just that one I tried but I still have the same issue. Do I need to modify my config.plist ?IMG_0068.HEIC Edited August 29, 2021 by abdouoi Link to comment Share on other sites More sharing options...
Slice Posted August 29, 2021 Share Posted August 29, 2021 1 hour ago, abdouoi said: Hello! I need help please. I am currently running Catalina (10.15.7) and I am trying to install Big Sur. I have issues when running the install of Big Sur. IMG_0067.HEIC 3.02 MB · 1 download EFI.zip 44.08 MB · 1 download Exclude OsxAptioFix... New way is to use OpenRuntime.efi which you already have. Link to comment Share on other sites More sharing options...
abdouoi Posted August 29, 2021 Share Posted August 29, 2021 47 minutes ago, Slice said: Exclude OsxAptioFix... New way is to use OpenRuntime.efi which you already have. I removed OsxAptioFix… but issue is still there Link to comment Share on other sites More sharing options...
kushwavez Posted August 29, 2021 Share Posted August 29, 2021 I also see a lot's of SSDT/DSDT errors in your picture (AE_ALREADY_EXISTS, AE_NOT_FOUND), you may need to recreate the SSDT or DSDT and fix these errors. Also try to exclude them and see what happens (except SSDT-EC) Link to comment Share on other sites More sharing options...
abdouoi Posted August 29, 2021 Share Posted August 29, 2021 43 minutes ago, kushwavez said: I also see a lot's of SSDT/DSDT errors in your picture (AE_ALREADY_EXISTS, AE_NOT_FOUND), you may need to recreate the SSDT or DSDT and fix these errors. Also try to exclude them and see what happens (except SSDT-EC) I never had these errors on Catalina and before and I am using the same Clover to boot. I don’t know what’s the meaning of these errors Link to comment Share on other sites More sharing options...
kushwavez Posted August 29, 2021 Share Posted August 29, 2021 it means that there are some incorrect patches inside the DSDT or SSDT 1 Link to comment Share on other sites More sharing options...
abdouoi Posted August 29, 2021 Share Posted August 29, 2021 1 hour ago, kushwavez said: it means that there are some incorrect patches inside the DSDT or SSDT Do you have a tool I can use to validate if my DSDT/SSDT will be fine after patches ? Link to comment Share on other sites More sharing options...
abdouoi Posted August 29, 2021 Share Posted August 29, 2021 I don’t have the errors when I drop all the OEM SSDT. But I am still stuck Link to comment Share on other sites More sharing options...
Anto65 Posted September 5, 2021 Share Posted September 5, 2021 And also Clover in the last vers. 5139 is fixed 🙂 3 1 Link to comment Share on other sites More sharing options...
SavageAUS Posted September 5, 2021 Share Posted September 5, 2021 I had to download the full installer to get beta 6 and that was before clover 5139 but clover 5139 is working great on both Intel and AMD with beta 6 on both machines. Sent from my iPhone using Tapatalk 4 Link to comment Share on other sites More sharing options...
Guest 5T33Z0 Posted September 5, 2021 Share Posted September 5, 2021 For validating the config.plist, should we still use the CloverConfigPlistValidator included in r5134? Link to comment Share on other sites More sharing options...
Matgen84 Posted September 5, 2021 Share Posted September 5, 2021 4 minutes ago, 5T33Z0 said: For validating the config.plist, should we still use the CloverConfigPlistValidator included in r5134? @5T33Z0 The CloverConfigPlistValidator is included in each CloverPackage. So in the r5139 package too. Link to comment Share on other sites More sharing options...
Guest 5T33Z0 Posted September 5, 2021 Share Posted September 5, 2021 6 minutes ago, Matgen84 said: @5T33Z0 The CloverConfigPlistValidator is included in each CloverPackage. So in the r5139 package too. My primary bootloader is OpenCore, so I don't use the .pkg. I use the .zip and update the Clover EFI manually. It has been for this for a year or so. The config validator is not included in the .zip file nor in the Assets of the current release. As of now, I just extracted the contents of the .pkg using the unpkg app. But imo it should be included in the zip as well as a utility. Link to comment Share on other sites More sharing options...
Anto65 Posted September 5, 2021 Share Posted September 5, 2021 If it can be useful to anyone CloverConfigPlistValidator_r5139.zip 2 2 Link to comment Share on other sites More sharing options...
Slice Posted September 6, 2021 Share Posted September 6, 2021 On 9/5/2021 at 2:56 PM, 5T33Z0 said: My primary bootloader is OpenCore, so I don't use the .pkg. I use the .zip and update the Clover EFI manually. It has been for this for a year or so. The config validator is not included in the .zip file nor in the Assets of the current release. As of now, I just extracted the contents of the .pkg using the unpkg app. But imo it should be included in the zip as well as a utility. Sorry, I will upload ccpv in each Release. 4 Link to comment Share on other sites More sharing options...
Recommended Posts