glenlau 发表于 2015-7-28 09:05

遇到难题了,root device uuid is 'xxxx-

使用U盘安装黑苹果,卡在root device uuid is 'xxxx-


电脑配置
联想 think pade450c
Intel 酷睿i5 4210U
核心架构Haswell
内存 4G
500 g硬盘 (已经安装好WIN7 64位旗舰盘 UEIF +GPT)
U显 HD 4400
显卡芯片 AMD Radeon R7 M260

CLOVER配置文件
<?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>ACPI</key>
    <dict>
      <key>DSDT</key>
      <dict>
            <key>Debug</key>
            <false/>
            <key>DropOEM_DSM</key>
            <false/>
            <key>Name</key>
            <string>DSDT.aml</string>
            <key>ReuseFFFF</key>
            <false/>
      </dict>
      <key>SSDT</key>
      <dict>
            <key>DropOem</key>
            <false/>
            <key>Generate</key>
            <true/>
      </dict>
    </dict>
    <key>Boot</key>
    <dict>
      <key>Arguments</key>
      <string>-xcpm npci=0x3000 kext-dev-mode=1 rootless=0</string>
      <key>Debug</key>
      <false/>
      <key>DefaultLoader</key>
      <string>boot.efi</string>
      <key>DefaultVolume</key>
      <string>LastBootedVolume</string>
      <key>Legacy</key>
      <string>PBR</string>
      <key>Secure</key>
      <false/>
      <key>Timeout</key>
      <integer>5</integer>
      <key>XMPDetection</key>
      <false/>
    </dict>
    <key>Devices</key>
    <dict>
      <key>Audio</key>
      <dict>
            <key>ResetHDA</key>
            <true/>
      </dict>
      <key>USB</key>
      <dict>
            <key>AddClockID</key>
            <true/>
            <key>FixOwnership</key>
            <true/>
            <key>Inject</key>
            <true/>
      </dict>
    </dict>
    <key>GUI</key>
    <dict>
      <key>Hide</key>
      <array>
            <string>Windows</string>
            <string>\EFI\BOOT\BOOTX64.EFI</string>
      </array>
      <key>Mouse</key>
      <dict>
            <key>DoubleClick</key>
            <integer>500</integer>
            <key>Enabled</key>
            <false/>
            <key>Mirror</key>
            <false/>
            <key>Speed</key>
            <integer>8</integer>
      </dict>
      <key>Scan</key>
      <true/>
      <key>ScreenResolution</key>
      <string>1366x768</string>
      <key>Theme</key>
      <string>thinkpad</string>
    </dict>
    <key>Graphics</key>
    <dict>
      <key>Inject</key>
      <dict>
            <key>ATI</key>
            <false/>
            <key>Intel</key>
            <true/>
            <key>NVidia</key>
            <false/>
      </dict>
      <key>NvidiaSingle</key>
      <false/>
    </dict>
    <key>KernelAndKextPatches</key>
    <dict>
      <key>AppleRTC</key>
      <true/>
      <key>AsusAICPUPM</key>
      <true/>
      <key>Debug</key>
      <false/>
      <key>KernelCpu</key>
      <false/>
      <key>KernelHaswellE</key>
      <false/>
      <key>KernelLapic</key>
      <false/>
      <key>KernelPm</key>
      <false/>
    </dict>
    <key>RtVariables</key>
    <dict>
      <key>ROM</key>
      <string>UseMacAddr0</string>
    </dict>
    <key>SMBIOS</key>
    <dict>
      <key>BiosReleaseDate</key>
      <string>05/10/12</string>
      <key>BiosVendor</key>
      <string>Apple Inc.</string>
      <key>BiosVersion</key>
      <string>MBA51.88Z.00EF.B00.1205221442</string>
      <key>Board-ID</key>
      <string>Mac-189A3D4F975D5FFC</string>
      <key>BoardManufacturer</key>
      <string>Apple Inc.</string>
      <key>BoardType</key>
      <integer>10</integer>
      <key>ChassisAssetTag</key>
      <string>Air-Enclosure</string>
      <key>ChassisManufacturer</key>
      <string>Apple Inc.</string>
      <key>ChassisType</key>
      <string>10</string>
      <key>Family</key>
      <string>MacBook Air</string>
      <key>Manufacturer</key>
      <string>Apple Inc.</string>
      <key>Memory</key>
      <dict>
            <key>Modules</key>
            <array>
                <dict>
                  <key>Frequency</key>
                  <string>1600</string>
                  <key>Part</key>
                  <string>HMT451S6BFR8A-PB</string>
                  <key>Serial</key>
                  <string>04948139</string>
                  <key>Size</key>
                  <string>4096</string>
                  <key>Slot</key>
                  <string>1</string>
                  <key>Type</key>
                  <string>DDR3</string>
                  <key>Vendor</key>
                  <string>Hyundai Electronics</string>
                </dict>
            </array>
      </dict>
      <key>Mobile</key>
      <true/>
      <key>ProductName</key>
      <string>MacBookAir5,2</string>
      <key>SerialNumber</key>
      <string>CK29NL3DRVC</string>
      <key>Trust</key>
      <false/>
      <key>Version</key>
      <string>1.0</string>
    </dict>
    <key>SystemParameters</key>
    <dict>
      <key>InjectKexts</key>
      <string>Detect</string>
      <key>InjectSystemID</key>
      <true/>
    </dict>
</dict>
</plist>

原文件



已经好多天了,大神们帮帮忙啊。怎么解决这个问题。
进 CLOVER 后选黑青苹果那里回车就一直卡在显示白苹果开机画面不动,


使用空格键选 Boot Mac OS X without injected kexts



就会卡在root device uuid is   

大神们伸伸手帮助下


FisherMac 发表于 2015-7-28 09:45

      <key>KernelPm</key>
      <true/>

glenlau 发表于 2015-7-28 20:56

修改了,还是一样的

FisherMac 发表于 2015-7-29 12:19

改用懒人版安装+换 Haswell 内核

glenlau 发表于 2015-7-29 21:34

给个链接吧,有详细的教程链接发个

FisherMac 发表于 2015-7-29 23:12

glenlau 发表于 2015-7-29 21:34 http://cdn.pcbeta.img.inimc.com/static/image/common/back.gif
给个链接吧,有详细的教程链接发个

https://bbs.pcbeta.com/forum.php?gid=86

youtengqing 发表于 2015-7-30 06:37

内容好东西要分享

glenlau 发表于 2015-8-2 01:03

问题还是没有解决啊

glenlau 发表于 2015-8-8 14:49

那个有过相同经历的,并解决了问题的 帮下我啊,发下你的解决办法

jyi2xtcm 发表于 2015-8-13 17:25

每天的努力都是在为积分而奋斗
页: [1]
查看完整版本: 遇到难题了,root device uuid is 'xxxx-