mircoianese / XPS9350-10.13-HighSierra

macOS High Sierra / Sierra patches for Dell XPS 13 9350 (Skylake)
15 stars 4 forks source link

macOS on DELL XPS13 (9350)

This project targets at giving the relatively complete functional macOS for XPS13 9350. Before you start, there's a brief introduction of how to finish powering up macOS on your laptop:

Before installing macOS

Since the original WiFi module is not compatible with macOS, you need to buy a DW1560 (recommended) or DW1830 module. Then follow this guide to swap it.

macOS installation

  1. Create a vanilla installation disk (USB or other removable disk). (Google how to)
  2. Install Clover with UEFI only and UEFI64Drivers to the installation disk just created.
  3. Replace the original CLOVER folder with the one under my Git/XPS9350-macOS/CLOVER.
  4. Change BIOS settings to the following
    • Disable Secure Boot
    • Set SATA Operation to AHCI
    • Disable FastBoot
  5. Boot to USB and hit F4 and/or Fn-F4 to capture ACPI tables to the USB
  6. Install macOS but do not reboot until you have finished steps 7 and 8, below.
  7. Install Clover with UEFI only and UEFI64Drivers to SSD.
  8. Replace the original CLOVER folder on the SSD with the one from the USB drive under my Git/XPS9350-macOS/CLOVER.
  9. Once you finish installation of macOS, you can do the following steps to finish the post installation of macOS

How to use deploy.sh?

Download the latest version installation package/directory by entering the following command in a terminal window:

git clone https://github.com/ZombieTheBest/XPS9350-10.13-HighSierra.git

This will download the whole installation directory to your current directory(./) and the next step is to change the permissions of the file (add +x) so that it can be run.

cd XPS9350-macOS
chmod +x ./Deploy.sh

Run the script in a terminal windows by(Note: You should dump the ACPI tables by pressing F4/Fn+F4 under Clover first and then execute the following command lines):

./Deploy.sh

Reboot your macOS to see the change. If you have any problem about the script, try to run deploy in DEBUG mode by

./Deploy.sh -d

Note:

Known Issues

TODO List

Change Log

2017-12-25

2017-11-01

2017-10-29 - High Sierra STABLE

2017-10-26

2017-10-24 - High Sierra BETA Update

2017-09-04

2017-03-13

2017-02-22

2017-02-21

2017-02-11

2017-02-03

2017-01-27

2017-01-25

2017-01-24

2017-01-22

2017-01-17

2016-12-19

2016-12-18

2016-12-17

2016-12-16

2016-12-15

2016-12-14

2016-12-13

2016-12-12

2016-12-11

2016-12-10

2016-12-08

2016-12-07

2016-12-04

2016-12-01

2016-11-29

2016-11-22

2016-11-20

2016-11-19

2016-11-18

2016-11-17

2016-11-15

2016-11-12