Jump to content
30960 posts in this topic

Recommended Posts

I go to the Clover GitHub repository, download the source code of the last commit, then run the ./buildme script from the CloverBootloader folder, after completing the clover building, install it and get a black screen without any text after selecting the drive and pressing the enter key.

  • Sad 1
46 minutes ago, Jief_Machak said:

Could you activate debug log and send the log ?

Yes, I switched on debug in the Clover config.plist, but the preboot.log wasn’t created in the misc folder. :(

Bat by pressing the F2 key, this log was done.

preboot.log

Edited by MakAsus
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
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

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 ?

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
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.

The debug log should be created even if you don't press any key. If you see the menu, the debug must be created.

Are you sure to boot on the Clover you think ? Did you put a .VolumeLabel.txt on every Clover partition and usb stick you have ?

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
15 minutes ago, MakAsus said:

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

Here is some errors:

I don't know because there was another commits after  FIX DONE

Tip for getting the right commit from the githab repository:
Open a terminal and paste:
cd ~/src/CloverBootloader/
git checkout <hash> (example: git checkout 60b6eb5c3)
./buildme
Finally, everything is as usual.

  • Like 1
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
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 ?

@Jief_Machak

I guess I misunderstood @Sherlocks statement I didn't build the latest clover I just used the latest build by using the URL that sherlocks provided which now I just realized that he stated that there is no issues in that build clearly so sorry my bad. :blush:

 

  • Like 1
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
×
×
  • Create New...