Lenovo Y50 (1080P) 安装 黑苹果 hackintosh macOS High Sierra 10.13.5 (17F77) 不适合双系统

本文详细介绍了在LenovoY50笔记本上安装macOSHighSierra及后续版本的过程,包括解决鼠标、触摸板及键盘问题,下载并安装定制驱动,以及更新系统至Mojave的方法。

摘要生成于 C知道 ,由 DeepSeek-R1 满血版支持, 前往体验 >

1,笔记本硬件

笔记本 Lenovo Y50-70 1080P
CPU  Intel Core i5 2.89 GHz
核显 Intel HD Graphics 4600 1536 MB

2,黑苹果系统下载网站

提供黑苹果系统和驱动下载;
安装版本为:macOS High Sierra 10.13.5(17F77)
黑苹果系统下载【黑 Mac】

3,在win10 系统上使用TransMac制作macOS启动盘

注意:这里macOS为全盘安装不适合双系统,会导致windows系统启动失败。
下载文件为TransMac11_jb51.rar 不要下载.exe结尾的文件。
TransMac下载地址和使用教程

在这里插入图片描述

  1. Format Disk for Mac 格式化U盘为mac系统格式

  2. Restore with Disk Image 写入下载好的macOS系统

4,安装macOS系统

4.1 问题:鼠标无法移动,触摸板不可以点击选择,到选择安装到哪个磁盘时无法选择,键盘也不可以选择;

5,下载USB最新驱动

使用USBInjectAll.kext和FakePCIID.kext 替换U盘EFI/CLOVER/kexts/Other下的文件。
USBInjectAll.kext下载
FakePCIID.kext下载

6,安装Lenovo Y50 (1080P) 已经适配过了的驱动

Lenovo Y50 (UHD or 1080p) using Clover UEFI

mkdir ~/Projects
$cd Projects/
git clone https://github.com/RehabMan/Lenovo-Y50-DSDT-Patch y50.git
$cd y50.git/
./mount_efi.sh			# 挂载EFI分区

下载驱动
$./download.sh

downloading RehabMan-FakeSMC:
https://bitbucket.org/RehabMan/os-x-fakesmc-kozlek/downloads/RehabMan-FakeSMC-2018-0915.zip
######################################################################## 100.0%

downloading RehabMan-Voodoo:
https://bitbucket.org/RehabMan/os-x-voodoo-ps2-controller/downloads/RehabMan-Voodoo-2018-0928.zip
######################################################################## 100.0%

downloading RehabMan-Realtek-Network:
https://bitbucket.org/RehabMan/os-x-realtek-network/downloads/RehabMan-Realtek-Network-v2-2017-0322.zip
######################################################################## 100.0%

downloading RehabMan-IntelBacklight:
https://bitbucket.org/RehabMan/os-x-intel-backlight/downloads/RehabMan-IntelBacklight-2017-0226.zip
######################################################################## 100.0%

downloading RehabMan-Battery:
https://bitbucket.org/RehabMan/os-x-acpi-battery-driver/downloads/RehabMan-Battery-2018-0915.zip
######################################################################## 100.0%

downloading RehabMan-CodecCommander:
https://bitbucket.org/RehabMan/os-x-eapd-codec-commander/downloads/RehabMan-CodecCommander-2017-0501.zip
######################################################################## 100.0%

downloading RehabMan-FakePCIID:
https://bitbucket.org/RehabMan/os-x-fake-pci-id/downloads/RehabMan-FakePCIID-2018-0919.zip
######################################################################## 100.0%

downloading RehabMan-BrcmPatchRAM:
https://bitbucket.org/RehabMan/os-x-brcmpatchram/downloads/RehabMan-BrcmPatchRAM-2018-0505.zip
######################################################################## 100.0%

downloading RehabMan-USBInjectAll:
https://bitbucket.org/RehabMan/os-x-usb-inject-all/downloads/RehabMan-USBInjectAll-2018-0822.zip
######################################################################## 100.0%

downloading acidanthera-Lilu.zip:
https://github.com/acidanthera/Lilu/releases/download/1.2.7/1.2.7.RELEASE.zip
######################################################################## 100.0%

downloading acidanthera-WhateverGreen.zip:
https://github.com/acidanthera/WhateverGreen/releases/download/1.2.3/1.2.3.RELEASE.zip
######################################################################## 100.0%

downloading acidanthera-AirportBrcmFixup.zip:
https://github.com/acidanthera/AirportBrcmFixup/releases/download/1.1.5/1.1.5.RELEASE.zip
######################################################################## 100.0%

downloading acidanthera-BT4LEContiunityFixup.zip:
https://github.com/acidanthera/BT4LEContiunityFixup/releases/download/1.1.1/1.1.1.RELEASE.zip
######################################################################## 100.0%

downloading RehabMan-patchmatic:
https://bitbucket.org/RehabMan/os-x-maciasl-patchmatic/downloads/RehabMan-patchmatic-2018-0507.zip
######################################################################## 100.0%

downloading RehabMan-MaciASL:
https://bitbucket.org/RehabMan/os-x-maciasl-patchmatic/downloads/RehabMan-MaciASL-2018-0507.zip
######################################################################## 100.0%

downloading iasl:
https://bitbucket.org/RehabMan/acpica/downloads/iasl.zip
######################################################################## 100.0%

$./install_downloads.sh		#安装驱动
$make
$make install
$cp config.plist /Volumes/EFI/EFI/CLOVER/config.plist

最后 重建缓存

sudo touch /System/Library/Extensions && sudo kextcache -u /

7,驱动安装情况:显卡、声卡、网卡

在这里插入图片描述

在这里插入图片描述

在这里插入图片描述

在这里插入图片描述

在这里插入图片描述

7.1,备份EFI文件

$ diskutil list
$ sudo mkdir /Volumes/EFI
$ sudo mount -t msdos /dev/disk0s1 /Volumes/EFI/

备份EFI文件下载

8,系统升级到macOS High Sierra 10.13.6

cd ~/Projects/y50.git
./mount_efi.sh	
git stash
git pull
./download.sh
./install_downloads.sh
make
make install
$cp config.plist /Volumes/EFI/EFI/CLOVER/config.plist
sudo touch /System/Library/Extensions && sudo kextcache -u /

9,安装macOS Mojave 10.14 (18A391)重启后报错

这里报错指:单独下载10.14 系统安装。
time out

评论 3
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值