Jump to content
30960 posts in this topic

Recommended Posts

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 by chris1111
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

  • Like 1
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 by apianti
  • Like 1
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

  • Like 3
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...

  • Like 1
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.

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.

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 by Sherlocks
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

@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 :thumbsup_anim:

screenshot0.png.545c44e80fa6b76ab94ebc42231675e3.png

 

and see and boot any other MacOS installation

screenshot1.png.e1a287d328291f4878b577933e339f02.png

screenshot2.png.817614ddac586b16936900df64a24850.png

screenshot3.png.c699f70dd5d88420580f9008a46499c6.png

screenshot4.png.b33f1b414668c1772fa1ded2d27ffd6b.png

screenshot5.thumb.png.871a3779b3fb3f0dfa97be47178b3ed1.png

Edited by chris1111
  • Like 1
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!

screenshot0.png

  • Like 1
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 :thumbsup_anim:

screenshot0.png.545c44e80fa6b76ab94ebc42231675e3.png

 

and see and boot any other MacOS installation

screenshot1.png.e1a287d328291f4878b577933e339f02.png

screenshot2.png.817614ddac586b16936900df64a24850.png

screenshot3.png.c699f70dd5d88420580f9008a46499c6.png

screenshot4.png.b33f1b414668c1772fa1ded2d27ffd6b.png

screenshot5.thumb.png.871a3779b3fb3f0dfa97be47178b3ed1.png

 

11 minutes ago, Cyberdevs said:

Clover 4421 shows the macOS High Sierra 10.13.4 installer and loads it with no issue. Thanks man!

screenshot0.png

 

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

 

Снимок экрана 2018-03-31 в 22.46.22.png

okay. i will update. thanks

  • Like 2
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

screenshot3.png

Can you upload pic or txt of file structure(file trees) after startosinstall?

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 

 

screenshot5.png

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?

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 :P :moil:

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 by chris1111
  • Like 1
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 :P :moil:

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?

×
×
  • Create New...