- Joined
- Mar 24, 2011
- Messages
- 99
- Motherboard
- Asrock EP2C602
- CPU
- Dual E5-2650 v2
- Graphics
- GTX 970
- Mac
-
- Mobile Phone
-
Rehabman - here's the Zbook Studio G3 laptop information. This thing would make a KILLER hackintosh.
See if it seems feasible to pull this off.
Did you remember to disable hibernation?
Is BIOS up-to-date?
Did you try a fresh install?
Try also without TRIM patch (some SSDs are not compatible with OSX/TRIM).
MacBook-Pro:~ ernesto$ pmset -g | grep hibernatemode
hibernatemode 0
MacBook-Pro:~ ernesto$ sudo pmset -a hibernatemode 0
Password:
MacBook-Pro:~ ernesto$ sudo rm /var/vm/sleepimage
rm: /var/vm/sleepimage: is a directory
MacBook-Pro:~ ernesto$ sudo mkdir /var/vm/sleepimage
mkdir: /var/vm/sleepimage: File exists
MacBook-Pro:~ ernesto$
- I want to avoid a fresh install for now...
- Is there a problem not customizing the SMBIOS with Clover Configurator? Do you recommend me to customize the SMBIOS?
I see that my hackintosh does not have the same serial number I had before move to hotpatch setup and update to 10.11.5,
- My primary drive is a Kingston HyperX SSD, and never had problems (nor slow boot or constant fsck). TRIM is enabled as always.
Do a fresh install to second partition for comparison. Should only take 30 minutes or so...
As per guide, you must customize SMBIOS. You should expect weirdness with Apple services.
As recommended in post #1, you should use the SMBIOS data from your previous setup.
My suggestion remains the same. You should try without. If you're not willing to try my ideas, don't ask for them.
<dict>
<key>Comment</key>
<string>Enable TRIM for non-Apple SSDs</string>
<key>Disabled</key>
<false/>
<key>Find</key>
<data>
AEFQUExFIFNTRAA=
</data>
<key>Name</key>
<string>IOAHCIBlockStorage</string>
<key>Replace</key>
<data>
AAAAAAAAAAAAAAA=
</data>
</dict>
and seems to be that Time Machine doesn't backup the EFI partition.
- Forgot to tell you I was going to try that, sorry. Now I've checked TRIM in config.plist, it's disabled.
Code:<dict> <key>Comment</key> <string>Enable TRIM for non-Apple SSDs</string> <key>Disabled</key> <false/> <key>Find</key> <data> AEFQUExFIFNTRAA= </data> <key>Name</key> <string>IOAHCIBlockStorage</string> <key>Replace</key> <data> AAAAAAAAAAAAAAA= </data> </dict>
hello mr,thank u very much
everything is perfect ,,but when i put the computer to sleep ,and wake it up ,,its restart,and its restart sometime randomly
Thanks
sorry ,i post it in the wrong place
here is the link of my problem in the correct place
and i attached everything u request for this type of problems
Thanks a lot mr rehab man
http://www.tonymacx86.com/threads/g...with-clover-uefi.168236/page-304#post-1276143
Of course not. On a real Mac, there is nothing on EFI that requires backing up.
The plist data you show there shows TRIM patch enabled.
You are right, it was enabled!! I did change <false/> to <true/>, rebooted, and confirmed disabled in System Information/SATA. But the problem is still on, each time my computer wakes up from sleep, it hungs.
You think creating a new SSDT.aml file following steps provided in "Power management" could solve the problem?