Contribute
Register

SUCCESS: Mavericks Install on GA58 UD5 F12 i7 920 with GTX580

Status
Not open for further replies.
Joined
Oct 27, 2011
Messages
44
Motherboard
Gigabyte Z170 Gaming G1 Rev 1.0
CPU
i7 6770K
Graphics
GTX 1080ti
Mac
  1. iMac
Just installed my girlfriend's.

Install Unibeast/Mavericks to a USB as TonyMac suggests, ensure your old working ML extra/org.chameleon.Boot.plist is replicated inside new Unibeast's org.chameleon.Boot.plist and your good to go. Easiest way is to use DigitalDream's hackinstaller utility to copy the old settings/and edit the USB/Unibeast's boot loader. Once you've created your tailored USB boot loader its straightforward.

Reboot, Install. Adjust further kext settings/DSDTs later. Done.
 
Hi driftwoodtv,

I have the same hardware, with the only difference being Geforce 9800 GTX+ graphics. I've been successfully running Lion (currently 10.7.3) via UniBeast/Multibeast installation for 2 years and am now considering the Mavericks upgrade.

Do you have a sec to clarify from your post specifically when in the process and how exactly to create the custom UniBeast using Hackinstaller script and/or? utilizing my existing Lion (10.7.3) org.chameleon.Boot.plist?

Thanks in advance, as you can tell, I'm a bit of a noob.
 
Is my LION (not ML) org.chameleon.Boot.plist file compatible with Mavericks?

For the record, here is my old Lion org.chameleon.boot.plist:

<?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>Kernel</key>
<string>mach_kernel</string>
<key>Kernel Flags</key>
<string>npci=0x2000 darkwake=0</string>
<key>GraphicsEnabler</key>
<string>Yes</string>
<key>Graphics Mode</key>
<string>1920x1200x32</string>
<key>Timeout</key>
<string>1</string>
<key>Legacy Logo</key>
<string>Yes</string>
<key>EthernetBuiltIn</key>
<string>Yes</string>
</dict>
</plist>

and the Default UniBeast 3.0.0 org.chameleon.Boot.plist:

<?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>Boot Banner</key>
<string>No</string>
<key>GraphicsEnabler</key>
<string>No</string>
<key>Instant Menu</key>
<string>Yes</string>
<key>IGPEnabler</key>
<string>Yes</string>
<key>Kernel Flags</key>
<string></string>
<key>Legacy Logo</key>
<string>Yes</string>
<key>UseKernelCache</key>
<string>No</string>
</dict>
</plist>

Thanks in advance,
-Phil
 
Ive found the quickest and safest way is to produce a unibeast 8gb USB drive as stated by tonymacx86 unibeast for mavericks guide, then download Digital Dreamer's latest 'Hackinstaller' script for Mavericks (found on insanelymac) for post setup of the motherboard (DD's script is totally geared for the GA58 UD5 mobo and provides all the current kexts required inside).

If Lion/ML currently works, Mavericks WILL work.

Steps:

1. Don't change anything inside your current Extra folder on boot drive. Now, Install off the unibeast USB drive omitting A-J over the top of your existing system (backup current boot drive if you need to).
2. On reboot after install, if you can get to the desktop its easy, run Hackinstaller, and update the boot loader, all your kexts, etc and then restart.
*If you can't get to desktop its probably your graphics card stopping you. You may need to reboot with flags -x, -f, pcirootuid=1, GraphicsEnabler=Yes/No, etc... to get in and run hackinstaller. Other problems I envisage could be to remove appleintelcpumanagement in a terminal boot (you can do this running the USB install again and just clicking on Terminal or booting in single-user -s).

Finally if all else fails and you're getting black screens, copy over the Unibeast created USB Extra folder's two plists; smbios and chameleon.boot.plist from the USB to your boot hard drive's extra folder (as if you've installed Mavericks, you know it should boot graphically) by doing;-

1 : Use USB Unibeast to get to installation screen click on Utilities and open Terminal
2 : change directory to your HDD OSX installation ( /Volume/Your Mavericks Boot Drive name)
3 : change directory to /Extra folder
4 : now rename org.chamelion.Boot.plist :

mv org.chamelian.Boot.plist org.chamelian.Boot.plist.bak

5 : rename smbios.plist :

mv smbios.plist smbios.plist.bak

6 : copy org.chamelian.Boot.plist and smbios.plist from /Volume/USB

cp /Volume/USB/Extra/org.chamelian.Boot.plist /Volume/Mavericks Install Drive Name/Extra/
cp /Volume/USB/Extra/smbios.plist /Volume/Mavericks Install Drive Name/Extra/

7: now type ‘ls’ at terminal to make sure new files are there then close terminal (directory list)
8: open disk utility from utilities menu
9: click on Mavericks Install partition and click repair permissions
10 : wait until it finish and then remove the USB and reboot

Likely is that the Mavericks boot drive Extra folder contents is READ ONLY so you may have to ;-
chmod ug-rw "filename" to make it writeable/renameable/deleteable.

Basically, though once you're into Mavericks to get things working use Hackinstaller for this particular motherboard - you'll be able to rebuild all your plists how you used to have them with updated kexts, and insert c3states and c4states keys into chameleon boot plist;-

You may want to ditch your DSDT and get hack installer to rebuild a new one with the additional extras. If so,
* Boot with the NullCPUPowerManagement.kext installed and without a DSDT.
* Run the DSDT patcher in the script.
* Uninstall the NullCPUPowerManagement.kext and reboot.

Any other queries give me a shout.

Here's DD (MAJ's) link:
http://www.insanelymac.com/forum/to...ntain-lion-install-on-gigabyte-mobos/page-211
 
Status
Not open for further replies.
Back
Top