vector sigma Posted July 14, 2019 Share Posted July 14, 2019 Just now, arsradu said: For UEFI-only booting, that boot file is not necessary, for as far as I know. Is it...? No but, boot, isn't there for your will? Isn't installed by case. Once you selected a legacy installation, also your master boot record and the partition boot record of your disk are modified (boot0->boot1->boot). Removing the bootloader file didn't change mutch. As I said this is unsafe, the world didn't start nor ends with Clover. What you ask cannot be done, sorry. 1 Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/778/#findComment-2681424 Share on other sites More sharing options...
arsradu Posted July 14, 2019 Share Posted July 14, 2019 4 minutes ago, chris1111 said: Yes your image is ESP Installation not UEFI only! This is the setup. And you've already seen the outcome. :)) 2 minutes ago, vector sigma said: No but, boot, isn't there for your will? Isn't installed by case. Once you selected a legacy installation, also your master boot record and the partition boot record of your disk are modified (boot0->boot1->boot). Removing the bootloader file didn't change mutch. As I said this is unsafe, the world didn't start nor ends with Clover. What you ask cannot be done, sorry. Sure, no problem. I just thought that's a bug. Since we do add that boot file for Legacy installations, I thought it makes sense to remove it for UEFI-only installations. Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/778/#findComment-2681425 Share on other sites More sharing options...
vector sigma Posted July 14, 2019 Share Posted July 14, 2019 7 minutes ago, arsradu said: Sure, no problem. I just thought that's a bug it's a bug only if you've never selected Clover EFI in previous installations, but I guess you did it Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/778/#findComment-2681427 Share on other sites More sharing options...
arsradu Posted July 14, 2019 Share Posted July 14, 2019 (edited) 4 minutes ago, vector sigma said: it's a bug only if you've never selected Clover EFI in previous installations, but I guess you did it Maaaybe... :))) A-ha! So it IS a bug. I knew it! I'm joking, Vector. I perfectly understand the reasons why you would want to keep that file there. It just seems redundant to me for this particular case. Thing is, I was playing around with Legacy booting. And...at some point, I finished my tests, and decided to switch to UEFI only. That's when I noticed that boot file doesn't get removed. So...yeah, I did use Legacy before that. Anyway, thank you very much for your answer! Edited July 14, 2019 by arsradu 1 Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/778/#findComment-2681428 Share on other sites More sharing options...
vector sigma Posted July 14, 2019 Share Posted July 14, 2019 2 minutes ago, arsradu said: Maaaybe... :))) A-ha! So it IS a bug. I knew it! please don't joke a heart attack could occur 2 Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/778/#findComment-2681429 Share on other sites More sharing options...
vector sigma Posted July 14, 2019 Share Posted July 14, 2019 6 minutes ago, arsradu said: Anyway, thank you very much for your answer! You're welcome. In addition installing a legacy boot loader is it a delicate task that can lead to boot failures, in fact the installer provide you the possibility to update Clover with out touch again the MBR and the PBR just to have less risks because once you did this there's no reaon to do that again, they will works having no surprises. 1 Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/778/#findComment-2681430 Share on other sites More sharing options...
arsradu Posted July 14, 2019 Share Posted July 14, 2019 (edited) 12 minutes ago, vector sigma said: please don't joke a heart attack could occur God forbid! We still need you around here. :))) So you need to be well and healthy. One more question for you... Uhm, if you switch configs in CloverV2/EFI (or if you just edit config-sample) and set your Theme to anything other than embedded, when building iso (probably pkg, as well, but I only tried iso), it switches it back to embedded. This didn't happen before. Is this intended...? Cause it's weird. And kind of annoying. Cause embedded theme has some issues booting Legacy (broken OS icons). Edited July 14, 2019 by arsradu 1 Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/778/#findComment-2681431 Share on other sites More sharing options...
vector sigma Posted July 14, 2019 Share Posted July 14, 2019 (edited) 11 minutes ago, arsradu said: Is this intended...? Cause it's weird. And kind of annoying. Cause embedded theme has some issues booting UEFI (broken OS icons). @Slice changes the default theme from 'Clovy' to 'embedded': THEME=embedded I added code to change GUI->theme to the desired one in config: $plistbuddy -c "Delete :GUI:Theme" "${IMGROOT}/EFI/CLOVER/config.plist" &>/dev/null $plistbuddy -c "Add :GUI:Theme string $THEME" "${IMGROOT}/EFI/CLOVER/config.plist" &>/dev/null otherwise the theme will not be loaded. So yes is it intended. EDIT Personally I like BGM Edited July 14, 2019 by vector sigma Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/778/#findComment-2681432 Share on other sites More sharing options...
arsradu Posted July 14, 2019 Share Posted July 14, 2019 (edited) 6 minutes ago, vector sigma said: @Slice changes the default theme from 'Clovy' to 'embedded': THEME=embedded I added code to change GUI->theme to the desired one in config: $plistbuddy -c "Delete :GUI:Theme" "${IMGROOT}/EFI/CLOVER/config.plist" &>/dev/null $plistbuddy -c "Add :GUI:Theme string $THEME" "${IMGROOT}/EFI/CLOVER/config.plist" &>/dev/null otherwise the theme will not be loaded. So yes is it intended. EDIT Personally I like BGM Well that's the one I was trying to use at first. But...it would always switch it back to embedded. Which, as I said, needs some fixing. Since OS icons are not loading in Clover GUI with that one. So I tried to switch to Clovy instead. But it would always switch back to embedded when building iso. Edited July 14, 2019 by arsradu Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/778/#findComment-2681433 Share on other sites More sharing options...
vector sigma Posted July 14, 2019 Share Posted July 14, 2019 Just now, arsradu said: Well that's the one I was trying to use at first. But...it would always switch it back to embedded. Which, as I said, needs some fixing. Since OS icons are not loading in Clover GUI with that one. I'm not familiar with theme editing, but is just a bug to be fixed. 1 Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/778/#findComment-2681434 Share on other sites More sharing options...
chris1111 Posted July 14, 2019 Share Posted July 14, 2019 (edited) Verified is broken EDIT ** After 5505 Edited July 14, 2019 by chris1111 1 Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/778/#findComment-2681435 Share on other sites More sharing options...
vector sigma Posted July 14, 2019 Share Posted July 14, 2019 Here works good: Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/778/#findComment-2681437 Share on other sites More sharing options...
chris1111 Posted July 14, 2019 Share Posted July 14, 2019 Just now, vector sigma said: Here works good: See my EDIT After 5505 Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/778/#findComment-2681438 Share on other sites More sharing options...
Vampirexx Posted July 14, 2019 Share Posted July 14, 2019 On 4988 version i cannot open some apps like BetterZip i got a sign error 0x1 like if the app id bad signed and cannot start it. It happens also with others. Now i got back to 4982 version but same issue. Please what happened? Am i account blocked somehow or what?? Thanx im on last mojave version Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/778/#findComment-2681439 Share on other sites More sharing options...
vector sigma Posted July 14, 2019 Share Posted July 14, 2019 (edited) 58 minutes ago, chris1111 said: See my EDIT After 5505 found why. Slice changed the CloverUpdaterUtility: last_revision=$(LC_ALL=C $CURL --silent --fail --connect-timeout 30 \ --max-time 60 "$CLOVER_LAST_VERSION_URL" 2>&1 | \ $SED -nE 's#^.*Installer/Clover_v2.5k?_r([0-9]+).*#\1#p') was: last_revision=$(LC_ALL=C $CURL --silent --fail --connect-timeout 30 \ --max-time 60 "$CLOVER_LAST_VERSION_URL" 2>&1 | \ $SED -nE 's#^.*Installer/Clover_v2.4k?_r([0-9]+).*#\1#p') v2.5k vs v2.4k We have to do nothing, just wait last 'Release' to be 2.5k and then will be fine again. EDIT fixed at least the detection of the link in r5011, wainting a 2.5k release at sf Edited July 14, 2019 by vector sigma 2 Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/778/#findComment-2681440 Share on other sites More sharing options...
vector sigma Posted July 14, 2019 Share Posted July 14, 2019 (edited) 14 minutes ago, Vampirexx said: On 4988 version i cannot open some apps like BetterZip i got a sign error 0x1 like if the app id bad signed and cannot start it. It happens also with others. Now i got back to 4982 version but same issue. Please what happened? Am i account blocked somehow or what?? Thanx im on last mojave version I guess Clover has nothing to do with this. Any way just open them the first time by mouse-right-click->open (mouse, tasto destro-> apri) Edited July 14, 2019 by vector sigma typo 3 1 Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/778/#findComment-2681441 Share on other sites More sharing options...
Vampirexx Posted July 14, 2019 Share Posted July 14, 2019 Thanx Vector grazie! I tried also formatting and restoring all by timemachine and also only formatting without restoring im still stuck with this problem so that’s why i tought it s a clover update issue. File hosts is clean so what might be? Any way to force resign app?? Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/778/#findComment-2681446 Share on other sites More sharing options...
vector sigma Posted July 14, 2019 Share Posted July 14, 2019 3 minutes ago, Vampirexx said: Thanx Vector grazie! I tried also formatting and restoring all by timemachine and also only formatting without restoring im still stuck with this problem so that’s why i tought it s a clover update issue. File hosts is clean so what might be? Any way to force resign app?? Ciao, not sure if 'sudo spctl --master-disable' can help you. Anyway search in the appropriate sub Forum, someone will help you. 1 Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/778/#findComment-2681448 Share on other sites More sharing options...
Vampirexx Posted July 14, 2019 Share Posted July 14, 2019 Tried already with no luck. Thanx buddy 1 Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/778/#findComment-2681451 Share on other sites More sharing options...
Andres ZeroCross Posted July 14, 2019 Share Posted July 14, 2019 (edited) 1 hour ago, Vampirexx said: On 4988 version i cannot open some apps like BetterZip i got a sign error 0x1 like if the app id bad signed and cannot start it. It happens also with others. Now i got back to 4982 version but same issue. Please what happened? Am i account blocked somehow or what?? Thanx im on last mojave version It's not clover, I have problem too with Movist 2.2.5 and Audirvana 3.5.13. I just delete it and install old Movist 2.1.5 (I check the appstore and the latest version of Movist is 2.1.5, really weird), then App running ok. I got several App got crash about Signature Validation about 2 days ago. Edited July 14, 2019 by Andres ZeroCross 2 Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/778/#findComment-2681452 Share on other sites More sharing options...
Andres ZeroCross Posted July 14, 2019 Share Posted July 14, 2019 (edited) Sorry for dumb questions,,, Can i use this link https://www.insanelymac.com/forum/index.php?showtopic=282787&view=findpost&p=1853337 to build clover??? or you have another documentation to build? Honestly, for several week i always download CLOVER from Did Builder github https://github.com/Dids/clover-builder/releases But maybe clover code is different now, so it can't make release anymore for every commit. Edited July 14, 2019 by Andres ZeroCross Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/778/#findComment-2681466 Share on other sites More sharing options...
HmO Posted July 14, 2019 Share Posted July 14, 2019 @Andres ZeroCross Run this script into terminal script.zip 2 Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/778/#findComment-2681468 Share on other sites More sharing options...
Andres ZeroCross Posted July 14, 2019 Share Posted July 14, 2019 4 minutes ago, HmO said: @Andres ZeroCross Run this script into terminal script.zip Thanks very much 1 Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/778/#findComment-2681469 Share on other sites More sharing options...
Andres ZeroCross Posted July 14, 2019 Share Posted July 14, 2019 (edited) 4 hours ago, vector sigma said: Ciao, not sure if 'sudo spctl --master-disable' can help you. Anyway search in the appropriate sub Forum, someone will help you. I have questions, Conditions : 1. I have 2 macOS System, macOS Catalina and macOS Mojave 2. Each of macOS use separate physical disk (SSD) 3. Each of Physical disk have own EFI Partition Issue :I just want to install CLOVER in EFI of Catalina disk, 1. If i boot to Catalina, select Catalina partition system when install clover then check Preference Pane of Clover then Preference Pane will be available in System Preferences of Catalina 2. If i boot to Mojave, select Catalina Partition System (Because i just want install it in EFI of Catalina Disk) when install clover then check preference pane of clover then preference pane will be not available in System Preference of Mojave (it looks in Clover package copied Preference Pane to Catalina System) Of course i can manually copied Preference Pane to Mojave Partiton/Library/PreferencePanes, but i can't check update. Did i make wrong step??? Edited July 14, 2019 by Andres ZeroCross Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/778/#findComment-2681474 Share on other sites More sharing options...
arsradu Posted July 14, 2019 Share Posted July 14, 2019 (edited) 1 hour ago, Andres ZeroCross said: I have questions, Conditions : 1. I have 2 macOS System, macOS Catalina and macOS Mojave 2. Each of macOS use separate physical disk (SSD) 3. Each of Physical disk have own EFI Partition Issue :I just want to install CLOVER in EFI of Catalina disk, 1. If i boot to Catalina, select Catalina partition system when install clover then check Preference Pane of Clover then Preference Pane will be available in System Preferences of Catalina 2. If i boot to Mojave, select Catalina Partition System (Because i just want install it in EFI of Catalina Disk) when install clover then check preference pane of clover then preference pane will be not available in System Preference of Mojave (it looks in Clover package copied Preference Pane to Catalina System) Of course i can manually copied Preference Pane to Mojave Partiton/Library/PreferencePanes, but i can't check update. Did i make wrong step??? If you just want Clover installed on Catalina's SSD...why are you even bothering installing it in Mojave? You can still boot your Mojave installation using Catalina's SSD. No need to install Clover on your Mojave SSD, as well. Edited July 14, 2019 by arsradu Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/778/#findComment-2681481 Share on other sites More sharing options...
Recommended Posts