PMheart Posted April 5, 2017 Share Posted April 5, 2017 Nah, 10.8 InstallESD is still bootable. Well, this means my brain is still not a full mess. I used Base System.dmg Yes, you have to do so if you don't prefer `creatainstallmedia`. Link to comment Share on other sites More sharing options...
Slice Posted April 6, 2017 Share Posted April 6, 2017 I have no task to install each new system on new clean computer. Usually I just press "Update" or start Install.app. 3 Link to comment Share on other sites More sharing options...
Funky frank Posted April 6, 2017 Share Posted April 6, 2017 I have no task to install each new system on new clean computer. Usually I just press "Update" or start Install.app. I must try that next time, too Dunno why I always go the complicated way. I have a small question: My usb drives appear as internal drives and I want them to appear as yellow usb drives... Somehow I remember there was an option for that in clover? EDIT: Also I now also have a drive entry in clover without a name... How to hide that? Link to comment Share on other sites More sharing options...
Slice Posted April 6, 2017 Share Posted April 6, 2017 I must try that next time, too Dunno why I always go the complicated way. I have a small question: My usb drives appear as internal drives and I want them to appear as yellow usb drives... Somehow I remember there was an option for that in clover? EDIT: Also I now also have a drive entry in clover without a name... How to hide that? Clover has no special options for internal and orange drives. There is kext patch for this purpose exists. To hide some entry look into config-sample.plist and compare with your boot.log. 2 Link to comment Share on other sites More sharing options...
Funky frank Posted April 6, 2017 Share Posted April 6, 2017 Clover has no special options for internal and orange drives. There is kext patch for this purpose exists. To hide some entry look into config-sample.plist and compare with your boot.log. Pity I only can find such patches for the opposite: Making usb drives appearing as internal... EDIT: Ok, it turns out that a USB-SATA bridge will appear as internal drive, but not an usb stick. USB-SATA Bridge: Produkt-ID: 0x2773 Hersteller-ID: 0x067b (Prolific Technology, Inc.) Ok sorry off topic then. Link to comment Share on other sites More sharing options...
Slice Posted April 6, 2017 Share Posted April 6, 2017 For me USB stick looks as Not orange and not internal. 2 Link to comment Share on other sites More sharing options...
Funky frank Posted April 6, 2017 Share Posted April 6, 2017 (edited) EDIT: NEVERMIND sorry Turns out I can eject those external as internal appearing drives thru trashcan drag... So I can live with that Only in the sidebar there is no eject button then. Edited April 6, 2017 by Funky frank Link to comment Share on other sites More sharing options...
Sherlocks Posted April 6, 2017 Share Posted April 6, 2017 For me USB stick looks as Снимок экрана 2017-04-06 в 16.37.51.png Not orange and not internal. +1 in 10.12.5 beta1 Link to comment Share on other sites More sharing options...
Funky frank Posted April 6, 2017 Share Posted April 6, 2017 Is there any really recent DSDT from Apple hardware available? I have seen that the Sierra 10.12.4 update ships with lots of EFI updates, I guess to fix the new installer path, but also to exclude old Macs? Anyway maybe those updates then contain a recent ACPI / DSDT, too? Link to comment Share on other sites More sharing options...
MaLd0n Posted April 6, 2017 Share Posted April 6, 2017 https://applelife.ru/threads/darwindumper-dampy-nastojaschix-macov.39174/ 4 Link to comment Share on other sites More sharing options...
SiddRamesh Posted April 7, 2017 Share Posted April 7, 2017 Can someone plz tell me, wats the new way of patching ATI controller in clover 4000! Link to comment Share on other sites More sharing options...
mhaeuser Posted April 7, 2017 Share Posted April 7, 2017 Is there any really recent DSDT from Apple hardware available? I have seen that the Sierra 10.12.4 update ships with lots of EFI updates, I guess to fix the new installer path, but also to exclude old Macs? Anyway maybe those updates then contain a recent ACPI / DSDT, too?EFI does not contain installer paths and because there is one image for every model, excluding Macs is nonsense. And even if either was the case, it would not be done via ACPI. Link to comment Share on other sites More sharing options...
Funky frank Posted April 7, 2017 Share Posted April 7, 2017 EFI does not contain installer paths and because there is one image for every model, excluding Macs is nonsense. And even if either was the case, it would not be done via ACPI. Huh but cover does... By installer paths I mean paths to boot.efi, that path had changed with 10.12.4. If there are more efi updates missing, for example for late imac 2007, this device won't be able to load boot.efi. Link to comment Share on other sites More sharing options...
cecekpawon Posted April 7, 2017 Share Posted April 7, 2017 Is it wise to detect bootbase.efi for installer instead of boot.efi? Link to comment Share on other sites More sharing options...
mhaeuser Posted April 7, 2017 Share Posted April 7, 2017 Huh but cover does... By installer paths I mean paths to boot.efi, that path had changed with 10.12.4. If there are more efi updates missing, for example for late imac 2007, this device won't be able to load boot.efi.One more time, EFI does not contain installer paths and that Clover does is irrelevant. Link to comment Share on other sites More sharing options...
Funky frank Posted April 10, 2017 Share Posted April 10, 2017 Will clover soon support AFS? Just curious, since Apple seems to roll out AFS in next Upgrade 10.13... Link to comment Share on other sites More sharing options...
apianti Posted April 10, 2017 Share Posted April 10, 2017 @Slice Sorry, my mistake. also should be add it to https://sourceforge.net/p/cloverefiboot/code/4048/tree/rEFIt_UEFI/entry_scan/loader.c#l182 and https://sourceforge.net/p/cloverefiboot/code/4048/tree/rEFIt_UEFI/entry_scan/loader.c#l1155 This really should not be coded like this, why have that array of paths if you are going to hard code it in two other locations as well? Those two sections should be rewritten to use that already created array of paths to prevent having to add three separate things if a path is changed. You can make the array into an array of arrays of two strings (CHAR16 *[COUNT][2] = { { Path1, Desc1 }, { Path2, Desc2 } }; ) that way even the last one can just loop through the array and add the loaders... EDIT: Didn't want a blinky emoji, wanted a semi colon and a close parenthesis. Is there any really recent DSDT from Apple hardware available? I have seen that the Sierra 10.12.4 update ships with lots of EFI updates, I guess to fix the new installer path, but also to exclude old Macs? Anyway maybe those updates then contain a recent ACPI / DSDT, too? Actually there is a mechanism in EFI called BootNext, which is assigned to the loader to boot next, which is all the installer does. For some reason, I think because the loader entry it points to is in the wrong format, PC UEFI does not boot using this variable when the mac OS installer sets BootNext. It is immediately cleared upon read for use by the firmware, so it is not available to anything but the pre initialization boot, which you can't access unless you mod your firmware. EDIT: More information. Will clover soon support AFS? Just curious, since Apple seems to roll out AFS in next Upgrade 10.13... Silly question. How will old macs support it? Through a firmware upgrade that will add a driver just like HFSPlus.efi and then it will be extracted and used. 1 Link to comment Share on other sites More sharing options...
mhaeuser Posted April 10, 2017 Share Posted April 10, 2017 The installer uses bless. Maybe BootNext too, but not to store the boot file path. Link to comment Share on other sites More sharing options...
smolderas Posted April 10, 2017 Share Posted April 10, 2017 Will clover soon support AFS? Just curious, since Apple seems to roll out AFS in next Upgrade 10.13... Not soon IMHO. Even after Apple open sources it, I fear. Link to comment Share on other sites More sharing options...
PMheart Posted April 10, 2017 Share Posted April 10, 2017 apfs.efi is located in /usr/standalone/i386 under 10.12.5 Beta. (Sorry. IDK what about 10.12.4...) Well, but I guess Apple just adds it for experimental purposes. 1 Link to comment Share on other sites More sharing options...
cecekpawon Posted April 10, 2017 Share Posted April 10, 2017 apfs.efi is located in /usr/standalone/i386 under 10.12.5 Beta. (Sorry. IDK what about 10.12.4...) Its also there. 1 Link to comment Share on other sites More sharing options...
smolderas Posted April 10, 2017 Share Posted April 10, 2017 apfs.efi is located in /usr/standalone/i386 under 10.12.5 Beta. (Sorry. IDK what about 10.12.4...) Well, but I guess Apple just adds it for experimental purposes. Most interesting... Edit: So sierra supports bootable apfs containers? Link to comment Share on other sites More sharing options...
apianti Posted April 11, 2017 Share Posted April 11, 2017 The installer uses bless. Maybe BootNext too, but not to store the boot file path. The installer uses Boot0082 (I think thats the one) to store boot data and BootNext is a number pointing to which Boot variable to use in booting this one next time. The path in Boot0082 is possibly just to the volume (I'm pretty sure it is), making it not suitable for PC UEFI booting and moves onto the BootOrder list, etc. However, Apple EFI inspects the volume for the blessed boot data because bless is filesystem based NOT firmware and will then boot that before moving onto the BootOrder variable and the rest of the boot options. apfs.efi is located in /usr/standalone/i386 under 10.12.5 Beta. (Sorry. IDK what about 10.12.4...) Well, but I guess Apple just adds it for experimental purposes. Its also there. Then there's the answer take that driver and put it in the appropriate drivers folder for clover and you can read AFS volumes. Note you won't be able to boot clover from an AFS volume but mac OS, yes. Most interesting... Edit: So sierra supports bootable apfs containers? I'm guessing if you decide to create an encrypted volume then this driver will be on the recovery which actually boots and decrypts the volume to boot. Or in the firmware. It couldn't actually be started without loading that driver from some already readable filesystem. Link to comment Share on other sites More sharing options...
TheRacerMaster Posted April 11, 2017 Share Posted April 11, 2017 10.12.4 also added firmware updates (which contain the ApfsJumpstart driver). 1 Link to comment Share on other sites More sharing options...
Philip Petev Posted April 11, 2017 Share Posted April 11, 2017 @Slice: the embedded Clover theme seems to be broken with the latest Clover, compiled with the latest edk2 source. The rest seems to work as usual. Link to comment Share on other sites More sharing options...
Recommended Posts