Skip to content
This repository has been archived by the owner on Dec 16, 2022. It is now read-only.

Commit

Permalink
readme update
Browse files Browse the repository at this point in the history
  • Loading branch information
SiddheshNan committed Sep 10, 2019
1 parent a36ce85 commit 7a3c57e
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 21 deletions.
20 changes: 17 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
### Basic Installation

- Create a Bootable USB for MacOS by using the Guide by RehabMan [[Guide] Booting the OS X installer on LAPTOPS with Clover](https://www.tonymacx86.com/el-capitan-laptop-support/148093-guide-booting-os-x-installer-laptops-clover.html).
- Install MacOS to SSD / Hard drive.
- Install MacOS to SSD / Hard drive. (While installing connect USB keyboard and mouse because I2C is not supported during instalation)
- Install [Clover Bootloader](https://sourceforge.net/projects/cloverefiboot) into SSD / hard drive.
- Copy **ALL** the Contains of this Repo into **CLOVER** Folder inside the EFI partition of SSD / Hard drive.
- **[IMPORTANT]** Make sure to Generate system definitions of MacBook pro 15.2 in config.plist file using [Clover Configurator](https://mackie100projects.altervista.org/download-clover-configurator/) or else MacOS will not Boot! You can find Tutorial about it [Here](https://www.tonymacx86.com/threads/guide-how-to-configure-your-systems-smbios-correctly.198155/).
Expand All @@ -69,6 +69,15 @@ $ sudo pmset -a standby 0

$ sudo pmset -a autopoweroff 0


```

- If you have Installed MacOS on SSD, Enable TRIM using following command:

```sh

$ sudo trimforce enable

```

- To fix the cracking sound from headphones, please see [ALCPlugFix](https://github.com/Siddhesh9146/Acer-E515-51G-Hackintosh/tree/master/ALCPlugFix).
Expand Down Expand Up @@ -109,9 +118,14 @@ $ sudo pmset -a autopoweroff 0


- **Wi-Fi** : Stock WiFi Card is `Atheros QCA9377` It is not supported on MacOS.
- - Best Choice will be to replace current Card with `BCM94352Z` which has WiFi+BT, or `BCM943602BAED`. You can find it on AliExpress for like $20-30. I Have already changed my current WiFi card with `BCM94352Z`.
- - Config.plist is already patched for `BCM94352Z` and `BCM943602BAED` & added kexts for BT as well.
- - Best Choice will be to replace current Card with `BCM94352Z` which has WiFi+BT, or . You can find it on AliExpress for like $20-30. I Have already changed my current WiFi card with `BCM94352Z (Lenovo's 04x6020`)`.
- - This `BCM94352Z` Card comes from 2 manufacturer called:
- - - 1. DELL - mainly called `DW1560` - has `A key NGFF notch` - much expensive
- - - 2. Lenovo - mainly called `04x6020` - has `E key NGFF notch` - not so expensive
- - The Dell's `DW1560` is much expensive and is only recommened for laptops with `A key NGFF notch` & also laptops which have whitelisted cards from certain vendors.
- - On the other hand Lenovo's `04x6020` has `E key NGFF` notch and is much cheaper than `DW1560`, This laptop supports both & you are free to choose between the two.
- - Keep in mind, this laptop uses **M.2(NGFF)** Socket with **A+E Key**. Half size card won't work.
- - Config.plist is already patched for `BCM94352Z` and `BCM943602BAED` & added kexts for BT as well.
- - **If You Don't Have Compatible WiFi Card Installed then Please visit [without-wifi-patches(BCM94352Z) Branch](https://github.com/SiddheshNan/Acer-A515-51G-Hackintosh/tree/without-wifi-patches(BCM94352Z)) of this Repo.**

- **Bluetooth** : Stock `Atheros QCA9377` BT will work out-of-the box, But you can't turn it off becouse BT power management is not supported;
Expand Down
18 changes: 0 additions & 18 deletions config.plist
Original file line number Diff line number Diff line change
Expand Up @@ -534,24 +534,6 @@
g/saD4MDBQAA
</data>
</dict>
<dict>
<key>Comment</key>
<string>Enable TRIM for SSD</string>
<key>Disabled</key>
<false/>
<key>Find</key>
<data>
AEFQUExFIFNTRAA=
</data>
<key>InfoPlistPatch</key>
<false/>
<key>Name</key>
<string>com.apple.iokit.IOAHCIBlockStorage</string>
<key>Replace</key>
<data>
AAAAAAAAAAAAAAA=
</data>
</dict>
</array>
</dict>
<key>RtVariables</key>
Expand Down
Binary file added drivers64UEFI/HFSPlus.efi
Binary file not shown.

0 comments on commit 7a3c57e

Please sign in to comment.