Register a SA Forums Account here!
JOINING THE SA FORUMS WILL REMOVE THIS BIG AD, THE ANNOYING UNDERLINED ADS, AND STUPID INTERSTITIAL ADS!!!

You can: log in, read the tech support FAQ, or request your lost password. This dumb message (and those ads) will appear on every screen until you register! Get rid of this crap by registering your own SA Forums Account and joining roughly 150,000 Goons, for the one-time price of $9.95! We charge money because it costs us money per month for bills, and since we don't believe in showing ads to our users, we try to make the money back through forum registrations.
 
  • Locked thread
KOTEX GOD OF BLOOD
Jul 7, 2012

Get a load of this:




Tried everything: different USB ports and sticks, tried selecting every entry in the boot menu to ensure it was EFI boot, with/without nv_disable, bios reset, detached all SATA disks, detached 2nd monitor, removed my 2nd videocard, etc. Using 670 GTX and GA-Z77X-D3H.

config.plist:

code:
<?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>Name</key>
			<string>DSDT.aml</string>
			<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>Cpu0Ist</string>
			</dict>
			<dict>
				<key>Signature</key>
				<string>DMAR</string>
			</dict>
		</array>
		<key>HaltEnabler</key>
		<true/>
		<key>SSDT</key>
		<dict>
			<key>DropOem</key>
			<false/>
			<key>Generate</key>
			<true/>
		</dict>
	</dict>
	<key>Boot</key>
	<dict>
		<key>Arguments</key>
		<string>kext-dev-mode=1</string>
		<key>Debug</key>
		<false/>
		<key>DefaultLoader</key>
		<string>boot.efi</string>
		<key>DefaultVolume</key>
		<string>LastBootedVolume</string>
		<key>Legacy</key>
		<string>PBR</string>
		<key>Secure</key>
		<false/>
		<key>Timeout</key>
		<integer>5</integer>
		<key>XMPDetection</key>
		<false/>
	</dict>
	<key>Devices</key>
	<dict>
		<key>Audio</key>
		<dict>
			<key>ResetHDA</key>
			<true/>
		</dict>
		<key>USB</key>
		<dict>
			<key>AddClockID</key>
			<true/>
			<key>FixOwnership</key>
			<true/>
			<key>HighCurrent</key>
			<true/>
			<key>Inject</key>
			<true/>
		</dict>
	</dict>
	<key>GUI</key>
	<dict>
		<key>Mouse</key>
		<dict>
			<key>DoubleClick</key>
			<integer>500</integer>
			<key>Enabled</key>
			<false/>
			<key>Mirror</key>
			<false/>
			<key>Speed</key>
			<integer>8</integer>
		</dict>
		<key>Scan</key>
		<true/>
		<key>ScreenResolution</key>
		<string>1280x1024</string>
		<key>Theme</key>
		<string>black_green</string>
	</dict>
	<key>Graphics</key>
	<dict>
		<key>Inject</key>
		<dict>
			<key>ATI</key>
			<false/>
			<key>Intel</key>
			<false/>
			<key>NVidia</key>
			<false/>
		</dict>
		<key>NvidiaSingle</key>
		<false/>
	</dict>
	<key>KernelAndKextPatches</key>
	<dict>
		<key>AppleRTC</key>
		<true/>
		<key>AsusAICPUPM</key>
		<false/>
		<key>Debug</key>
		<false/>
		<key>KernelCpu</key>
		<false/>
		<key>KernelHaswellE</key>
		<false/>
		<key>KernelLapic</key>
		<false/>
		<key>KernelPm</key>
		<false/>
	</dict>
	<key>RtVariables</key>
	<dict>
		<key>MLB</key>
		<string>C02032109R5DC771H</string>
		<key>ROM</key>
		<string>UseMacAddr0</string>
	</dict>
	<key>SMBIOS</key>
	<dict>
		<key>BiosReleaseDate</key>
		<string>02/29/08</string>
		<key>BiosVendor</key>
		<string>Apple Inc.</string>
		<key>BiosVersion</key>
		<string>MP31.88Z.006C.B05.0802291410</string>
		<key>Board-ID</key>
		<string>Mac-F42C88C8</string>
		<key>BoardManufacturer</key>
		<string>Apple Inc.</string>
		<key>BoardType</key>
		<integer>11</integer>
		<key>ChassisAssetTag</key>
		<string>Pro-Enclosure</string>
		<key>ChassisManufacturer</key>
		<string>Apple Inc.</string>
		<key>ChassisType</key>
		<string>06</string>
		<key>Family</key>
		<string>Mac Pro</string>
		<key>Manufacturer</key>
		<string>Apple Inc.</string>
		<key>ProductName</key>
		<string>MacPro3,1</string>
		<key>SerialNumber</key>
		<string>CK9442L2XYL</string>
		<key>Trust</key>
		<false/>
		<key>Version</key>
		<string>1.0</string>
	</dict>
	<key>SystemParameters</key>
	<dict>
		<key>InjectKexts</key>
		<string>Yes</string>
		<key>InjectSystemID</key>
		<true/>
	</dict>
</dict>
</plist>

KOTEX GOD OF BLOOD fucked around with this message at 05:09 on Jul 19, 2015

Adbot
ADBOT LOVES YOU

KOTEX GOD OF BLOOD
Jul 7, 2012

KOTEX GOD OF BLOOD posted:

Get a load of this:




Tried everything: different USB ports and sticks, tried selecting every entry in the boot menu to ensure it was EFI boot, with/without nv_disable, bios reset, detached all SATA disks, detached 2nd monitor, removed my 2nd videocard, etc. Using 670 GTX and GA-Z77X-D3H.
Results with Unibeast/Multibeast:



Hmmmm...

KOTEX GOD OF BLOOD fucked around with this message at 06:19 on Jul 19, 2015

KOTEX GOD OF BLOOD
Jul 7, 2012

enMTW posted:

Are you sure the installation media (USB stick) is correct? That error usually occurs with invalid media.
Yes, as I wrote in the post I tried multiple sticks.

KOTEX GOD OF BLOOD
Jul 7, 2012

akadajet posted:

I tried doing a fresh install as opposed to just booting my tonymac build from clover and ran into the same thing when trying to launch the installer.

I also had chimera installed but when I was doing this it was unplugged and I was using a fresh SSD and new flash drive.

KOTEX GOD OF BLOOD
Jul 7, 2012

enMTW posted:

Have you googled for your board and set the settings other hackintosh users have set?
I did. Like I said, it's working with Chimera...

KOTEX GOD OF BLOOD
Jul 7, 2012

Thanks. Sent you a PM.

Adbot
ADBOT LOVES YOU

KOTEX GOD OF BLOOD
Jul 7, 2012

Shoutout to Sinestro for being totally awesome and spending hours to help me get this running for no apparent reason.

I'm running a GA-Z77X-D3H, which is a fucker of a board to get running on Clover, maybe the only Gigabyte Z77/X board for which it's such a hassle. That's thanks to a finicky EFI/BIOS and the awful VIA VT2021 audio.

The solution was to update to the F16 bios (NOT the beta one,) and, oddly enough, delete all of the other kext folders on my Clover USB aside from "10.11" and "Other". Turn off VT-d and integrated graphics and turn on EHCI handoff and you're good to go. Except, the audio doesn't work. Luckily, I have an external DAC.

Glad to finally be off Chameleon.

  • Locked thread