Jump to content

Ozmosis


xpamamadeus
6,231 posts in this topic

Recommended Posts

I 'm in a weird problem, i'm trying to setup a hackintosh with gtx 980 but it seems doesn't work with ozmosis, as far your know do i need a special bootflag or defaults.plist to use GTX980? 

 

Someone has successfully used Ozmosis with this Graphic card? 

 

Many Thanks

Link to comment
Share on other sites

You must first add nv_disable=1 and install OS X and after install web driver and remove nv_disable=1 and add nvda_drv=1.

Thank you, 

let me understand, do i need to add this on bootflag on Defaults.plist, 

Like this 

<key>Defaults:7C436110-AB2A-4BBB-A880-FE41995C9F82</key>
	<dict>
		<key>boot-args</key>
		<string>-v nv_disable=1</string>

Or like This 

<key>DisableNvidiaInjection</key>
		<false/>

Excuse me if i'm so descriptive, but  i like to understand what i'm doing and not simply "cut and paste"  :)

Link to comment
Share on other sites

First!!!

<key>Defaults:7C436110-AB2A-4BBB-A880-FE41995C9F82</key>
<dict>
  <key>boot-args</key>
  <string>-v nv_disable=1</string>

nVidia Full Driver Injection(see examples for how to disable)

// This will disable nVidia full injection
// From OS terminal:
  sudo nvram 1F8E0C02-58A9-4E34-AE22-2B63745FA101:DisableNvidiaInjection=%01
// From HermitShell:
  setvar -guid 1F8E0C02-58A9-4E34-AE22-2B63745FA101 DisableNvidiaInjection =01
// Using Defaults.plist:
  <key>Defaults:1F8E0C02-58A9-4E34-AE22-2B63745FA101</key>
  <dict>
    <key>DisableNvidiaInjection</key>
    <true/>
  </dict>
  • Like 1
Link to comment
Share on other sites

After updating to 10.11.4 Beta 4 the system booted to the Desktop normally 

After doing an nvram reset it refused to boot again, Only it boots the Recovery Disk

When selecting Capitan Disk it shows black screen and it hangs forever Capslock/Numlock/Scroll Lock doesn't respond.

Link to comment
Share on other sites

There's some recovery partition issue with 167X. If i install a fresh copy of OSX i get the recovery partition, but if i clone it with CCC to another drive - i can't see the recovery anymore (not with F12 and not with alt). The partition is there and i can see it when booting this hard drive in macbook pro. Didn't have this issue with previous releases.

Link to comment
Share on other sites

After updating to 10.11.4 Beta 4 the system booted to the Desktop normally 

After doing an nvram reset it refused to boot again, Only it boots the Recovery Disk

When selecting Capitan Disk it shows black screen and it hangs forever Capslock/Numlock/Scroll Lock doesn't respond.

 

i've the same trouble.

 

I made a fresh install, and same after update with App Store, cannot boot :(

 

Fred

Link to comment
Share on other sites

CVAD's SIPUtility works for OS X 10.11.0 via nvram apply, if you want to change SIP @ 0x67. The problem is that you need to have that OS X version.

 

Don't need to use CVAD's SIPUtility.

Just put good value in Defaults.plist.

 

Fred

Link to comment
Share on other sites

How can we implement this fix intro Ozmosis like we have it in Clover? Because my motherbord drive me nuts by powering up after sleep when a USB drive is plugged in or shutting down the system. (it wakes up)

<key>Fixes</key>
            <dict>
                <key>FixShutdown_0004</key>
                <true/>
            </dict>
Link to comment
Share on other sites

Hi Friends, I'm trying to figure howto add ozmosis into Hp6460b laptop bios, attached there is a dump from bios chip, but i had some problem in adding ozmosis stuff.
Can someone try to add ozmosis into bios? 
I soldered a chip socket on mobo so don't worry about any trying i can resume original bios 

 

Many Thanks 

 

HP-6460b.zip

Link to comment
Share on other sites

×
×
  • Create New...