haroldzhh 发表于 2014-9-12 16:23

ThinkPad x240 clover+UEFI引导安装10.9.4问题

主机配置:
    电脑型号          联想 20AL0020CD 笔记本电脑
    操作系统          Windows 8 64位 ( DirectX 11 )
    处理器            英特尔 Core i5-4200U @ 1.60GHz 双核
    主板            联想 20AL0020CD (英特尔 Haswell-ULT)
    内存            4 GB ( 三星 DDR3L 1600MHz )
    主硬盘            日立 HGST HTS725050A7E630 ( 500 GB / 7200 转/分 )
    显卡            英特尔 Haswell-ULT Integrated Graphics Controller ( 1763 MB / 联想 )
    显示器            联想 LEN40E0 ( 12.7 英寸 )
    声卡            瑞昱 Realtek @ 英特尔 Lynx Point-LP 高保真音频
    网卡            英特尔 Ethernet Connection I218-LM / 联想
--------[ 主板 ]----------------------------------------------------------------------------------
    主板型号          联想 20AL0020CD
    芯片组            英特尔 Haswell-ULT
    BIOS            GIET67WW (2.17 )
    制造日期          01/08/2014


1.参照https://bbs.pcbeta.com/viewthread-1451985-1-1.html制作了安装u盘
2.安装镜像从这里下载的。https://bbs.pcbeta.com/viewthread-1524285-1-1.html
3.clover版本:EFI_Tools_Clover_v2k_r2695
4.clover config.plist(基本没怎么改)
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
        <key>Boot</key>
        <dict>
                <key>Arguments</key>
                <string>-v dart=0</string>
                <key>DefaultVolume</key>
                <string>MacHDD</string>
                <key>Fast</key>
                <false/>
                <key>Legacy</key>
                <string>PBR</string>
                <key>Log</key>
                <false/>
                <key>Timeout</key>
                <integer>5</integer>
                <key>XMPDetection</key>
                <string>-1</string>
        </dict>
        <key>Devices</key>
        <dict>
                <key>Audio</key>
                <dict>
                        <key>Inject</key>
                        <string>No</string>
                </dict>
                <key>Inject</key>
                <false/>
                <key>USB</key>
                <dict>
                        <key>AddClockID</key>
                        <true/>
                        <key>FixOwnership</key>
                        <true/>
                        <key>Inject</key>
                        <true/>
                </dict>
        </dict>
        <key>DisableDrivers</key>
        <array>
                <string>Nothing</string>
        </array>
        <key>GUI</key>
        <dict>
                <key>Hide</key>
                <array>
                        <string>Windows</string>
                        <string>BOOTX64.EFI</string>
                </array>
                <key>Language</key>
                <string>zh_CN:0</string>
                <key>Mouse</key>
                <dict>
                        <key>Enabled</key>
                        <true/>
                        <key>Speed</key>
                        <integer>8</integer>
                </dict>
                <key>Scan</key>
                <dict>
                        <key>Entries</key>
                        <true/>
                        <key>Legacy</key>
                        <true/>
                        <key>Tool</key>
                        <true/>
                </dict>
                <key>TextOnly</key>
                <false/>
                <key>Theme</key>
                <string>black_green</string>
        </dict>
        <key>Graphics</key>
        <dict>
                <key>Inject</key>
                <dict>
                        <key>ATI</key>
                        <false/>
                        <key>Intel</key>
                        <true/>
                        <key>NVidia</key>
                        <true/>
                </dict>
                <key>PatchVBios</key>
                <false/>
        </dict>
        <key>KernelAndKextPatches</key>
        <dict>
                <key>AppleRTC</key>
                <true/>
                <key>AsusAICPUPM</key>
                <true/>
                <key>Debug</key>
                <false/>
                <key>KernelCpu</key>
                <false/>
                <key>KernelPm</key>
                <true/>
                <key>KextsToPatch</key>
                <array>
                        <dict>
                                <key>Comment</key>
                                <string>External icons patch</string>
                                <key>Find</key>
                                <data>
                                RXh0ZXJuYWw=
                                </data>
                                <key>Name</key>
                                <string>AppleAHCIPort</string>
                                <key>Replace</key>
                                <data>
                                SW50ZXJuYWw=
                                </data>
                        </dict>
                </array>
        </dict>
        <key>RtVariables</key>
        <dict>
                <key>LogEveryBoot</key>
                <string>10</string>
                <key>LogLineCount</key>
                <integer>3000</integer>
                <key>MountEFI</key>
                <true/>
        </dict>
        <key>SystemParameters</key>
        <dict/>
</dict>
</plist>
5.clover中drivers64UEFI文件夹的驱动去掉了    CsmVideoDxe-64.efi
    EmuVariableUefi-64.efi
    OsxLowMemFixDrv-64.efi
    VBoxHfs-64.efi

6.开机选择without caches and with inject kexts

目前的问题是:出现下面图后自动重启   {:5_297:}

haroldzhh 发表于 2014-9-12 17:30

请各位前辈大虾帮忙分析下,多谢{:5_594:}

kavenliang 发表于 2014-9-12 17:47

DSDT fixes

haroldzhh 发表于 2014-9-12 17:50

楼上您能说的详细点吗,或者给我个帖子参考下也好,多谢

kavenliang 发表于 2014-9-13 08:47

haroldzhh 发表于 2014-9-12 17:50 http://cdn.pcbeta.img.inimc.com/static/image/common/back.gif
楼上您能说的详细点吗,或者给我个帖子参考下也好,多谢

置顶绿色标题的.....{:9_417:}唉

haroldzhh 发表于 2014-9-15 12:06

哎,又学习了下
1.在安装盘根目录放了mach_kernel,clover启动参数加了Kernel=mach_kernel---------不行
2.clover中打开了kernelPM参数。--------------不行


要不我再换个clover的版本试试?

gwbnsh 发表于 2014-9-16 11:23

楼主怎么解决的?

haroldzhh 发表于 2014-9-16 11:30

还没解决呀!帖子不是我修改的,还在尝试
页: [1]
查看完整版本: ThinkPad x240 clover+UEFI引导安装10.9.4问题