Jump to content

Clover General discussion


ErmaC
29,866 posts in this topic

Recommended Posts

25 minutes ago, Jief_Machak said:

The problem is that you got the log before you pressed a key. The problem seems to be after.

Can you put back a previous Clover version and confirm it's working ? Which version ?

The last working Clover revision: 5104 (master, commit 60b6eb5c3).

CLOVERX64.efi

Edited by MakAsus
Link to comment
Share on other sites

32 minutes ago, Jief_Machak said:

Did you compile 5104 yourself ?

I tried and I have a debug.log. I had to manually create "misc" folder. Does this folder exist for you ?

I compiled the latest commit Clover v2.5k r5104 (SHA: 2775f5a2d) look in attach. An attempt to boot from it wasn't successful and a log also wasn't found in the misc folder. :(

CLOVERX64.efi

Edited by MakAsus
Link to comment
Share on other sites

this latest commit (2775f5a2d) is not r5104, it's beyond it. You're, it's the latest and I'm please that some people test the latest dev version. Thanks you.

My question was : the r5104 you put back and confirm it worked, was it compiled by you ?

 

You have to check your config.plist. Is it vaild xml ? Is the

        <key>Debug</key>
        <true/>
in the right place (must be in boot dict) ? Is the folder "misc" exist ?

 

Do you try this new clover from a usb stick ?

Link to comment
Share on other sites

19 minutes ago, Jief_Machak said:

this latest commit (2775f5a2d) is not r5104, it's beyond it. You're, it's the latest and I'm please that some people test the latest dev version. Thanks you.

My question was : the r5104 you put back and confirm it worked, was it compiled by you ?

 

You have to check your config.plist. Is it vaild xml ? Is the

        <key>Debug</key>
        <true/>
in the right place (must be in boot dict) ? Is the folder "misc" exist ?

 

Do you try this new clover from a usb stick ?

 

I try r5104 (2775f5a2d) (this is really r5104 Beta or there is a problem with tag): it create misc folder. I retry with debug settings ASAP.

 

Edit: strangely pkg or something else (I don't know) add '2d' to commit name '2775f5a'

Edited by Matgen84
Link to comment
Share on other sites

1 hour ago, Matgen84 said:

 

I try r5104 (2775f5a2d) (this is really r5104 Beta or there is a problem with tag): it create misc folder. I retry with debug settings ASAP.

 

Edit: strangely pkg or something else (I don't know) add '2d' to commit name '2775f5a'

Yes, i have the folder "misc" in EFI/CLOVER and key

<key>Debug</key>
<true/>

exist in my config.plist, bat nothing happen after press enter on the mac disk, the screen is getting dark and log is not creating.

Link to comment
Share on other sites

42 minutes ago, chris1111 said:

After this I don't have any issue to compil and boot

Fix Done

 

Now I can’t build Clover v2.5k r5104 (SHA: 0155a4bf8) from the source.

Here is some errors:

/Users/sergeyls/src/CloverBootloader/rEFIt_UEFI/cpp_unit_test/XStringW_test.cpp:44: error: ignoring #pragma warning  [-Werror=unknown-pragmas]
   44 | #pragma warning(disable : 4066)
      |
cc1plus: all warnings being treated as errors
make: *** [/Users/sergeyls/src/CloverBootloader/Build/Clover/RELEASE_GCC53/X64/rEFIt_UEFI/refit/OUTPUT/cpp_unit_test/XStringW_test.obj] Error 1


build.py...
 : error 7000: Failed to execute command
	make tbuild [/Users/sergeyls/src/CloverBootloader/Build/Clover/RELEASE_GCC53/X64/rEFIt_UEFI/refit]


build.py...
 : error F002: Failed to build module
	/Users/sergeyls/src/CloverBootloader/rEFIt_UEFI/refit.inf [X64, GCC53, RELEASE]

- Failed -
Build end time: 13:56:01, Feb.25 2020
Build total time: 00:01:01
Edited by MakAsus
  • Sad 1
Link to comment
Share on other sites

20 minutes ago, Sherlocks said:

i'm finished latest clover build.

but i'm always getting black screen after enter mac disk.

i'm using buildme with xcode8 option and xcode 11 beta.

is it right? in last official release(https://github.com/CloverHackyColor/CloverBootloader/releases), there is no problem.

I just tested the r5104 and booted into Mojave with no issue. Let me see if the same this is true on Catalina as well.

 

P.S.

It's also working on Catalina 10.15.4 Beta (19E224g) too.

  • Like 2
Link to comment
Share on other sites

38 minutes ago, Cyberdevs said:

i'm finished latest clover build.

but i'm always getting black screen after enter mac disk.

i'm using buildme with xcode8 option and xcode 11 beta.

is it right? in last official release(https://github.com/CloverHackyColor/CloverBootloader/releases), there is no problem.

Could you try a build with GCC ?

Link to comment
Share on other sites

1 hour ago, Slice said:

Now I have another issue, seems not related to this. Graphical artefacts while I didn't change graphics yet.

Someone else confirms?

Yes I also saw also occasional graphical artifacts, which started appearing when I updated to latest code. I have a different theme, but glitches are similar to what is in your screenshot.

Edited by Pene
Link to comment
Share on other sites

OS: High Siera

Xcode: 10.1

Commit: 328

Toolchain XCODE8

 

Getting this error:

Building CloverPrefpane preference...
[XCODE]
================= Making all in boot1-install =================
	[XCODE] boot1-install
================= Making all in partutil =================
	[XCODE] partutil
================= Making all in bdmesg =================
	[XCODE] bdmesg
================= Making all in clover-genconfig =================
	[XCODE] clover-genconfig
** INSTALL FAILED **


The following build commands failed:
	CompileC /Users/ella/src/CloverBootloader/CloverPackage/sym/build/clover-genconfig/clover-genconfig.build/Release/clover-genconfig.build/Objects-normal/x86_64/clover-genconfig.o /Users/ella/src/CloverBootloader/CloverPackage/utils/clover-genconfig/clover-genconfig.c normal x86_64 c com.apple.compilers.llvm.clang.1_0.compiler
(1 failure)
make[2]: *** [/Users/ella/src/CloverBootloader/CloverPackage/sym/utils/clover-genconfig] Error 65
make[1]: *** [all-recursive] Error 1
make: *** [pkg] Error 2
iMac:~ ella$ 

 

  • Sad 1
Link to comment
Share on other sites

×
×
  • Create New...