Matgen84 Posted August 13, 2019 Share Posted August 13, 2019 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. Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/794/#findComment-2685875 Share on other sites More sharing options...
Badruzeus Posted August 13, 2019 Share Posted August 13, 2019 @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? Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/794/#findComment-2685877 Share on other sites More sharing options...
Andres ZeroCross Posted August 13, 2019 Share Posted August 13, 2019 6 hours ago, chris1111 said: Show a Picture a content of Volumes folder and Root Disk Use Show all files to see Hiden Volumes folder Sorry for late reply Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/794/#findComment-2685885 Share on other sites More sharing options...
chris1111 Posted August 13, 2019 Share Posted August 13, 2019 7 minutes ago, Andres ZeroCross said: Sorry for late reply Looks good ; no issue there Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/794/#findComment-2685890 Share on other sites More sharing options...
Andres ZeroCross Posted August 13, 2019 Share Posted August 13, 2019 (edited) 8 hours ago, ricoc90 said: I meant the install log from the installer itself (CMD+L or Window -> Install log while at the installer) Here is the log Maybe @vector sigma or @Slice can help me Edited August 13, 2019 by Andres ZeroCross 1 Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/794/#findComment-2685891 Share on other sites More sharing options...
Badruzeus Posted August 13, 2019 Share Posted August 13, 2019 (edited) 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 August 13, 2019 by Badruzeus Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/794/#findComment-2685899 Share on other sites More sharing options...
Andres ZeroCross Posted August 13, 2019 Share Posted August 13, 2019 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. 1 Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/794/#findComment-2685902 Share on other sites More sharing options...
LockDown Posted August 14, 2019 Share Posted August 14, 2019 @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 https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/794/#findComment-2685966 Share on other sites More sharing options...
Badruzeus Posted August 14, 2019 Share Posted August 14, 2019 (edited) 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 August 14, 2019 by Badruzeus Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/794/#findComment-2685970 Share on other sites More sharing options...
Badruzeus Posted August 14, 2019 Share Posted August 14, 2019 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 https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/794/#findComment-2685971 Share on other sites More sharing options...
LockDown Posted August 14, 2019 Share Posted August 14, 2019 (edited) @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 August 14, 2019 by ellaosx Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/794/#findComment-2685973 Share on other sites More sharing options...
Badruzeus Posted August 14, 2019 Share Posted August 14, 2019 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 1 Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/794/#findComment-2685974 Share on other sites More sharing options...
LockDown Posted August 14, 2019 Share Posted August 14, 2019 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! 1 Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/794/#findComment-2685984 Share on other sites More sharing options...
Matgen84 Posted August 14, 2019 Share Posted August 14, 2019 10 hours ago, Andres ZeroCross said: Sorry for late reply 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 https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/794/#findComment-2685985 Share on other sites More sharing options...
Andres ZeroCross Posted August 14, 2019 Share Posted August 14, 2019 (edited) 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 August 14, 2019 by Andres ZeroCross 1 Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/794/#findComment-2685989 Share on other sites More sharing options...
Badruzeus Posted August 14, 2019 Share Posted August 14, 2019 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 https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/794/#findComment-2685990 Share on other sites More sharing options...
Slice Posted August 14, 2019 Share Posted August 14, 2019 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. 2 Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/794/#findComment-2686001 Share on other sites More sharing options...
arsradu Posted August 14, 2019 Share Posted August 14, 2019 (edited) 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 August 14, 2019 by arsradu 2 Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/794/#findComment-2686037 Share on other sites More sharing options...
vector sigma Posted August 14, 2019 Share Posted August 14, 2019 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: at the end of the installation, where probably the error show up. Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/794/#findComment-2686060 Share on other sites More sharing options...
Andres ZeroCross Posted August 14, 2019 Share Posted August 14, 2019 Just now, vector sigma said: Hi, this can be of help: at the end of the installation, where probably the error show up. I have upload screenshot above Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/794/#findComment-2686061 Share on other sites More sharing options...
vector sigma Posted August 14, 2019 Share Posted August 14, 2019 17 minutes ago, Andres ZeroCross said: I have upload screenshot above Ok thanks. Looks like "Directory not empty" coming from rmdir command. 1 Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/794/#findComment-2686070 Share on other sites More sharing options...
Andres ZeroCross Posted August 14, 2019 Share Posted August 14, 2019 2 hours ago, vector sigma said: Ok thanks. Looks like "Directory not empty" coming from rmdir command. So, what should i do? 1 Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/794/#findComment-2686089 Share on other sites More sharing options...
Badruzeus Posted August 14, 2019 Share Posted August 14, 2019 (edited) 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 Edited August 14, 2019 by Badruzeus Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/794/#findComment-2686114 Share on other sites More sharing options...
vector sigma Posted August 14, 2019 Share Posted August 14, 2019 (edited) 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 August 14, 2019 by vector sigma Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/794/#findComment-2686115 Share on other sites More sharing options...
Andres ZeroCross Posted August 14, 2019 Share Posted August 14, 2019 34 minutes ago, vector sigma said: Actually I'm not sure, but can you try without instaling the Clover prefpane and Clover Theme Manager? Trying, but still same result Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/794/#findComment-2686122 Share on other sites More sharing options...
Recommended Posts