Contribute
Register

[Guide] Dell XPS13-9360 (2016) Sierra-10.12.2

Status
Not open for further replies.
I've tried just now,but do not work.
This nvme model should be the same model as fv316's,and darkhands did installed mac os in it:https://github.com/darkhandz/XPS15-9550-Sierra
May there be anything wrong with XDSM?
I'm using in my config.plist:
<dict>
<key>Comment</key>
<string>Rename _DSM to XDSM</string>
<key>Find</key>
<data>
X0RTTQ==
</data>
<key>Replace</key>
<data>
WERTTQ==
</data>
Also I've installed mac os in a usb disk.With the same clover in another usb disk I'm always using to boot.
I've tried to mannually load kext.But donot work too.
I've export ioreg,and attach it below.Seems like the RP09@4 device treated as a pci io device and no hackrnvmefamily device was found while I did mannually load kext.
Please help to have a look!
Thanks a lot for helping!

Attach ioreg as ZIP: http://www.tonymacx86.com/audio/58368-guide-how-make-copy-ioreg.html. Please, use the IORegistryExplorer v2.1 attached to the post! DO NOT reply with an ioreg from any other version of IORegistryExplorer.app.

Provide output (in Terminal):
Code:
kextstat|grep -y acpiplat
kextstat|grep -y appleintelcpu
kextstat|grep -y applelpc
kextstat|grep -y applehda

Attach EFI/Clover folder as ZIP (press F4 at main Clover screen before collecting). Please eliminate 'themes' directory. Provide only EFI/Clover, not the entire EFI folder.

Attach output of (in Terminal):
Code:
sudo touch /System/Library/Extensions && sudo kextcache -u /

Compress all files as ZIP. Do not use external links. Attach all files using site attachments only.
 
Yes.

I quite clearly told you NOT to use an invalid FakeID.
Use an invalid ig-platform-id, but DO NOT use an invalid FakeID (use only the correct Skylake FakeID).

Read post #35. Carefully.

Sorry Rehab!

When I use your changes for my DSDT.dsl I still can fix the last problem, I have no idea what's causing this...

And do I still need to set DVMT-prealloc to 96MB or 128MB in BIOS? Cause I still have graphical issues.
 

Attachments

  • DSDT.dsl
    1.1 MB · Views: 130
  • IMG_1258.JPG
    IMG_1258.JPG
    1.6 MB · Views: 197
When I use your changes for my DSDT.dsl I still can fix the last problem, I have no idea what's causing this...

You did not make the edits correctly (use copy/paste to avoid mistakes).
Also, you have some other problem in the file that you caused.
Start over with a clean disassembly.

And do I still need to set DVMT-prealloc to 96MB or 128MB in BIOS? Cause I still have graphical issues.

You clearly did not implement graphics correctly in your config.plist.
Not possible to determine your mistake without typical "Problem Reporting" files.
 
Attach ioreg as ZIP: http://www.tonymacx86.com/audio/58368-guide-how-make-copy-ioreg.html. Please, use the IORegistryExplorer v2.1 attached to the post! DO NOT reply with an ioreg from any other version of IORegistryExplorer.app.

Provide output (in Terminal):
Code:
kextstat|grep -y acpiplat
kextstat|grep -y appleintelcpu
kextstat|grep -y applelpc
kextstat|grep -y applehda

Attach EFI/Clover folder as ZIP (press F4 at main Clover screen before collecting). Please eliminate 'themes' directory. Provide only EFI/Clover, not the entire EFI folder.

Attach output of (in Terminal):
Code:
sudo touch /System/Library/Extensions && sudo kextcache -u /

Compress all files as ZIP. Do not use external links. Attach all files using site attachments only.
Hi,RehabMan
Thanks for helping!
Here is my out put files.
One is terminal output and ioreg,the other is clover.
Thanks again!
 

Attachments

  • CLOVER.zip
    3.2 MB · Views: 110
  • MacBook.zip
    490.2 KB · Views: 125
You did not make the edits correctly (use copy/paste to avoid mistakes).
Also, you have some other problem in the file that you caused.
Start over with a clean disassembly.

Oke DSDT does work now.

You clearly did not implement graphics correctly in your config.plist.
Not possible to determine your mistake without typical "Problem Reporting" files.

I will attach my config.plist! I have no idea what's wrong

thanks in advance,
 

Attachments

  • config.plist
    20.8 KB · Views: 293
Hi,RehabMan
Thanks for helping!
Here is my out put files.
One is terminal output and ioreg,the other is clover.
Thanks again!

It is likely the HackrNVMeFamily you have installed to the system partition was not generated with --spoof (impossible for me to verify here).
Since you're injecting one that is from EFI/Clover/kexts, remove the one that you installed to the system partition and use the injected one only.
 
You are missing required setting in config.plist/Devices/FakeID/IntelGFX.
See here: https://www.tonymacx86.com/threads/kaby-lake-hd620-working.209598/

Also, correct settings are in config_HD620.plist from my Clover guide.

Oke I put (0x19168086) into my config.plist and booted, but got kernel panic.

I'm using minstolensize patch.
I know it only works after I cleared the cache, so I booted with (0x12345678)
Cleared cache and tried again with (0x19168086) but still it get the kernel panic.

Any idea what Is causing the kernel panic?
 

Attachments

  • IMG_1260.JPG
    IMG_1260.JPG
    1.9 MB · Views: 119
Oke I put (0x19168086) into my config.plist and booted, but got kernel panic.

I'm using minstolensize patch.
I know it only works after I cleared the cache, so I booted with (0x12345678)
Cleared cache and tried again with (0x19168086) but still it get the kernel panic.

Any idea what Is causing the kernel panic?

What do you mean by "booted with (0x12345678)"?
 
What do you mean by "booted with (0x12345678)"?

I use the invalid ig-platform-id (0x12345678), so I can get into Sierra and rebuild cache, after that I restart with (0x19168086)
 
Status
Not open for further replies.
Back
Top