Andres ZeroCross Posted July 16, 2019 Share Posted July 16, 2019 1 minute ago, Badruzeus said: Forget about Clover installation failure on Catalina with HFS+.. But the "javascript" error also occurred on 10.11.6 and 10.12.6 (which has no APFS support CMIIW). Plus, 10.13.6.. that I use daily. Does clover installer now only support APFS and drop 10.6 up to 10.12? But installer said HFS is supported either. Thanks. Don't worry clover still support 10.16 -> 10.12,, let get a glass of coffee. LoL 1 Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/782/#findComment-2681693 Share on other sites More sharing options...
Badruzeus Posted July 16, 2019 Share Posted July 16, 2019 1 minute ago, Andres ZeroCross said: Don't worry clover still support 10.16 -> 10.12,, let get a glass of coffee. LoL Not talking about Clover, but the installer package only. Though, I have say thanks to Chris1111, vector sigma for that javascript. I can only test and report, am unable to reproduce the problem.. and I believe no one asked me doing so #LOL. Just curious; filesystem restriction is Catalina problem (could be Beta bug either), why Clover even bother about it? I have no worry as rarely install Clover from *.pkg. But last time could not check my id.po translation on installer bcoz bloated javascript prevents it. 1 Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/782/#findComment-2681701 Share on other sites More sharing options...
vector sigma Posted July 16, 2019 Share Posted July 16, 2019 2 hours ago, Badruzeus said: Forget about Clover installation failure on Catalina with HFS+.. But the "javascript" error also occurred on 10.11.6 and 10.12.6 (which has no APFS support CMIIW). Plus, 10.13.6.. that I use daily. Does clover installer now only support APFS and drop 10.6 up to 10.12? But installer said HFS is supported either. Thanks. Sorry but I've saw a post that you already figured out how to not run the problematic script, which is supposed to compare the system version of the boot volume to be not less of 10.14.9 to return true. I've answerd you that I'll fix it and later that I have a family and a job which mean that I have no time . Since nobody gave better indications how to solve the problem and to avoid further questions to which I have already given answers, the installer is back to normal, i.e. require users to make the file system read write before run the pkg. Hope no one will ask why until a proper fix will be made or why Installer.app will say to you to use "sudo mount -uw /" because has detected that we are going to install to the System partition... because is just true. I'll take a better look on it when I have time and hardware to test with. 5 hours ago, Matgen84 said: Hi I download Buildme from Sourceforge: it's a DMS file, can"t extract. How do you do it. Please It's inside Clover, so why don't you update Clover firstly? 3 Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/782/#findComment-2681736 Share on other sites More sharing options...
vector sigma Posted July 16, 2019 Share Posted July 16, 2019 11 hours ago, Andres ZeroCross said: 1. Update Edk2 2. Update Clover 3. Build Clover 4. Make Pkg 5. Make ISO 6. Quit I like it to be "raw". Also when you call make (i.e. the make file) you have to write "make pkg" or "make iso" ... Make have no sense 2 Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/782/#findComment-2681739 Share on other sites More sharing options...
Badruzeus Posted July 16, 2019 Share Posted July 16, 2019 @vector sigma Yeah absolutely, thanks.. Sorry I was bit confusing LoL. Anyway, ebuild.sh -d is debug version right? I tried uncomment it from script then rebuild but.. it looks like, debug.log & preboot.log from debug compared to those from release version are similar or.. was I missing something such as special boot-arg, etc? Another question: Are "-mc and --x64-mcp" same? Thanks again. Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/782/#findComment-2681746 Share on other sites More sharing options...
Slice Posted July 16, 2019 Share Posted July 16, 2019 yes --mc is the same as --x64-mcp. Debug version is not supported for a while. We produce Release version with own debug abilities. 1 Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/782/#findComment-2681756 Share on other sites More sharing options...
arsradu Posted July 16, 2019 Share Posted July 16, 2019 2 hours ago, vector sigma said: I like it to be "raw". Also when you call make (i.e. the make file) you have to write "make pkg" or "make iso" ... Make have no sense Why not?! It "makes" perfect (non)-sense. User: make Computer: what? User: doesn't matter. just make something! Computer: ok. Shutting down... 2 Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/782/#findComment-2681758 Share on other sites More sharing options...
telepati Posted July 16, 2019 Share Posted July 16, 2019 What does that mean "File System on Catalina removed. Users will be responsible to make the root filesystem read-write". And how to make the root filesystem read-write? Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/782/#findComment-2681764 Share on other sites More sharing options...
Guest ricoc90 Posted July 16, 2019 Share Posted July 16, 2019 (edited) if (-1 == system.numericalCompare('10.14.9', system.version.ProductVersion)) I haven't worked with JS for a very long time now, so I might not fully understand the issue but what if you'd just check if the ProductVersion is Catalina or higher, something like this: var result = true; var vers = system.version.ProductVersion; if (vers.split(".")[1] >= 15) { result = false; ... } return result; } 5 minutes ago, telepati said: What does that mean "File System on Catalina removed. Users will be responsible to make the root filesystem read-write". And how to make the root filesystem read-write? sudo mount -uw / It was added to Clover's Distribution but it gives some issues, so it's been removed Edited July 16, 2019 by ricoc90 Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/782/#findComment-2681765 Share on other sites More sharing options...
vector sigma Posted July 16, 2019 Share Posted July 16, 2019 1 hour ago, telepati said: What does that mean "File System on Catalina removed. Users will be responsible to make the root filesystem read-write". I was in rush, wanted to say "File System check on Catalina removed...." 2 hours ago, Badruzeus said: @vector sigma Yeah absolutely, thanks.. Sorry I was bit confusing LoL No problem . 1 Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/782/#findComment-2681769 Share on other sites More sharing options...
vector sigma Posted July 16, 2019 Share Posted July 16, 2019 (edited) 1 hour ago, ricoc90 said: if (-1 == system.numericalCompare('10.14.9', system.version.ProductVersion)) I haven't worked with JS for a very long time now, so I might not fully understand the issue but what if you'd just check if the ProductVersion is Catalina or higher, something like this: var result = true; var vers = system.version.ProductVersion; if (vers.split(".")[1] >= 15) { result = false; ... } return result; } Yeah, subscripting can be a solution. Did you try your self? ok, I'll do that as soon as I can. Anyway it is not enough since we need to ensure the file system is apfs and is writable. For the fs I can just make a shell script to something like: diskutil info / | grep 'File System Personality:' | awk '{print $NF}' or just forgot about aeverything and see if the root volume is read-only: diskutil info / | grep 'Read-Only Volume:' | awk '{print $NF}' but since I'm on 10.11 at job, I can't ensure what's on Catalina. So please anyone... check the above command in Catalina with both cases (fs rw or ro) Edited July 16, 2019 by vector sigma typo Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/782/#findComment-2681771 Share on other sites More sharing options...
vector sigma Posted July 16, 2019 Share Posted July 16, 2019 (edited) 1 hour ago, ricoc90 said: if (-1 == system.numericalCompare('10.14.9', system.version.ProductVersion)) Anyway 10.4.9 was supposed to be 0xA 0xE 0x9 (0x0a0e09) so a comparison should be easy Lol.. just in 10.13 apparently return -1 as in Catalina . P.S. being a first or the second arg makes difference, maybe this is the problem. Edited July 16, 2019 by vector sigma Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/782/#findComment-2681772 Share on other sites More sharing options...
Guest ricoc90 Posted July 16, 2019 Share Posted July 16, 2019 1 hour ago, vector sigma said: diskutil info / | grep 'Read-Only Volume:' | awk '{print $NF}' but since I'm on 10.11 at job, I can't ensure what's on Catalina. So please anyone... check the above command in Catalina with both cases (fs rw or ro) Seems to work just fine so I indeed just checking if fs is RW should be sufficient Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/782/#findComment-2681778 Share on other sites More sharing options...
chris1111 Posted July 16, 2019 Share Posted July 16, 2019 (edited) Why commits ☞ 5018 you have remove RW by the package Edited July 16, 2019 by chris1111 Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/782/#findComment-2681780 Share on other sites More sharing options...
Andres ZeroCross Posted July 16, 2019 Share Posted July 16, 2019 4 minutes ago, chris1111 said: Why commits ☞ 5018 you have remove RW by the package Some user with HFS Partition get problem with newest clover. Can't install it on HFS Partition Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/782/#findComment-2681782 Share on other sites More sharing options...
chris1111 Posted July 16, 2019 Share Posted July 16, 2019 1 minute ago, Andres ZeroCross said: Some user with HFS Partition get problem with newest clover. Can't install it on HFS Partition Sorry but macOS Catalina is APFS File System and HFS+ has nothing to do with Clover Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/782/#findComment-2681783 Share on other sites More sharing options...
Andres ZeroCross Posted July 16, 2019 Share Posted July 16, 2019 1 minute ago, chris1111 said: Sorry but macOS Catalina is APFS File System and HFS+ has nothing to do with Clover We can ask @Badruzeus for detail of problem 1 Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/782/#findComment-2681784 Share on other sites More sharing options...
chris1111 Posted July 16, 2019 Share Posted July 16, 2019 6 minutes ago, Andres ZeroCross said: We can ask @Badruzeus for detail of problem ok thanks Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/782/#findComment-2681785 Share on other sites More sharing options...
vector sigma Posted July 16, 2019 Share Posted July 16, 2019 35 minutes ago, ricoc90 said: Seems to work just fine so I indeed just checking if fs is RW should be sufficient Thaaaanks! Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/782/#findComment-2681787 Share on other sites More sharing options...
vector sigma Posted July 16, 2019 Share Posted July 16, 2019 36 minutes ago, chris1111 said: Sorry but macOS Catalina is APFS File System and HFS+ has nothing to do with Clover 1 hour ago, chris1111 said: Why commits ☞ 5018 you have remove RW by the package you just broke my hopes Lol Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/782/#findComment-2681790 Share on other sites More sharing options...
chris1111 Posted July 16, 2019 Share Posted July 16, 2019 25 minutes ago, vector sigma said: you just broke my hopes Lol Hope of what ??? Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/782/#findComment-2681793 Share on other sites More sharing options...
arsradu Posted July 16, 2019 Share Posted July 16, 2019 Sorry, I didn't follow all the posts in here about this topic, but...why was that workaround removed...? Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/782/#findComment-2681795 Share on other sites More sharing options...
Guest ricoc90 Posted July 16, 2019 Share Posted July 16, 2019 (edited) 22 minutes ago, arsradu said: Sorry, I didn't follow all the posts in here about this topic, but...why was that workaround removed...? the workaround had some issues that prevented @Badruzeus from installing Clover Edited July 16, 2019 by ricoc90 Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/782/#findComment-2681799 Share on other sites More sharing options...
vector sigma Posted July 16, 2019 Share Posted July 16, 2019 51 minutes ago, chris1111 said: Hope of what ??? A joke . But looks like you didn't read none of the post just above yours 1 Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/782/#findComment-2681800 Share on other sites More sharing options...
vector sigma Posted July 16, 2019 Share Posted July 16, 2019 @Badruzeus I feel confident that the problem is solved in r5019..... unless the output of 'diskutil info /' differs in old Oses. Let me know. 1 Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/782/#findComment-2681817 Share on other sites More sharing options...
Recommended Posts