Jump to content
24 posts in this topic

Recommended Posts

Hi everyone,

 

I have this mobo: GA-H61M-DS2;

CPU: Intel Pentium G2030 Core 2 Duo, 2.99 GHz, 3M L2 cache, LGA 1155;

GFX: Gigabyte Geforce 9400 GT, 512 M GDDR2 4 G DDR3

 

I made the installer with the last version of Clover_v2k_Special Edition (It works with Yosemite final if rename the installer with "Install Yosemite Beta". I have checked on the other Hackintosh based on the mobo GA-Gigabyte GA-B75M-D3H and it works.

 

But here, it restarts the installer at the line showed in attachment. Please illuminate me what can I do?

post-1427-0-42029300-1414250853_thumb.jpg

Hello

 

Try add to your config.plist kext-dev-mode=1 in key Arguments

Exemple:

<key>Boot</key>
 <dict>
      <key>Arguments</key>
      <string>kext-dev-mode=1 -v</string>

Don't forget to add kext FakeSMC in kext folder 10.10 and to enable Kext Inject in config.plist

Exemple:

<key>SystemParameters</key>
<dict>
     <key>InjectKexts</key>
     <string>Yes</string>

You can enable P-C States Clover generating to don't need use NullCPUPM

Exemple:

<key>ACPI</key>
<dict>
        <key>SSDT</key>
        <dict>
            <key>DropOem</key>
            <false/>
            <key>Generate</key>
            <dict>
                <key>CStates</key>
                <true/>
                <key>PStates</key>
                <true/>
            </dict>
</dict>

 

  • Like 1

I have only FakeSMC in EFI/Clover/kexts/10.10, tried kext-dev-mode=1, same result. I also have generated C and P States. I think it is something about the graphic card, it reboots at "GeForce Sensors: still waiting for accelerator to start..."

Sorry for that.

Removed GPU sensors from the FakeSMC.kext but it still rebooted, I tried -f GraphicEnabler=Yes the same results. I think I have to get a new GFX.

 

Once you edit FakeSMC is necessary repair the disk permissions and rebuild the cache. Use KextWizard app for this.

Thank you. It worked. But I got orange HDD icons. If I try to modify SMBios to MacMini 4.1 how I have it declared before, it no longer boots into syste, no hdd activity and I get the forbidden sign.

 

You need IOAHCIBlockstorageInjector.kext

Hello

 

Did you try that config.plist that i gave to you??? or you use your own?

 

To change SMBios settings is more easy use Clover Configurator.app it'll help to much

 

I use your config, but if i change everything in it, using Clover configurator, I get stuck in the apple logo screen, no hdd activity and at last the forbidden sign. I installed Clover on the HDD (with UEFI) but I can't boot yet from the hdd. Only from the installer USB stick.

Thank you all for help. Finally the BIOS crashed for that board, I bought other similar MB and all went like a charm. It took some time until I ordered the new board until I got it. That's why the delay. Thank you again. 

  • Like 1
×
×
  • Create New...