Jump to content
30960 posts in this topic

Recommended Posts

1 minute ago, pkdesign said:

Yup. It has never worked for me. The only thing that I can use is the free2000 version.

 

I use it since yesterday: works fine on my config. On several site (Hackintosher.com, etc) and repo on Github, free2000 is recommended for Gigabyte Z390 board. 

@Slice Another mistery uhmmb.. as we previously found on Clover Localization;

I didn't touch Clovy theme from repo, neither the theme is located there.

But, when I `git push origin master` this theme need to be synced #LOL

So, what's wrong with this `CLOV` string; seems ghosted right? :hysterical:

Screenshot 2019-08-14 at 12.00.36 AM.jpg

8 hours ago, ricoc90 said:



I meant the install log from the installer itself (CMD+L or Window -> Install log while at the installer)

image.thumb.png.1bb873f055e9979624ccc4f925824e6c.png
Here is the log :)

Maybe @vector sigma or @Slice can help me :)

Edited by Andres ZeroCross
  • Sad 1
41 minutes ago, Andres ZeroCross said:

Maybe @vector sigma or @Slice can help me :)

With multiple Disks on a single mach; how if you try first unmounting another ESP but leaving one for Clover target installation only before running Clover package?

sudo diskutil umount /dev/diskXsY

 

Edited by Badruzeus
18 minutes ago, Badruzeus said:

With multiple Disks on a single mach; how if you try first unmounting another ESP but leaving one for Clover target installation only before running Clover package?


sudo diskutil umount /dev/diskXsY

 


There is no another ESP be mounted here. All ESP is unmounted.

  • Like 1

@vector sigma

Im still getting an error. on building pkg. (xcode 10.1)

Building CloverUpdater application...
** BUILD FAILED **


The following build commands failed:
	Ld /Users/ella/src/edk2/Clover/CloverPackage/CloverUpdater/build/CloverUpdater.app/Contents/MacOS/CloverUpdater normal x86_64
(1 failure)
make[1]: *** [CloverUpdater] Error 65
make: *** [pkg] Error 2

 

1 hour ago, ellaosx said:

@vector sigma

Im still getting an error. on building pkg. (xcode 10.1)

Try this:

cd ~/src/edk2
rm -rf Build
make -C BaseTools/Source/C clean
make -C BaseTools/Source/C
./edksetup.sh
cd Clover
./ebuild.sh -fr
./makepkg

 

Edited by Badruzeus
6 hours ago, Andres ZeroCross said:

There is no another ESP be mounted here. All ESP is unmounted.

Yes, try mounting the ESP as Clover target installation (unmounting others) before running *.pkg, not sure it helps though.

@Badruzeus

./edksetup.sh gave me this:

iMac:edk2 ella$ ./edksetup.sh
Loading previous configuration from /Users/ella/src/edk2/Conf/BuildEnv.sh
WORKSPACE: /Users/ella/src/edk2
EDK_TOOLS_PATH: /Users/ella/src/edk2/BaseTools
CONF_PATH: /Users/ella/src/edk2/Conf
./edksetup.sh: line 149: return: can only `return' from a function or sourced script

 

Edited by ellaosx
1 minute ago, ellaosx said:

@Badruzeus

./edksetup.sh gave me this:


./edksetup.sh: line 149: return: can only `return' from a function or sourced script

 

That's not error, but warning. Just ignore it. I got it too (from Clover's source, but AUDK's edksetup.sh didn't.. not sure why).

 

Anyway, if you got those build error after r5047 commit, then first..

cd ~/src/edk2/Clover/CloverPackage/package
rm -rf po
cd ~/src/edk2
svn co svn://svn.code.sf.net/p/cloverefiboot/code/ Clover
cd Clover
./ebuild.sh -fr
./makepkg

 

  • Like 1
1 hour ago, Badruzeus said:

That's not error, but warning. Just ignore it. I got it too (from Clover's source, but AUDK's edksetup.sh didn't.. not sure why).

 

Anyway, if you got those build error after r5047 commit, then first..


cd ~/src/edk2/Clover/CloverPackage/package
rm -rf po
cd ~/src/edk2
svn co svn://svn.code.sf.net/p/cloverefiboot/code/ Clover
cd Clover
./ebuild.sh -fr
./makepkg

 

@Badruzeus

I figured where my fault was.

 

replaced my: svn co https://svn.code.sf.net/p/cloverefiboot/code/ Clover

to yours:       svn co svn://svn.code.sf.net/p/cloverefiboot/code/ Clover

 

fixed it.

 

Thanks!

  • Like 1
10 hours ago, Andres ZeroCross said:



Sorry for late reply
image.png.8b9c58cdeb4eeae9540f3cf23efad77c.png

 

image.png.8a8478588ba8d65b2d344791e5636feb.png

 

I think you install Clover in ESP/UEFI: so Clover_Install_log.txt must in EFI folder (Catalina drive). Do you try to install r5045 with MacOS Mojave physical Unplugged? Do you have the same issue installing Clover on your Mojave HDD?

3 hours ago, Badruzeus said:

Yes, try mounting the ESP as Clover target installation (unmounting others) before running *.pkg, not sure it helps though.

It will not help,, after fail install then ESP of my Catalina disk is mounted. i repeat process of installation but not help

 

 

49 minutes ago, Matgen84 said:

 

I think you install Clover in ESP/UEFI: so Clover_Install_log.txt must in EFI folder (Catalina drive). Do you try to install r5045 with MacOS Mojave physical Unplugged? Do you have the same issue installing Clover on your Mojave HDD?

Yes, i installed it in EFI of my catalina disk (UEFI Mode). With / without Mojave disk attached should be no problem, because i have installed r5033 before in Catalina and success. I just don't understand why it fail now??? 

Edited by Andres ZeroCross
  • Like 1
40 minutes ago, ellaosx said:

@Badruzeus

I figured where my fault was.

 

replaced my: svn co https://svn.code.sf.net/p/cloverefiboot/code/ Clover

to yours:       svn co svn://svn.code.sf.net/p/cloverefiboot/code/ Clover

 

fixed it.

Thanks!

Uhmmb, that's weird.. should be no diff. between https or svn when building (both work on my case); except some required files are not fetched on your local repo once ./makepkg executed.. Is your network behind Pr0xy? Try with VPN if using https then.

1 hour ago, Badruzeus said:

Uhmmb, that's weird.. should be no diff. between https or svn when building (both work on my case); except some required files are not fetched on your local repo once ./makepkg executed.. Is your network behind Pr0xy? Try with VPN if using https then.

I think the real reason is just new revision.

  • Thanks 2
6 hours ago, ellaosx said:

@Badruzeus

./edksetup.sh gave me this:


iMac:edk2 ella$ ./edksetup.sh
Loading previous configuration from /Users/ella/src/edk2/Conf/BuildEnv.sh
WORKSPACE: /Users/ella/src/edk2
EDK_TOOLS_PATH: /Users/ella/src/edk2/BaseTools
CONF_PATH: /Users/ella/src/edk2/Conf
./edksetup.sh: line 149: return: can only `return' from a function or sourced script

 

 

Try to call edksetup.sh like this:

. edksetup.sh

This might also help, for more info: https://patches.linaro.org/patch/79255/

Edited by arsradu
  • Like 2
5 hours ago, Andres ZeroCross said:

It will not help,, after fail install then ESP of my Catalina disk is mounted. i repeat process of installation but not help

Hi, this can be of help:

102023039_Screenshot2019-08-14at12_29_24.png.d5010fb74a9f60e9d454e54a158f6b39.png

at the end of the installation, where probably the error show up.

Seems no issue here, install succeeded (Log attached below). r5049 built with Xcode 10,1 under 10.13.6 (17G8030).

Installed on macOS Catalina 10.15 Beta (SIP: Disabled, CsrActiveConfig=0x3E7, GateKeeper: Disabled)

I also tried with 3 mounted EFI partitions when installing Clover on 10.13.6 & 10.15 Beta:

/Volumes/ESP (Internal, physical): SATA HDD

/Volumes/EFI (External, physical): USB FlashDisk

/Volumes/EFI 1 (External, virtual): VMDK Disk

Installer package properly found my Internal EFI: /Volumes/ESP

@vector sigma So, rmdir "Directory not empty" is related to System permissions or Clover?

Clover_v2.5k_r5049.pkg

Installer Log 14-Aug-2019.zip

 



Screen-Shot-2019-08-14-at-21.16.04.jpg

Edited by Badruzeus
2 hours ago, Andres ZeroCross said:

So, what should i do?

Actually I'm not sure, but can you try without instaling the Clover prefpane and Clover Theme Manager?

10 minutes ago, Badruzeus said:

So, rmdir "Directory not empty" is related to System permissions or Clover?

Edited by vector sigma
×
×
  • Create New...