Jump to content

help - New clover install for Yosemite


lvg
 Share

7 posts in this topic

Recommended Posts

I have installed Clover version r3202. I have enclosed clover folder below
CLOVER.zip
When I boot mavericks or install Yosemite, the screen stops in the same place as below.
137572d1431739398t-asus-s400ca-upgrading

Sorry for the lateral image.
How to proceed further?

Link to comment
Share on other sites

I have installed Clover version r3202. I have enclosed clover folder below

attachicon.gifCLOVER.zip

When I boot mavericks or install Yosemite, the screen stops in the same place as below.

137572d1431739398t-asus-s400ca-upgrading

 

Sorry for the lateral image.

How to proceed further?

in config.plist.. check AsusAICPUM 

Link to comment
Share on other sites

I have installed Clover version r3202. I have enclosed clover folder below

attachicon.gifCLOVER.zip

When I boot mavericks or install Yosemite, the screen stops in the same place as below.

137572d1431739398t-asus-s400ca-upgrading

 

Sorry for the lateral image.

How to proceed further?

I see the config.plist from clover 1942, but since then a lot has changed in the structure config.plist.

http://clover-wiki.zetam.org/Configuration#Config.plist-structure

Link to comment
Share on other sites

in config.plist.. check AsusAICPUM 

I reinstalled clover r3202 and used clover configurator. In that I ticked AsusAICPUM. plist has as follows

<dict>

        <key>AsusAICPUPM</key>

        <true/>

    </dict>

Now it goes further. But still it does not reach login screen.

I could not add pic here.

My new config.plist is as follows

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
	<key>Devices</key>
	<dict>
		<key>USB</key>
		<dict>
			<key>Inject</key>
			<true/>
			<key>FixOwnership</key>
			<true/>
		</dict>
	</dict>
	<key>KernelAndKextPatches</key>
	<dict>
		<key>AsusAICPUPM</key>
		<true/>
	</dict>
	<key>GUI</key>
	<dict>
		<key>Mouse</key>
		<dict>
			<key>Enabled</key>
			<false/>
		</dict>
		<key>Scan</key>
		<true/>
	</dict>
	<key>ACPI</key>
	<dict>
		<key>DSDT</key>
		<dict>
			<key>Debug</key>
			<false/>
			<key>ReuseFFFF</key>
			<false/>
			<key>Name</key>
			<string>DSDT.aml</string>
			<key>DropOEM_DSM</key>
			<false/>
		</dict>
		<key>PatchAPIC</key>
		<true/>
		<key>UseSystemIO</key>
		<true/>
		<key>smartUPS</key>
		<true/>
		<key>SSDT</key>
		<dict>
			<key>Generate</key>
			<dict>
				<key>PStates</key>
				<true/>
				<key>CStates</key>
				<true/>
			</dict>
		</dict>
	</dict>
	<key>Boot</key>
	<dict>
		<key>Arguments</key>
		<string>-v arch=x86_64 npci=0x3000</string>
		<key>Log</key>
		<false/>
		<key>Timeout</key>
		<integer>10</integer>
		<key>XMPDetection</key>
		<string>Yes</string>
	</dict>
</dict>
</plist>

How to proceed further,

I see the config.plist from clover 1942, but since then a lot has changed in the structure config.plist.

http://clover-wiki.zetam.org/Configuration#Config.plist-structure

Please see my previous post. That was only a back up copy. I installed r3202 clover. After using clover configurator., It goes further, but not to login screen. If you can suggest some more help, that will be nice.

Link to comment
Share on other sites

Finally I could login to Mavericks with new Clover r3202. New config.plist is as follows

<?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>FixRegions_10000000</key>
                <true/>
                <key>NewWay_80000000</key>
                <true/>
            </dict>
            <key>ReuseFFFF</key>
            <false/>
        </dict>
        <key>DropTables</key>
        <array>
            <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>ApIst</string>
            </dict>
            <dict>
                <key>Signature</key>
                <string>DMAR</string>
            </dict>
            <dict>
                <key>Signature</key>
                <string>SSDT</string>
                <key>TableId</key>
                <string>Cpu0Ist</string>
            </dict>
            <dict>
                <key>Signature</key>
                <string>SSDT</string>
                <key>TableId</key>
                <string>ApCst</string>
            </dict>
            <dict>
                <key>Signature</key>
                <string>SSDT</string>
                <key>TableId</key>
                <string>Cpu0Cst</string>
            </dict>
        </array>
        <key>SSDT</key>
        <dict>
            <key>DropOem</key>
            <false/>
            <key>Generate</key>
            <true/>
            <key>PluginType</key>
            <integer>1</integer>
        </dict>
    </dict>
    <key>Boot</key>
    <dict>
        <key>Arguments</key>
        <string>dart=0 -gux_defer_usb2 kext-dev-mode=1</string>
        <key>Debug</key>
        <false/>
        <key>Legacy</key>
        <string>LegacyBiosDefault</string>
        <key>NeverHibernate</key>
        <true/>
        <key>Secure</key>
        <false/>
        <key>Timeout</key>
        <integer>5</integer>
        <key>XMPDetection</key>
        <string>Yes</string>
    </dict>
    <key>Devices</key>
    <dict>
        <key>USB</key>
        <dict>
            <key>AddClockID</key>
            <true/>
            <key>FixOwnership</key>
            <true/>
            <key>Inject</key>
            <true/>
        </dict>
    </dict>
    <key>DisableDrivers</key>
    <array>
        <string>VBoxHfs</string>
    </array>
    <key>GUI</key>
    <dict>
        <key>Custom</key>
        <dict>
            <key>Entries</key>
            <array>
                <dict>
                    <key>Disabled</key>
                    <false/>
                    <key>FullTitle</key>
                    <string>UEFI internal</string>
                    <key>Hidden</key>
                    <string>Always</string>
                    <key>Ignore</key>
                    <false/>
                    <key>NoCaches</key>
                    <false/>
                    <key>Type</key>
                    <string>Other</string>
                </dict>
            </array>
        </dict>
        <key>Mouse</key>
        <dict>
            <key>Enabled</key>
            <false/>
            <key>Mirror</key>
            <false/>
        </dict>
        <key>Scan</key>
        <dict>
            <key>Entries</key>
            <true/>
            <key>Legacy</key>
            <true/>
            <key>Tool</key>
            <true/>
        </dict>
        <key>Theme</key>
        <string>Bluemac</string>
    </dict>
    <key>Graphics</key>
    <dict>
        <key>Inject</key>
        <dict>
            <key>ATI</key>
            <false/>
            <key>Intel</key>
            <true/>
            <key>NVidia</key>
            <false/>
        </dict>
        <key>ig-platform-id</key>
        <string>0x01660003</string>
    </dict>
    <key>KernelAndKextPatches</key>
    <dict>
        <key>AppleRTC</key>
        <true/>
        <key>AsusAICPUPM</key>
        <true/>
        <key>ForceKextsToLoad</key>
        <array>
            <string>\System\Library\Extensions\IONetworkingFamily.kext</string>
        </array>
        <key>KernelLapic</key>
        <true/>
        <key>KernelPm</key>
        <true/>
        <key>KextsToPatch</key>
        <array>
            <dict>
                <key>Comment</key>
                <string>Enable TRIM for SSD</string>
                <key>Find</key>
                <data>
                AEFQUExFIFNTRAA=
                </data>
                <key>Name</key>
                <string>disabled:IOAHCIBlockStorage</string>
                <key>Replace</key>
                <data>
                AAAAAAAAAAAAAAA=
                </data>
            </dict>
            <dict>
                <key>Comment</key>
                <string>Boot graphics glitch, 10.10.2</string>
                <key>Find</key>
                <data>
                QYjE6xE=
                </data>
                <key>Name</key>
                <string>disabled:IOGraphicsFamily</string>
                <key>Replace</key>
                <data>
                QYjE6zE=
                </data>
            </dict>
            <dict>
                <key>Comment</key>
                <string>Boot graphics glitch, 10.10.0/10.10.1 (1 of 2)</string>
                <key>Find</key>
                <data>
                hcB0XUg=
                </data>
                <key>Name</key>
                <string>disabled:IOGraphicsFamily</string>
                <key>Replace</key>
                <data>
                McB0W0g=
                </data>
            </dict>
            <dict>
                <key>Comment</key>
                <string>HDMI-audio HD4000 0x01660003, port 0304</string>
                <key>Find</key>
                <data>
                AwQAAAAEAACBAAAA
                </data>
                <key>Name</key>
                <string>disabled:AppleIntelFramebufferCapri</string>
                <key>Replace</key>
                <data>
                AwQAAAAIAAAGAAAA
                </data>
            </dict>
            <dict>
                <key>Comment</key>
                <string>HDMI-audio HD4000 0x01660003, port 0205</string>
                <key>Find</key>
                <data>
                AgUAAAAEAAAHBAAA
                </data>
                <key>Name</key>
                <string>disabled:AppleIntelFramebufferCapri</string>
                <key>Replace</key>
                <data>
                AgUAAAAIAAAGAAAA
                </data>
            </dict>
            <dict>
                <key>Comment</key>
                <string>HDMI-audio HD4000 0x01660003, port 0406</string>
                <key>Find</key>
                <data>
                BAYAAAAEAACBAAAA
                </data>
                <key>Name</key>
                <string>disabled:AppleIntelFramebufferCapri</string>
                <key>Replace</key>
                <data>
                BAYAAAAIAAAGAAAA
                </data>
            </dict>
            <dict>
                <key>Comment</key>
                <string>Boot graphics glitch, 10.10.0/10.10.1 (2 of 2)</string>
                <key>Find</key>
                <data>
                QYjE6wM=
                </data>
                <key>Name</key>
                <string>disabled:IOGraphicsFamily</string>
                <key>Replace</key>
                <data>
                QYjE6yM=
                </data>
            </dict>
        </array>
    </dict>
    <key>SMBIOS</key>
    <dict>
        <key>BoardType</key>
        <integer>10</integer>
        <key>ChassisType</key>
        <integer>10</integer>
        <key>BiosReleaseDate</key>
        <string>05/10/12</string>
        <key>Version</key>
        <string>1.0</string>
        <key>SerialNumber</key>
        <string>C02L4NDVDRVC</string>
        <key>Manufacturer</key>
        <string>Apple Computer, Inc.</string>
        <key>BoardManufacturer</key>
        <string>Apple Computer, Inc.</string>
        <key>BoardSerialNumber</key>
        <string>9YG7PFXO7WF6NEWE5</string>
        <key>ChassisAssetTag</key>
        <string>Air-Enclosure</string>
        <key>BiosVendor</key>
        <string>Apple Computer, Inc.</string>
        <key>ChassisManufacturer</key>
        <string>Apple Computer, Inc.</string>
        <key>BiosVersion</key>
        <string>MBA51.88Z.00EF.B00.1205221442</string>
        <key>Board-ID</key>
        <string>Mac-2E6FAB96566FE58C</string>
        <key>Family</key>
        <string>MacBook Air</string>
        <key>ProductName</key>
        <string>MacBookAir5,2</string>
        <key>Mobile</key>
        <true/>
        <key>Trust</key>
        <false/>
    </dict>
    <key>SystemParameters</key>
    <dict>
        <key>InjectKexts</key>
        <string>Detect</string>
    </dict>
</dict>
</plist>

Present problem is that I could not finish upgrading to Yosemite. Install button which appears in clover menu goes to a point and then stops as below.
1wR7Oa5.jpg

Any help to complete upgrading to Yosemite will be appreciated.
Link to comment
Share on other sites

Hi,

 

Really hard to read, but my guess is it could be either a graphics issue, or FakeSMC is not loaded.

If it is graphics issue, Mavericks can not work. I am not sure of FakeSMC. Will it be different for Mavericks and Yosemite?

Now new development is that install option opens verbatim boot, but goes back to clover menu. I am at lose to understand why this happens.

Link to comment
Share on other sites

 Share

×
×
  • Create New...