Contribute
Register

X58 and OS X El Capitan? (X58A-UD3r)

Status
Not open for further replies.
Usal ! Glad you are now able to start Windows without having to initiate the Clover boot menu twice.

I finally fixed mine by deleting the "boot" folder in the EFI partition and then and only then can I boot into any of my Windows installations without having to cycle the Clover boot menu twice.

Another fix that also worked for me, and used by me over a long period was to format the EFI
partition as a MS DOS partition. That is however cumbersome and not the Clover standard way
of going about its installation/setup.

Replacing the deleted EFI "boot" folder into the EFI partition forces me to again cycle the boot
menu twice before access to Windows, from the Clover boot menu, is possible.

The problem is therefore repeatable on my GA-X58A-UD3R V.2.0 mobo with bios version FH.
With the EFI "boot" folder in place I could always boot into OS X and El Capitan in particular,
although the timer countdown indicator was always missing. Removing the EFI "boot" folder,
miraculously reinstated the timer countown feature enabling me to use "Wake on Lan" remotely,
with the knowledge that my machine will actually boot into the opsys and not waiting for user
input, beyond the set timeout period, at the Clover menu.

It appears to me that not all configured options in the Clover config.plist file are being applied
with the EFI "boot" folder in place. :)

I don't use a DSDT.aml in the "patched" folder, and everything is working well. including sleep
and audio (toledo patch), sometimes the machine reboots when I want it to shutdown, will look
into that some other time though, unless somebody has a ready made fix which is easily
applyable/instalable, for that.

Greets
 
Hi Guys

Someone managed to operate the two USB3.0 connectors on the GA-X58A-UD3R motherboard V2.0? There is already some Kext?
 
SUCCESS.

I have a GA-X58A-UD3R V2 (FF). I have things working well. Sound, sleep, shutdown. etc. Let me know if anyone has questions.

I am attaching the DSDT.aml and config.plist I'm using.


Hi

What processor you have i7xxx?
 
Hi Guys

Someone managed to operate the two USB3.0 connectors on the GA-X58A-UD3R motherboard V2.0? There is already some Kext?

Third party driver for the Renesas chip driving USB3.0 ports on this board does not exist at this time.
 
Hi,

After using 10.8.3 for years, I installed El capitan on my X58A-UD5/i7 930/Geforce GTX 470. I followed tony's instruction.

Installation and post installation processes seemed ok. I got sound worked, and the os seems to work smoothly.

But my machine couldn't boot without USB. Actually I get Clover boot menu. But at the main OS loader screen it gets stuck. It freezes when the loader bar gets fully loaded. I enabled inject nvidia.

Anyone experiencing the same issue? What could be done? Or Am I making an easy mistake?

PS: I wouldn't care if the followings are working or not: USB3 support, iMessage or FaceTime login etc. My machine is a dedicated to one job.

Here's my config:

Code:
<?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>Fixes</key>
            <dict>
                <key>AddDTGP_0001</key>
                <true/>
                <key>FixHDA_8000</key>
                <true/>
                <key>FixHPET_0010</key>
                <true/>
                <key>FixIPIC_0040</key>
                <true/>
            </dict>
            <key>Name</key>
            <string>DSDT.aml</string>
            <key>ReuseFFFF</key>
            <false/>
        </dict>
        <key>SSDT</key>
        <dict>
            <key>DropOem</key>
            <false/>
            <key>Generate</key>
            <false/>
        </dict>
    </dict>
    <key>Boot</key>
    <dict>
        <key>Arguments</key>
        <string>dart=0 nvda_drv=1 nv_disable=1</string>
        <key>Debug</key>
        <false/>
        <key>DefaultVolume</key>
        <string>MacHDD</string>
        <key>Legacy</key>
        <string>PBR</string>
        <key>Secure</key>
        <false/>
        <key>Timeout</key>
        <integer>10</integer>
        <key>XMPDetection</key>
        <false/>
    </dict>
    <key>Devices</key>
    <dict>
        <key>Audio</key>
        <dict>
            <key>Inject</key>
            <string>1</string>
        </dict>
        <key>FakeID</key>
        <dict>
            <key>ATI</key>
            <string>0x0</string>
            <key>IMEI</key>
            <string>0x0</string>
            <key>IntelGFX</key>
            <string>0x0</string>
            <key>LAN</key>
            <string>0x0</string>
            <key>NVidia</key>
            <string>0x0</string>
            <key>SATA</key>
            <string>0x0</string>
            <key>WIFI</key>
            <string>0x0</string>
            <key>XHCI</key>
            <string>0x0</string>
        </dict>
        <key>USB</key>
        <dict>
            <key>FixOwnership</key>
            <false/>
            <key>Inject</key>
            <false/>
        </dict>
    </dict>
    <key>DisableDrivers</key>
    <array>
        <string>Nothing</string>
    </array>
    <key>GUI</key>
    <dict>
        <key>Hide</key>
        <array>
            <string>\EFI\BOOT\BOOTX64.EFI</string>
            <string>Windows</string>
        </array>
        <key>Language</key>
        <string>en:0</string>
        <key>Mouse</key>
        <dict>
            <key>DoubleClick</key>
            <integer>500</integer>
            <key>Enabled</key>
            <true/>
            <key>Mirror</key>
            <false/>
            <key>Speed</key>
            <integer>8</integer>
        </dict>
        <key>Scan</key>
        <dict>
            <key>Entries</key>
            <true/>
            <key>Legacy</key>
            <string>First</string>
            <key>Tool</key>
            <true/>
        </dict>
        <key>ScreenResolution</key>
        <string>1920x1080</string>
        <key>Theme</key>
        <string>tonymacx86</string>
    </dict>
    <key>Graphics</key>
    <dict>
        <key>Inject</key>
        <dict>
            <key>ATI</key>
            <false/>
            <key>Intel</key>
            <false/>
            <key>NVidia</key>
            <true/>
        </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>
        <true/>
        <key>KextsToPatch</key>
        <array>
            <dict>
                <key>Comment</key>
                <string>t1-10.9-10.11-AppleHDA/Realtek ALC889</string>
                <key>Find</key>
                <data>
                ixnUEQ==
                </data>
                <key>Name</key>
                <string>AppleHDA</string>
                <key>Replace</key>
                <data>
                iQjsEA==
                </data>
            </dict>
            <dict>
                <key>Comment</key>
                <string>External icons patch</string>
                <key>Find</key>
                <data>
                RXh0ZXJuYWw=
                </data>
                <key>Name</key>
                <string>AppleAHCIPort</string>
                <key>Replace</key>
                <data>
                SW50ZXJuYWw=
                </data>
            </dict>
            <dict>
                <key>Comment</key>
                <string>t1-AppleHDA/Resources/xml&gt;zml</string>
                <key>Find</key>
                <data>
                eG1sLnps
                </data>
                <key>Name</key>
                <string>AppleHDA</string>
                <key>Replace</key>
                <data>
                em1sLnps
                </data>
            </dict>
            <dict>
                <key>Comment</key>
                <string>t1-10.11-AppleHDA/Realtek ALC...</string>
                <key>Find</key>
                <data>
                gxnUEQ==
                </data>
                <key>Name</key>
                <string>AppleHDA</string>
                <key>Replace</key>
                <data>
                AAAAAA==
                </data>
            </dict>
        </array>
    </dict>
    <key>RtVariables</key>
    <dict>
        <key>BooterConfig</key>
        <string>0x28</string>
        <key>CsrActiveConfig</key>
        <string>0x3</string>
    </dict>
    <key>SMBIOS</key>
    <dict>
        <key>BiosReleaseDate</key>
        <string>02/29/08</string>
        <key>BiosVendor</key>
        <string>Apple Inc.</string>
        <key>BiosVersion</key>
        <string>MP31.88Z.006C.B05.0802291410</string>
        <key>Board-ID</key>
        <string>Mac-F42C88C8</string>
        <key>BoardManufacturer</key>
        <string>Apple Inc.</string>
        <key>BoardType</key>
        <integer>11</integer>
        <key>ChassisAssetTag</key>
        <string>Pro-Enclosure</string>
        <key>ChassisManufacturer</key>
        <string>Apple Inc.</string>
        <key>ChassisType</key>
        <string>06</string>
        <key>Family</key>
        <string>Mac Pro</string>
        <key>Manufacturer</key>
        <string>Apple Inc.</string>
        <key>ProductName</key>
        <string>MacPro3,1</string>
        <key>SerialNumber</key>
        <string>G8815052XYL</string>
        <key>Trust</key>
        <false/>
        <key>Version</key>
        <string>1.0</string>
    </dict>
    <key>SystemParameters</key>
    <dict>
        <key>InjectKexts</key>
        <string>Yes</string>
        <key>InjectSystemID</key>
        <true/>
    </dict>
</dict>
</plist>
 
Having trouble I can't figure out. If I try to add any boot flags (like -v) to the boot process, it starts to load then hangs and reboots. The last thing on the screen before it hangs is IOAPIC: Version 0x20 Vectors 64:87.

Any thoughts/suggestions?
 
I copied the USB EFI contents to HDD EFI folder. Now It's booting from HDD. But I think it's not a solution right? What can I do further to get fully complete El capitan?
 
Guys, simple turn off bluetooth 3.0 controller on the bios. That solved my " boot1: /boot5 " problem and now i have successfully installed El Capitan on my GA-X58-Usb3.0
 
Status
Not open for further replies.
Back
Top