Skip to content

Commit f07185c

Browse files
committedJun 7, 2021
Version: 1.3.0
+ Support macOS Monterey (Beta)
1 parent 4dc2461 commit f07185c

File tree

2 files changed

+1997
-2
lines changed

2 files changed

+1997
-2
lines changed
 

‎EFI/OC/Config_beta.plist

+1,983
Large diffs are not rendered by default.

‎README.md

+14-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
# Lenovo ThinkPad T440p Hackintosh (OC)
2-
![macOS Big Sur running on the T440p](https://dl.exploitox.de/t440p-oc/Hackintosh_T440p_V2.png)
2+
![macOS Big Sur running on the T440p](https://dl.exploitox.de/t440p-oc/Hackintosh_T440p_V3.png)
33

44
## Information
55
This guide is only for the Lenovo ThinkPad T440p.
66
I am NOT responsible for any harm you cause to your device. This guide is provided "as-is" and all steps taken are done at your own risk.
77

8+
> **Note**: This repo include support for macOS Monterey, but it is provided as **beta** and is not recommended for daily usage.
9+
810
### What works:
911
- WiFi & Bluetooth (Intel, thanks to [itlwn](https://github.com/OpenIntelWireless/itlwm))
1012
- Brightness/Volume Control
@@ -27,6 +29,9 @@ I am NOT responsible for any harm you cause to your device. This guide is provid
2729
- VGA
2830

2931
## Changelog
32+
### Version 1.3.0 (08.06.2021)
33+
- Support macOS Monterey (Beta)
34+
3035
### Version 1.2.1 (03.06.2021)
3136
- Fix Headphones buzzing noise
3237

@@ -53,7 +58,7 @@ I am NOT responsible for any harm you cause to your device. This guide is provid
5358
- Initial Release.
5459

5560
# Download
56-
Latest Release: [v.1.2.1](https://github.com/valnoxy/t440p-oc/releases/tag/v1.2.1)
61+
Latest Release: [v.1.3.0](https://github.com/valnoxy/t440p-oc/releases/tag/v1.2.1)
5762

5863
# Installation Guide
5964
## Requirements
@@ -65,6 +70,9 @@ You must have the following stuff:
6570
- 1-2 hours of your time.
6671

6772
## Preperation
73+
74+
> **Note**: If you want to install macOS Monterey, you need to upgrade from Big Sur, or create an **offline** install media (see down below). Use the `config_beta.plist` for the installation.
75+
6876
### Creating the install media
6977

7078
First of all, you will need the install media of macOS. I will use [macrecovery](https://github.com/acidanthera/OpenCorePkg) to download and create the macOS Install media.
@@ -137,6 +145,7 @@ The process is the following:
137145
- Start GenSMBIOS.bat and use option 1 to download MacSerial.
138146
- Choose option 2, to select the path of the config.plist file. It will be located in EFI -> OC folder.
139147
- Choose option 3, and enter MacBookPro11,1 as the machine type.
148+
> **Note**: If you want to install macOS Monterey, type as machine type `MacBookPro12,1`
140149
- Press Q to quit. Your config now should contain the requied serials.
141150

142151
#### Enter the proper ROM value
@@ -215,6 +224,9 @@ Big Sur:
215224
Catalina:
216225
```sudo /Applications/Install\ macOS\ Catalina.app/Contents/Resources/createinstallmedia --volume /Volumes/MyUSB --downloadassets```
217226

227+
Monterey (Beta):
228+
```sudo /Applications/Install\ macOS\ 12\ Beta.app/Contents/Resources/createinstallmedia --volume /Volumes/MyUSB --downloadassets```
229+
218230
After creating the install media, copy your EFI folder to the EFI partition of your USB device.
219231

220232
## Feedback

0 commit comments

Comments
 (0)
Please sign in to comment.