tluck Posted October 3, 2020 Share Posted October 3, 2020 got it on the OEM thing. NP. on SystemID - never understood why they were swapped in the past. seems more intuitive to have it match the BIOS? so new way is my vote. Note: i always had to inject a custom matching SystemID (what clover made) when i booted with OC (to match Clover) so then switching bootmgrs was seamless. Link to comment Share on other sites More sharing options...
Jief_Machak Posted October 3, 2020 Share Posted October 3, 2020 Kext injection from OEM path is fixed. Get my build from here (1st post and 1st page) : 3 2 Link to comment Share on other sites More sharing options...
tluck Posted October 3, 2020 Share Posted October 3, 2020 ok will try the new code out. Note: in the ebuild script, for version determination (clover_revision) -- seems like the older/commented out way (minus non-ascii char is properly indentifying the version? tluck@Toms-MBP16 /opt/Source/Clover $ git describe --tags $(git rev-list --tags --max-count=1) 5123 tluck@Toms-MBP16 /opt/Source/Clover $ git describe --tags --abbrev=0 5122 Link to comment Share on other sites More sharing options...
D-an-W Posted October 3, 2020 Share Posted October 3, 2020 @Jief_Machak typing this from Big Sur booted with your BootloaderChooser and latest Clover...thanks! It was SO fast in booting too! 1 1 Link to comment Share on other sites More sharing options...
Jief_Machak Posted October 3, 2020 Share Posted October 3, 2020 1 hour ago, D-an-W said: @Jief_Machak typing this from Big Sur booted with your BootloaderChooser and latest Clover...thanks! Thanks to letting me know. Enjoy. 1 Link to comment Share on other sites More sharing options...
tluck Posted October 3, 2020 Share Posted October 3, 2020 (edited) 4 hours ago, Jief_Machak said: Kext injection from OEM path is fixed. Get my build from here (1st post and 1st page) : built ... Starting Clover revision: 5123 (opencore_integration, commit 458d071ec) on Lenovo EFI all good -- but I have no audio with AppleALC. edit - more than just the AppleALC kext with issues. BatteryManager too. odd. i move kexts back to CLOVER (out of OEM) then it all works? cannot see any noticable difference in the debug.log - all kexts are loaded. nothing in kernel logs standout? $ grep -i alc /Volumes/ESP/EFI/CLOVER/misc/debug.log 0:103 0:000 ExternalClock: 25 MHz 4:980 0:004 Calc ResetVal: 0x6 5:066 0:012 Added Kext=Other\AppleALC.kext 5:471 0:003 found boot-args in NVRAM:slide=0 alcid=14 -no_compat_check amfi_get_out_of_my_way=0x1, size=61 5:478 0:003 ...found arg:alcid=14 5:483 0:005 ...adding arg:alcid=14 5:489 0:001 after NVRAM boot-args=-v slide=0 -no_compat_check -lilubetaall -alcbeta -wegdbg amfi_get_out_of_my_way=0x1 alcid=14 11:801 0:003 Finally: ExternalClock=25MHz BusSpeed=99677kHz CPUFreq=2492MHz PIS: hw.busfrequency=100000000Hz 11:818 0:001 ->Extra kext: Other\AppleALC.kext (v.1.5.3) 11:867 0:002 Bridge kext to OC : Path=AppleALC.kext 12:035 0:001 InternalCreateQueueEvent 12:626 0:004 OC: Opening file .\Kexts\Other\AppleALC.kext\Contents\Info.plist with 1 mode gave - Success 12:630 0:004 OC: Opening file .\Kexts\Other\AppleALC.kext\Contents\MacOS\AppleALC with 1 mode gave - Success 13:474 0:005 OCAK: as.vit9696.AppleALC got KXLD 0 0 13:476 0:001 OCAK: Requesting __LINKEDIT for as.vit9696.AppleALC - D2EEC3E8 at 3685000 13:477 0:001 OCAK: Requesting SymbolTable for as.vit9696.AppleALC - 2004 13:493 0:015 OC: Prelinked injection .\Kexts\Other\AppleALC.kext () - Success vs (no audio) $ grep -i alc /Volumes/ESP/EFI/CLOVER/misc/debug.log 0:103 0:000 ExternalClock: 25 MHz 4:920 0:003 Calc ResetVal: 0x6 4:999 0:012 Added Kext=Other\AppleALC.kext 5:404 0:005 found boot-args in NVRAM:slide=0 alcid=14 -no_compat_check amfi_get_out_of_my_way=0x1, size=61 5:412 0:003 ...found arg:alcid=14 5:415 0:002 ...adding arg:alcid=14 5:426 0:003 after NVRAM boot-args=-v slide=0 -no_compat_check -lilubetaall -alcbeta -wegdbg amfi_get_out_of_my_way=0x1 alcid=14 11:891 0:004 Finally: ExternalClock=25MHz BusSpeed=99677kHz CPUFreq=2492MHz PIS: hw.busfrequency=100000000Hz 11:928 0:003 ->Extra kext: Other\AppleALC.kext (v.1.5.3) 12:019 0:004 Bridge kext to OC : Path=AppleALC.kext 12:260 0:004 InternalCreateQueueEvent 13:389 0:008 OC: Opening file OEM\4236ED7\Kexts\Other\AppleALC.kext\Contents\Info.plist with 1 mode gave - Success 13:395 0:005 OC: Opening file OEM\4236ED7\Kexts\Other\AppleALC.kext\Contents\MacOS\AppleALC with 1 mode gave - Success 14:379 0:007 OCAK: as.vit9696.AppleALC got KXLD 0 0 14:382 0:002 OCAK: Requesting __LINKEDIT for as.vit9696.AppleALC - D2EEC3E8 at 3685000 14:386 0:003 OCAK: Requesting SymbolTable for as.vit9696.AppleALC - 2004 14:402 0:016 OC: Prelinked injection OEM\4236ED7\Kexts\Other\AppleALC.kext () - Success Edited October 4, 2020 by tluck Link to comment Share on other sites More sharing options...
MICKHAEL Posted October 4, 2020 Share Posted October 4, 2020 Quote Hello @Jief_Machak congratulation for your good work and right direction I have a problem, maybe you have idea what could be... Thanks Link to comment Share on other sites More sharing options...
SavageAUS Posted October 4, 2020 Share Posted October 4, 2020 Am i the only one having issues? 1 Link to comment Share on other sites More sharing options...
SavageAUS Posted October 4, 2020 Share Posted October 4, 2020 Has anyone had any luck with Ryzen yet? Also can anyone boot ArchLinux systemd with new clover? I can’t tell if it’s a config error or not but when I choose arch from clover I just get a black screen. Arch boots fine from bios so i know it’s not that. Link to comment Share on other sites More sharing options...
jsl2000 Posted October 4, 2020 Share Posted October 4, 2020 23 minutes ago, SavageAUS said: Has anyone had any luck with Ryzen yet? Also can anyone boot ArchLinux systemd with new clover? I can’t tell if it’s a config error or not but when I choose arch from clover I just get a black screen. Arch boots fine from bios so i know it’s not that. I have tested with Ryzen and FX-6300 hackintoshs which were not bootable by Clover-OC integration yet. Waiting for Jief_Mackak's solution which is expected to be announced on next Tuesday or Wednesday. Link to comment Share on other sites More sharing options...
SavageAUS Posted October 4, 2020 Share Posted October 4, 2020 1 hour ago, jsl2000 said: I have tested with Ryzen and FX-6300 hackintoshs which were not bootable by Clover-OC integration yet. Waiting for Jief_Mackak's solution which is expected to be announced on next Tuesday or Wednesday. I think that is when we will start working on it not an announcement. I could be wrong but I was just curious if anyone had any luck in the mean time. Link to comment Share on other sites More sharing options...
Jief_Machak Posted October 4, 2020 Share Posted October 4, 2020 6 hours ago, tluck said: cannot see any noticable difference in the debug.log - all kexts are loaded. nothing in kernel logs standout? @tluck Indeed, can't see any difference. Hum. No clues there yet. I'll have to try to reproduce the issue here. Could you post the 2 full debug.log ? Link to comment Share on other sites More sharing options...
D-an-W Posted October 4, 2020 Share Posted October 4, 2020 @Jief_Machak having trouble booting the updater for Beta 9 so went to check the debug.log but it's zero bytes using your latest Clover, probably something I did wrong but any ideas? Link to comment Share on other sites More sharing options...
SavageAUS Posted October 4, 2020 Share Posted October 4, 2020 (edited) @Jief_Machak I think we have problems booting Arch Linux also. No matter what I try I get a black screen. Boots fine from bios. I’ll post config soon. config.plist Edited October 4, 2020 by SavageAUS Link to comment Share on other sites More sharing options...
Jief_Machak Posted October 4, 2020 Share Posted October 4, 2020 2 minutes ago, SavageAUS said: @Jief_Machak I think we have problems booting Arch Linux also. No matter what I try I get a black screen. Boots fine from bios. I’ll post config soon. Do you have a debug.log of a successful boot from a previous Clover, as well as the unsuccessful boot ? Link to comment Share on other sites More sharing options...
SavageAUS Posted October 4, 2020 Share Posted October 4, 2020 (edited) 1 hour ago, Jief_Machak said: Do you have a debug.log of a successful boot from a previous Clover, as well as the unsuccessful boot ? Successful boot debug-5122-release.log Unsuccessful boot debug - CLOVERX64-458d071-reloc.efi.log Edited October 4, 2020 by SavageAUS Link to comment Share on other sites More sharing options...
Matgen84 Posted October 4, 2020 Share Posted October 4, 2020 (edited) Hi @Jief_Machak Have you see the comment from @stevezheng about two PanicNoKextDump in the config.plisthttps://github.com/CloverHackyColor/CloverBootloader/commit/53b163c57c7fe1dac7de21d7ecf755a292ccac27#comments Edited October 4, 2020 by Matgen84 Link to comment Share on other sites More sharing options...
Jief_Machak Posted October 4, 2020 Share Posted October 4, 2020 41 minutes ago, Matgen84 said: Have you see the comment from @stevezheng about two PanicNoKextDump in the config.plist Can't see any comment. ??? Link to comment Share on other sites More sharing options...
Matgen84 Posted October 4, 2020 Share Posted October 4, 2020 (edited) 15 minutes ago, Jief_Machak said: Can't see any comment. ??? Scroll down in the commit (link in previous post), you can see this: Edited October 4, 2020 by Matgen84 Link to comment Share on other sites More sharing options...
Guest Posted October 4, 2020 Share Posted October 4, 2020 maybe with this it is simple to see that comment https://github.com/CloverHackyColor/CloverBootloader/commit/53b163c57c7fe1dac7de21d7ecf755a292ccac27#r42945377 Link to comment Share on other sites More sharing options...
iCanaro Posted October 4, 2020 Share Posted October 4, 2020 these are the debug logs on my X570 signature clover 5120 with OcQuirks revision 24 debug_5120_ocquirks24_catalina.log.zip clover attached by @Jief_Machak in the BootloaderChooser thread debug-CLOVERX64-458d071.log.zip 1 Link to comment Share on other sites More sharing options...
Jief_Machak Posted October 4, 2020 Share Posted October 4, 2020 @tluck I've just tried boot from a Clover containing an OEM folder and it worked, including injection of AppleALC and SMCBatteryManager. So it it's not working for you. I'm interested to find that bug. Send me the 2 debug.log, one when you have an OEM folder and one when you don't. Please use the exact same config.plist, ACPI, kexts, etc, so we know the problem is not there. That will also simplify the log comparison. @SavageAUS I don't forgot you have a problem. Linux ? Not sure, sorry I lost track. I found your post with 2 debug.log but they look like macOs boot. Too much things at the same time... I need a break. I'll be done for the day. I'll contact you tmo or day after and we'll take your problems one by one. What you can do to prepare is to update the Clover-OC-int github (this one will have the problem), and an other one which doesn't have the problem. And you can commit the debug.log in them. 4 Link to comment Share on other sites More sharing options...
Jief_Machak Posted October 4, 2020 Share Posted October 4, 2020 @iCanaro Same for you. I can see your 2 debug log, I know I asked for it, but I'm confused about who got which problems. Is it you about ArchLinux ? I'll ask in 1/2 days when my head is clear. @iCanaro In your logs, there is more than one boot. Could you delete the debug.log before making the test, so I only got one boot ? Link to comment Share on other sites More sharing options...
Matgen84 Posted October 4, 2020 Share Posted October 4, 2020 26 minutes ago, Jief_Machak said: @iCanaro Same for you. I can see your 2 debug log, I know I asked for it, but I'm confused about who got which problems. Is it you about ArchLinux ? I'll ask in 1/2 days when my head is clear. @iCanaro In your logs, there is more than one boot. Could you delete the debug.log before making the test, so I only got one boot ? @Jief_Machak Arch Linux is @SavageAUS 9 hours ago. I sent you some messages in MP, if you have the time to look them. Keep in mind: make a break. You need it. Hackintosh users appreciate your quality work. 1 Link to comment Share on other sites More sharing options...
MICKHAEL Posted October 4, 2020 Share Posted October 4, 2020 Quote hello @Jief_Machak, again with my problems) i'm trying without success to boot Big Sur beta 9 attached config and debug for laptop Acer Aspire A315-53 thanks config.plist debug.log Link to comment Share on other sites More sharing options...
Recommended Posts