Jump to content
2 posts in this topic

Recommended Posts

*** UPDATED at the bottom

 

Hello,

So I have the following build on which I'm trying to install Yosemite (vanilla installation with no bootleader):

- AsRock z75 Pro3 (UEFI, Flashed BIOS with Ozmosis)
- Intel i7-2600k Unlocked CPU
- Corsair Vengeance 1600MHz DDR3 Ram - 16GB
- Nzxt S340
- Corsair H60 Water Cooling Unit
- Corsair 120Go Force3 SATA 3 SSD
- Corsair HX650W AT

Here under is the config.plist (OzmosisDefault.plist) file that I've convert to OzmosisDefault.ffs (Found the config.plist there:http://www.insanelymac.com/forum/top...rock-z75-pro3/but not sure it was a good idea, maybe I should use the default one? )

 

<?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>SSDT</key>
<dict>
<key>DropOem</key>
<true/>
<key>Generate</key>
<dict>
<key>CStates</key>
<false/>
<key>PStates</key>
<false/>
</dict>
</dict>
</dict>
<key>Boot</key>
<dict>
<key>Arguments</key>
<string>-xcpm kext-dev-mode=1</string>
<key>Log</key>
<false/>
<key>Secure</key>
<false/>
<key>Timeout</key>
<integer>1</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>HighCurrent</key>
<true/>
<key>Inject</key>
<true/>
</dict>
</dict>
<key>GUI</key>
<dict>
<key>Language</key>
<string>it:0</string>
<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>1920x1080</string>
</dict>
<key>Graphics</key>
<dict>
<key>Inject</key>
<dict>
<key>ATI</key>
<false/>
<key>Intel</key>
<false/>
<key>NVidia</key>
<false/>
</dict>
</dict>
<key>KernelAndKextPatches</key>
<dict>
<key>AppleRTC</key>
<true/>
<key>AsusAICPUPM</key>
<true/>
</dict>
<key>SMBIOS</key>
<dict>
<key>BiosReleaseDate</key>
<string>10/12/2012</string>
<key>BiosVendor</key>
<string>Apple Inc.</string>
<key>BiosVersion</key>
<string>IM131.88Z.010A.B05.1210121459</string>
<key>Board-ID</key>
<string>Mac-FC02E91DDD3FA6A4</string>
<key>BoardManufacturer</key>
<string>Apple Inc.</string>
<key>BoardType</key>
<integer>10</integer>
<key>ChassisAssetTag</key>
<string>iMac-Aluminum</string>
<key>ChassisManufacturer</key>
<string>Apple Inc.</string>
<key>ChassisType</key>
<string>13</string>
<key>Family</key>
<string>iMac</string>
<key>Manufacturer</key>
<string>Apple Inc.</string>
<key>Mobile</key>
<false/>
<key>ProductName</key>
<string>iMac13,2</string>
<key>SerialNumber</key>
<string>C02KCAWEDNMP</string>
<key>Trust</key>
<false/>
<key>Version</key>
<string>1.0</string>
</dict>
<key>SystemParameters</key>
<dict>
<key>InjectKexts</key>
<string>Yes</string>
</dict>
</dict>
</plist>

 

If you look at the attached z75.jpg, you will see a list of the kexts I've included in the BIOS I've patched but when booting the USB installation disk I get the circle with the line.

I end up trying with less kexts. They are the highlighted ones on the left list. The right list kext where still included into the new patched BIOS. I even tried with none the kexts on the left but end with the circle with the line anyway.

 

post-1572776-0-93465700-1438548389_thumb.jpg

My BIOS settings are optimized defaut, Share memory to 32MB, disabled serial port, ACPI, really don't know what to try next.

1) Is there a way to start the installation in verbose mode with a vanilla Yosemite USB installation ?

2) Any help would be greatly appreciated. What am I missing? My guess would be this OzmosisDefaults.plist file but I'm not sure.

 

*** UPDATE I was able to boot in verbose mode using Windows+V keys

 

Then I get the following error attached in the screenshot

What Version of Ozmosis are you using?

If it's 1479 would you check if you have an hidden EFI-Partition on your Harddisk(s)?

If so, you would be able to use an Defaults.plist in the directory /EFI/Oz, in which you set all the necessary entries without tempering with the UEFI-Flashrom every time.

 

The file itself should look like:

<?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>Defaults:1F8E0C02-58A9-4E34-AE22-2B63745FA101</key>
	<dict>
		<key>BootEntryTemplate</key>
		<string>$label</string>
		<key>DarwinDiskTemplate</key>
		<string>$label</string>
		<key>DarwinRecoveryDiskTemplate</key>
		<string>$label</string>
		<key>DisableIntelInjection</key>
		<false/>
		<key>DisableNvidaInjection</key>
		<false/>
	</dict>
	<key>Defaults:4D1FDA02-38C7-4A6A-9CC6-4BCCA8B30102</key>
	<dict>
		<key>BaseBoardAssetTag</key>
		<string>Base Board Asset Tag#</string>
		<key>BaseBoardSerial</key>
		<string>Deine SystemSerial auf 17 Stellen erweitert</string>
		<key>BiosDate</key>
		<string>From CloverConfigurator</string>
		<key>BiosVersion</key>
		<string>From CloverConfigurator</string>
		<key>BoardVersion</key>
		<string>Proto1</string>
		<key>ChassisAssetTag</key>
		<string>From CloverConfigurator</string>
		<key>EnclosureType</key>
		<integer>13</integer>
		<key>FirmwareFeatures</key>
		<integer>2147488791</integer>
		<key>FirmwareFeaturesMask</key>
		<integer>3221487415</integer>
		<key>FirmwareRevision</key>
		<integer>65546</integer>
		<key>FirmwareVendor</key>
		<string>Apple</string>
		<key>HardwareAddress</key>
		<string>Your MAC-address of en0 as XX:XX:XX:XX:XX:XX</string>
		<key>HardwareSignature</key>
		<string>From Apple MAC Hack Field Hardware UUID</string>
		<key>Manufacturer</key>
		<string>From CloverConfigurator</string>
		<key>ProcessorSerial</key>
		<string>Copy from SystemSerial</string>
		<key>ProductFamily</key>
		<string>From CloverConfigurator</string>
		<key>ProductId</key>
		<string>From CloverConfigurator</string>
		<key>ProductName</key>
		<string>From CloverConfigurator</string>
		<key>SystemSKU</key>
		<string>System SKU#</string>
		<key>SystemSerial</key>
		<string>From CloverConfigurator, also used for ProcessorSerial and BaseBoardSerial</string>
		<key>SystemVersion</key>
		<string>1.0</string>
		<key>platform-uuid</key>
		<string>From Apple MAC Hack Field System UUID</string>
	</dict>
	<key>Defaults:7C436110-AB2A-4BBB-A880-FE41995C9F82</key>
	<dict>
		<key>boot-args</key>
		<string>kext-dev-mode=1 darkwake=8</string>
	</dict>
	<key>Timestamp</key>
	<integer>0</integer>
	<key>Version</key>
	<string>1.0.1</string>
</dict>
</plist>

×
×
  • Create New...