polyzargone Posted April 11, 2021 Share Posted April 11, 2021 @Jief_Machak Not an urgent request but would it be possible to get back the following information when we run bdmesg: Clover revision: 3202 running on H97-HD3 ... with board H97-HD3 With new revisions (don't know when it happened), we only have this: Starting Clover revision: 5133 (master, commit fe26ba998) on INSYDE Corp. EFI AFAIK, we need the exact model (H97-HD3 for instance) to name folders in OEM and have Clover automatically detects what to use on different boards. Thanks! Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/1054/#findComment-2755268 Share on other sites More sharing options...
Jief_Machak Posted April 11, 2021 Share Posted April 11, 2021 2 minutes ago, polyzargone said: to name folders in OEM and have Clover automatically detects what to use on different boards I don't remember having modified that but... who knows. FYI, a bit further down, you'll find message like _checkOEMPath Look for oem dir at path '\EFI\CLOVER\OEM\440BX Desktop Reference Platform\UEFI'. Dir doesn't exist. There is more than one and that gives you all the folder name you can use. 1 Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/1054/#findComment-2755270 Share on other sites More sharing options...
polyzargone Posted April 11, 2021 Share Posted April 11, 2021 (edited) @Jief_Machak Correct. This should be largely enough for achieving this ! Thanks again! Edited April 11, 2021 by polyzargone Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/1054/#findComment-2755271 Share on other sites More sharing options...
Jief_Machak Posted April 11, 2021 Share Posted April 11, 2021 For information. This : On 4/8/2021 at 6:45 PM, Slice said: New commit /Users/sergey/src/CloverBootloader/rEFIt_UEFI/cpp_unit_test/XString_test.cpp:1570:28: error: no matching function for call to 'XStringW::takeValueFrom(XString32&, int)' 1570 | xsw2.takeValueFrom(xsw, 1); | ^ Could NOT be resolved to this : On 4/8/2021 at 6:54 PM, Slice said: Resolved by excluding second argument. I.e. xsw2.takeValueFrom(xsw); The '1' had a meaning... I probably had fixed it, because the tests run fine. 6 minutes ago, polyzargone said: @Jief_Machak Correct. This should be largely enough for achieving this ! Thanks again! You're welcome. Please consider running my test program. Thanks. Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/1054/#findComment-2755272 Share on other sites More sharing options...
yapan4 Posted April 11, 2021 Share Posted April 11, 2021 @Jief_Machak Please send the file '/Volumes/BackupHD/Software_Part_2/Mac Soft/Hackintosh/c236 Helped EFI Folder/EFI/CLOVER/config.plist' as is to me.config.plist Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/1054/#findComment-2755274 Share on other sites More sharing options...
polyzargone Posted April 11, 2021 Share Posted April 11, 2021 @Jief_Machak Please send the file '/Volumes/Macintosh HD/Users/polyzargone/Desktop/OEM/Latitude 3330/config.plist' as is to me. DO NOT modify the file please, or I won't catch that bug in my new parser. Thanks. config.plist.zip Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/1054/#findComment-2755276 Share on other sites More sharing options...
Matgen84 Posted April 11, 2021 Share Posted April 11, 2021 (edited) @Jief_Machak I didn't pay attention before. Z390 config.plist no error messages. Just this: === [ Parse ] ==================== Warning: Invalid NULL char at offset 19954. Replace by a space What does it mean ? We can ignore it or not Result Z390 2021-04-11 17-18.rtf For IvyBridge: no errors but this : EDIT: unknown key manually corrected in config.plist Spoiler === [ Parse ] ==================== Warning: Invalid NULL char at offset 13054. Replace by a space Warning: Unknown key '/ACPI/DSDT/DropOEM_DSM:12'. Skipped. Warning: Unknown key '/Boot/EmptyDebugLogAtStart:149'. Skipped. Warning: Expect a boolean, an int8 or a string starting with 'n' or '-' for '/Boot/XMPDetection:161'. Warning: Unknown key '/GUI/Mouse/DoubleClick:214'. Skipped. Warning: Unknown key '/KernelAndKextPatches/KernelCpu:268'. Skipped. Result IvyBridge 2021-04-11 18-04.rtf Edited April 11, 2021 by Matgen84 Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/1054/#findComment-2755277 Share on other sites More sharing options...
Jief_Machak Posted April 11, 2021 Share Posted April 11, 2021 Version 5 of CloverX64TestNewParser committed on GitHub. You don't need to re-download the 2 libs. 1 Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/1054/#findComment-2755281 Share on other sites More sharing options...
JorgeMax Posted April 11, 2021 Share Posted April 11, 2021 @Jief_Machak Please send the file '/Volumes/BACK-UP 5/Programas para o macOS/Bootloaders/CloverEFI/EFI/CLOVER/config.plist' as is to me. DO NOT modify the file please, or I won't catch that bug in my new parser. Thanks. config.plist Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/1054/#findComment-2755282 Share on other sites More sharing options...
Jief_Machak Posted April 11, 2021 Share Posted April 11, 2021 58 minutes ago, Matgen84 said: What does it mean ? We can ignore it or not Yes you can. For now, we don't want to modify the config.plist files. 1 Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/1054/#findComment-2755283 Share on other sites More sharing options...
polyzargone Posted April 11, 2021 Share Posted April 11, 2021 @Jief_Machak bug A fatal error happened. System halted Sans titre 2.txt Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/1054/#findComment-2755284 Share on other sites More sharing options...
José Rodríguez Posted April 11, 2021 Share Posted April 11, 2021 file:/Users/joserodriguez/Desktop/config.plist Please send the file '/Users/joserodriguez/Desktop/config.plist' as is to me. DO NOT modify the file please, or I won't catch that bug in my new parser. Thanks.config.plist Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/1054/#findComment-2755285 Share on other sites More sharing options...
kushwavez Posted April 11, 2021 Share Posted April 11, 2021 (edited) kushwavez@X1C6-Pro ~ % /Users/kushwavez/Downloads/CloverX64TestNewParser ; exit; Version 5 file:/Users/kushwavez/Desktop/T440_CLOVER_v5131_NEW/CLOVER/config.plist file:/Users/kushwavez/Documents/RaZroX_config.plist file:/Users/kushwavez/Documents/GitHub/acer-aspire-v5-591g-clover-efi/bootpack/CLOVER/config_debug.plist file:/Users/kushwavez/Documents/GitHub/acer-aspire-v5-591g-clover-efi/bootpack/CLOVER/config.plist file:/Users/kushwavez/Documents/GitHub/asus-z170-deluxe-clover-efi/CLOVER/config_debug.plist file:/Users/kushwavez/Documents/GitHub/asus-z170-deluxe-clover-efi/CLOVER/config_amd_debug.plist file:/Users/kushwavez/Documents/GitHub/asus-z170-deluxe-clover-efi/CLOVER/config_amd.plist file:/Users/kushwavez/Documents/GitHub/asus-z170-deluxe-clover-efi/CLOVER/config_headless.plist file:/Users/kushwavez/Documents/GitHub/asus-z170-deluxe-clover-efi/CLOVER/config_headless_debug.plist file:/Users/kushwavez/Documents/GitHub/asus-z170-deluxe-clover-efi/CLOVER/config.plist file:/Users/kushwavez/Documents/GitHub/lenovo-x1c6-clover-efi/CLOVER/config_debug.plist file:/Users/kushwavez/Documents/GitHub/lenovo-x1c6-clover-efi/CLOVER/config.plist file:/Users/kushwavez/Downloads/config_HD615_620_630_640_650.plist file:/Users/kushwavez/git/CloverBootloader/Xcode/CloverX64TestNewParser/config-test1.plist file:/Users/kushwavez/git/CloverBootloader/Xcode/cpp_tests/config-all.plist file:/Users/kushwavez/git/CloverBootloader/Xcode/cpp_tests/config-all-warnings.plist file:/Users/kushwavez/git/CloverBootloader/CloverPackage/CloverV2/EFI/CLOVER/config-sample.plist file:/Users/kushwavez/git/CloverBootloader/CloverPackage/CloverV2/EFI/CLOVER/OEM/SystemProductName/config-sample.plist file:/Users/kushwavez/git/CloverBootloader/CloverPackage/CloverV2/EFI/CLOVER/OEM/SystemProductName/UEFI/config-sample.plist file:/Volumes/HomeNAS/Backup/EFIS/Lenovo-T440-CLOVER-EFI/CLOVER/config.plist file:/Volumes/HomeNAS/Backup/EFIS/Lenovo-T440-CLOVER-EFI/CLOVER/OEM/SystemProductName/config-sample.plist file:/Volumes/HomeNAS/Backup/EFIS/Lenovo-T440-CLOVER-EFI/CLOVER/OEM/SystemProductName/UEFI/config-sample.plist file:/Volumes/HomeNAS/Backup/EFIS/CLOVER_T440_Clover/config.plist file:/Volumes/HomeNAS/Backup/EFIS/CLOVER_T440_Clover/OEM/SystemProductName/config-sample.plist file:/Volumes/HomeNAS/Backup/EFIS/CLOVER_T440_Clover/OEM/SystemProductName/UEFI/config-sample.plist file:/Volumes/Untitled/Users/Viktor-X1C/AppData/Local/Packages/microsoft.windowscommunicationsapps_8wekyb3d8bbwe/LocalState/Files/S0/3/Attachments/config[422].plist file:/Volumes/Untitled/Users/Viktor-X1C/AppData/Local/Packages/microsoft.windowscommunicationsapps_8wekyb3d8bbwe/LocalState/Files/S0/3/Attachments/config[423].plist file:/Volumes/Untitled/Users/Viktor-X1C/AppData/Local/Packages/microsoft.windowscommunicationsapps_8wekyb3d8bbwe/LocalState/Files/S0/3/Attachments/config[430].plist file:/Volumes/Untitled/Users/Viktor-X1C/Documents/GitHub/lenovo-x1c6-clover-efi/CLOVER/config.plist file:/Volumes/Untitled/Users/Viktor-X1C/Documents/GitHub/lenovo-x1c6-clover-efi/CLOVER/config_debug.plist @Jief_Machak No parsing bug detected. Great. Let me know Edited April 11, 2021 by kushwavez Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/1054/#findComment-2755287 Share on other sites More sharing options...
yapan4 Posted April 11, 2021 Share Posted April 11, 2021 (edited) @Jief_Machak Now version 5 Please send the file '/Volumes/BackupHD/To Sort and Backup 2/My EFI BackUps/r5131 ASUS/2021-03-28-12h02/EFI/CLOVER/config.plist' as is to me. DO NOT modify the file please, or I won't catch that bug in my new parser. Thanks. config.plist Edited April 11, 2021 by yapan4 Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/1054/#findComment-2755288 Share on other sites More sharing options...
Slice Posted April 11, 2021 Share Posted April 11, 2021 I am tired to wait sergey@iMac2017 Test_Config % ./CloverX64TestNewParser Version 5 file:/Users/sergey/Desktop/Work/DarwinDumper_3.1.1_2021.03.29_21.56.36_iMac17,1_AMI_X64_5132_(master,_commit_a5494a89f)_Unknown_20E5196f_sergey/Boot Loaders/Configuration Files/disk0s1-EFI/EFI/CLOVER/config.plist file:/Users/sergey/Desktop/Work/DarwinDumper_3.1.1_2021.03.21_15.33.53_iMac17,1_Clover_X64_5131_(master,_commit_977f3e2e7)_Legacy_20E5196f_sergey/Boot Loaders/Configuration Files/disk0s1-EFI/EFI/CLOVER/config.plist file:/Users/sergey/Desktop/Work/DarwinDumper_3.1.0b7_2020.11.22_13.55.21_iMac17,1_AMI_X64_5126_(master,_commit_bf6376277)_Unknown_20B5022a_sergey/Boot Loaders/Configuration Files/disk0s1-EFI/EFI/CLOVER/config.plist file:/Users/sergey/Desktop/Work/DarwinDumper_3.1.0b7_2020.12.12_12.16.19_iMac17,1_AMI_X64_5127_(master,_commit_349e56a68)_Unknown_20C5061b_sergey/Boot Loaders/Configuration Files/disk0s1-EFI/EFI/CLOVER/config.plist file:/Users/sergey/Desktop/Work/DarwinDumper_3.1.0b7_2020.12.03_20.25.46_iMac17,1_Clover_X64_5127_(master,_commit_349e56a68)_Unknown_20B5022a_sergey/Boot Loaders/Configuration Files/disk0s1-EFI/EFI/CLOVER/config.plist file:/Users/sergey/Downloads/config.plist file:/Users/sergey/src/CloverBootloader/Xcode/CloverX64TestNewParser/config-test1.plist file:/Users/sergey/src/CloverBootloader/Xcode/cpp_tests/config-all.plist file:/Users/sergey/src/CloverBootloader/Xcode/cpp_tests/config-all-warnings.plist file:/Users/sergey/src/CloverBootloader/CloverPackage/CloverV2/EFI/CLOVER/config-sample.plist file:/Users/sergey/src/CloverBootloader/CloverPackage/CloverV2/EFI/CLOVER/OEM/SystemProductName/config-sample.plist file:/Users/sergey/src/CloverBootloader/CloverPackage/CloverV2/EFI/CLOVER/OEM/SystemProductName/UEFI/config-sample.plist file:/Volumes/Change/config.plist file:/Volumes/Windows10/Users/Sergey/Desktop/Projects/Clover5118/CloverPackage/CloverV2/EFI/CLOVER/config-sample.plist file:/Volumes/Windows10/Users/Sergey/Desktop/Projects/Clover5118/CloverPackage/CloverV2/EFI/CLOVER/OEM/SystemProductName/config-sample.plist file:/Volumes/Windows10/Users/Sergey/Desktop/Projects/Clover5118/CloverPackage/CloverV2/EFI/CLOVER/OEM/SystemProductName/UEFI/config-sample.plist file:/Volumes/Windows10/Users/Sergey/Desktop/Projects/CloverBootloader/CloverPackage/CloverV2/EFI/CLOVER/config-sample.plist file:/Volumes/Windows10/Users/Sergey/Desktop/Projects/CloverBootloader/CloverPackage/CloverV2/EFI/CLOVER/OEM/SystemProductName/config-sample.plist file:/Volumes/Windows10/Users/Sergey/Desktop/Projects/CloverBootloader/CloverPackage/CloverV2/EFI/CLOVER/OEM/SystemProductName/UEFI/config-sample.plist file:/Volumes/Windows10/Users/Sergey/Desktop/Projects/CloverBootloader/Xcode/cpp_tests/config-all-warnings.plist file:/Volumes/Windows10/Users/Sergey/Desktop/Projects/CloverBootloader/Xcode/cpp_tests/config-all.plist file:/Volumes/Windows10/Users/Sergey/Downloads/470133_EFI/EFI/CLOVER/config.plist file:/Volumes/Windows10/Users/Sergey/Downloads/470133_EFI/EFI/CLOVER/OEM/SystemProductName/config-sample.plist file:/Volumes/Windows10/Users/Sergey/Downloads/470133_EFI/EFI/CLOVER/OEM/SystemProductName/config.plist file:/Volumes/Windows10/Users/Sergey/Downloads/470133_EFI/EFI/CLOVER/OEM/SystemProductName/UEFI/config-sample.plist file:/Volumes/Windows10/Users/Sergey/Downloads/470133_EFI/EFI/CLOVER/OEM/SystemProductName/UEFI/config.plist file:/Volumes/Windows10/Users/Sergey/Downloads/DarwinDumper_3.1.0b6_2020.05.22_18.29.30_MacPro5,1_Clover_X64_5118_(master,_commit_6529f815d)_Sierra_16G29_sergei/Boot Loaders/Configuration Files/disk0s1-EFI/EFI/CLOVER/config.plist 1 Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/1054/#findComment-2755289 Share on other sites More sharing options...
Slice Posted April 11, 2021 Share Posted April 11, 2021 Wow! Quote Please send the file '/Volumes/DataHD/RealMacs/MBP9_2/MBP92/DarwinDumper_2.2.4_Apple_Lion_Demo/BootloaderConfigFiles/Volumes/CLOVER/EFI/OEM/K50ID/config.plist' as is to me. DO NOT modify the file please, or I won't catch that bug in my new parser. Thanks. config.plist 1 Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/1054/#findComment-2755290 Share on other sites More sharing options...
eng_redaesm Posted April 11, 2021 Share Posted April 11, 2021 2 hours ago, Jief_Machak said: "Please send the file '[path of clover config file]/[filename].plist' as is to me. DO NOT modify the file please, or I won't catch that bug in my new parser. Thanks." send me the file "[path of clover config file]/[filename].plist", please. 2 hours ago, Jief_Machak said: Documents/mav/EFI_5029/CLOVER/config.plist config.plist.zip Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/1054/#findComment-2755292 Share on other sites More sharing options...
Jief_Machak Posted April 11, 2021 Share Posted April 11, 2021 Thanks. It allows to catch few details. New version on GitHub. Could you re-check ? Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/1054/#findComment-2755294 Share on other sites More sharing options...
polyzargone Posted April 11, 2021 Share Posted April 11, 2021 @Jief_Machak Same error: bug A fatal error happened. System halted. Sans titre 3.txt Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/1054/#findComment-2755295 Share on other sites More sharing options...
Jief_Machak Posted April 11, 2021 Share Posted April 11, 2021 3 minutes ago, polyzargone said: @Jief_Machak Same error: bug A fatal error happened. System halted. Sans titre 3.txt 11.04 kB · 0 downloads Could you send me your file '/Volumes/Macintosh HD/Users/polyzargone/Desktop/OEM/Latitude E7440_polyzargone/UEFI/config.plist" ? Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/1054/#findComment-2755296 Share on other sites More sharing options...
polyzargone Posted April 11, 2021 Share Posted April 11, 2021 @Jief_Machak Here you go: config.plist.zip Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/1054/#findComment-2755297 Share on other sites More sharing options...
yapan4 Posted April 11, 2021 Share Posted April 11, 2021 12 minutes ago, Jief_Machak said: Thanks. It allows to catch few details. New version on GitHub. Could you re-check ? version 6 No parsing bug detected. Great. Let me know 1 Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/1054/#findComment-2755298 Share on other sites More sharing options...
Jief_Machak Posted April 11, 2021 Share Posted April 11, 2021 14 minutes ago, polyzargone said: @Jief_Machak Here you go: config.plist.zip 2.78 kB · 0 downloads Sorry, my bad, log weren't accurate and that's not the file that causes the bug. I updated a version 6c. Could you pass it again and send me the file from the last message before it says bug ? NOTE : I also improved message that just said bug ! Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/1054/#findComment-2755299 Share on other sites More sharing options...
polyzargone Posted April 11, 2021 Share Posted April 11, 2021 file:/Volumes/Macintosh HD/Users/polyzargone/Desktop/OEM/M2A-VM/config.plist const ValueType& XmlData::value() const : value is not defined A fatal error happened. System halted. config.plist.zip Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/1054/#findComment-2755300 Share on other sites More sharing options...
Jief_Machak Posted April 11, 2021 Share Posted April 11, 2021 10 minutes ago, polyzargone said: file:/Volumes/Macintosh HD/Users/polyzargone/Desktop/OEM/M2A-VM/config.plist const ValueType& XmlData::value() const : value is not defined A fatal error happened. System halted. config.plist.zip 1.57 kB · 0 downloads Version 7 committed... 2 Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/1054/#findComment-2755302 Share on other sites More sharing options...
Recommended Posts