Guest ricoc90 Posted January 24, 2018 Share Posted January 24, 2018 I do have my visa card attached to my apple id. Unless a sure fire way is described I'll wait a few months when I switch from android to apple. Sent from my SM-G930F using Tapatalk I created a new Apple ID to use on my hackintoshes, just to be safe. However, I indeed couldn't activate FaceTime and iMessage. I did not add any payment information though. My actual Apple ID however, which I created when I got the iPhone 4s back in the days, does work with FaceTime and iMessage and back then my creditcard was linked (however, not anymore and iMessage et cetera still works, even after switching MLB and ROM). Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/652/#findComment-2576063 Share on other sites More sharing options...
SavageAUS Posted January 24, 2018 Share Posted January 24, 2018 I created a new Apple ID to use on my hackintoshes, just to be safe. However, I indeed couldn't activate FaceTime and iMessage. I did not add any payment information though. My actual Apple ID however, which I created when I got the iPhone 4s back in the days, does work with FaceTime and iMessage and back then my creditcard was linked (however, not anymore and iMessage et cetera still works, even after switching MLB and ROM). Yeah I think I'll just wait for my current contract to finish then switch to apple then hopefully it will all work. Sent from my SM-G930F using Tapatalk Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/652/#findComment-2576065 Share on other sites More sharing options...
ccphuc2016 Posted January 25, 2018 Share Posted January 25, 2018 PartitionDxe is not necessary if you're not doing anything crazy with your partition maps. Quoting from the driver's description: [PartitionDxe-64] is a "64bit driver to support non-usual partition maps such as: hybrid GPT/MBR or Apple Partition Map." So, if you're not using any of that, you shouldn't be needing this driver either. my problem is the card vga ASUS Geforce 210 1Gb DDR3 it not Clover problem install Wed Driver Ndivia for macos 10.13.2 boot verry slow I use Easykext Utility install VoodooHDA.kext for Geforce 210 boot HDD verry fast 1 minute into Login green https://drive.google.com/open?id=1tzqWWQScXldll3jgU0EQv7OL9gQH0VZw Thank for Help Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/652/#findComment-2576131 Share on other sites More sharing options...
vusun123 Posted January 25, 2018 Share Posted January 25, 2018 my problem is the card vga ASUS Geforce 210 1Gb DDR3 it not Clover problem Then why are you commenting in a Clover discussion thread ? 1 Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/652/#findComment-2576140 Share on other sites More sharing options...
ccphuc2016 Posted January 25, 2018 Share Posted January 25, 2018 Then why are you commenting in a Clover discussion thread ? Because when i install old Clover 4297 - 4369 no problem When I install Clover 4380 -4387 -4391 problem boot verry slow 15 minute Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/652/#findComment-2576150 Share on other sites More sharing options...
tluck Posted January 25, 2018 Share Posted January 25, 2018 Well, I have the RC scripts on my laptop hack because I was booting on legacy before. Should I delete them?? I think they deal with EmuVariable to write on the nvram.plist when there's no native NVRAM but IDK if it's safe to delete them. I have rc.boot.d , rc.shutdown.d, rc.clover.lib and other RC but IDK if they're from Clover: rc.common, rc.common˜previous and rc.netboot. the rc scripts have a variety of specific startup and shutdown functions such as save clover boot logs as well as nvram set up and save. if you are not using EmuVariable the rc shutdown will be a no-op in terms of writing the nvram.plist file. meaning it checks for it. so bottom line you can leave or remove the pair of scripts if EmuVar is out of the picture rc.boot.d/20.mount_ESP.local rc.shutdown.d/80.save_nvram_plist.local 3 Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/652/#findComment-2576194 Share on other sites More sharing options...
Hackmac101 Posted January 25, 2018 Share Posted January 25, 2018 the rc scripts have a variety of specific startup and shutdown functions such as save clover boot logs as well as nvram set up and save. if you are not using EmuVariable the rc shutdown will be a no-op in terms of writing the nvram.plist file. meaning it checks for it. so bottom line you can leave or remove the pair of scripts if EmuVar is out of the picture rc.boot.d/20.mount_ESP.local rc.shutdown.d/80.save_nvram_plist.local Other than the scripts you already mentioned, I also have 10.save_and_rotate_boot_log.local 70.disable_sleep_proxy_client.local.disable under /etc/rc.boot.d/, can I remove them safely? Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/652/#findComment-2576204 Share on other sites More sharing options...
gujiangjiang Posted January 25, 2018 Share Posted January 25, 2018 Try to do anything to narrow the problem: - reduce a number of injected kexts - reduce number of patches - change AptioFix ion - build Clover with Debug messages and so on if (drvPtr == 0 || infoPtr == 0 || extraPtr == 0 || drvPtr > infoPtr || drvPtr > extraPtr || infoPtr > extraPtr) { Print(L"\nInvalid device tree for kext injection\n"); gBS->Stall(5000000); return EFI_INVALID_PARAMETER; } Hello slice. I have test these case. 1.AptioV1 Works fine. 2.AptioV2 works fine with slide value. 3.AptioV3 sometimes can’t boot and show Invalid device tree for kext injection. 4.AptioMemFix same with AptioV3 but more show more frequently. I find AptioV3 and AptioMemFix have changed something with nvram so I think it maybe related with this? PS: My laptop can use native nvram with V1V2V3 and AptioMemFix. 从我的 iPhone 发送,使用 Tapatalk Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/652/#findComment-2576594 Share on other sites More sharing options...
bronxteck Posted January 25, 2018 Share Posted January 25, 2018 if your nvram is native why are you using any aptiofix drivers at all. does your machine KP at boot without one of them? Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/652/#findComment-2576639 Share on other sites More sharing options...
tluck Posted January 25, 2018 Share Posted January 25, 2018 Other than the scripts you already mentioned, I also have 10.save_and_rotate_boot_log.local 70.disable_sleep_proxy_client.local.disable under /etc/rc.boot.d/, can I remove them safely? sure - if you don't need or want the function, these can be deleted. or as you did, renaming to *.local.disable - does just that - disable. Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/652/#findComment-2576642 Share on other sites More sharing options...
mhaeuser Posted January 25, 2018 Share Posted January 25, 2018 if your nvram is native why are you using any aptiofix drivers at all. does your machine KP at boot without one of them?You confuse 'native' with 'working with macOS OOTB' 1 Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/652/#findComment-2576657 Share on other sites More sharing options...
ctich Posted January 25, 2018 Share Posted January 25, 2018 hello, Sherlocks 24.01 new firmware for IMac18.2 has been released: IM183.88Z.0154.B00.1712220135 Date: Fri Dec 22 01:35:36 2017 Revision: 154 (B&I) ROM Version: 0154_B00 BIOSI: IM183.88Z.0154.B00.1712220135 IM183_0154_B00.fd.zip 1 Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/652/#findComment-2576782 Share on other sites More sharing options...
gujiangjiang Posted January 25, 2018 Share Posted January 25, 2018 if your nvram is native why are you using any aptiofix drivers at all. does your machine KP at boot without one of them? Aptio driver is to fix memory allocation error problem not about nvram. I used to use AptioV1 and AptioV2 and works well with nvram support but AptioV3 and AptioMemFix it have wrong message and can’t boot anymore. 从我的 iPhone 发送,使用 Tapatalk 1 Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/652/#findComment-2576783 Share on other sites More sharing options...
Sherlocks Posted January 26, 2018 Share Posted January 26, 2018 @Rehabman i first saw clover ESP installation issue in 10.13.4 beta1. 1. in 10.13.3, i didn't have install issue like this. Clover EFI installer log - Sat Jan 20 21:54:16 KST 2018 Installer version: v2.4k r4387 EFI bootloader ====================================================== /dev/disk0 (internal, physical): #: TYPE NAME SIZE IDENTIFIER 0: GUID_partition_scheme *256.1 GB disk0 1: EFI EFI 209.7 MB disk0s1 2: Apple_APFS Container disk1 70.1 GB disk0s2 3: Microsoft Basic Data Windows 7 110.1 GB disk0s3 4: Apple_HFS Mac Data 15.7 GB disk0s4 5: Microsoft Basic Data Win Data 59.9 GB disk0s5 /dev/disk1 (synthesized): #: TYPE NAME SIZE IDENTIFIER 0: APFS Container Scheme - +70.1 GB disk1 Physical Store disk0s2 1: APFS Volume Macintosh HD 49.6 GB disk1s1 2: APFS Volume Preboot 20.7 MB disk1s2 3: APFS Volume Recovery 509.8 MB disk1s3 4: APFS Volume VM 1.1 GB disk1s4 Target volume /Volumes/Macintosh HD on disk1 is APFS on physical store disk0s2 ====================================================== Backing up EFI files Backing up /Volumes/Macintosh HD/EFIROOTDIR/EFI folder to /Volumes/Macintosh HD/EFI-Backups/r4387/2018-01-20-21h54/EFI ====================================================== Installing BootSectors/BootLoader Stage 0 - Don't write any of boot0af, boot0md, boot0ss to / Stage 1 - Don't write any of boot1h2, boot1f32alt, boot1xalt to / Removing drivers64UEFI/VBoxHfs-64.efi driver because HFSPlus driver present ====================================================== Installing RC Scripts Installing RC scripts on target volume '/' ====================================================== =========== Clover EFI Installation Finish =========== ====================================================== 2. but in 10.13.4 beta1, there is issue for installation of ESP Clover EFI installer log - Fri Jan 26 12:36:58 KST 2018 Installer version: v2.4k r4392 EFI bootloader ====================================================== /dev/disk0 (internal, physical): #: TYPE NAME SIZE IDENTIFIER 0: GUID_partition_scheme *256.1 GB disk0 1: EFI EFI 209.7 MB disk0s1 2: Apple_APFS Container disk1 70.1 GB disk0s2 3: Microsoft Basic Data Windows 7 110.1 GB disk0s3 4: Apple_HFS Mac Data 15.7 GB disk0s4 5: Microsoft Basic Data Win Data 59.9 GB disk0s5 /dev/disk1 (internal, virtual): #: TYPE NAME SIZE IDENTIFIER 0: EF57347C-0000-11AA-AA11-00306543ECAC +70.1 GB disk1 ====================================================== Backing up EFI files ====================================================== Installing BootSectors/BootLoader Stage 0 - Don't write any of boot0af, boot0md, boot0ss to / Stage 1 - Don't write any of boot1h2, boot1f32alt, boot1xalt to / ====================================================== Installing RC Scripts Installing RC scripts on target volume '/' Theme 'metal' (defined in config.plist) not found ! Using default theme 'random' ====================================================== =========== Clover EFI Installation Finish =========== ====================================================== here is result of diskutil list SherlocksuiMBP2:~ sherlocks$ diskutil list /dev/disk0 (internal, physical): #: TYPE NAME SIZE IDENTIFIER 0: GUID_partition_scheme *256.1 GB disk0 1: EFI EFI 209.7 MB disk0s1 2: Apple_APFS Container disk1 70.1 GB disk0s2 3: Microsoft Basic Data Windows 7 110.1 GB disk0s3 4: Apple_HFS Mac Data 15.7 GB disk0s4 5: Microsoft Basic Data Win Data 59.9 GB disk0s5 /dev/disk1 (internal, virtual): #: TYPE NAME SIZE IDENTIFIER 0: EF57347C-0000-11AA-AA11-00306543ECAC +70.1 GB disk1 SherlocksuiMBP2:~ sherlocks$ thanks in advance 3 Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/652/#findComment-2576969 Share on other sites More sharing options...
RehabMan Posted January 26, 2018 Share Posted January 26, 2018 @Rehabman i first saw clover ESP installation issue in 10.13.4 beta1. 1. in 10.13.3, i didn't have install issue like this. Clover EFI installer log - Sat Jan 20 21:54:16 KST 2018 Installer version: v2.4k r4387 EFI bootloader ====================================================== /dev/disk0 (internal, physical): #: TYPE NAME SIZE IDENTIFIER 0: GUID_partition_scheme *256.1 GB disk0 1: EFI EFI 209.7 MB disk0s1 2: Apple_APFS Container disk1 70.1 GB disk0s2 3: Microsoft Basic Data Windows 7 110.1 GB disk0s3 4: Apple_HFS Mac Data 15.7 GB disk0s4 5: Microsoft Basic Data Win Data 59.9 GB disk0s5 /dev/disk1 (synthesized): #: TYPE NAME SIZE IDENTIFIER 0: APFS Container Scheme - +70.1 GB disk1 Physical Store disk0s2 1: APFS Volume Macintosh HD 49.6 GB disk1s1 2: APFS Volume Preboot 20.7 MB disk1s2 3: APFS Volume Recovery 509.8 MB disk1s3 4: APFS Volume VM 1.1 GB disk1s4 Target volume /Volumes/Macintosh HD on disk1 is APFS on physical store disk0s2 ====================================================== Backing up EFI files Backing up /Volumes/Macintosh HD/EFIROOTDIR/EFI folder to /Volumes/Macintosh HD/EFI-Backups/r4387/2018-01-20-21h54/EFI ====================================================== Installing BootSectors/BootLoader Stage 0 - Don't write any of boot0af, boot0md, boot0ss to / Stage 1 - Don't write any of boot1h2, boot1f32alt, boot1xalt to / Removing drivers64UEFI/VBoxHfs-64.efi driver because HFSPlus driver present ====================================================== Installing RC Scripts Installing RC scripts on target volume '/' ====================================================== =========== Clover EFI Installation Finish =========== ====================================================== 2. but in 10.13.4 beta1, there is issue for installation of ESP Clover EFI installer log - Fri Jan 26 12:36:58 KST 2018 Installer version: v2.4k r4392 EFI bootloader ====================================================== /dev/disk0 (internal, physical): #: TYPE NAME SIZE IDENTIFIER 0: GUID_partition_scheme *256.1 GB disk0 1: EFI EFI 209.7 MB disk0s1 2: Apple_APFS Container disk1 70.1 GB disk0s2 3: Microsoft Basic Data Windows 7 110.1 GB disk0s3 4: Apple_HFS Mac Data 15.7 GB disk0s4 5: Microsoft Basic Data Win Data 59.9 GB disk0s5 /dev/disk1 (internal, virtual): #: TYPE NAME SIZE IDENTIFIER 0: EF57347C-0000-11AA-AA11-00306543ECAC +70.1 GB disk1 ====================================================== Backing up EFI files ====================================================== Installing BootSectors/BootLoader Stage 0 - Don't write any of boot0af, boot0md, boot0ss to / Stage 1 - Don't write any of boot1h2, boot1f32alt, boot1xalt to / ====================================================== Installing RC Scripts Installing RC scripts on target volume '/' Theme 'metal' (defined in config.plist) not found ! Using default theme 'random' ====================================================== =========== Clover EFI Installation Finish =========== ====================================================== here is result of diskutil list SherlocksuiMBP2:~ sherlocks$ diskutil list /dev/disk0 (internal, physical): #: TYPE NAME SIZE IDENTIFIER 0: GUID_partition_scheme *256.1 GB disk0 1: EFI EFI 209.7 MB disk0s1 2: Apple_APFS Container disk1 70.1 GB disk0s2 3: Microsoft Basic Data Windows 7 110.1 GB disk0s3 4: Apple_HFS Mac Data 15.7 GB disk0s4 5: Microsoft Basic Data Win Data 59.9 GB disk0s5 /dev/disk1 (internal, virtual): #: TYPE NAME SIZE IDENTIFIER 0: EF57347C-0000-11AA-AA11-00306543ECAC +70.1 GB disk1 SherlocksuiMBP2:~ sherlocks$ thanks in advance The 'Physical store' line is missing. 1 Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/652/#findComment-2577274 Share on other sites More sharing options...
Sherlocks Posted January 26, 2018 Share Posted January 26, 2018 The 'Physical store' line is missing. yes. this is strange. i just updated 10.13.4 beta1. and checked diskutil. strangely shown other result compared to 10.13.3. has anyone this issue like me? Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/652/#findComment-2577428 Share on other sites More sharing options...
chris1111 Posted January 26, 2018 Share Posted January 26, 2018 On 2018-01-26 at 12:42 PM, Sherlocks said: yes. this is strange. i just updated 10.13.4 beta1. and checked diskutil. strangely shown other result compared to 10.13.3. has anyone this issue like me? Yes I confirm the Clover Mount EFI not working 10.13.4 APFS Volumes even the mount_efi.sh script not working APFS Volumes EDIT *** No issue Mount EFI Latest Clover 1 Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/652/#findComment-2577482 Share on other sites More sharing options...
macq Posted January 26, 2018 Share Posted January 26, 2018 Hi, clover 4392 fails to install into ESP partition since updating to 10.13.4 beta 1. Earlier working fine. just reporting. Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/652/#findComment-2577547 Share on other sites More sharing options...
Kynyo Posted January 26, 2018 Share Posted January 26, 2018 Yep, is just a bug. It was installed over macOS partition. I moved files manually to EFI partition. All good. Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/652/#findComment-2577571 Share on other sites More sharing options...
smolderas Posted January 26, 2018 Share Posted January 26, 2018 Hi, clover 4392 fails to install into ESP partition since updating to 10.13.4 beta 1. Earlier working fine. just reporting. Can you post the output of these commands? diskutil list > ~/Desktop/output.txt diskutil info / >> ~/Desktop/output.txt diskutil apfs list >> ~/Desktop/output.txt Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/652/#findComment-2577587 Share on other sites More sharing options...
bronxteck Posted January 27, 2018 Share Posted January 27, 2018 does clover 4392 have issues loading slices latest fakesmc.kext 3.5.0 or any fakesmc.kext on 10.6.8 it will not load for me. dsmos hangs, from other or 10.6 folders I had to resort to iatkos dvd to boot that HDD LOL... some one save me hahah. Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/652/#findComment-2577760 Share on other sites More sharing options...
chris1111 Posted January 27, 2018 Share Posted January 27, 2018 does clover 4392 have issues loading slices latest fakesmc.kext 3.5.0 or any fakesmc.kext on 10.6.8 it will not load for me. dsmos hangs, from other or 10.6 folders I had to resort to iatkos dvd to boot that HDD LOL... some one save me hahah. FakeSMC 3.5.0 not boot 10.6 you need FakeSMC 4.2 attaching bellow Put in 10.6 Folder, make sure your not have another FakeSMC in Other or use Rehabman FakeSMC in Other its boot all OS X FakeSMC.kext.zip 3 Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/652/#findComment-2577767 Share on other sites More sharing options...
bronxteck Posted January 27, 2018 Share Posted January 27, 2018 I had rehab mans it did not work also tried iatkos dvd 10.6.3 fakesmc. neither worked will try yours Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/652/#findComment-2577785 Share on other sites More sharing options...
chris1111 Posted January 27, 2018 Share Posted January 27, 2018 IF MY USE CLOVER 4392 HAVE THE FakeSMC.kext ? ??? 1 Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/652/#findComment-2577797 Share on other sites More sharing options...
bronxteck Posted January 27, 2018 Share Posted January 27, 2018 same issue even with your fakesmc. 1 Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/652/#findComment-2577800 Share on other sites More sharing options...
Recommended Posts