IronManJFF Posted May 17, 2016 Share Posted May 17, 2016 Anyone moved to 10.11.5 yet ? Link to comment Share on other sites More sharing options...
Allrounder Posted May 17, 2016 Share Posted May 17, 2016 Yes, no problems. Quo el classico Link to comment Share on other sites More sharing options...
toastie Posted May 17, 2016 Share Posted May 17, 2016 Yes, no problems. Quo el classico I assume you mean with SIP disabled. Link to comment Share on other sites More sharing options...
IronManJFF Posted May 18, 2016 Share Posted May 18, 2016 Just did the upgrade from 10.11.4. to 10.11.5. Smooth Link to comment Share on other sites More sharing options...
dwdrummer0 Posted May 18, 2016 Share Posted May 18, 2016 Yes, 10.11.5 is great. Link to comment Share on other sites More sharing options...
UberNoob Posted May 18, 2016 Share Posted May 18, 2016 (edited) Okay. Guys...Here comes the uber noob... yes I picked that username just to tell how new and noob I am to the hackintosh scene.However here is my story/problem: I want to upgrade my Mac OSX from 10.9.5 to at least 10.10 - however when I use the installer, it simply stalls at the Apple loading Logo and does not proceed. This is after it's automatic reboot. It simply just stalls at a point, around 80/90 % into loading the installer.I have installed Mac OSX just plain vanilla, no Kexts (other than the audio fix in the installer package provided by Quo Computers) - is that still possible?So in short should I:- Flash the BIOS with the latest ROM?- Do a clean install? (aka go into the backup partition and wreck havok...)If you guys have any suggestions or tips to what I should do or can get feedback on this it would be greatly appreciated, simply I just want to update my machine but have a hard time doing it Luckily I do have backups (a time machine copy and a copy of the most important files on an external hard drive)My specs should be in the signature (though I am not 110% sure of the names and model numbers of the Toshiba Harddrive or Samsung Barracuda drive)Hope you can help a noob out... Edited May 18, 2016 by Micky1979 tonymacx86 not allowed. Read the Rules! Link to comment Share on other sites More sharing options...
IronManJFF Posted May 18, 2016 Share Posted May 18, 2016 If you are really using the F2N Vanilla BIOS then you must be booting with Clover or some other mechanism and not Ozmosis. You are using the board as a 'Hack a la Tony' and missing on the best part of owning a QUO. First let's make sure of what you have ... Go get DarwinDumper .. and produce the Firmware (Boot) Log Report so we can take a look also go in Terminal (Applications/Utilities) and provide output of this command diskutil list 2 Link to comment Share on other sites More sharing options...
Quadie Posted May 18, 2016 Share Posted May 18, 2016 UberNoob is now using the X-Mass Oz release, has his GTX 680 flashed with GOP support and is downloading 10.11.5. Edit: The AOS board needs NVRAM protection disabled because Oz is using a AptioFix1 style memory map fix (thank-you crusher. for telling me this). You can disable NVRAM SIP in a few different ways: EFI Shell: setvar csr-active-config -GUID 7C436110-AB2A-4BBB-A880-FE41995C9F82 -nv ="50000000"Oz Defaults Plist: <key>Defaults:7C436110-AB2A-4BBB-A880-FE41995C9F82</key> <dict> <key>csr-active-config</key> <string>UAAAAA==</data> </dict>NVRAM (older OS X): sudo nvram 7C436110-AB2A-4BBB-A880-FE41995C9F82:csr-active-config=%P%00%00%00CSRUtil (from Recovery): csrutil enable --without nvram 4 Link to comment Share on other sites More sharing options...
IronManJFF Posted May 19, 2016 Share Posted May 19, 2016 Looks like UberNoob found a friend 1 Link to comment Share on other sites More sharing options...
^andromedar^ Posted May 19, 2016 Share Posted May 19, 2016 UberNoob is now using the X-Mass Oz release, has his GTX 680 flashed with GOP support and is downloading 10.11.5. Edit: The AOS board needs NVRAM protection disabled because Oz is using a AptioFix1 style memory map fix (thank-you crusher. for telling me this). You can disable NVRAM SIP in a few different ways: EFI Shell: setvar csr-active-config -GUID 7C436110-AB2A-4BBB-A880-FE41995C9F82 -nv ="50000000"Oz Defaults Plist: <key>Defaults:7C436110-AB2A-4BBB-A880-FE41995C9F82</key> <dict> <key>csr-active-config</key> <string>UAAAAA==</data> </dict>NVRAM (older OS X): sudo nvram 7C436110-AB2A-4BBB-A880-FE41995C9F82:csr-active-config=%P%00%00%00CSRUtil (from Recovery): csrutil enable --without nvram Thank you for helping out with guidance and contributions. Good Karma. 3 Link to comment Share on other sites More sharing options...
bs0d Posted May 19, 2016 Share Posted May 19, 2016 Oz Defaults Plist: <key>Defaults:7C436110-AB2A-4BBB-A880-FE41995C9F82</key> <dict> <key>csr-active-config</key> <string>UAAAAA==</data> </dict> The correct way for Defaults.plist would be <key>Defaults:7C436110-AB2A-4BBB-A880-FE41995C9F82</key> <dict> <key>csr-active-config</key> <integer size=32>0x50</integer> </dict> the size element is used to force a 32bit value to be set ie 4 bytes, otherwise the varibale size is auto calculated so would result in an 8 bit value ie 1 byte. 4 Link to comment Share on other sites More sharing options...
crusher Posted May 19, 2016 Share Posted May 19, 2016 yup I use like that: <key>Defaults:7C436110-AB2A-4BBB-A880-FE41995C9F82</key> <dict> <key>csr-active-config</key> <integer size=32>0x7F</integer> </dict> 1 Link to comment Share on other sites More sharing options...
UberNoob Posted May 19, 2016 Share Posted May 19, 2016 Me and @Quadie are still working on the machine (though I am more a frequency in the chat than here in the thread)However the only issue remaining is the 680 not working with a DVI-D slot on the back of the card.It is working fine on the Windows partition – we have even flashed the BIOS of the card – but are there any specific Ozmosis BIOS settings I would need to enable / disable to get it working on OSX? Link to comment Share on other sites More sharing options...
IronManJFF Posted May 19, 2016 Share Posted May 19, 2016 My understanding is that you would not need to do anything since the 680 should work OOB since the drivers are already provided in OS X. Is that a 'Mac Edition GTX 680' ? Have you tried with Nvidia Web Drivers ? Mmmm. when I get home I will check on which port mine is connected ... Link to comment Share on other sites More sharing options...
UberNoob Posted May 19, 2016 Share Posted May 19, 2016 Its just a plain EVGA Geforce GTX 680 - More specifically is the Reference cardThe original BIOS is based off SC Signature 2 though.http://www.techpowerup.com/vgabios/131227/evga-gtx680-2048-120716But we replaced it with the one referenced as the Reference card BIOS (AFAIK)http://www.techpowerup.com/vgabios/127371/evga-gtx680-2048-120509Yep they are installed!Would love to hear your feedback @IronManJFF - let me know what DVI's are working with your machine Link to comment Share on other sites More sharing options...
crusher Posted May 19, 2016 Share Posted May 19, 2016 @UberNoob this cable work perfect S Box kabal HDMI 1.4-DVI 2m 688 Link to comment Share on other sites More sharing options...
UberNoob Posted May 19, 2016 Share Posted May 19, 2016 Hi crusherThanks for that link, however that is not the issue at hand, I do have two DVI ports on my GTX 680 however only one outputs video.The other does not work.However both output works (and cables) - because both outputs in Windows, so it is a case of the outputs not being used in my Mac OSX environment, I just need to nail down how I can make them both output Link to comment Share on other sites More sharing options...
crusher Posted May 19, 2016 Share Posted May 19, 2016 Do you test HDMI output? Link to comment Share on other sites More sharing options...
UberNoob Posted May 19, 2016 Share Posted May 19, 2016 HDMI Output works fine, but I want to utilise both my DVI outputs - I do not want to remove my Cintiq which is connected to the HDMIEDIT:Essentially me and Quadie fixed it by utilising a "hacky" version of a Mac GTX 680 firmware/BIOS that made it possible to use the two DVI outputs However that made the HDMI not useable (potatoes potatis...)So we are looking at work arounds for it Link to comment Share on other sites More sharing options...
electroshock Posted May 20, 2016 Share Posted May 20, 2016 I am having the same problem with dual DVI output on my GTX 640 card. Dual monitor support worked fine on Mavericks and Yosemite with the 1479 BIOS. Now on 10.11.4 and Xmass BIOS I only have support for one monitor. The GTX 640 has dual monitor support in Win 7 so I know the card is working. Please let me know if there is a flash or other work around for this card. Thanks. Link to comment Share on other sites More sharing options...
IronManJFF Posted May 20, 2016 Share Posted May 20, 2016 Would love to hear your feedback @IronManJFF - let me know what DVI's are working with your machine My monitor is connected to the DVI-I port of my GTX 970. Link to comment Share on other sites More sharing options...
electroshock Posted May 22, 2016 Share Posted May 22, 2016 HDMI Output works fine, but I want to utilise both my DVI outputs - I do not want to remove my Cintiq which is connected to the HDMI EDIT: Essentially me and Quadie fixed it by utilising a "hacky" version of a Mac GTX 680 firmware/BIOS that made it possible to use the two DVI outputs However that made the HDMI not useable (potatoes potatis...) So we are looking at work arounds for it I upgraded to a GTX 680. Could you please post a link to the "hacky" bios. Would be much appreciated, Thanks Link to comment Share on other sites More sharing options...
crusher Posted May 22, 2016 Share Posted May 22, 2016 Here you go ROM: http://www.insanelymac.com/forum/topic/285920-new-os-x-compatible-motherboard-quo/?p=2238486 I upgraded to a GTX 680. Could you please post a link to the "hacky" bios. Would be much appreciated, Thanks Here you go ROM: http://www.insanelymac.com/forum/topic/285920-new-os-x-compatible-motherboard-quo/?p=2238486 Link to comment Share on other sites More sharing options...
electroshock Posted May 22, 2016 Share Posted May 22, 2016 Here you go ROM: http://www.insanelymac.com/forum/topic/285920-new-os-x-compatible-motherboard-quo/?p=2238486 Here you go ROM: http://www.insanelymac.com/forum/topic/285920-new-os-x-compatible-motherboard-quo/?p=2238486 Thanks but I am already using the QUO Xmass bios. I am looking for a new hacked version of the Nvidia GTX 680 mac bios UberNoob referred to above. I have a copy of the Nvidia GTX 680 mac bios that was released a couple of years ago but I can't find any reference to new hacked version made for OSX 10.11.5. Link to comment Share on other sites More sharing options...
jonahlee Posted May 26, 2016 Share Posted May 26, 2016 Excuse me if I am a little confused here, as I am a pretty high end Mac user, but have never really dealt with a PC. So I am a freelance editor, and the primary place I work has a QUO built by the company itself (not just a motherboard). It is a 3.4 GHZ intel Core i7, with 32GB 1333 MHz DDR3, an NVIDIA GeForce GTX 680 2047 Mac Edition, running the latest Official Firmware, so it is running 10.8.5 to run Adobe Creative Cloud. Unfortunately we need the latest version of Creative Cloud for an upcoming project, so we need to move the system to El Capitan. Since we bought the whole system from QUO we were hoping to get him to upgrade the system himself, but the guy doesn't answer his phone at all, even though we have driven by and the building is still there. I found this video to Upgrade the bios to H2N.OZ1669M, and think I can pull that off, but then I don't get the next step to upgrade the System to El Capitan. I have used Carbon Copy Cloner to make a backup of my System drive, so I can theoretically just start fresh. Is that a better idea than trying to upgrade the system? Just go for a fresh install with the Clover Installation method from this site. Sorry if these are dumb questions, just have no experience installing a hackintosh, but really need to get this system up and running on El Capitan. Link to comment Share on other sites More sharing options...
Recommended Posts