Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/loonalol/thinkpad-2015-hackintosh


https://github.com/loonalol/thinkpad-2015-hackintosh

hackintosh macos opencore thinkpad x1-carbon x1-carbon-3rd

Last synced: 24 days ago
JSON representation

Awesome Lists containing this project

README

        



###


OpenCore Version: 0.8.0


OpenCore Version: 0.9.3

###

hey there 👋


Note: if you get a black screen on the internal display at boot, press "ctrl + shift + insert" and then any key ⚫️

###

👩‍💻 Lenovo ThinkPad X1 Carbon 3rd Gen OpenCore Configuration

🛠 Welcome to my ted talk.


My ThinkPad X1C3 Hardware Specs 💻

| Model | Lenovo ThinkPad X1 Carbon 3rd Gen |
|:-------------------|:----------------------------------------------------------------------------------------------------------|
| Processor | Intel Core i7-5600U (2C, 4T, 2.60Hz / 3.20GHz) vPro (The best compatibility with macOS) |
| Graphics | Integrated Intel HD Graphics 5500 |
| Memory | 8GB Soldered |
| Display | 14" HD (2560x1440) non-touch |
| Storage | 512GB S.A.T.A PCIE SSD


Hardware Compatibility 🧰

## What works:
- Intel HD Graphics 5500
- Brightness Control
- Keyboard & Backlit
- TrackPoint (TrackPoint / Nipple Mouse Warriors, rejoice!)
- TouchPad with Gestures
- Secure Boot
- Sleep and Wake
- Audio and Mini DisplayPort Audio
- Power Management
- USB Ports
- Mini DisplayPort
- HDMI
- Wireless and Bluetooth
- [DRM content](https://github.com/acidanthera/OpenCorePkg/releases)

## What doesn't work:
- FingerPrint Reader


Photos 📸

![Screen Shot 2023-06-24 at 7 20 50 PM](https://github.com/Fluffyzwz/thinkpad-2015-hackintosh/assets/85907829/a96fd6a7-3696-485b-a44e-e3f9b2a7c55c)

![Screen Shot 2023-06-24 at 7 21 48 PM](https://github.com/Fluffyzwz/thinkpad-2015-hackintosh/assets/85907829/60351a72-59cb-4e87-893e-da079929e295)

![image](https://github.com/Fluffyzwz/thinkpad-2015-hackintosh/assets/85907829/b7c184f7-c6fa-4347-9112-78063e29bd6d)

## Lenovo ThinkPad X1 Carbon 3rd Gen Hackintosh Guide


Getting Started

To start you'll need the following:

You must have the following items:
- Lenovo ThinkPad X1 Carbon 3rd Gen (Obviously 😁).
- Access to a working Windows machine with Python installed.
- A pendrive with more than 4 GB (Keep in mind, during the preperation we will format the disk to create the install media).
- an Internet connection via Ethernet.
- 1-2 hours of your time.


Creating the USB Installer

1. To grab legacy installers is super easy, first grab a copy of [OpenCorePkg](https://github.com/acidanthera/OpenCorePkg/releases) and head to /Utilities/macrecovery/. Next copy the folder path for the macrecovery folder.

file-path 0aea4278

#
2. From here, you'll want to open up a Command Prompt and cd into the macrecovery folder that we copied earlier:

```cd Paste_Folder_Path```

command-prompt 53392eba

#
3. Now run one of the following depending on what version of macOS you want(Note these scripts rely on [Python](https://www.microsoft.com/en-us/p/python-39/9p7qfqmjrfp7?activetab=pivot:overviewtab) support, please install if you haven't already):

```
# Monterey (12)
python macrecovery.py -b Mac-E43C1C25D4880AD6 -m 00000000000000000 download
```

This will take some time, however once you're finished you should get either BaseSystem or RecoveryImage files:

![macrecovery-after 4c24ba88](https://user-images.githubusercontent.com/72415505/156629881-3d0e18a5-79cf-465e-a054-44b39a77b47f.jpg) basesystem-example 93778929

#
4. Download [Rufus](https://rufus.ie/en/), set the BOOT selection as not bootable, set File System as Large FAT32, click Start, and delete all file autorun in USB Drive partition.

![format-usb-rufus 43feba9e](https://user-images.githubusercontent.com/72415505/156631083-73e33087-d51e-42e4-a804-e93afad7c2ca.png)

#
5. Next, go to the root of this USB drive and create a folder called com.apple.recovery.boot. Then move the downloaded BaseSystem or RecoveryImage files. Please ensure you copy over both the .dmg and .chunklist files to this folder:

com-recovery 805dc41f

#

6. Open up and extract the EFI folder archive you downloaded earlier.

7. Copy the folder named, "EFI," to the root of your USB Drive.

8. Restart your computer.


Installing macOS

1. Open the BIOS and disable all the security options. (Security Chip, Intel (R) AT Module Activation, and Computrace Module)

2. Boot via your Flash Drive.

11. Boot the macOS installer.

12. Now open Disk Utility and format your internal or external Hard Drive or SSD as APFS.

13. Follow the on-screen prompts and install macOS.

14. Your system might reboot during the installation.

15. Now after install again boot into your usb drive and then select the drive that you installed macOS on.

16. Now copy the EFI Folder to the EFI Partition and overwrite it with the one system created.

17. Now try booting macOS without the USB drive.

18. Congratulations, you've successfully hackintoshed your Lenovo ThinkPad X1 Carbon 3rd Gen.