Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/qianbinbin/hackintosh-m73-tiny
OpenCore EFI for Lenovo ThinkCentre M73 Tiny Desktop
https://github.com/qianbinbin/hackintosh-m73-tiny
Last synced: 13 days ago
JSON representation
OpenCore EFI for Lenovo ThinkCentre M73 Tiny Desktop
- Host: GitHub
- URL: https://github.com/qianbinbin/hackintosh-m73-tiny
- Owner: qianbinbin
- Created: 2020-09-23T17:59:48.000Z (about 4 years ago)
- Default Branch: macOS-Catalina-10.15
- Last Pushed: 2021-10-18T15:31:58.000Z (about 3 years ago)
- Last Synced: 2024-10-30T10:45:54.707Z (about 2 months ago)
- Language: ASL
- Homepage:
- Size: 14 MB
- Stars: 17
- Watchers: 2
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README-zh_CN.md
Awesome Lists containing this project
README
# 联想 ThinkCentre M73 Tiny OpenCore EFI
![](images/screenshot-20201002-22.29.51.png)
## 规格
| | |
|-|-|
| 产品序列号 | PC07S4KD |
| 机器型号 | 10AXA2EJJP |
| 详细规格 | |
| BIOS 版本 | [FHKT85A 23 Jun 2020](https://pcsupport.lenovo.com/us/en/products/desktops-and-all-in-ones/thinkcentre-m-series-desktops/thinkcentre-m73/10ax/10axa2ejjp/pc07s4kd/downloads/DS038325) |
| CPU | [Intel® Core™ i3-4330 Processor](https://ark.intel.com/content/www/us/en/ark/products/77769/intel-core-i3-4330-processor-4m-cache-3-50-ghz.html) |
| 显卡 | Intel® HD Graphics 4600 |
| OpenCore 版本 | 0.6.1 |
| macOS 版本 | *Catalina 10.15*, [Mojave 10.14](https://github.com/qianbinbin/hackintosh-m73-tiny/tree/macOS-Mojave-10.14) |## 使用方法
1. [创建 USB](https://dortania.github.io/OpenCore-Install-Guide/installer-guide/)。
2. 挂载 USB 中的 EFI 分区(连接电脑时会自动挂载),删除其中所有文件,并把 [EFI 文件夹](BOOT/EFI) 复制进去。
名为 `BOOT` 的 EFI 分区结构应该形如:
```
BOOT
└── EFI
├── BOOT
│ └── BOOTx64.efi
└── OC
├── ACPI
├── Bootstrap
├── Drivers
├── Kexts
├── OpenCore.efi
├── Resources
├── Tools
└── config.plist
```3. 以 `iMac14,1` [生成 SMBIOS 信息](https://dortania.github.io/OpenCore-Install-Guide/config-laptop.plist/haswell.html#platforminfo),并在 `config.plist` 中设置 `SystemSerialNumber`、`MLB` 和 `SystemUUID` 的值。
4. 如有必要,更新 BIOS 版本。
5. [配置 BIOS](https://dortania.github.io/OpenCore-Install-Guide/config-laptop.plist/haswell.html#intel-bios-settings)。
6. 从 USB 启动,安装 macOS。
7. 可选地加入适当的 [Kexts 文件](https://dortania.github.io/OpenCore-Install-Guide/ktext.html#wifi-and-bluetooth) 来驱动 Intel 无线网卡或非苹果的博通无线网卡。