Jump to content

Clover.app testing


vector sigma
423 posts in this topic

Recommended Posts

2 hours ago, vector sigma said:

@Matgen84 had a success?

 

Yes after Build Clover again and of course makepkg. Great works :) I don't remember how to keep XCODE8 Toolchain by default despite of Build Clover option.

 

I surely misunderstood something: I can find "make" executable in CloverApp folder. I take a look in Clover repo on GitHub, there is only "Makefile".

 

EDIT: CloverApp Install option only detect my Windows EFI Partition (disk0s1) and not my MoJave EFI Partition (Disks1s1). I've two HDD of course.

 

 

 

Capture d’écran 2019-11-07 à 16.51.42.png

Edited by Matgen84
Link to comment
Share on other sites

47 minutes ago, Matgen84 said:

 

Yes after Build Clover again and of course makepkg. Great works :) I don't remember how to keep XCODE8 Toolchain by default despite of Build Clover option.

 

I surely misunderstood something: I can find "make" executable in CloverApp folder. I take a look in Clover repo on GitHub, there is only "Makefile".

 

EDIT: CloverApp Install option only detect my Windows EFI Partition (disk0s1) and not my MoJave EFI Partition (Disks1s1). I've two HDD of course.

 

 

 

Capture d’écran 2019-11-07 à 16.51.42.png

 

please post the result of 'diskutil list"

Link to comment
Share on other sites

I uploaded CloverV2-5098.zip into 5098 release.

 

What is wrong here?

[BUILD APP]
(Require Xcode 11 or greater)
[CHECK XCODE]
Building Clover.app...
[XCODE]
./buildme: line 186: CLOVER: unbound variable

I have Xcode 11.2.1 GM beta.

Link to comment
Share on other sites

6 hours ago, vector sigma said:

Thanks. Run please this version: Clover.app_diskLog.zip, it create ~/Desktop/diskLog.txt. It will help me.

 

If there is a problem for install Clover: the app only detect Windows EFI Partition. Mount ESP works well, detect macOS Mojave EFI.

 

disklog in attachement

 

Thanks for your job

 

diskLog.txt.zip

Link to comment
Share on other sites

8 hours ago, Matgen84 said:

 

If there is a problem for install Clover: the app only detect Windows EFI Partition. Mount ESP works well, detect macOS Mojave EFI.

 

disklog in attachement

 

Thanks for your job

 

diskLog.txt.zip

Hi this should be your disk:

disk1s1 =     {
        "BSD Major" = 1;
        "BSD Minor" = 6;
        "BSD Name" = disk1s1;
        "BSD Unit" = 1;
        Base = 20480;
        Content = "C12A7328-F81F-11D2-BA4B-00A0C93EC93B";
        "Content Hint" = "C12A7328-F81F-11D2-BA4B-00A0C93EC93B";
        Ejectable = 0;
        "GPT Attributes" = 0;
        IOBusyInterest = "IOCommand is not serializable";
        IOGeneralInterest = "IOCommand is not serializable";
        Leaf = 1;
        Open = 0;
        "Partition ID" = 1;
        "Preferred Block Size" = 512;
        Removable = 0;
        Size = 209715200;
        UUID = "7044A270-43C5-478A-B091-DFDD99A39DBF";
        Whole = 0;
        Writable = 1;
    };

The disk is listed normally among all disks but not in all esps:

- getAllESPs() ------------------
["disk1s1"]
---------------------------------

 so the problem is not the "core" code but is else where. Are you available to do more tests and try to solve this problem?

Edited by vector sigma
Link to comment
Share on other sites

8 hours ago, Slice said:

I uploaded CloverV2-5098.zip into 5098 release.

Thanks the app found it (it breaks at the correct link):

https://github.com/CloverHackyColor/CloverBootloader/releases/download/5098/CloverISO-5098.tar.lzma
https://github.com/CloverHackyColor/CloverBootloader/releases/download/5098/CloverV2-5098.zip

but I have 5098 avery where and since is the same revision did not show me in the GUI. Did it for you?

Edited by vector sigma
Link to comment
Share on other sites

1 hour ago, vector sigma said:

Hi this should be your disk:


disk1s1 =     {
        "BSD Major" = 1;
        "BSD Minor" = 6;
        "BSD Name" = disk1s1;
        "BSD Unit" = 1;
        Base = 20480;
        Content = "C12A7328-F81F-11D2-BA4B-00A0C93EC93B";
        "Content Hint" = "C12A7328-F81F-11D2-BA4B-00A0C93EC93B";
        Ejectable = 0;
        "GPT Attributes" = 0;
        IOBusyInterest = "IOCommand is not serializable";
        IOGeneralInterest = "IOCommand is not serializable";
        Leaf = 1;
        Open = 0;
        "Partition ID" = 1;
        "Preferred Block Size" = 512;
        Removable = 0;
        Size = 209715200;
        UUID = "7044A270-43C5-478A-B091-DFDD99A39DBF";
        Whole = 0;
        Writable = 1;
    };

The disk is listed normally among all disks but not in all esps:


- getAllESPs() ------------------
["disk1s1"]
---------------------------------

 so the problem is not the "core" code but is else where. Are you available to do more tests and try to solve this problem?

 

Of course, I want to try more test to solve this problem. While the disk is seen normally, I don't understand why there is this issue.

 

This has nothing to do with, however, ESP Mounter Pro v1.9.1 is working properly on my Mojave config.

Link to comment
Share on other sites

4 minutes ago, Matgen84 said:

While the disk is seen normally, I don't understand why there is this issue.

Disks are all listed, but at the installer a check is made:

  1. Disk must be marked as writable
  2. Disk must be FAT32 or ExFat or HFS

now I realize that the function can return a generic "msdos" file system, so I added it. You can check if the problem is solved by updating Clover and compiling it. If you can't compile, let me know and I'll post it for you.

Link to comment
Share on other sites

5 minutes ago, vector sigma said:

Disks are all listed, but at the installer a check is made:

  1. Disk must be marked as writable
  2. Disk must be FAT32 or ExFat or HFS

now I realize that the function can return a generic "msdos" file system, so I added it. You can check if the problem is solved by updating Clover and compiling it. If you can't compile, let me know and I'll post it for you.

 

I update and report. If I can't compile, I tell you

  • Thanks 1
Link to comment
Share on other sites

25 minutes ago, Matgen84 said:

 

I update and report. If I can't compile, I tell you

 

Always same problem after update Clover and despite 1.01 Alpha. Can you post your app. Please.

Capture d’écran 2019-11-08 à 16.47.46.png

Capture d’écran 2019-11-08 à 16.51.26.png

Edited by Matgen84
Link to comment
Share on other sites

×
×
  • Create New...