Contribute
Register

[Guide] HackrNVMeFamily co-existence with IONVMeFamily using class-code spoof

Status
Not open for further replies.
Trying this on my X99 system and no luck so far. I did the following:

1) Confirmed path in Windows which is _SB.PCI0.BR1B.H000

2) Created SSDT_NVMe-Pcc.aml using template and replacing 2 instances of the path above

3) Created HackrNVMeFAmily-10_12_2.kext which is the same OS version installed

4) Added patch to rename _DSM to config.plist:

Code:
                <dict>
                    <key>Comment</key>
                    <string>change _DSM to XDSM</string>
                    <key>Find</key>
                    <data>X0RTTQ==</data>
                    <key>Replace</key>
                    <data>WERTTQ==</data>
                </dict>

5) Placed all of the above in their respective Clover folders

Still cannot see the Samsung EVO 960 NVME drive after booting into 10.12.2

Files Added.

Mistake is obvious.
Your HackrNVMeFamily_10_12_2.kext that is in EFI/Clover/kexts/10.12 was not generated with the --spoof option.

Note: Bad idea to have duplicate kexts in kexts/Other and kexts/10.12. It results in kexts from both directories to be injected.
 
Last edited:
Mistake is obvious.
Your HackrNVMeFamily_10_12_2.kext that is in EFI/Clover/kexts/10.12 was not generated with the --spoof option.

Note: Bad idea to have duplicate kexts in kexts/Other and kexts/10.12. It results in kexts from both directories to be injected.

Thanks! Copied the wrong command it appears. That was the problem and took your advice on deleting kexts from Other. Cloning now!
 
Working and bootable on TOSHIBA THNSN5128GPU7 with GA-H170-GAMING 3.
MacOS Sierra 10.12.2 boots 10 seconds faster, 25 sec, than my X300s 128gb SATA ssd.
Max sequential write at 6xx MB/s, read at 19xx MB/s.
Thank you RehabMan!

One thing though, can anyone monitor the NVME drive temp? It's the only drive with no temp in iStat sensors.
 
Working and bootable on TOSHIBA THNSN5128GPU7 with GA-H170-GAMING 3.
MacOS Sierra 10.12.2 boots 10 seconds faster, 25 sec, than my X300s 128gb SATA ssd.
Max sequential write at 6xx MB/s, read at 19xx MB/s.
Thank you RehabMan!

Great.

One thing though, can anyone monitor the NVME drive temp? It's the only drive with no temp in iStat sensors.

Off-topic.
 
Finally got around to doing the class-code spoof after the recent 10.12.3 update. Where I once again found myself again having to scramble to generate a new HackrNvme kext using the patch script and removing the IONVMeFamily kext. Looking forward to not getting a KP due to this upon next update. :)

Thanks for the work on this.
 
I can manage to run my M2 on new System-10.12.3 also update the patched HackrNvme kext, but I really need help about the speed now is way too slow ! ! ! *attached my EFI folder here if anyone please can help me out ! :banghead:
 

Attachments

  • CLOVER.zip
    7.9 MB · Views: 89
Last edited by a moderator:
Take your time
Take no beer
Print My step by step build on paper read word by word
write done on eatch line

for more understand read
RehabMan page 1
and ask question for trouble (it's Only long to do nothing else)
 
Status
Not open for further replies.
Back
Top