Jump to content

Clover General discussion


ErmaC
29,869 posts in this topic

Recommended Posts

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
Link to comment
Share on other sites

@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

 

Link to comment
Share on other sites

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
Link to comment
Share on other sites

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.

Link to comment
Share on other sites

@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
Link to comment
Share on other sites

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
Link to comment
Share on other sites

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
Link to comment
Share on other sites

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?

Link to comment
Share on other sites

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
Link to comment
Share on other sites

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.

Link to comment
Share on other sites

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
Link to comment
Share on other sites

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
Link to comment
Share on other sites

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
Link to comment
Share on other sites

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
Link to comment
Share on other sites

9 minutes ago, Andres ZeroCross said:

Trying, but still same result 

Having a better look, it says that cannot relink boo1h2. Only advices I can gives are:

 

1) manually delete /usr/standalone/i386/boo1h2

2) repair the file system (Disk Utility)

3) check out a new fresh Clover

Edited by vector sigma
Link to comment
Share on other sites

5 minutes ago, vector sigma said:

Having a better look, it says that cannot relink boo1h2. Only advices I can gives are:

 

1) manually delete /usr/standalone/i386/boo1h2

2) check out a new fresh Clover

Trying, but show error log abou boot1h. I will delete this file too. Will report soon

Link to comment
Share on other sites

Guest ricoc90

Before deleting everything I'd run fsck first, lol. Seems to me that your filesystem is not loving you so much right now

Edit: why the $%# do I get new posts with a decade delay?! :huh:

Edited by ricoc90
Link to comment
Share on other sites

×
×
  • Create New...