naiclub Posted October 27, 2020 Share Posted October 27, 2020 Continue to develop, I am waiting to use it. Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/969/#findComment-2742227 Share on other sites More sharing options...
Jief_Machak Posted October 27, 2020 Share Posted October 27, 2020 (edited) 1 hour ago, Slice said: I want old method to be working. It possible to hard-code that if the path is 'EFI/Microsoft", we silently switch to "EFI/CLOVER". Because BootloaderChooser make a cleaner configuration (Clover efi stays in it's folder), I personally think we shouldn't. But it's 2 lines of code, it can be done. EDIT : I still admit that it's a change of behaviour I should have said. I didn't know some people had to do that. Sorry. EDIT2 : The intermediary solution is to switch path if it's "EFI/Microsoft", but with a warning? Edited October 27, 2020 by Jief_Machak 2 Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/969/#findComment-2742229 Share on other sites More sharing options...
Jief_Machak Posted October 27, 2020 Share Posted October 27, 2020 It looks like booting on main partition is still possible and unofficially supported. if we can't boot an main partition, it's because of a feature : authenticate-root. If you type "csrutil authenticate-root status", it's probably enabled. The panic reported : Problem is : we need recovery if we want to disable it. So not today ! 2 Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/969/#findComment-2742248 Share on other sites More sharing options...
JorgeMax Posted October 27, 2020 Share Posted October 27, 2020 Here it is enabled: SIP value: 0x67 (Clover) OC Value: 67000000 By OpenCore it boots without causing a kernel panic Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/969/#findComment-2742254 Share on other sites More sharing options...
Slice Posted October 27, 2020 Share Posted October 27, 2020 5 hours ago, Jief_Machak said: It possible to hard-code that if the path is 'EFI/Microsoft", we silently switch to "EFI/CLOVER". Because BootloaderChooser make a cleaner configuration (Clover efi stays in it's folder), I personally think we shouldn't. But it's 2 lines of code, it can be done. EDIT : I still admit that it's a change of behaviour I should have said. I didn't know some people had to do that. Sorry. EDIT2 : The intermediary solution is to switch path if it's "EFI/Microsoft", but with a warning? EFI/Microsoft/boot/ instead of EFI/CLOVER/ Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/969/#findComment-2742256 Share on other sites More sharing options...
Jief_Machak Posted October 27, 2020 Share Posted October 27, 2020 20 minutes ago, JorgeMax said: By OpenCore it boots without causing a kernel panic You can't boot with Clover ??? Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/969/#findComment-2742258 Share on other sites More sharing options...
PG7 Posted October 27, 2020 Share Posted October 27, 2020 Spoiler Clover r5125 install System Spoiler first full test with GitHub's Clover r5125 with PKG test with Fujitsu LIFEBOOK S761 i5-2520M HD3000 Attention are tests where I have not finished installing the kext for the HD3000 in Mojave and Catalina where I know it works well with risks! this HDD will be testing HDD for several machines so I will not install any kext on the system ... I confirm that I installed all the systems from the USB installer with the Clover r5125 available in PKG use the Quircks I got for this series6 chipset I used another commit available yesterday by iCanario to test and confirm its good operation I used the git HFSPlusLegacy.efi driver for this laptop more tests will be done with other machines !!! Thanks Jieff for the work done as well as Slice plus iCanario and all the others that over time are present testing and raporting the bugs good continuations Clover forever ..... Google Translate ! exemple: Config.plist Patch DSDT config.plist 4 Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/969/#findComment-2742259 Share on other sites More sharing options...
JorgeMax Posted October 27, 2020 Share Posted October 27, 2020 5 minutes ago, Jief_Machak said: You can't boot with Clover ??? No, it causes kernel panic. Same as the report you posted Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/969/#findComment-2742261 Share on other sites More sharing options...
iCanaro Posted October 27, 2020 Share Posted October 27, 2020 @PG7 https://github.com/CloverHackyColor/CloverBootloader/commit/5a46bf363f8f38ee2709f716404f2f41b6b514bd CLOVERX64--5125--5a46bf363.efi.zip 3 Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/969/#findComment-2742262 Share on other sites More sharing options...
PG7 Posted October 27, 2020 Share Posted October 27, 2020 14 hours ago, naiclub said: Opencore, I use it well (0.6.3 dev). I tested it with OpenCore 0.6.3 dev that I created again and the result for me on the HP Envy Recline K-300BR is the same as with Clover! 1 Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/969/#findComment-2742263 Share on other sites More sharing options...
LAbyOne Posted October 27, 2020 Share Posted October 27, 2020 curious thing: Why in your Drivers you keep both HFSPlus and VBox? Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/969/#findComment-2742267 Share on other sites More sharing options...
Matgen84 Posted October 27, 2020 Share Posted October 27, 2020 (edited) 2 hours ago, JorgeMax said: Here it is enabled: SIP value: 0x67 (Clover) OC Value: 67000000 By OpenCore it boots without causing a kernel panic Few month ago, @fusion71au share this boot-args to disable authenticated-root. Clover In RtVariables/CsrActiveConfig, set to 0x0877... <key>CsrActiveConfig</key> <string>0x0877</string> Edited October 27, 2020 by Matgen84 Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/969/#findComment-2742268 Share on other sites More sharing options...
iCanaro Posted October 27, 2020 Share Posted October 27, 2020 @Matgen84 just remember that with this setting of the csractiveconfig then no updates are reported on BUgSur 1 Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/969/#findComment-2742270 Share on other sites More sharing options...
JorgeMax Posted October 27, 2020 Share Posted October 27, 2020 34 minutes ago, Matgen84 said: Few month ago, @fusion71au share this boot-args to disable authenticated-root. Clover In RtVariables/CsrActiveConfig, set to 0x0877... <key>CsrActiveConfig</key> <string>0x0877</string> Yes, I already used that value. The problem is that when looking for system updates, it does not download, it gives an error because of the "authenticated-root" which is disabled, but if you enable it, everything will return to normal updates These two options appear in: System Preferences> Software Update> Advanced @Jief_MachakWith this value defined in config.plist: 0x0877 causing "authenticated-root" to be disabled. I did a test with the Clover 5125 released, and it boots Big Sur without giving a kernel panic Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/969/#findComment-2742271 Share on other sites More sharing options...
Matgen84 Posted October 27, 2020 Share Posted October 27, 2020 5 minutes ago, iCanaro said: @Matgen84 just remember that with this setting of the csractiveconfig then no updates are reported on BUgSur @iCanaro Thanks. I know that. I just answer to @JorgeMax who has a KP problem. Maybe, it is a possibility of troubleshooting. Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/969/#findComment-2742272 Share on other sites More sharing options...
Matgen84 Posted October 27, 2020 Share Posted October 27, 2020 (edited) 11 minutes ago, JorgeMax said: Yes, I already used that value. The problem is that when looking for system updates, it does not download, it gives an error because of the "authenticated-root" which is disabled, but if you enable it, everything will return to normal updates These two options appear in: System Preferences> Software Update> Advanced 9 minutes ago, Matgen84 said: @iCanaro Thanks. I know that. I just answer to @JorgeMax who has a KP problem. Maybe, it is a possibility of troubleshooting. @JorgeMax it is a temporary solution. Now you've got no KP and boot Big Sur. That was the goal, now @Jief_Machak will take a closer look at your problem. My Z390 config can boot BS with 0x67. Edited October 27, 2020 by Matgen84 1 Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/969/#findComment-2742273 Share on other sites More sharing options...
Jief_Machak Posted October 27, 2020 Share Posted October 27, 2020 @JorgeMax If you have a problem, and you think it's not your configuration, please open an issue on clover github. A forum like this is too hard to follow multiple bug. Describe your bug, and how to reproduce it. Join a debug.log in which there is only one boot (if you don't delete it before booting, the log keep appending into it). 1 Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/969/#findComment-2742275 Share on other sites More sharing options...
PG7 Posted October 27, 2020 Share Posted October 27, 2020 Clover r5125 Clover revision: 5125 (master, commit aee426fa3) HP Envy Recline 23-K300BR "all in one" Specs: intel i3-4130T intel HD4400/’Nvidia Geforce 830A Optimus' 8Go RAM Multi System boot OK Spoiler 1 Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/969/#findComment-2742277 Share on other sites More sharing options...
Jief_Machak Posted October 27, 2020 Share Posted October 27, 2020 @PG7 Do not test too much now Keep your energy for when we'll want to test a RC ! 4 1 Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/969/#findComment-2742279 Share on other sites More sharing options...
PG7 Posted October 27, 2020 Share Posted October 27, 2020 23 minutes ago, Jief_Machak said: @ PG7 Ne testez pas trop maintenant Gardez votre énergie pour le moment où nous voudrons tester une RC! Ok No problem ! 2 Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/969/#findComment-2742280 Share on other sites More sharing options...
PG7 Posted October 27, 2020 Share Posted October 27, 2020 Clover r5125 Lenovo ThinkCentre M93 intel i5-4460S HD4600 Nvidia GTX760 3Go Multiboot System OK Windows boot OK Spoiler 2 Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/969/#findComment-2742287 Share on other sites More sharing options...
Henry2010 Posted October 28, 2020 Share Posted October 28, 2020 (edited) Tested BootloaderChooser + iCanaro's CLOVERX64--5125--fafc50e3d.efi and BootloaderChooser + OC 0.6.2 Both work well with 10.15.7. Edited October 28, 2020 by Henry2010 2 Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/969/#findComment-2742293 Share on other sites More sharing options...
Jief_Machak Posted October 28, 2020 Share Posted October 28, 2020 I've hidden some debug messages in BootloaderChooser : https://github.com/jief666/BootloaderChooser/releases/tag/0.4 4 Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/969/#findComment-2742295 Share on other sites More sharing options...
maclinuxG4 Posted October 28, 2020 Share Posted October 28, 2020 hi jief you have a report to see (message) when OK when KO lost sounds internal selector in sounds pref panel (Mojave) Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/969/#findComment-2742296 Share on other sites More sharing options...
Jief_Machak Posted October 28, 2020 Share Posted October 28, 2020 (edited) 9 minutes ago, maclinuxG4 said: you have a report to see (message) If you want my help, follow that guide https://jief-machak.gitbook.io/cloverhelp/ I've also answered your PM. Edited October 28, 2020 by Jief_Machak 2 Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/969/#findComment-2742298 Share on other sites More sharing options...
Recommended Posts