gujiangjiang Posted June 14, 2017 Share Posted June 14, 2017 Thanks MaLd0n I have a question, Why apfs.efi hasn't been implemented in the new clover versions? Is it ever going to be added to the new clover builds or we have to copy it manually? Apfs driver is as same as hfsplus drive because these drives are private by Apple so we cant contain these private drives in Clover package. You can add it manually. 从我的 iPhone 发送,使用 Tapatalk 1 Link to comment Share on other sites More sharing options...
Cyberdevs Posted June 14, 2017 Share Posted June 14, 2017 Apfs driver is as same as hfsplus drive because these drives are private by Apple so we cant contain these private drives in Clover package. You can add it manually. 从我的 iPhone 发送,使用 Tapatalk Oh, I see. Thanks for the answer. Link to comment Share on other sites More sharing options...
chris1111 Posted June 14, 2017 Share Posted June 14, 2017 Oh, I see. Thanks for the answer. You can ad to your Own Build Package 1 Link to comment Share on other sites More sharing options...
Cyberdevs Posted June 14, 2017 Share Posted June 14, 2017 Oh no sir! We don't want to upset the guys at Apple with breaking their rules and miss using their intellectual property, if you know what I mean Guys, I'm new to Clover Builder. I just downloaded it today and I'm trying to get my head around it. I tried to build the latest version and every time I do the drivers are missing. Can some please one explain to me what am I doing wrong? Link to comment Share on other sites More sharing options...
SavageAUS Posted June 15, 2017 Share Posted June 15, 2017 you mean using iasl to convert the extracted aml files back to dsl files. Then use MaciASL open it and make edits then compile to aml file?Yes that's what I mean. If you need more help open a thread as this is now OT. Sent from my SM-G930F using Tapatalk Link to comment Share on other sites More sharing options...
SavageAUS Posted June 15, 2017 Share Posted June 15, 2017 It is possible I mixed mem alloc. Try this 4088 version BOOTX64.efi.zip Patch: apfs2.patch.zip I reinstalled 4088 today and replaced BOOTX64, it made no difference. Im unsure what or if i need to do with apfs2.patch so ill just test 4089 and report back. EDIT: 4089 works perfectly, also showing additional apfs volumes. Link to comment Share on other sites More sharing options...
SavageAUS Posted June 15, 2017 Share Posted June 15, 2017 You can ad to your Own Build Package I would like to know how Link to comment Share on other sites More sharing options...
chris1111 Posted June 15, 2017 Share Posted June 15, 2017 I would like to know how before Create the PKG put the drivers in /src/edk2/Clover/CloverPackage/CloverV2/drivers-Off/drivers64UEFI Ok for Build Package For Legacy and (ESP no UEFI) you can also put in /drivers-Off/drivers64 but Rename apfs-64.efi because you can not build two drivers with the same name 5 Link to comment Share on other sites More sharing options...
LockDown Posted June 15, 2017 Share Posted June 15, 2017 What made you say that you cant build 2 drivers with the same name Link to comment Share on other sites More sharing options...
Cyberdevs Posted June 15, 2017 Share Posted June 15, 2017 before Create the PKG put the drivers in /src/edk2/Clover/CloverPackage/CloverV2/drivers-Off/drivers64UEFI Ok for Build Package For Legacy and (ESP no UEFI) you can also put in /drivers-Off/drivers64 but Rename apfs-64.efi because you can not build two drivers with the same name Thanks @Chris1111 This solved my problem 1 Link to comment Share on other sites More sharing options...
chris1111 Posted June 15, 2017 Share Posted June 15, 2017 Thanks @Chris1111 This solved my problem Depending on your method of build, you have to put the driver back every time because there is a make clean that is done 1 Link to comment Share on other sites More sharing options...
Cyberdevs Posted June 15, 2017 Share Posted June 15, 2017 Depending on your method of build, you have to put the driver back every time because there is a make clean that is done Thanks I kind of figured it out But it's always good to know something for sure Link to comment Share on other sites More sharing options...
SavageAUS Posted June 15, 2017 Share Posted June 15, 2017 Thanks I kind of figured it out But it's always good to know something for sure I havnt been able to get my builds to include the driver that i put into /src/edk2/Clover/CloverPackage/CloverV2/drivers-Off/drivers64UEFI. I would like to include apfs in my clover pkgs. Link to comment Share on other sites More sharing options...
Cyberdevs Posted June 15, 2017 Share Posted June 15, 2017 @SavageAUS /Users/cyberdevs/src/edk2/Clover/CloverPackage/CloverV2/drivers-Off/drivers64UEFI/apfs.efi this is the path I copied all the drivers including apps.efi and after I built the package it is in the installer as an option to install. The folder was not there so I just created it. Link to comment Share on other sites More sharing options...
chris1111 Posted June 15, 2017 Share Posted June 15, 2017 @SavageAUS /Users/cyberdevs/src/edk2/Clover/CloverPackage/CloverV2/drivers-Off/drivers64UEFI/apfs.efi this is the path I copied all the drivers including apps.efi and after I built the package it is in the installer as an option to install. The folder was not there so I just created it. So your not have the same builder like me I have the manual build (with scrip build ) for long time better to ask Philip petev for solution if you are used the Clover command Link to comment Share on other sites More sharing options...
Cyberdevs Posted June 15, 2017 Share Posted June 15, 2017 I just downloaded the Clover Builder app from the download section. http://www.insanelymac.com/forum/files/file/542-clover-builderapp/ So there is a script too that you are using? Link to comment Share on other sites More sharing options...
chris1111 Posted June 15, 2017 Share Posted June 15, 2017 I just downloaded the Clover Builder app from the download section. http://www.insanelymac.com/forum/files/file/542-clover-builderapp/ So there is a script too that you are using? You can try Clover command in Clover section ? http://www.insanelymac.com/forum/forum/327-clover/ Link to comment Share on other sites More sharing options...
Cyberdevs Posted June 15, 2017 Share Posted June 15, 2017 I found something called: Build_Clover.command v4.3.7 is that the command that you are talking about? Link to comment Share on other sites More sharing options...
chris1111 Posted June 15, 2017 Share Posted June 15, 2017 I found something called: Build_Clover.command v4.3.7 is that the command that you are talking about? Yes but i said i use a method diferant since long time a ago already Link to comment Share on other sites More sharing options...
Cyberdevs Posted June 15, 2017 Share Posted June 15, 2017 Well I'm really new to this and I have to do a lot of catching up to do I'm a noob I havnt been able to get my builds to include the driver that i put into /src/edk2/Clover/CloverPackage/CloverV2/drivers-Off/drivers64UEFI. I would like to include apfs in my clover pkgs. Did you find what you were looking for? 1 Link to comment Share on other sites More sharing options...
SavageAUS Posted June 15, 2017 Share Posted June 15, 2017 I use the build_clover.command. have done for quite some time. Sent from my SM-G930F using Tapatalk 1 Link to comment Share on other sites More sharing options...
Guest ricoc90 Posted June 15, 2017 Share Posted June 15, 2017 I'm not sure if it's Clover or High Sierra related so I'll post it here too I installed High Sierra on an empty SSD formatted as APFS. It mounts and boots fine, but when Clover is scanning for entries it shows me nx_dev_init:705: Warning: superblock indicates jumpstart record but this driver was not loaded from that partition container_kb_get:544: Invalid on disk range pr_start_paddr 0 pr_block_count 0 keybag_operation:353: missing APFS/Container keybag (2) apfs_keybag_get:831: Failed to get apfs volume keybag, err = 2 er_state_obj_get_for_recovery:3539: No ER state object - rolling is not happening, nothing to recover APFSStart:1132: Mounting with apfs_efi_osx-621.0.0.1.32 efi_container_create:795: -efi_container_create, Status = 0000000000000007 and macOS is showing me the exact same thing in verbose mode. Anyone else with this issue or is it normal? I'm using r4089 Link to comment Share on other sites More sharing options...
SavageAUS Posted June 15, 2017 Share Posted June 15, 2017 Well I'm really new to this and I have to do a lot of catching up to do I'm a noob Did you find what you were looking for? I'll try again shortly and let you know. Sent from my SM-G930F using Tapatalk Link to comment Share on other sites More sharing options...
chris1111 Posted June 15, 2017 Share Posted June 15, 2017 I use the build_clover.command. have done for quite some time. Sent from my SM-G930F using Tapatalk Ask Philip petev thats better to know how Link to comment Share on other sites More sharing options...
SavageAUS Posted June 15, 2017 Share Posted June 15, 2017 I'm not sure if it's Clover or High Sierra related so I'll post it here too I installed High Sierra on an empty SSD formatted as APFS. It mounts and boots fine, but when Clover is scanning for entries it shows me nx_dev_init:705: Warning: superblock indicates jumpstart record but this driver was not loaded from that partition container_kb_get:544: Invalid on disk range pr_start_paddr 0 pr_block_count 0 keybag_operation:353: missing APFS/Container keybag (2) apfs_keybag_get:831: Failed to get apfs volume keybag, err = 2 er_state_obj_get_for_recovery:3539: No ER state object - rolling is not happening, nothing to recover APFSStart:1132: Mounting with apfs_efi_osx-621.0.0.1.32 efi_container_create:795: -efi_container_create, Status = 0000000000000007and macOS is showing me the exact same thing in verbose mode. Anyone else with this issue or is it normal?I'm using r4089 Are you using just the apfs.efi or do you have the jumpstart driver as well? Sent from my SM-G930F using Tapatalk Ask Philip petev thats better to know how I've already picked his brain about a different issue I had with the script lol. Sent from my SM-G930F using Tapatalk Link to comment Share on other sites More sharing options...
Recommended Posts