Jump to content
30960 posts in this topic

Recommended Posts

I keep getting this error. Any ideas? 

 

Build:

  • GIGABYTE GA-Z77X-UP5 TH LGA 1155 Intel Z77 Thunderbolt Motherboard 
  • Intel Core i7-3770K Ivy Bridge 3.5GHz (3.9GHz Turbo) HD 4000 Graphics
  •  Asus GTX670 Top (GTX670-DC2T-2GD5)
  • CORSAIR Vengeance LP 16GB (2 x 8GB) DDR3-1600
  • 120 GB OWC Mercury Electra 3G SSD MacSales

 

post-580230-0-64303700-1380592121_thumb.png

 

I keep getting this error. Any ideas? 

 

Build:

  • GIGABYTE GA-Z77X-UP5 TH LGA 1155 Intel Z77 Thunderbolt Motherboard 
  • Intel Core i7-3770K Ivy Bridge 3.5GHz (3.9GHz Turbo) HD 4000 Graphics
  •  Asus GTX670 Top (GTX670-DC2T-2GD5)
  • CORSAIR Vengeance LP 16GB (2 x 8GB) DDR3-1600
  • 120 GB OWC Mercury Electra 3G SSD MacSales

 

You have to use OsxAptioFixDrv.efi and not OsxLowMemFix.efi

  • Like 1

Sorry, 200 revisions passed.

For MacBookPro model you probably need to do Drop MCFG table. In recent revision it is doing other way.

I can help with DSDT and I did this for all.

Anybody needed help with DSDT may use Clover's auto patch feature. Read WIKI.

Thanks for your reply. Dude, my latest DSDT and config.plist attached below. It would mean a lot you can take time check and correct my DSDT errors. Archive.zip

Thanks for your reply. Dude, my latest DSDT and config.plist attached below. It would mean a lot you can take time check and correct my DSDT errors. attachicon.gifArchive.zip

May be you don't understand my words, english is not my native language.

I said that all my possible help with DSDT is already provided by Clover with mask 0xFFFF.

You have to use OsxAptioFixDrv.efi and not OsxLowMemFix.efi

 

Ah thanks. I'll give that a shot. I was using a guide and it said just to use the defaults in the installer.

 

With Chameleon I've always run a DSDT free installation. From my little research I should be fine doing that here as well... Right? 

Ah thanks. I'll give that a shot. I was using a guide and it said just to use the defaults in the installer.

 

With Chameleon I've always run a DSDT free installation. From my little research I should be fine doing that here as well... Right? 

It seems the defaults in the installer is not good.

I didn't use Chameleon since end of 2011 so I don't know what is mean "run a DSDT free installation".

Hi guys,

 

I'm trying to fine-tune my config.plist for my Clover bootloader but there are some functions I don't know. I checked my boot partition's doc folder, read all the files but I found only sample to explanations. Like I don't know what "DoubleFirstState" or "PLimitDict" or "UnderVoltStep" does and how to tell if I need it.

Is there a readme available anywhere? It'd be very painfully to google every single option.

 

Thanks!

Hi guys,

 

I'm trying to fine-tune my config.plist for my Clover bootloader but there are some functions I don't know. I checked my boot partition's doc folder, read all the files but I found only sample to explanations. Like I don't know what "DoubleFirstState" or "PLimitDict" or "UnderVoltStep" does and how to tell if I need it.

Is there a readme available anywhere? It'd be very painfully to google every single option.

 

Thanks!

We have wiki if u didnt know.

http://clover-wiki.zetam.org/Configuration

Hope it helps :D

  • Like 1

 

Hi guys
I do not understand why every time I install clover I'm in front of this screen?
all versions .... yellow squares:
 

 

It means you have no installed Theme or you set non-existant theme in config.plist.

  • Like 1

Since I use newest clover revision the turbo setting is gone from the config. I use dsdt.

 

How do I activate turbo with newest revision? Speed step is working (switches between 16x and 34x multi). But it never goes higher which it should with turbo (and did with older revisions and the turbo setting).

Since I use newest clover revision the turbo setting is gone from the config. I use dsdt.

 

How do I activate turbo with newest revision? Speed step is working (switches between 16x and 34x multi). But it never goes higher which it should with turbo (and did with older revisions and the turbo setting).

Delete all under acpi section,for your system motherboard and cpu, clover will set all automaticaly.

I am trying to install Clover as UEFI and it always fails. Don't bother about Volume name, it fails elsewhere, on USB stick or SATA drive, too.

 

Screen%20Shot%202013-10-04%20at%2019.31.

Screen%20Shot%202013-10-04%20at%2019.33.

I have this line in install log:

Oct  4 19:33:34 mackrap.local Installer[1770]: install:didFailWithError:Error Domain=PKInstallErrorDomain Code=112 "An error occurred while running scripts from the package “Clover_v2k_r2184.pkg”." UserInfo=0x7f83a11873a0 {NSFilePath=./preinstall, NSURL=file://localhost/Volumes/DATA/Downloads/Clover_v2k_r2184/Clover_v2k_r2184.pkg#EFIFolder.pkg, PKInstallPackageIdentifier=org.clover.efifolder, NSLocalizedDescription=An error occurred while running scripts from the package “Clover_v2k_r2184.pkg”.}

 

How can I trace down this? Could not find the ./preinstall script, tried with Pacifist.app

I can't get HDMI audio on GTX660. In rev 1995 it was simple. Now I can't do this. I set:

 

 

 

<?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>DropTables</key>
<array>
<dict>
<key>Signature</key>
<string>DMAR</string>
</dict>
<dict>
<key>Signature</key>
<string>SSDT</string>
<key>TableId</key>
<string>CpuPm</string>
</dict>
<dict>
<key>Signature</key>
<string>SSDT</string>
<key>TableId</key>
<string>Cpu0Ist</string>
</dict>
</array>
<key>PatchAPIC</key>
<false/>
<key>SSDT</key>
<dict>
<key>DoubleFirstState</key>
<false/>
<key>DropOem</key>
<false/>
<key>Generate</key>
<dict>
<key>CStates</key>
<true/>
<key>PStates</key>
<true/>
</dict>
<key>MinMultiplier</key>
<integer>7</integer>
<key>PluginType</key>
<integer>1</integer>
</dict>
</dict>
<key>Boot</key>
<dict>
<key>Arguments</key>
<string>-gux_defer_usb2 -gux_no_idle</string>
<key>Fast</key>
<false/>
<key>Log</key>
<false/>
<key>Timeout</key>
<integer>2</integer>
</dict>
<key>CPU</key>
<dict>
<key>QPI</key>
<integer>5000</integer>
</dict>
<key>Devices</key>
<dict>
<key>Audio</key>
<dict>
<key>Inject</key>
<string>12</string>
</dict>
<key>NoDefaultProperties</key>
<true/>
<key>AddProperties</key>
<array>
<dict>
<key>Device</key>
<string>NVidia</string>
<key>Key</key>
<string>hda-gfx</string>
<key>Value</key>
<string>onboard-2</string>
</dict>
<dict>
<key>Device</key>
<string>HDMI</string>
<key>Key</key>
<string>hda-gfx</string>
<key>Value</key>
<string>onboard-2</string>
</dict>
<dict>
<key>Device</key>
<string>NVidia</string>
<key>Key</key>
<string>@0,connector-type</string>
<key>Value</key>
<data>AAgAAA==</data>
</dict>
<dict>
<key>Device</key>
<string>NVidia</string>
<key>Key</key>
<string>@1,connector-type</string>
<key>Value</key>
<data>AAgAAA==</data>
</dict>
<dict>
<key>Device</key>
<string>NVidia</string>
<key>Key</key>
<string>@2,connector-type</string>
<key>Value</key>
<data>AAgAAA==</data>
</dict>
<dict>
<key>Device</key>
<string>NVidia</string>
<key>Key</key>
<string>@3,connector-type</string>
<key>Value</key>
<data>AAgAAA==</data>
</dict>
</array>
</dict>
<key>DisableDrivers</key>
<array>
<string>Firewire</string>
<string>PartitionDxe</string>
<string>OsxLowMemFixDrv</string>
<string>CsmVideoDxe</string>
<string>DataHubDxe</string>
</array>
<key>GUI</key>
<dict>
<key>Theme</key>
<string>bootcamp</string>
<key>TextOnly</key>
<false/>
<key>CustomIcons</key>
<false/>
<key>Language</key>
<string>pl:30788</string>
<key>Mouse</key>
<dict>
<key>Enabled</key>
<false/>
</dict>
<key>Scan</key>
<dict>
<key>Entries</key>
<true/>
<key>Legacy</key>
<false/>
<key>Tool</key>
<true/>
</dict>
<key>Custom</key>
<dict>
<key>Entries</key>
<array>
<dict>
<key>Path</key>
<string>\EFI\BOOT\BOOTX64.efi</string>
<key>VolumeType</key>
<array>
<string>External</string>
<string>Internal</string>
</array>
<key>Hidden</key>
<true/>
<key>Disabled</key>
<true/>
</dict>
<dict>
<key>Type</key>
<string>OSXInstaller</string>
<key>Hidden</key>
<true/>
<key>Disabled</key>
<false/>
</dict>
<dict>
<key>Path</key>
<string>\EFI\BOOT\BOOTX64.efi</string>
<key>Title</key>
<string>CD/DVD</string>
<key>FullTitle</key>
<string>CD/DVD</string>
<key>VolumeType</key>
<string>Optical</string>
<key>Hidden</key>
<false/>
<key>Disabled</key>
<false/>
</dict>
<dict>
<key>Path</key>
<string>\EFI\Microsoft\Boot\bootmgfw.efi</string>
<key>Title</key>
<string>Windows</string>
<key>FullTitle</key>
<string>Windows</string>
<key>Hidden</key>
<false/>
<key>Disabled</key>
<false/>
</dict>
</array>
</dict>
</dict>
<key>Graphics</key>
<dict>
<key>Inject</key>
<dict>
<key>ATI</key>
<true/>
<key>Intel</key>
<true/>
<key>NVidia</key>
<false/>
</dict>
<key>PatchVBios</key>
<false/>
</dict>
<key>KernelAndKextPatches</key>
<dict>
<key>AppleRTC</key>
<false/>
<key>AsusAICPUPM</key>
<false/>
<key>Debug</key>
<false/>
<key>KernelCpu</key>
<false/>
<key>KernelLapic</key>
<false/>
<key>KextsToPatch</key>
<array>
<dict>
<key>Name</key>
<string>IOAHCIBlockStorage</string>
<key>Find</key>
<data>QVBQTEUgU1NEAA==</data>
<key>Replace</key>
<data>AAAAAAAAAAAAAA==</data>
</dict>
</array>
</dict>
<key>SMBIOS</key>
<dict>
<key>ProductName</key>
<string>iMac13,2</string>
</dict>
<key>SystemParameters</key>
<dict>
<key>InjectKexts</key>
<true/>
</dict>
</dict>
</plist>

 

 

 

But still no HDMI audio.

I checked SSDT but doesn't work - no HDMI audio.

I am trying to install Clover as UEFI and it always fails. Don't bother about Volume name, it fails elsewhere, on USB stick or SATA drive, too.

 

 

 

I have this line in install log:

Oct  4 19:33:34 mackrap.local Installer[1770]: install:didFailWithError:Error Domain=PKInstallErrorDomain Code=112 "An error occurred while running scripts from the package “Clover_v2k_r2184.pkg”." UserInfo=0x7f83a11873a0 {NSFilePath=./preinstall, NSURL=file://localhost/Volumes/DATA/Downloads/Clover_v2k_r2184/Clover_v2k_r2184.pkg#EFIFolder.pkg, PKInstallPackageIdentifier=org.clover.efifolder, NSLocalizedDescription=An error occurred while running scripts from the package “Clover_v2k_r2184.pkg”.}

 

How can I trace down this? Could not find the ./preinstall script, tried with Pacifist.app

 

DId you use this log?

Screen Shot 2013-10-04 at 20.50.33.png

And check what is the format of your /Volume/EFI, and how many space on it.

I can't get HDMI audio on GTX660. In rev 1995 it was simple. Now I can't do this. I set:

 

 

 

ACPI
DropTables
Signature
DMAR
Signature
SSDT
TableId
CpuPm
Signature
SSDT
TableId
Cpu0Ist
PatchAPIC
SSDT
DoubleFirstState
DropOem
Generate
CStates
PStates
MinMultiplier
7
PluginType
1
Boot
Arguments
-gux_defer_usb2 -gux_no_idle
Fast
Log
Timeout
2
CPU
QPI
5000
Devices
Audio
Inject
12
NoDefaultProperties
AddProperties
Device
NVidia
Key
hda-gfx
Value
onboard-2
Device
HDMI
Key
hda-gfx
Value
onboard-2
Device
NVidia
Key
@0,connector-type
Value
AAgAAA==
Device
NVidia
Key
@1,connector-type
Value
AAgAAA==
Device
NVidia
Key
@2,connector-type
Value
AAgAAA==
Device
NVidia
Key
@3,connector-type
Value
AAgAAA==
DisableDrivers
Firewire
PartitionDxe
OsxLowMemFixDrv
CsmVideoDxe
DataHubDxe
GUI
Theme
bootcamp
TextOnly
CustomIcons
Language
pl:30788
Mouse
Enabled
Scan
Entries
Legacy
Tool
Custom
Entries
Path
\EFI\BOOT\BOOTX64.efi
VolumeType
External
Internal
Hidden
Disabled
Type
OSXInstaller
Hidden
Disabled
Path
\EFI\BOOT\BOOTX64.efi
Title
CD/DVD
FullTitle
CD/DVD
VolumeType
Optical
Hidden
Disabled
Path
\EFI\Microsoft\Boot\bootmgfw.efi
Title
Windows
FullTitle
Windows
Hidden
Disabled
Graphics
Inject
ATI
Intel
NVidia
PatchVBios
KernelAndKextPatches
AppleRTC
AsusAICPUPM
Debug
KernelCpu
KernelLapic
KextsToPatch
Name
IOAHCIBlockStorage
Find
QVBQTEUgU1NEAA==
Replace
AAAAAAAAAAAAAA==
SMBIOS
ProductName
iMac13,2
SystemParameters
InjectKexts

 

 

 

But still no HDMI audio.

I checked SSDT but doesn't work - no HDMI audio.

Did you see the post and prehistory?             #2471            

Yes I saw it. Look at my config.plist in spoiler in AddProperties section. HDMI still doesn't work.

 

EDIT: I fix HDMI Audio with SSDT but I want it in Clover :/

 

Custom SSDT:

 

 

DefinitionBlock ("SSDT.aml", "SSDT", 1, "oswaldini", "HDMI", 0x00003000)
{
    Method (_SB.PCI0.PEG0.PEGP._DSM, 4, NotSerialized)
    {
        If (LEqual (Arg2, Zero))
        {
            Return (Buffer (One)
            {
                0x03
            })
        }
 
        Return (Package (0x0A)
        {
            "@0,connector-type", 
            Buffer (0x04)
            {
                0x00, 0x08, 0x00, 0x00
            }, 
 
            "@1,connector-type", 
            Buffer (0x04)
            {
                0x00, 0x08, 0x00, 0x00
            }, 
 
            "@2,connector-type", 
            Buffer (0x04)
            {
                0x00, 0x08, 0x00, 0x00
            }, 
 
            "@3,connector-type", 
            Buffer (0x04)
            {
                0x00, 0x08, 0x00, 0x00
            }, 
 
            "hda-gfx", 
            Buffer (0x0A)
            {
                "onboard-2"
            }
        })
    }
 
    Device (HDAU)
    {
        Name (_ADR, One)
        Method (_DSM, 4, NotSerialized)
        {
            If (LEqual (Arg2, Zero))
            {
                Return (Buffer (One)
                {
                    0x03
                })
            }
 
            Return (Package (0x02)
            {
                "hda-gfx", 
                Buffer (0x0A)
                {
                    "onboard-2"
                }
            })
        }
    }
}

 
EDIT: after some time HDMI Ausio stop working :/
  • Like 1

 

Yes I saw it. Look at my config.plist in spoiler in AddProperties section. HDMI still doesn't work.

 

EDIT: I fix HDMI Audio with SSDT but I want it in Clover :/

 

Custom SSDT:

 

 

DefinitionBlock ("SSDT.aml", "SSDT", 1, "oswaldini", "HDMI", 0x00003000)
{
    Method (_SB.PCI0.PEG0.PEGP._DSM, 4, NotSerialized)
    {
        If (LEqual (Arg2, Zero))
        {
            Return (Buffer (One)
            {
                0x03
            })
        }
 
        Return (Package (0x0A)
        {
            "@0,connector-type", 
            Buffer (0x04)
            {
                0x00, 0x08, 0x00, 0x00
            }, 
 
            "@1,connector-type", 
            Buffer (0x04)
            {
                0x00, 0x08, 0x00, 0x00
            }, 
 
            "@2,connector-type", 
            Buffer (0x04)
            {
                0x00, 0x08, 0x00, 0x00
            }, 
 
            "@3,connector-type", 
            Buffer (0x04)
            {
                0x00, 0x08, 0x00, 0x00
            }, 
 
            "hda-gfx", 
            Buffer (0x0A)
            {
                "onboard-2"
            }
        })
    }
 
    Device (HDAU)
    {
        Name (_ADR, One)
        Method (_DSM, 4, NotSerialized)
        {
            If (LEqual (Arg2, Zero))
            {
                Return (Buffer (One)
                {
                    0x03
                })
            }
 
            Return (Package (0x02)
            {
                "hda-gfx", 
                Buffer (0x0A)
                {
                    "onboard-2"
                }
            })
        }
    }
}

 
EDIT: after some time HDMI Ausio stop working :/

 

R u sure your SSDT is not conflict with DSDT patches by Clover?

I use HDMI audio on GTX660 not HD4000. I have extremely good ALC892 LegacyHDA made by my friend - everything working, no sound asseration. He made codec fo ALC888/1200/889/892/1150.

 

I found the problem ! HDMI audio stop working after sleep ! The same for Clover 1995 (HDAInjection) and 2194 (SSDT for HDMI). Any idea ?

 

EDIT: gr8, it seems for apple problem: https://discussions.apple.com/thread/5306667?start=15&tstart=0

But it still doesn't work from Clover, only from SSDT.

×
×
  • Create New...