Contribute
Register

Clover and PCIe SATA3 expansion cards

Status
Not open for further replies.
Try replacing

Code:
<key>Scan</key>
<dict>
    <key>Entries</key>
    <true/>
    <key>Legacy</key>
    <false/>
    <key>Tool</key>
    <false/>
</dict>

with

Code:
<key>Scan</key>
<true/>

and then dump the preboot log

must I delete the following lines?:

<key>Entries</key>
<true/>
<key>Legacy</key>
<false/>
<key>Tool</key>
<false/>
</dict>
 
must I delete the following lines?:

<key>Entries</key>
<true/>
<key>Legacy</key>
<false/>
<key>Tool</key>
<false/>
</dict>
Yes, replace after <key>Scan</key> (from <dict> to </dict>) with <true/>
 
Or post your config plist i can do the edit.
 
weirdly enough, Clover can now boot WINDOWS drive (plugged in a separate expansion card) but still not my OSX drive :crazy:
Some progress then. Can you post the pre-boot log (press F2 at Clover menu, log is saved to /EFI/CLOVER/MISC/preboot.log)
 
Some progress then. Can you post the pre-boot log (press F2 at Clover menu, log is saved to /EFI/CLOVER/MISC/preboot.log)

how can I get this boot log if I cannot boot at all into the OS?
 
Last edited:
EDIT: I booted from USB installer drive, it think that's it
 

Attachments

  • preboot.txt
    18.8 KB · Views: 133
Only one SATA card is present according to the log. Is the second card working in windows or is it at least shown in windows device manager?
 
Status
Not open for further replies.
Back
Top