冷酷雙子 发表于 2017-4-18 14:42

安裝出現Still waiting for root device

本帖最后由 冷酷雙子 于 2017-4-20 12:23 编辑

因為之前也有裝過黑蘋果,所以硬盤的EFI裡還剩下Clover,
如果我單純將原版安裝dmg恢復到U盤,不在U盤加引導,能夠正常啟動嗎?

更新: 剛下載好原版dmg,製作好U盤就試試安裝了
https://bbs.pcbeta.com/viewthread-1736634-1-1.html

用過-v -nv_disable=1,然後過了這個畫面就出現still waiting for root device和禁行
已檢查過AHCI已開啟
https://na.cx/i/4Exu202.jpg


電腦的配置是這樣的:

C P U    :Intel(R) i5 - 4440 CPU @ 3.10GHz
主 板   :微星 B85M-E45
記 憶 體 :8.00 GB (ADATA 1333 MHz)
主 硬 碟 :Western Digital BLUE 1TB
顯 卡   :GTX 1060 (正在用Intel內顯)
聲 卡   :Realtek ALC887
網 卡   :Realtek PCIe GBE Family Controller


Clover中的驅動文件如下:
\kexts\10.12
->AppleACPIPS2Nub.kext
->ApplePS2Controller.kext
->FakeSMC.kext
->RealtekRTL8111.kext
->USB_Series8_Injector.kext
->VoodooHDA.kext
->VoodooPS2Controller.kext

至於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>ACPI</key>
        <dict>
                <key>DSDT</key>
                <dict>
                        <key>Debug</key>
                        <false/>
                        <key>DropOEM_DSM</key>
                        <dict>
                                <key>ATI</key>
                                <false/>
                                <key>Firewire</key>
                                <false/>
                                <key>HDA</key>
                                <true/>
                                <key>HDMI</key>
                                <false/>
                                <key>IDE</key>
                                <false/>
                                <key>IntelGFX</key>
                                <false/>
                                <key>LAN</key>
                                <false/>
                                <key>LPC</key>
                                <false/>
                                <key>NVidia</key>
                                <false/>
                                <key>SATA</key>
                                <false/>
                                <key>SmBUS</key>
                                <false/>
                                <key>USB</key>
                                <false/>
                                <key>WIFI</key>
                                <false/>
                        </dict>
                        <key>Fixes</key>
                        <dict>
                                <key>AddDTGP_0001</key>
                                <true/>
                                <key>AddHDMI_8000000</key>
                                <true/>
                                <key>AddPNLF_1000000</key>
                                <true/>
                                <key>DeleteUnused_400000</key>
                                <true/>
                                <key>FIX_ACST_4000000</key>
                                <true/>
                                <key>FIX_ADP1_800000</key>
                                <true/>
                                <key>FIX_RTC_20000</key>
                                <true/>
                                <key>FIX_S3D_2000000</key>
                                <true/>
                                <key>FixAirport_4000</key>
                                <true/>
                                <key>FixDarwin_0002</key>
                                <true/>
                                <key>FixDisplay_0100</key>
                                <true/>
                                <key>FixFirewire_0800</key>
                                <true/>
                                <key>FixHDA_8000</key>
                                <true/>
                                <key>FixHPET_0010</key>
                                <true/>
                                <key>FixIPIC_0040</key>
                                <true/>
                                <key>FixLAN_2000</key>
                                <true/>
                                <key>FixRegions_10000000</key>
                                <true/>
                                <key>FixSBUS_0080</key>
                                <true/>
                                <key>FixShutdown_0004</key>
                                <true/>
                                <key>FixUSB_1000</key>
                                <true/>
                                <key>NewWay_80000000</key>
                                <true/>
                        </dict>
                        <key>Name</key>
                        <string>DSDT.aml</string>
                        <key>ReuseFFFF</key>
                        <false/>
                </dict>
                <key>DropTables</key>
                <array>
                        <dict>
                                <key>Signature</key>
                                <string>SSDT</string>
                                <key>TableId</key>
                                <string>Cpu0Ist</string>
                        </dict>
                        <dict>
                                <key>Signature</key>
                                <string>SSDT</string>
                                <key>TableId</key>
                                <string>CpuPm</string>
                        </dict>
                        <dict>
                                <key>Signature</key>
                                <string>DMAR</string>
                        </dict>
                </array>
                <key>HaltEnabler</key>
                <true/>
                <key>SSDT</key>
                <dict>
                        <key>DropOem</key>
                        <true/>
                        <key>Generate</key>
                        <true/>
                </dict>
        </dict>
        <key>Boot</key>
        <dict>
                <key>Arguments</key>
                <string>-v -nv_disable=1</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>8</integer>
                <key>XMPDetection</key>
                <false/>
        </dict>
        <key>CPU</key>
        <dict>
                <key>UseARTFrequency</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>RECOVERY</string>
                        <string>DATA</string>
                        <string>WIN10</string>
                        <string>GAME</string>
                </array>
                <key>Language</key>
                <string>en:0</string>
                <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>1920x1080</string>
                <key>Theme</key>
                <string>Minimalism</string>
        </dict>
        <key>Graphics</key>
        <dict>
                <key>Inject</key>
                <dict>
                        <key>ATI</key>
                        <false/>
                        <key>Intel</key>
                        <false/>
                        <key>NVidia</key>
                        <false/>
                </dict>
        </dict>
        <key>KernelAndKextPatches</key>
        <dict>
                <key>AppleRTC</key>
                <true/>
                <key>AsusAICPUPM</key>
                <false/>
                <key>Debug</key>
                <false/>
                <key>KernelCpu</key>
                <false/>
                <key>KernelHaswellE</key>
                <true/>
                <key>KernelLapic</key>
                <false/>
                <key>KernelPm</key>
                <true/>
        </dict>
        <key>RtVariables</key>
        <dict>
                <key>BooterConfig</key>
                <string>0x28</string>
                <key>CsrActiveConfig</key>
                <string>0x67</string>
                <key>MLB</key>
                <string>C02032109R5DC771H</string>
                <key>ROM</key>
                <string>UseMacAddr0</string>
        </dict>
        <key>SMBIOS</key>
        <dict>
                <key>Manufacturer</key>
                <string>Apple Inc.</string>
                <key>Trust</key>
                <false/>
        </dict>
        <key>SystemParameters</key>
        <dict>
                <key>InjectKexts</key>
                <string>Yes</string>
                <key>InjectSystemID</key>
                <true/>
        </dict>
</dict>
</plist>

xsxz 发表于 2017-4-19 15:55

可以,不过可能需要更改配置和删除部分驱动

东骧神骏 发表于 2017-4-19 19:34

应该是可以的

CW小钱 发表于 2017-4-19 19:37

可以,亲测。另外直接在U盘再搞个EFI不就简单了

甘新平 发表于 2017-4-19 19:42

无论win还是mac,只要是EFI方式安装,都可以把系统安装进硬盘再添加引导

卧龙天子 发表于 2017-4-19 20:55

甘新平 发表于 2017-4-19 19:42 https://www.pcbeta.com/static/image/common/back.gif
无论win还是mac,只要是EFI方式安装,都可以把系统安装进硬盘再添加引导

这个是可以的,只是有点麻烦

冷酷雙子 发表于 2017-4-20 23:35

今日試著用USB 2.0的插位,能夠好好安裝了,
但重新開機後在Clover卻不見有Mac分區的啟動項,這是怎樣了?

admingyi123 发表于 2017-9-15 10:15

黑果平 发表于 2017-9-15 11:38

添加npci=2000或3000,删除EFI/CLOVER/APCI/patchde下的dsdt和ssdt试试可以否进系统

黑果平 发表于 2017-9-15 11:53

二选一,另一个删除 祝你好运

highlandle 发表于 2017-10-4 12:53

不明觉不利

wfushu 发表于 2017-11-3 23:02

楼主怎么解决的

cdw295329022 发表于 2018-11-25 22:48

我也准备试试
页: [1]
查看完整版本: 安裝出現Still waiting for root device