Matgen84 Posted November 13, 2020 Share Posted November 13, 2020 (edited) Hi @Jief_Machak I want to update Clover. But I can boot Big Sur with latest commit 2cdab656: KPanic. I've forgotten to remove 'Other' and let '11' folder: if the two folder are present with kexts ---->> 'Panic' Spoiler debug.log Edited November 13, 2020 by Matgen84 Link to comment Share on other sites More sharing options...
Alpha22 Posted November 13, 2020 Share Posted November 13, 2020 6 minutes ago, Matgen84 said: Right ! What do you want to know it shouldn't be EFI / Clover / Driver / Uefi 1 Link to comment Share on other sites More sharing options...
Matgen84 Posted November 13, 2020 Share Posted November 13, 2020 1 minute ago, Alpha22 said: it shouldn't be EFI / Clover / Driver / Uefi Right, I was wrong because a lot of things to do in the same time. Thanks. Link to comment Share on other sites More sharing options...
Jief_Machak Posted November 13, 2020 Share Posted November 13, 2020 1 hour ago, Matgen84 said: Hi @Jief_Machak I want to update Clover. But I can boot Big Sur with latest commit 2cdab656: KPanic. I've forgotten to remove 'Other' and let '11' folder: if the two folder are present with kexts ---->> 'Panic' Reveal hidden contents debug.log Guys, you're too fast and I don't have time to implement things to avoid the above. It's been a while I'm thinking to give warnings if a kext of the same name exists 2 or more times. Then Clover can just ignore the oldest kext. So yes, so far, avoid duplicates. 3 Link to comment Share on other sites More sharing options...
Jief_Machak Posted November 13, 2020 Share Posted November 13, 2020 2 hours ago, jlrycm said: Hello @everyone, I installed Big Sur release using a USB pen drive and it went smoothly. The only issue so far is that the USB 3.1 ASmedia controller pcie card is not loaded and the USB 3.1 external disk is not recognized as such when connected. Attached are some pictures and my efi folder (excluding themes and doc folders). Any tips will be highly appreciated. Archive Clover.zip Jorge’s iMac.zip I can see that you use a kext "HS80211Family.kext". Is it a kext needed for ASMedia controller ? Link to comment Share on other sites More sharing options...
MacKonsti Posted November 13, 2020 Share Posted November 13, 2020 Hi everyone, although I try to share your enthusiasm having installed Big Sur already, can I ask a kind soul to provide a short sweet guide how to use the final release of Clover with the work of @Jief_Machak and @Slice and others, for the official MAS version released, and any points to be careful about? I am not sure it's a walk in the park as Catalina and before used to be, as many changes were brought in... thank you everyone Link to comment Share on other sites More sharing options...
jlrycm Posted November 13, 2020 Share Posted November 13, 2020 3 hours ago, Jief_Machak said: I can see that you use a kext "HS80211Family.kext". Is it a kext needed for ASMedia controller ? @Jief_Machak, this kext is allowing me to have wifi in my system when booting from clover. When booting in OpenCore I only need AirBRCMfixup and injecting device properties. Link to comment Share on other sites More sharing options...
chris1111 Posted November 13, 2020 Share Posted November 13, 2020 @jlrycm did you try not use USBInjectall.kext ? Link to comment Share on other sites More sharing options...
jlrycm Posted November 14, 2020 Share Posted November 14, 2020 3 hours ago, chris1111 said: @jlrycm did you try not use USBInjectall.kext ? I tried to use in the past the USBmap.kext but was having challenges, so I opted for using the SSDT-UIAC.aml plus USBinjectall.kext. This USB 3.1 card I’m using sometimes is not recognized after updating the bootloader and cleaning the nvram. I was able to see again the external drive that I connect to this card after disconnecting and connecting back the power and a couple of boots. 2 Link to comment Share on other sites More sharing options...
Slice Posted November 14, 2020 Share Posted November 14, 2020 What is your Xcode version? My 11.2.1 is not out of date. 1 Link to comment Share on other sites More sharing options...
Matgen84 Posted November 14, 2020 Share Posted November 14, 2020 12 hours ago, Jief_Machak said: Guys, you're too fast and I don't have time to implement things to avoid the above. It's been a while I'm thinking to give warnings if a kext of the same name exists 2 or more times. Then Clover can just ignore the oldest kext. So yes, so far, avoid duplicates. Thanks @Jief_Machak for the explanations. what do you mean by "Clover can just ignore the oldest kext". I do not quite understand. Actually, I thought Clover might ignore kexts in Other folder if 11 folder has the kexts, for example. Link to comment Share on other sites More sharing options...
Jief_Machak Posted November 14, 2020 Share Posted November 14, 2020 31 minutes ago, Matgen84 said: "Clover can just ignore the oldest kext" I mean "could". "Other" is a folder that means "All". So we won't implement something like "Other" is ignore is there is another folder ("11", "11.0", "11.0.1"). That'll just be unnecessary complications and people won't remember. But what Clover could do is to warn that a duplicate kext exists... But it doesn't... yet ! 1 Link to comment Share on other sites More sharing options...
Jief_Machak Posted November 14, 2020 Share Posted November 14, 2020 9 hours ago, jlrycm said: OpenCore I only need AirBRCMfixup You can do the same property injection with Clover. But that seems irrelevant to your USB problems. If you have a working OpenCore, try to setup your Clover config the same as OpenCore (same kexts, same kernel and kext patches, same ACPI, same ACPI patches). Link to comment Share on other sites More sharing options...
Slice Posted November 14, 2020 Share Posted November 14, 2020 1 hour ago, mifjpn said: Thank you as always. There was an Xcode update yesterday. Is the following information all right? What should i do? Thank you. And why in this case? Quote CoreSimulator is out of date. Current version (732.17.0) is older than build version (732.18.0). 1 Link to comment Share on other sites More sharing options...
matxpa Posted November 14, 2020 Share Posted November 14, 2020 @mifjpn Did you update "commande line" too ? 1 Link to comment Share on other sites More sharing options...
naiclub Posted November 14, 2020 Share Posted November 14, 2020 Spoiler Anyone have a bootable EFI with Install macOS Sierra, now I can't boot install. Link to comment Share on other sites More sharing options...
naiclub Posted November 14, 2020 Share Posted November 14, 2020 (edited) 21 minutes ago, mifjpn said: Thank you as always "pkg" etc. are made normally. However, this display appears in the middle. So I did the following again. % cd % rm -rf CloverBootloader % git clone --recurse-submodules https://github.com/CloverHackyColor/CloverBootloader.git % cd CloverBootloader % ./buildme I chose 7. In the same way, the previous display appears in the middle. Thank you. Please select 13 first. To update And then go to number 7 load Edited November 14, 2020 by naiclub Link to comment Share on other sites More sharing options...
Matgen84 Posted November 14, 2020 Share Posted November 14, 2020 2 minutes ago, naiclub said: Please select 13 first. To update And then go to number 7 Please, you don't need to update after a cloning, just build and make pkg are necessary 1 Link to comment Share on other sites More sharing options...
Matgen84 Posted November 14, 2020 Share Posted November 14, 2020 14 minutes ago, mifjpn said: In the same way, the previous display appears in the middle. Thank you. Thank you for the reply. Please tell me in detail how to do it. Please. Thank you. Hi @mifjpn I think, you have to install again: As usual via Terminal : Xcode-select -install or when you run Xcode. 1 1 Link to comment Share on other sites More sharing options...
naiclub Posted November 14, 2020 Share Posted November 14, 2020 13 minutes ago, Matgen84 said: Hi @mifjpn I think, you have to install again: As usual via Terminal : Xcode-select -install or when you run Xcode. Terminal Saved Output.text 1 Link to comment Share on other sites More sharing options...
kushwavez Posted November 14, 2020 Share Posted November 14, 2020 34 minutes ago, naiclub said: Reveal hidden contents Anyone have a bootable EFI with Install macOS Sierra, now I can't boot install. PC: Working with same Clover v5126 (git release) from El Capitan to Big Sur 11.0.1 Notebook 1: Same Clover v5126 from Sierra to Big Sur 11.0.1, some kexts are too new for Mojave and older, so I needed to put ACPIBatteryManager.kext (needed for Sierra only) to kexts/10.12, SATA-100-series-unsupported.kext to kexts/10.12-10.14 Notebook 2: Same Clover v5126, Only El Capitan, Catalina and Big Sur tested. All of the above OSs are installed from a bootable USB installer. 2 Link to comment Share on other sites More sharing options...
Matgen84 Posted November 14, 2020 Share Posted November 14, 2020 (edited) 6 minutes ago, naiclub said: Terminal Saved Output.text Why a Update reset change (option 13 in menu) on a fresh cloning ? Have a nice day. Edited November 14, 2020 by Matgen84 1 Link to comment Share on other sites More sharing options...
Matgen84 Posted November 14, 2020 Share Posted November 14, 2020 3 minutes ago, mifjpn said: Thank you everyone. % Xcode-select --install Xcode-select: error: command line tools are already installed, use "Software Update" to install updates Since it is displayed, Xcode is deleted once with AppCleaner, and Xcode is being installed again. Have a look to Xcode / Preferences, maybe. Spoiler Link to comment Share on other sites More sharing options...
matxpa Posted November 14, 2020 Share Posted November 14, 2020 So when Xcode will be updated don't forget to RUN Xcode so you'l get a message-box enjoining you to update commande line 1 2 Link to comment Share on other sites More sharing options...
naiclub Posted November 14, 2020 Share Posted November 14, 2020 27 minutes ago, kushwavez said: PC: Working with same Clover v5126 (git release) from El Capitan to Big Sur 11.0.1 Notebook 1: Same Clover v5126 from Sierra to Big Sur 11.0.1, some kexts are too new for Mojave and older, so I needed to put ACPIBatteryManager.kext (needed for Sierra only) to kexts/10.12, SATA-100-series-unsupported.kext to kexts/10.12-10.14 Notebook 2: Same Clover v5126, Only El Capitan, Catalina and Big Sur tested. All of the above OSs are installed from a bootable USB installer. I asked you to share. , EFI or not Thank you very much Link to comment Share on other sites More sharing options...
Recommended Posts