chris1111 Posted March 31, 2018 Share Posted March 31, 2018 (edited) 36 minutes ago, apianti said: You proposed adding the default boot path as the installer path...? I can understand that the path changed, if you look in the other thread can you please provide me with that information? I imagine that the installer just moved the file to a new place and a new boot.efi path needs to be added. I don't have Installer create for now, Working to other thing sorry but last Night I verifying and the folder .IABootFiles not exist anymore the boot .efi is store now in "\\System\\Library\\CoreServices\\boot.efi" in the Create Install Media USB drive 10.13.4 Edited March 31, 2018 by chris1111 Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/674/#findComment-2606729 Share on other sites More sharing options...
Sherlocks Posted March 31, 2018 Share Posted March 31, 2018 51 minutes ago, apianti said: You proposed adding the default boot path as the installer path...? I can understand that the path changed, if you look in the other thread can you please provide me with that information? I imagine that the installer just moved the file to a new place and a new boot.efi path needs to be added. i'm downloading 10.13.4. i will check 10.13.4's installer path 1 Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/674/#findComment-2606742 Share on other sites More sharing options...
apianti Posted March 31, 2018 Share Posted March 31, 2018 (edited) 18 minutes ago, chris1111 said: I don't have Installer create for now, Working to other thing sorry but last Night I verifying and the folder .IABootFiles not exist anymore the boot .efi is store now in "\\System\\Library\\CoreServices\\boot.efi" in the Create Install Media USB drive 10.13.4 If this file is present then it is detected as a macOS installation, not an installer. That would be the only difference... It would just appear as a different type of entry. Edited March 31, 2018 by apianti 1 Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/674/#findComment-2606743 Share on other sites More sharing options...
Sherlocks Posted March 31, 2018 Share Posted March 31, 2018 3 hours ago, apianti said: If this file is present then it is detected as a macOS installation, not an installer. That would be the only difference... It would just appear as a different type of entry. i finished 10.13.4 installer fix. i will commit for 10.13.4 3 Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/674/#findComment-2606809 Share on other sites More sharing options...
chris1111 Posted March 31, 2018 Share Posted March 31, 2018 (edited) 36 minutes ago, Sherlocks said: i finished 10.13.4 installer fix. i will commit for 10.13.4 Thank you Sherlocks Edited March 31, 2018 by chris1111 Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/674/#findComment-2606822 Share on other sites More sharing options...
apianti Posted March 31, 2018 Share Posted March 31, 2018 1 hour ago, Sherlocks said: i finished 10.13.4 installer fix. i will commit for 10.13.4 Dude - that code is a mess. You need to learn how to use arrays and why you shouldn't hard code indices.... First you could have used a bunch of arrays to hold those strings and iterated through them to set whatever variable. Second how you chose to check whether or not the default path is there, INSIDE the if you could have just returned either the installer type if the .IAPhysicalMedia is present or regular macOS if not. There was no need to expand the installer paths array. Also this shows me that it did indeed just create an entry that was a normal install instead of installer that apparently no one was selecting....? Then, you named the entry "OS X Installer" or something but it probably should be named "macOS Installer" like the previous versions. You can definitely do better... 1 Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/674/#findComment-2606830 Share on other sites More sharing options...
Sherlocks Posted March 31, 2018 Share Posted March 31, 2018 3 minutes ago, apianti said: Dude - that code is a mess. You need to learn how to use arrays and why you shouldn't hard code indices.... First you could have used a bunch of arrays to hold those strings and iterated through them to set whatever variable. Second how you chose to check whether or not the default path is there, INSIDE the if you could have just returned either the installer type if the .IAPhysicalMedia is present or regular macOS if not. There was no need to expand the installer paths array. Also this shows me that it did indeed just create an entry that was a normal install instead of installer that apparently no one was selecting....? Then, you named the entry "OS X Installer" or something but it probably should be named "macOS Installer" like the previous versions. You can definitely do better... you are right. but.. i don't have time. soon i will get test for life i just checked work for 10.13.4 and old macos. now i don't have better code idea. can you improve code? sorry. Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/674/#findComment-2606831 Share on other sites More sharing options...
apianti Posted March 31, 2018 Share Posted March 31, 2018 9 minutes ago, Sherlocks said: you are right. but.. i don't have time. soon i will get test for life i just checked work for 10.13.4 and old macos. now i don't have better code idea. can you improve code? sorry. I barely have enough time to be on here.... And I'd much rather devote coding time to v3. Also I noticed another issue, that you will still get the other entry for the default macos path install as well. Since you didn't do anything to change that to make sure .IAPhysicalMedia is not present before adding the entry, like you did with the installer with the default path. Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/674/#findComment-2606835 Share on other sites More sharing options...
Sherlocks Posted March 31, 2018 Share Posted March 31, 2018 (edited) 10 minutes ago, apianti said: I barely have enough time to be on here.... And I'd much rather devote coding time to v3. Also I noticed another issue, that you will still get the other entry for the default macos path install as well. Since you didn't do anything to change that to make sure .IAPhysicalMedia is not present before adding the entry, like you did with the installer with the default path. I see. I understand what you said. I just tested my old laptop for multiboot(snow and high sierra). Already tried clean install and checked path. I didn't notice other issues for short time. Hmm. Sorry, in Korea, too late here 4:56 am. I'm studying it for test and when resting i checked it. After sleep, more check cases. Thanks. @chris1111 or users Can you check 10.13.4 installer and also your installed macs(high sierra and older macos) Hope, get good news. Thanks in advance for your time Edited March 31, 2018 by Sherlocks Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/674/#findComment-2606841 Share on other sites More sharing options...
chris1111 Posted March 31, 2018 Share Posted March 31, 2018 3 minutes ago, Sherlocks said: @chris1111 or users Can you check 10.13.4 installer and also your installed macs(high sierra and older macos) Hope, get good news. Thanks in advance for your time I compile 4421 now I will test tonight good night Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/674/#findComment-2606843 Share on other sites More sharing options...
Moorre Posted March 31, 2018 Share Posted March 31, 2018 @Sherlocks MP51 is also has an update. BiosVersion: MP51.88Z.0085.B00.1802021746 BiosReleaseDate: 18/02/02 Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/674/#findComment-2606844 Share on other sites More sharing options...
chris1111 Posted March 31, 2018 Share Posted March 31, 2018 (edited) @Sherlocks thats look good to me For my part everything looks correct, Clover r 4421 see and boot Install MacOS High Sierra 10.13.4 no problem. Thank you for your work and see and boot any other MacOS installation Edited March 31, 2018 by chris1111 1 Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/674/#findComment-2606846 Share on other sites More sharing options...
Cyberdevs Posted March 31, 2018 Share Posted March 31, 2018 1 hour ago, Sherlocks said: Can you check 10.13.4 installer and also your installed macs(high sierra and older macos) Hope, get good news. Thanks in advance for your time Clover 4421 shows the macOS High Sierra 10.13.4 installer and loads it with no issue. Thanks man! 1 Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/674/#findComment-2606858 Share on other sites More sharing options...
Sherlocks Posted March 31, 2018 Share Posted March 31, 2018 1 hour ago, chris1111 said: @Sherlocks thats look good to me For my part everything looks correct, Clover r 4421 see and boot Install MacOS High Sierra 10.13.4 no problem. Thank you for your work and see and boot any other MacOS installation 11 minutes ago, Cyberdevs said: Clover 4421 shows the macOS High Sierra 10.13.4 installer and loads it with no issue. Thanks man! yes. right. i tested clean install 10.13.4 from create media method USB installer. 1st and 2nd stage are no problem. other os also too. thank you for report 1 hour ago, Moorre said: @Sherlocks MP51 is also has an update. BiosVersion: MP51.88Z.0085.B00.1802021746 BiosReleaseDate: 18/02/02 okay. i will update. thanks 2 Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/674/#findComment-2606868 Share on other sites More sharing options...
chris1111 Posted April 1, 2018 Share Posted April 1, 2018 Sherlocks only one thing, Direct install (startosinstall) Clover do not see the good Icon High Sierra, he see the one from Sierra Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/674/#findComment-2606993 Share on other sites More sharing options...
Sherlocks Posted April 1, 2018 Share Posted April 1, 2018 4 minutes ago, chris1111 said: Sherlocks only one thing, Direct install (startosinstall) Clover do not see the good Icon High Sierra, he see the one from Sierra Can you upload pic or txt of file structure(file trees) after startosinstall? Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/674/#findComment-2606996 Share on other sites More sharing options...
chris1111 Posted April 1, 2018 Share Posted April 1, 2018 5 minutes ago, Sherlocks said: Can you upload pic or txt of file structure(file trees) after startosinstall? here you go Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/674/#findComment-2606999 Share on other sites More sharing options...
Sherlocks Posted April 1, 2018 Share Posted April 1, 2018 1 minute ago, chris1111 said: here you go Thanks i will check icon part. How about osversion when enter macos install entry with spacebar in GUI? Correctly show 10.13.4? Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/674/#findComment-2607001 Share on other sites More sharing options...
chris1111 Posted April 1, 2018 Share Posted April 1, 2018 4 minutes ago, Sherlocks said: Thanks i will check icon part. How about osversion when enter macos install entry with spacebar in GUI? Correctly show 10.13.4? No good Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/674/#findComment-2607004 Share on other sites More sharing options...
Sherlocks Posted April 1, 2018 Share Posted April 1, 2018 (edited) 2 minutes ago, chris1111 said: No good Can you upload macOS Install Data folder.zip except BaseSystem.dmg? I have to check your log. Edited April 1, 2018 by Sherlocks Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/674/#findComment-2607005 Share on other sites More sharing options...
chris1111 Posted April 1, 2018 Share Posted April 1, 2018 Just now, Sherlocks said: Can you upload macOS Install Data folder.zip except BaseSystem.dmg? I have to check your log. Easter Day I going to family now sorry Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/674/#findComment-2607006 Share on other sites More sharing options...
Sherlocks Posted April 1, 2018 Share Posted April 1, 2018 Just now, chris1111 said: Easter Day I going to family now sorry No problem. If you have a time, please upload it later. Have a great day 1 Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/674/#findComment-2607008 Share on other sites More sharing options...
apianti Posted April 1, 2018 Share Posted April 1, 2018 I don't understand, why do you have a USB with only the macOS Install Data folder? Did you just copy that folder to a USB? Are you sure you copied all the files, there weren't any hidden? Normally there is a Locked Files folder....? Also, if so, why wouldn't you just run the update in place? Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/674/#findComment-2607025 Share on other sites More sharing options...
chris1111 Posted April 1, 2018 Share Posted April 1, 2018 (edited) 1 hour ago, apianti said: I don't understand, why do you have a USB with only the macOS Install Data folder? Did you just copy that folder to a USB? Are you sure you copied all the files, there weren't any hidden? Normally there is a Locked Files folder....? Also, if so, why wouldn't you just run the update in place? Its not a copy its startosinstall Apple tools deploy macOS on any volume edit *** you need to redo installation tests to get you up to date my friend 2 hours ago, Sherlocks said: No problem. If you have a time, please upload it later. Have a great day Do you need InstallESD.dmg I hope not ? Edited April 1, 2018 by chris1111 1 Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/674/#findComment-2607049 Share on other sites More sharing options...
Sherlocks Posted April 1, 2018 Share Posted April 1, 2018 52 minutes ago, chris1111 said: Its not a copy its startosinstall Apple tools deploy macOS on any volume edit *** you need to redo installation tests to get you up to date my friend Do you need InstallESD.dmg I hope not ? No need both BaseSystem.dmg and InstallESD.dmg. What is your process? 1. In 10.13.x, did you use startosinstall to install 10.13.4? 2. In 10.12.x or older, did you use starosinstall to install 10.13.4? Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/674/#findComment-2607067 Share on other sites More sharing options...
Recommended Posts