Contribute
Register

[Guide] Dell XPS 13 9360 on MacOS Sierra 10.12.x - LTS (Long-Term Support) Guide

Status
Not open for further replies.
run the 5 terminal commands from:
thanks , will try !
P.S. so it doesn't matter the type of drive Nvme or SATA - hibernation should be disable for All drives ?
 
Kabylake should be using:
MacBookPro14,1

this fixed my audio distortion:

you should not be using a sortedorder when using hotpatch files

for your memory module issue, you will need to remove:
Code:
<key>Memory</key>
        <dict>
            <key>Channels</key>
            <integer>2</integer>
            <key>Modules</key>
            <array>
                <dict>
                    <key>Frequency</key>
                    <integer>2133</integer>
                    <key>Part</key>
                    <string>H9CCNNNCLGALAR-NVD</string>
                    <key>Serial</key>
                    <string>72DC3603</string>
                    <key>Size</key>
                    <integer>8192</integer>
                    <key>Slot</key>
                    <integer>1</integer>
                    <key>Type</key>
                    <string>DDR3</string>
                    <key>Vendor</key>
                    <string>SK Hynix</string>
                </dict>
                <dict>
                    <key>Frequency</key>
                    <integer>2133</integer>
                    <key>Part</key>
                    <string>H9CCNNNCLGALAR-NVD</string>
                    <key>Serial</key>
                    <string>72DC3304</string>
                    <key>Size</key>
                    <integer>8192</integer>
                    <key>Slot</key>
                    <integer>2</integer>
                    <key>Type</key>
                    <string>DDR3</string>
                    <key>Vendor</key>
                    <string>SK Hynix</string>
                </dict>
            </array>
            <key>SlotCount</key>
            <integer>2</integer>
        </dict>
what exact string of code I need to remove or swap with correct info
I a complete beginner ;)
Should I use Clover Configurator for correcting my processor and hardware profile to MacBookPro 14,1 or?
Should I use Clover configuratior or PlistPro to edit string of code in plist?
 
thanks , will try !
P.S. so it doesn't matter the type of drive Nvme or SATA - hibernation should be disable for All drives ?
hibernation should be disabled on all laptops
 
what exact string of code I need to remove or swap with correct info
I a complete beginner ;)
Should I use Clover Configurator for correcting my processor and hardware profile to MacBookPro 14,1 or?
Should I use Clover configuratior or PlistPro to edit string of code in plist?
never use clover configurator to edit your own config.plist

you could use it and generate new smbios info, save that file to your desktop as info.plist for example, then open it up in xcode or plisteditpro and copy and paste the info to your config.plist

use plisteditpro or xcode

you could make SortedOrder #SortedOrder or just remove the entry
 
never use clover configurator to edit your own config.plist

you could use it and generate new smbios info, save that file to your desktop as info.plist for example, then open it up in xcode or plisteditpro and copy and paste the info to your config.plist

use plisteditpro or xcode

you could make SortedOrder #SortedOrder or just remove the entry
got it ! digging into it! sorry for basic questions :oops:
P.S. coil wining is gone after restart .... weird
 
Thought I'd share my EFI if anyone else would like to use it. Of course you will have to replace "XXXXXXX"'s in Platform Info/Generic. Also, I have a native WiFi/BT card which means if you don't, you'll need to add additional KEXTs and edit your config to include those KEXTs. Enjoy.

Running Big Sur 11.6/OC 0.7.3
 

Attachments

  • EFI.zip
    13.2 MB · Views: 132
Last edited:
Thought I'd share my EFI if anyone else would like to use it. Of course you will have to replace "XXXXXXX"'s in Platform Info/Generic. Also, I have a native WiFi/BT card which means if you don't, you'll need to add additional KEXTs and edit your config to include those KEXTs. Enjoy.

Running Big Sur 11.6/OC 0.7.3
thanks for share , unfortunately I can't use it yet on my i5-7200U as I am using Clover -Mojave install as a total noob. but I would def try to move from Clover to Opencore in near future as it seems more stable and future proof.
What works and what doesn't on your built ?
 
thanks for share , unfortunately I can't use it yet on my i5-7200U as I am using Clover -Mojave install as a total noob. but I would def try to move from Clover to Opencore in near future as it seems more stable and future proof.
What works and what doesn't on your built ?
Everything I can think of, works. SD card reader kext has it's own limitations, as to be expected.

CpuFriendFriend can help you make a CPUFriendDataProvider.kext for your particular CPU.
 
Everything I can think of, works. SD card reader kext has it's own limitations, as to be expected.

CpuFriendFriend can help you make a CPUFriendDataProvider.kext for your particular CPU.
How did you get everything to work and even got SD card reader - that's impressive - props!

Was it because of the Opencore approach vs Clover approach ..on because of OSX version that works better on Dell XPX 13?

I am new to hackintoshing ... and in a process to post configure my 1st Mojave install on Dell XPS,
how do I ago about with CpuFriendDataProvider.kext .. is there a clear guide that can be used to this laptop?
thanks for reply
 
Status
Not open for further replies.
Back
Top