Jump to content
2 posts in this topic

Recommended Posts

First things first, let me give my hardware: (This is UEFI and the computer is an ASUS K55A-DS71) 

CHIPSET: Intel Chief River

CPU: Intel Core i7-3630QM - Ivy Bridge

MEMORY: 8GB DDR3 SDRAM

HDD: 750GB 5400 RPM

GPU: Intel HD Graphics 400

Network Interface: Qualcomm Atheros AR9485WB-EG Wireless Network Adapter

I followed the steps very precisely on the given guide on tonymacx86 for Clover on UEFI systems. I used my Macbook to use Clover and install Mavericks to the USB, along with Clover, but when I boot into Mac OS X USB it hangs on the grey screen that has NO loading icon spinning, or the beach ball. It just hangs there and does nothing, all that shows is the Apple.  I used the kexts provided in the tutorial that are suggested to use.

NOW, when I boot with using the option "with injected kexts", just a black screen with white text shows and the last two times are:
"com.apple.AppleFSCompressionTypeZlib kmod start" &&
"com.apple.AppleFSCompressionType Dataless kmod start"

It just hangs there as well, with those being the last two lines.

I know for a fact that my settings in BIOS are correct and everything such as that, safeboot is turned "OFF".

I was using the "config.plist" that came with Clover, but I tried this config.plist as well:

 

<?xml version="1.0" encoding="UTF-8"?>

<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com...yList-1.0.dtd">

<plist version="1.0">

<dict>

<key>Boot</key>

<dict>

<key>Arguments</key>

<string>npci=0x2000 -v slide=0</string>

<key>Legacy</key>

<string>LegacyBiosDefault</string>

<key>Timeout</key>

<integer>5</integer>

<key>DefaultVolume</key>

<string>Mac OS X</string>

<key>Log</key>

<false/>

<key>Fast</key>

<false/>

<key>XMPDetection</key>

<true/>

</dict>

<key>SystemParameters</key>

<dict>

<key>InjectSystemID</key>

<false/>

</dict>

<key>Graphics</key>

<dict>

<key>Inject</key>

<dict>

<key>Intel</key>

<true/>

<key>ATI</key>

<false/>

<key>NVidia</key>

<false/>

</dict>

<key>DualLink</key>

<integer>1</integer>

</dict>

<key>KernelAndKextPatches</key>

<dict>

<key>Debug</key>

<false/>

<key>KernelCpu</key>

<false/>

<key>AsusAICPUPM</key>

<true/>

<key>AppleRTC</key>

<true/>

</dict>

<key>Devices</key>

<dict>

<key>Audio</key>

<dict>

<key>Inject</key>

<string>No</string>

</dict>

<key>USB</key>

<dict>

<key>Inject</key>

<true/>

<key>FixOwnership</key>

<false/>

<key>AddClockID</key>

<false/>

</dict>

</dict>

<key>RtVariables</key>

<dict>

<key>MountEFI</key>

<false/>

<key>LogEveryBoot</key>

<string>5</string>

<key>LogLineCount</key>

<integer>3000</integer>

</dict>

<key>ACPI</key>

<dict>

<key>smartUPS</key>

<integer>1</integer>

<key>SSDT</key>

<dict>

<key>Generate</key>

<dict>

<key>CStates</key>

<true/>

<key>PStates</key>

<true/>

</dict>

</dict>

</dict>

<key>GUI</key>

<dict>

<key>TextOnly</key>

<false/>

<key>Theme</key>

<string>black_green</string>

<key>ScreenResolution</key>

<string>1920x1080</string>

<key>Mouse</key>

<dict>

<key>Enabled</key>

<true/>

<key>Speed</key>

<integer>7</integer>

<key>Mirror</key>

<false/>

<key>DoubleClick</key>

<integer>500</integer>

</dict>

<key>Scan</key>

<dict>

<key>Entries</key>

<true/>

<key>Tool</key>

<true/>

<key>Legacy</key>

<string>Last</string>

</dict>

<key>Custom</key>

<dict>

<key>NoCaches</key>

<false/>

</dict>

</dict>

</dict>

</plist>

If anyone could help me, please, please, please, do so. Thank you. What I'm mainly looking for is just a config.plist that would work or a solution to this problem, thank you, again!

Link to comment
https://www.insanelymac.com/forum/topic/297497-uefi-w-windows-8-and-mavericks/
Share on other sites

Set the internal graphics memory in your BIOS to 64MB size and try the config.plist below (which uses MacBookAir5,2 SMBIOS and ig-platform-id 0x01660003)

<?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>GUI</key>
	<dict>
		<key>Theme</key>
		<string>black_green</string>
		<key>Mouse</key>
		<dict>
			<key>Enabled</key>
			<false/>
		</dict>
		<key>Scan</key>
		<dict>
			<key>Entries</key>
			<true/>
			<key>Tool</key>
			<true/>
			<key>Legacy</key>
			<false/>
		</dict>
		<key>Custom</key>
		<dict>
			<key>Entries</key>
			<array>
				<dict>
					<key>FullTitle</key>
					<string>UEFI Internal</string>
					<key>Hidden</key>
					<false/>
					<key>Disabled</key>
					<true/>
					<key>Type</key>
					<string>Other</string>
				</dict>
			</array>
		</dict>
	</dict>
	<key>KernelAndKextPatches</key>
	<dict>
		<key>AppleRTC</key>
		<true/>
		<key>AsusAICPUPM</key>
		<true/>
	</dict>
	<key>ACPI</key>
	<dict>
		<key>DSDT</key>
		<dict>
			<key>Debug</key>
			<false/>
			<key>ReuseFFFF</key>
			<false/>
			<key>DropOEM_DSM</key>
			<false/>
		</dict>
		<key>SSDT</key>
		<dict>
			<key>DropOem</key>
			<true/>
			<key>Generate</key>
			<dict>
				<key>PStates</key>
				<true/>
				<key>CStates</key>
				<true/>
			</dict>
		</dict>
	</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>C02L3A1IDRVC</string>
		<key>Manufacturer</key>
		<string>Apple Inc.</string>
		<key>BoardManufacturer</key>
		<string>Apple Inc.</string>
		<key>BoardSerialNumber</key>
		<string>UL4LCUK3TB2KASJ2R</string>
		<key>ChassisAssetTag</key>
		<string>Air-Enclosure</string>
		<key>BiosVendor</key>
		<string>Apple Inc.</string>
		<key>ChassisManufacturer</key>
		<string>Apple 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>Graphics</key>
	<dict>
		<key>ig-platform-id</key>
		<string>0x01660003</string>
		<key>Inject</key>
		<dict>
			<key>Intel</key>
			<true/>
			<key>ATI</key>
			<false/>
			<key>NVidia</key>
			<false/>
		</dict>
	</dict>
	<key>Devices</key>
	<dict>
		<key>USB</key>
		<dict>
			<key>Inject</key>
			<true/>
			<key>FixOwnership</key>
			<true/>
			<key>AddClockID</key>
			<true/>
		</dict>
		<key>UseIntelHDMI</key>
		<false/>
	</dict>
	<key>Boot</key>
	<dict>
		<key>Arguments</key>
		<string>dart=0</string>
		<key>Legacy</key>
		<string>LegacyBiosDefault</string>
		<key>Log</key>
		<false/>
		<key>NeverHibernate</key>
		<true/>
		<key>Timeout</key>
		<integer>5</integer>
		<key>XMPDetection</key>
		<string>Yes</string>
		<key>Secure</key>
		<false/>
	</dict>
	<key>SystemParameters</key>
	<dict>
		<key>InjectKexts</key>
		<string>Detect</string>
	</dict>
</dict>
</plist>

You should boot the installer in verbose mode without caches and with injected kexts.

 

Please post screenshots if there are any problems.

config.zip

×
×
  • Create New...