Contribute
Register

DVD drives keeps ejecting during boot.

Status
Not open for further replies.
Joined
Dec 22, 2010
Messages
3
Motherboard
ASUS Z87 Deluxe Socket LGA 1150
CPU
Intel Core i7-4770K LGA 1150
Graphics
ASUS Graphics Cards STRIX GTX 980
Mac
  1. 0
Classic Mac
  1. 0
Mobile Phone
  1. Android
I have used Clover to boot and install Mavericks, and haven't had any trouble doing so. But during every boot my DVD drives keep getting ejected, both of them. When I get into mavericks it says a blank media has been inserted even though nothing is there. Honestly I don't think its Clover but I was wondering if maybe some knew what it could be anyways. I'm not using a DSDT and my config.plist is this:

<?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></string>
<key>Legacy</key>
<string>PBR</string>
<key>Timeout</key>
<integer>25</integer>
</dict>
<key>Devices</key>
<dict>
<key>USB</key>
<dict>
<key>FixOwnership</key>
<true/>
<key>Inject</key>
<true/>
</dict>
</dict>
<key>GUI</key>
<dict>
<key>Scan</key>
<dict>
<key>Entries</key>
<true/>
<key>Legacy</key>
<false/>
<key>Tool</key>
<true/>
</dict>
<key>Theme</key>
<string>mrengles</string>
</dict>
<key>Graphics</key>
<dict>
<key>Inject</key>
<dict>
<key>NVidia</key>
<true/>
</dict>
<key>LoadVBios</key>
<true/>
<key>PatchVBios</key>
<false/>
</dict>
<key>SystemParameters</key>
<dict>
<key>InjectSystemID</key>
<true/>
</dict>
</dict>
</plist>

Also I'm using the latest FakeSMC from sourceforge.
 
Fixed. I had my DVD drives connected to the wrong connectors. So if anyone with my board has the same problem for future reference do not connect your drives to the brown connectors on your motherboard, which are the ASMedia Serial connectors. Connect them to the yellow. Stupid on my part.
 
Status
Not open for further replies.
Back
Top