Contribute
Register

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

Status
Not open for further replies.
The Pc still not recognize the disk for disk utility formatting in the installer.. Can u help me ? :)
PCIROOT(0)#PCI(1D00)#PCI(0000)
ACPI(_SB_)#ACPI(PCI0)#ACPI(RP09)#ACPI(PXSX)
----
\_SB.PCI0.RP09.PXSX

Your SSDT is wrong.
No need for this code:
Code:
    Device (_SB.PCI0.RP09.PXSX)
    {
        Name (_ADR, Zero)  // _ADR: Address
    }

Also, next time, please read post #1, "Problem Reporting".
 
Your SSDT is wrong.
No need for this code:
Code:
    Device (_SB.PCI0.RP09.PXSX)
    {
        Name (_ADR, Zero)  // _ADR: Address
    }

Also, next time, please read post #1, "Problem Reporting".
Okay sorry but i cant login into my pc :)
Anyway i changed this and i tryed to create Hackrnvmefamily kext for 10.12.3 (the osx v i would like to install) and i placed it into kext on the efi folder, but i still cannot recognize my ssd to install the osx into
This is the Efi folder so u can give it a check! Thanks
 

Attachments

  • cloverz.zip
    2 MB · Views: 167
Okay sorry but i cant login into my pc :)
Anyway i changed this and i tryed to create Hackrnvmefamily kext for 10.12.3 (the osx v i would like to install) and i placed it into kext on the efi folder, but i still cannot recognize my ssd to install the osx into
This is the Efi folder so u can give it a check! Thanks

Your SSDT-NVMe-Pcc.aml is still wrong, in the same way I wrote in post #501.
Also, your HackrNVMeFamily-10_12_3.kext is not correct (it is actually 10.12.4 vanilla kext).
 
Your SSDT-NVMe-Pcc.aml is still wrong, in the same way I wrote in post #501.
Also, your HackrNVMeFamily-10_12_3.kext is not correct (it is actually 10.12.4 vanilla kext).
I need to fix that so.
How i can fix that? I read the guide carefully but i cant login into my pc so im with a friend pc .. And im so bad at this sorry :(
Anyway what i still missing on ?
 
I need to fix that so.
How i can fix that? I read the guide carefully but i cant login into my pc so im with a friend pc .. And im so bad at this sorry :(
Anyway what i still missing on ?

Post #1 has everything you need.
And I already pointed out your mistake with the SSDT code.
 
I am a little stuck on this one and was hoping somebody (RehabMan!?) might have an idea of what the problem may be.

I have 3 NVMe SSDs: a Samsung 950 and 2x Intel 750s. I've got the Samsung and one of the Intels working, no problem! However, I can't get Sierra to recognize one of the Intels for reasons unknown.

I used these addresses (from Win10) in SSDT-NVMe-Pcc.aml:
\_SB.PCI0.BR1B.H000 (Intel 750 #1)
\_SB.PCI0.BR2C.H000 (Intel 750 #2) (* This one not recognized)
\_SB.PCI0.BR3A.H000 (Samsung 950) (Currently the Win10 boot & not even really needed to be visible on the mac side)

Very grateful for any suggestions. Attaching SSDT-NVMe-Pcc.aml just in case.
 

Attachments

  • bluegrey_SSDT-NVMe-Pcc.aml.zip
    869 bytes · Views: 98
I am a little stuck on this one and was hoping somebody (RehabMan!?) might have an idea of what the problem may be.

I have 3 NVMe SSDs: a Samsung 950 and 2x Intel 750s. I've got the Samsung and one of the Intels working, no problem! However, I can't get Sierra to recognize one of the Intels for reasons unknown.

I used these addresses (from Win10) in SSDT-NVMe-Pcc.aml:
\_SB.PCI0.BR1B.H000 (Intel 750 #1)
\_SB.PCI0.BR2C.H000 (Intel 750 #2) (* This one not recognized)
\_SB.PCI0.BR3A.H000 (Samsung 950) (Currently the Win10 boot & not even really needed to be visible on the mac side)

Very grateful for any suggestions. Attaching SSDT-NVMe-Pcc.aml just in case.

Read FAQ, "Problem Reporting"
https://www.tonymacx86.com/threads/faq-read-first-laptop-frequent-questions.164990/
 
Note: Added NVMe_patches_10_12_5.plist for 10.12.5 support.
The patches are the same as for 10.12.4... just the md5 sums changed.

(added for latest security update in 10.11.6 too)
 
Last edited:
Gotcha. Problem reporting files are attached this time... Hopefully these will give some insight in this. Thanks for taking a look!
 

Attachments

  • EFI-CLOVER.zip
    4.4 MB · Views: 115
  • IOreg.zip
    1.4 MB · Views: 113
  • RehabMan.zip
    35.7 KB · Views: 100
  • TerminalOutput.zip
    1.1 KB · Views: 124
Status
Not open for further replies.
Back
Top