Jump to content

[SOLVED] Changing to Clover Bootloader, Black Screen on OS X Boot


Streuli273
 Share

1 post in this topic

Recommended Posts

I am on the process of changing bootloader, to clover, but am facing a problem. I installed it to an external SD Card formatted as FAT32 on MBR, and it booted fine, into the bootloader (after some trial and error). I then tried to boot OS X, during the boot everything looked normal, but when the desktop should appear, the monitor(s) went to sleep and I had no graphics. The desktop had loaded as I heard volume change sounds and the caps lock light worked. Everything works fine with chamelon but I need a clover for the appstore and updates.

 

Here are my specs:
i5-3570k

Gigabyte GTX660

MSI Z77-MA G45

 

Here is my config.plist in (SD card)/EFI/CLOVER

<?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>SMBIOS</key>
	<dict>
		<key>BiosVendor</key>
		<string>Apple Inc.</string>
	</dict>
	<key>Boot</key>
	<dict>
		<key>Timeout</key>
		<integer>7</integer>
		<key>DefaultVolume</key>
		<string>HDD12345</string>
		<key>Arguments</key>
		<string>-v  GI=Yes</string>
	</dict>
	<key>ACPI</key>
	<dict>
		<key>DSDT</key>
		<dict>
			<key>Debug</key>
			<false/>
			<key>FixMask</key>
			<string>0x3031</string>
			<key>DsdtName</key>
			<string>BIOS</string>
			<key>Patches</key>
			<array/>
		</dict>
		<key>SSDT</key>
		<dict>
			<key>Generate</key>
			<dict>
				<key>PStates</key>
				<true/>
				<key>CStates</key>
				<true/>
			</dict>
			<key>DropOem</key>
			<true/>
		</dict>
	</dict>
	<key>GUI</key>
	<dict>
		<key>Theme</key>
		<string>MavStyle</string>
		<key>TextOnly</key>
		<false/>
		<key>Language</key>
		<string>ru:0</string>
		<key>Mouse</key>
		<dict>
			<key>Enabled</key>
			<true/>
			<key>Speed</key>
			<integer>10</integer>
			<key>Mirror</key>
			<false/>
			<key>DoubleClick</key>
			<integer>500</integer>
		</dict>
	</dict>
	<key>Graphics</key>
	<dict>
		<key>Inject</key>
		<dict>
			<key>Intel</key>
			<false/>
			<key>ATI</key>
			<false/>
			<key>NVidia</key>
			<true/>
		</dict>
		<key>InjectEDID</key>
		<false/>
	</dict>
	<key>KernelAndKextPatches</key>
	<dict>
		<key>AppleRTC</key>
		<true/>
		<key>AsusAICPUPM</key>
		<true/>
		<key>KernelCpu</key>
		<false/>
	</dict>
	<key>Devices</key>
	<dict>
		<key>USB</key>
		<dict>
			<key>Inject</key>
			<true/>
			<key>AddClockID</key>
			<true/>
			<key>USBFixOwnership</key>
			<true/>
		</dict>
		<key>PCIRootUID</key>
		<string>1</string>
	</dict>
	<key>RtVariables</key>
	<dict>
		<key>MountEFI</key>
		<true/>
	</dict>
	<key>SystemParameters</key>
	<dict>
		<key>InjectSystemID</key>
		<true/>
		<key>InjectKexts</key>
		<true/>
	</dict>
</dict>
</plist>

Any ideas?

 

Thanks!

 

EDIT: SOLVED. Fixed by turning off GraphicsInjector in the bootflags. Still have full accelerationa and it detects my card.

Link to comment
Share on other sites

 Share

×
×
  • Create New...