Contribute
Register

Clover on Asus Sabertooth Z87

Status
Not open for further replies.
Here your fixed config.plist.
u used sample file,its same like u run multibeast and select all that can be selected like some angry noob
:banghead::banghead::banghead:
:banghead:
Report how it goes now.:beachball:
 

Attachments

  • config.plist
    3 KB · Views: 384
After numerous conversations with Asus technical support, the conclusion is Asus 8 series UEFI does not support legacy boot on GPT. They agree 7 Series UEFI supports the feature and have no plans to add the capability to 8 Series UEFI. Asus has purposely decided to force users to go UEFI/GOP with their 8 Series motherboards. On a Z87I-Deluxe, the 8 Series UEFI choices are:
1. Chameleon v2266/Chimera v2.2.1: USB/MBR (HDMI)
2. Clover v2236 (legacy and UEFI): USB/GPT or disk/GPT (DP/HDMI)

Note: CSM must be enabled for legacy.
Good info, thanks...
 
Are you saying the display connection with Clover must be DisplayPort or HDMI? That DVI will not work? I'm using DVI right now and Clover loads on it, so I'm wondering if I'm missing something.
No, updated Post #7 for clarity
 
Here your fixed config.plist.
u used sample file,its same like u run multibeast and select all that can be selected like some angry noob
:banghead::banghead::banghead:
:banghead:
Report how it goes now.:beachball:

Thanks for that! Kernel panic is gone, but it's still not booting. It appears to stop at the screen in the attached image. The keyboard still responds, as I can type characters and see them appear, but the GUI never comes up.

Edit: Sorry about the orientation of the photo. The forum is rotating it for some reason.
 

Attachments

  • IMG_0114.jpg
    IMG_0114.jpg
    1.1 MB · Views: 332
I didn't see an option to disable the onboard video outright. I have it set to initialize PCIE first. When booted from USB/Chimera, it doesn't look like Intel graphics are loaded.
 

Attachments

  • Screen Shot 2013-10-20 at 11.35.39 AM.png
    Screen Shot 2013-10-20 at 11.35.39 AM.png
    125.7 KB · Views: 425
I like it. :) Any ideas?
Try something simple like this...
PHP:
<?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</string>
        <key>DefaultVolume</key>
        <string></string>
        <key>XMPDetection</key>
        <false/>
        <key>Legacy</key>
        <string>PBR</string>
        <key>Log</key>
        <false/>
        <key>Timeout</key>
        <integer>5</integer>
    </dict>
    <key>Devices</key>
    <dict>
        <key>USB</key>
        <dict>
            <key>Inject</key>
            <true/>
            <key>FixOwnership</key>
            <true/>
        </dict>
    </dict>
    <key>GUI</key>
    <dict>
        <key>TextOnly</key>
        <false/>
        <key>Theme</key>
        <string>metal</string>
        <key>Scan</key>
        <true/>
            <key>Scan</key>
            <dict>
                  <key>Tool</key>
                  <true/>
                  <key>Entries</key>
                <false/>
                <key>Legacy</key>
                <false/>
            </dict>        
        </dict>
    <key>Graphics</key>
    <dict>
        <key>Inject</key>
        <false/>
        <key>LoadVBios</key>
        <true/>
        <key>PatchVBios</key>
        <false/>
    </dict>
    <key>SystemParameters</key>
    <dict>
        <key>CustomUUID</key>
        <string>511CE200-1000-4000-9898-011103040536</string>
        <key>InjectSystemID</key>
        <true/>
    </dict>
</dict>
</plist>
 
Status
Not open for further replies.
Back
Top