Stefanalmare Posted October 17 Share Posted October 17 (edited) It is a must. Edited October 18 by Stefanalmare Link to comment Share on other sites More sharing options...
Slice Posted October 17 Share Posted October 17 On 10/16/2024 at 10:59 AM, Matgen84 said: Hi @Slice I can't start clover after updating sequoia on my Z390 machine. It's not the first time: every time I update, I get a black screen and an underscore at the top left. So Clover doesn't start. What can I do? Do you have a solution, please? Underscore in the left corner means you booted by legacy. But why? Z390 can be booted by UEFI. 🤔 2 Link to comment Share on other sites More sharing options...
Matgen84 Posted October 18 Share Posted October 18 (edited) 18 hours ago, Slice said: Underscore in the left corner means you booted by legacy. But why? Z390 can be booted by UEFI. 🤔 It's strange. CSM disable in BIOS since almost 6 years: how is it possible to boot by legacy ! I don't understand. Could you explain to me, please. Since few years now, I boot Clover via BootloaderChoser 1.4.0. And I only copy/paste each CloverX64.efi update into EFI/CLOVER folder. Of cause I rename CLOVERX64 to CLOVERX64_5160_XXX (XXX = commit). Each time, I have this issue, I boot OC from a rescue USB, Reset NVRAM to solve the problem. CLOVER work fine after. Edited October 18 by Matgen84 Link to comment Share on other sites More sharing options...
Alpha22 Posted October 18 Share Posted October 18 @Matgen84 Quote Of cause I rename CLOVERX64 to CLOVERX64_5160_XXX (XXX = commit) I also use this method, but I don't rename anything 1 Link to comment Share on other sites More sharing options...
Matgen84 Posted October 19 Share Posted October 19 14 hours ago, Alpha22 said: @Matgen84 I also use this method, but I don't rename anything @Alpha22 I rename CLOVERX64 to CLOVERX64_5160_XXX (XXX for comitt) because I keep several Clover version into EFI/CLOVER folder, for testing. 1 Link to comment Share on other sites More sharing options...
PG7 Posted November 8 Share Posted November 8 @Jief_Machak @Slice @chris1111 hello team How to apply this code in Clover's config.plist to activate Intel Bluetooth I tried successfully with Hackintool but I can't apply it permanently every proposal is welcome Thanks "bluetoothExternalDongleFailed DATA 00" "bluetoothInternalControllerInfo DATA 0000000000000000000000000000" Spoiler 1 Link to comment Share on other sites More sharing options...
Max.1974 Posted November 9 Share Posted November 9 (edited) Hi my friend. We can’t apply this on Clover. Need run Opencore once and them in Nvram Will be fix that until you reset (clean) again. Edited November 9 by Max.1974 1 Link to comment Share on other sites More sharing options...
LockDown Posted November 9 Share Posted November 9 (edited) 6 hours ago, PG7 said: @Jief_Machak @Slice @chris1111 hello team How to apply this code in Clover's config.plist to activate Intel Bluetooth Reveal hidden contents nvram bluetoothExternalDongleFailed="%00" nvram bluetoothInternalControllerInfo="%00%00%00%00%00%00%00%00%00%00%00%00%00%00" Edited November 9 by LockDown 1 1 Link to comment Share on other sites More sharing options...
LockDown Posted November 9 Share Posted November 9 Sadly, no way to add in clover's config as @Max.1974 mentioned Unless you insert it in boot-arg 😆 1 Link to comment Share on other sites More sharing options...
PG7 Posted November 9 Share Posted November 9 (edited) 4 hours ago, LockDown said: nvram bluetoothExternalDongleFailed="%00" nvram bluetoothInternalControllerInfo="%00%00%00%00%00%00%00%00%00%00%00%00%00%00" @chris1111 Chris1111, you who have a lot of experience in scripts, would it be possible to create a thank you everyone sudo nvram bluetoothExternalDongleFailed="%00" sudo nvram bluetoothInternalControllerInfo="%00%00%00%00%00%00%00%00%00%00%00%00%00%00" this command works Would it be possible to create a script to activate it at system launch? *in boot-args I had already tested but it doesn't work Edited November 9 by PG7 Link to comment Share on other sites More sharing options...
chris1111 Posted November 9 Share Posted November 9 (edited) 8 hours ago, PG7 said: @chris1111 Chris1111, you who have a lot of experience in scripts, would it be possible to create a thank you everyone sudo nvram bluetoothExternalDongleFailed="%00" sudo nvram bluetoothInternalControllerInfo="%00%00%00%00%00%00%00%00%00%00%00%00%00%00" this command works Would it be possible to create a script to activate it at system launch? *in boot-args I had already tested but it doesn't work Hi @PG7 Ask Slice, only he can do it. Edited November 9 by chris1111 1 Link to comment Share on other sites More sharing options...
MaLd0n Posted November 9 Share Posted November 9 On 11/9/2024 at 6:16 AM, PG7 said: Chris1111, you who have a lot of experience in scripts, would it be possible to create a NVRAM.tool use chmod +x 4 2 Link to comment Share on other sites More sharing options...
Slice Posted November 9 Share Posted November 9 CLOVERX64.efi.zip 5 Link to comment Share on other sites More sharing options...
PG7 Posted November 9 Share Posted November 9 (edited) 1 hour ago, Slice said: CLOVERX64.efi.zip 732.34 kB · 4 downloads @Slice tested here and works wonders thanks Spoiler Edited November 9 by PG7 1 Link to comment Share on other sites More sharing options...
PG7 Posted November 9 Share Posted November 9 3 hours ago, MaLd0n said: NVRAM.tool @MaLd0n Daniel with this script I was unable to activate Link to comment Share on other sites More sharing options...
MaLd0n Posted November 9 Share Posted November 9 8 minutes ago, PG7 said: @MaLd0n Daniel with this script I was unable to activate THis script just run sudo nvram bluetoothExternalDongleFailed="%00" sudo nvram bluetoothInternalControllerInfo="%00%00%00%00%00%00%00%00%00%00%00%00%00%00" I tested and just work fine with clover 1 2 Link to comment Share on other sites More sharing options...
chris1111 Posted November 9 Share Posted November 9 (edited) 49 minutes ago, MaLd0n said: THis script just run sudo nvram bluetoothExternalDongleFailed="%00" sudo nvram bluetoothInternalControllerInfo="%00%00%00%00%00%00%00%00%00%00%00%00%00%00" I tested and just work fine with clover Works for UEFI system but not Legacy Duet Edited November 9 by chris1111 2 Link to comment Share on other sites More sharing options...
PG7 Posted November 10 Share Posted November 10 19 hours ago, chris1111 said: Works for UEFI system but not Legacy Duet Hello, here on my HP DV6 2140ef 1gen i5-M430 Legacy Laptop, Nvram.tool applies normally, which means it works correctly Spoiler 2 Link to comment Share on other sites More sharing options...
PG7 Posted November 10 Share Posted November 10 22 hours ago, Slice said: CLOVERX64.efi.zip 732.34 kB · 12 downloads boot Legacy Work Spoiler 3 Link to comment Share on other sites More sharing options...
chris1111 Posted November 10 Share Posted November 10 (edited) 6 hours ago, PG7 said: Hello, here on my HP DV6 2140ef 1gen i5-M430 Legacy Laptop, Nvram.tool applies normally, which means it works correctly Hide contents of course with the CLOVER64.efi from Slice Hey man You said here command not work in live system, the script is the same command Edited November 10 by chris1111 2 Link to comment Share on other sites More sharing options...
PG7 Posted November 10 Share Posted November 10 (edited) 26 minutes ago, chris1111 said: of course with the CLOVER64.efi from Slice Nop NVRAM.tool no, in this case I was just using the Clover 5160f and not the new Slice Clover in the next post, yes, I only used Clover from Slice Edited November 10 by PG7 Link to comment Share on other sites More sharing options...
Recommended Posts