联想Y50-70-AM-ISE 20411安装OS X El Capitan 10.11.3成功(已无痛升级10.11.5)
本帖最后由 hjx1996 于 2016-6-5 17:10 编辑因为更换过主板,所以电脑配置精确到主板编号。
电脑型号:联想 Lenovo Erazer Y50-70 20411 笔记本电脑
操作系统:OS X EI Capitan 10.11.3+Windows 7 Professional 64位 ( DirectX 11 )
处理器:英特尔 Core i7-4710HQ @ 2.50GHz 四核
主板:联想 Erazer Y50-70 ( 英特尔 Haswell )
内存:16 GB ( 三星 DDR3L 1600MHz / 金士顿 DDR3L 1600MHz )
显卡:Intel HD Graphics 4600 ( 2 GB / 联想 )+NVIDIA GeForce GTX 860M( 2GB )
声卡:瑞昱 Realtek ALC283
网卡:Intel Wireless 3160AC(已更换BCM94352Z)硬盘:影驰黑将SSD 512GB
屏幕:1920*1080分辨率,15.6英寸
声显网正常,睡眠唤醒正常,电源管理CPU变频正常,蓝牙可以正常连接,handoff和airdrop均可正常使用,iMessage和Facetime正常。
顺便询问一下大家使用Y50黑苹果的,正常待机时间是多少,我现在好像只能用2到3小时多点是不是哪里不对??
参考教程:http://www.tonymacx86.com/el-capitan-laptop-guides/168612-guide-lenovo-y50-uhd-1080p-using-clover-uefi-10-11-a.html
不过我完全按照大神说的来做结果启动会闪屏,声卡无法驱动,显卡7mb。只能自己从头趴贴,万幸又再次做到了99%完美。
参考教程:https://github.com/RehabMan/Lenovo-Y50-DSDT-Patch
关于亮度调节快捷键,参考https://bbs.pcbeta.com/viewthread-1567653-1-1.html 亲测可用
To start, the developer tools must be installed. Run Terminal, and type:
Code:
gitYou will be prompted to install the developer tools. Since you have internet working, you can choose to have it download and install them automatically. Do that before continuing.
After the developer tools are installed, we need to get a couple of projects from my github.
In Terminal:
Code:
mkdir ~/Projects
cd ~/Projects
git clone https://github.com/RehabMan/Lenovo-Y50-DSDT-Patch y50.git
Now it is time to install some more tools and all the kexts that are required...
In Terminal:
Code:
cd ~/Projects/y50.git
./download.sh
./install_downloads.sh
The download.sh script will automatically gather the latest version of all tools (patchmatic, iasl, MaciASL) and all the kexts (ACPIBacklight.kext, ACPIBatteryManager.kext, etc) from bitbucket. The install_downloads.sh will automatically install them to the proper locations.
Note: This guide is written assuming a Synaptics trackpad is installed. According to some of the feedback in this thread, some of these laptops come with an ELAN trackpad instead. I'm not going to link the ELAN trackpad, due to the author's disregard for the open source license, but you can find it on the internet. You will lose some of the keyboard functionality (eg. function keys) present in the Synaptics setup, although the brightness keys should be working (special patch in patches/keyboard.txt)
If you wish, you can reboot to verify a few more items are working (many only partially).
To finish the setup, we need a correctly patched DSDT/SSDT.
With the current project, no patched DSDT/SSDTs are used. Instead, Clover hotpatches and a small SSDT called SSDT-HACK are used instead.
In Terminal:
Code:
cd ~/Projects/y50.git
make
make install
The 'make' causes the SSDT-HACK.aml files to be compiled (with iasl), the results placed in ./build.
Finally, 'make install', mounts the EFI partition, and copies the built files where they can be loaded by Clover (to EFI/Clover/ACPI/patched).
Power Management
Use the ssdtPRgen.sh script by Pike R. Alpha: https://github.com/Piker-Alpha/ssdtPRGen.sh
Instructions for using it are provided in the README.
The generated SSDT.aml should be placed on the EFI partition at /EFI/Clover/ACPI/patched/SSDT.aml.
Based on the current instructions at the README, what follows is a synopsis...
To prepare, you only need to do the first two commands:
Code:
cd ~/Projects/y50.git
curl -o ./ssdtPRGen.sh https://raw.githubusercontent.co ... master/ssdtPRGen.sh
chmod +x ./ssdtPRGen.shThen you can run the script:
Code:
./ssdtPRGen.shNote: If you have a CPU currently unsupported by the script, you may have to provide the data for it.
For example, i7-4720HQ:
Code:
./ssdtPRGen.sh -p 'i7-4710HQ' -f 2600 -turbo 3600
By providing the name 'i7-4710HQ' (similar enough to i7-4720HQ), and overrides for the non-turbo and turbo frequencies, the script is sucessful. Eventually, it would not be necessary, provided the script is updated with the new CPUs.
When it asks if you want to copy to /Extra just respond 'n'. Same for opening ssdt.dsl... respond 'n'.
The results are at ~/Library/ssdtPRgen/SSDT.aml.
Copy that file to EFI partition, /EFI/Clover/ACPI/patched/SSDT.aml
Code:
cd ~/Projects/y50.git
sudo ./mount_efi.sh /
cp ~/Library/ssdtPRgen/ssdt.aml /Volumes/EFI/EFI/Clover/ACPI/patched/SSDT.amlAlso, be aware that hibernation (suspend to disk or S4 sleep) is not supported on hackintosh.
You should disable it:
Code:
sudo pmset -a hibernatemode 0
sudo rm /var/vm/sleepimage
sudo mkdir /var/vm/sleepimageAlways check your hibernatemode after updates and disable it. System updates tend to re-enable it, although the trick above (making sleepimage a directory) tends to help.
(加粗放大部分为代码,在终端中执行)
附上EFI和部分驱动:
不错支持一下 支持一下吧
支持一下吃上了黑苹果 支持下,看懂老外语言 {:7_425:}共享给大家,一起进步 大神,加油,笔记本一样的,也准备装了
楼主是4K屏吗?
谢谢楼主分享~虽然现在我的也可以用了,不过我没弄任何的DSDT···,但是可以直接在商店升级系统,楼主需要的话我也可以分享出来大家一起研究,不过我也是个小白{:5_274:} 楼主网卡怎么解决的??????无线网卡?? 一直停在苹果LOGO和下面有个进度条的地方,而且进度条没反应,删除ACPI里的文件就能进去了,怎么办 lz有没有在BIOS关闭独显显卡 我也是完全按照大神说的来做结果启动会闪屏,声卡无法驱动,显卡7mb。 求教显卡怎么驱动的,我快疯了,已搞了经快一个星期了
552102771 发表于 2016-3-17 14:01 https://www.pcbeta.com/static/image/common/back.gif
楼主是4K屏吗?
不是,我是1080p kanade1995 发表于 2016-3-17 16:48 https://www.pcbeta.com/static/image/common/back.gif
谢谢楼主分享~虽然现在我的也可以用了,不过我没弄任何的DSDT···,但是可以直接在商店升级系统,楼主需要 ...
咦,不用dsdt也可以咩 ppforwork 发表于 2016-3-17 17:01 https://www.pcbeta.com/static/image/common/back.gif
楼主网卡怎么解决的??????无线网卡??
无线网卡换94352z 要ngff版的 kanade1995 发表于 2016-3-17 19:53 https://www.pcbeta.com/static/image/common/back.gif
一直停在苹果LOGO和下面有个进度条的地方,而且进度条没反应,删除ACPI里的文件就能进去了,怎么办
进去之后考虑重新给dsdt打补丁
mei2016yan 发表于 2016-3-17 22:46 https://www.pcbeta.com/static/image/common/back.gif
我也是完全按照大神说的来做结果启动会闪屏,声卡无法驱动,显卡7mb。 求教显卡怎么驱动的,我快疯了,已搞 ...
关不关都可以的,有nv_disable=1参数,不过如果不是用电源建议在bios关掉不然耗电。试试我的clover,大神的教程做到ssdt那步就好 hjx1996 发表于 2016-3-18 10:26 https://www.pcbeta.com/static/image/common/back.gif
关不关都可以的,有nv_disable=1参数,不过如果不是用电源建议在bios关掉不然耗电。试试我的clover,大神 ...
我是i5的处理器,用你的DSDT开不了机。 hjx1996 发表于 2016-3-18 10:23 https://www.pcbeta.com/static/image/common/back.gif
无线网卡换94352z 要ngff版的
这个94352z 是要刷白名单吗?