Skip to content
/ M3800 Public
forked from syscl/M3800

auto patch macOS for M3800/XPS9530

Notifications You must be signed in to change notification settings

wangmuxi/M3800

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

macOS on DELL M3800 and XPS15 (9530)

This project targets at giving the relatively complete functional macOS for both Dell Precision M3800 and XPS15 9530. Before you start, there's a brief introduction of how to finish powering up macOS on your laptop:

  1. Create a vanilla installation disk(removable disk).
  2. Install Clover with UEFI only and UEFI64Drivers to the installation disk just created.
  3. Replace the origin Clover folder with the one under my Git/M3800/CLOVER.
  4. Patch bios to unlock bios menu.
  5. BIOS settings:
Advanced:
    CPU Configuration/CFG Lock = Disabled
    CPU Configuration/LakeTiny Feature = Enabled

    SATA Operation = AHCI 

Chipset:
    PCH-IO Configuration/XHCI Mode = Smart Auto

    System Agent (SA) Configuration/Graphics Configuration:
        Aperture Size = 512MB
        DVMT Pre-Allocated = 160MB
        DVMT Total Gfx Mem = MAX
NOTE: Once you modify your settings in BIOS(especially Graphics Configuration in SA), you have to remove previous ACPI tables first, redump ACPI tables by press Fn+F4/F4 under Clover, and run deploy.sh again to patch your ACPI tables again.
  1. Install macOS.
  2. Once you finish installation of OS X, you can do the following steps to finish the post installation of OS X.

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/syscl/M3800

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 M3800
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 OS X to see the change. If you have any problem about the script, try to run deploy in DEBUG mode by

./deploy.sh -d

Note:

  • VoodooPS2Controller is recommended on macOS Sierra(10.12+)
  • AppleSmartTouchPad users(recommend on 10.11-): for two finger scrolling you need to change the speed of the Scrolling once to get it work and also have to enable them in Trackpad preferences.

Changelog

Change logs for detail improvements

About

auto patch macOS for M3800/XPS9530

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%