Jump to content

Ozmosis


xpamamadeus
6,231 posts in this topic

Recommended Posts

Happy New Year,

 

I have some confusing error. I am using H97M-PRO4 motherboard with OZ. I have recently injected AppleALC kext into ROM. the issue is when I use discreet Graphics card then I have my audio working and no issues. but if I remove graphics card and use HD4600 CPU graphics then have no AUdio and shows no audio device found...does anybody know what may be the reason??

 

Thank you,

Link to comment
Share on other sites

  • 2 weeks later...

so i want to turn on atiinject for ozmosis without making a default.plist i want to keep the one in my bios in use i tried sudo nvram 1F8E0C02-58A9-4E34-AE22-2B63745FA101:DisableAtiInjection=False with no luck and sudo nvram gEfiOzmosisSettingsGuid 1F8E0C02-58A9-4E34-AE22-2B63745FA101:DisableAtiInjection=False with no luck 

Link to comment
Share on other sites

Hi all

 

I'm using Ozmosis for a little while now and experiencing random reboots.

Without kernel panic reports to locate the cause I'm not sure what the problem could be.

It might be because I'm using a newer version of HWSensors/FakeSMC,

or that my Nvidia driver that I can't use with my iMac15,1 setup is acting up,

or that with Ozmosis my X.M.P. memory profile is not detected correctly.

 

My memory frequency should be at 1333 MHz but it's showing 1600 MHz.

Is there a DSDT patch I need to apply for this to work correctly?

In Clover I could set which profile I'm using in the configurator.

 

Any help would be appreciated,

 

 

Thanks!

Link to comment
Share on other sites

Most likely your 960 graphics causing the problem. Check for windowserver crashes or stall on nvAccelerator. 10.11 runs a little smoother but will still have crashes because the graphics is not fully supported. 

 

 

I finally got fed up with problems with a GTX970 and put back my 770 over the weekend.

Link to comment
Share on other sites

Hi all. First of all, Happy New Year!. Right, to the point now. Last year i successfully installed El Capitan on my Z77-DS3H Rev 1.1 motherboard with the help from the users on here. The computer has been sat in my room for a few months now and only having Windows 8.1 on it as i was intending to sell it. The problem is now that i've found a modded Ozmosis BIOS that supports Sierra and have it installed, along with Windows 8.1 on the same drive. My problem is that I can't get Sierra to boot now and just goes to black screen whereas Windows 8.1 boots fine. I think i'm missing something but not sure. I have tried numerous BIOS files from hackintosh-forum.de but none of them seem to want to work. Either one BIOS will let me run Windows and another will let me run Sierra but not at the same time. I'm at a loss here guys so any help would be appreciated. I can supply any more info that you need or maybe I just need a new BIOS modded for me? Thanks for reading this 

Link to comment
Share on other sites

To dump Ozmosis NVRAM vars

 

 

 

#!/bin/bash

# Dump Ozmosis NVRAM vars
# @cecekpawon Wed Jan 25 11:48:22 2017

clear

c () {
  g=
  [[ ! -z $1 ]] && g="${1}:"
  shift

  for v in "$@"
  do
    n="${g}${v}"
    # debug
    #echo "${n}"

    # read
    nvram "${n}"

    # delete
    #sudo nvram -d "${n}"
  done
}

g1=1F8E0C02-58A9-4E34-AE22-2B63745FA101
a1=(
  AAPL,ig-platform-id
  BootEntryTemplate
  DarwinCoreStorageTemplate
  DarwinDiskTemplate
  DarwinRecoveryDiskTemplate
  DisableAtiInjection
  DisableBootEntriesFilter
  DisableIntelInjection
  DisableNvidiaInjection
  DisableVoodooHda
  TimeOut
  UserInterface
)

c "${g1}" "${a1[@]}"

g2=4D1EDE05-38C7-4A6A-9CC6-4BCCA8B38C14
a2=(
  MLB
  ROM
)

c "${g2}" "${a2[@]}"

g3=4D1FDA02-38C7-4A6A-9CC6-4BCCA8B30102
a3=(
  BaseBoardAssetTag
  BaseBoardSerial
  BiosDate
  BiosVersion
  BoardVersion
  ChassisAssetTag
  CpuType
  EnclosureType
  FirmwareFeatures
  FirmwareFeaturesMask
  FirmwareRevision
  FirmwareVendor
  HardwareSignature
  Manufacturer
  ProductFamily
  ProductId
  ProductName
  SystemSKU
  SystemSerial
  SystemVersion
)

c "${g3}" "${a3[@]}"

g4=7C436110-AB2A-4BBB-A880-FE41995C9F82 #
a4=(
  boot-args
  csr-active-config
)

#c "${g4}" "${a4[@]}"
c "" "${a4[@]}"

 

 

Link to comment
Share on other sites

Looks like Ozmosis does not read properly ssdt. I've generated one using pikeR's script and it stays always in full freq.

I currently have one GTX 560Ti and when I use ssdt all interface it's laggy. Its being used in conjunction with Ozmosis Graphics Injector, because WebDrv it's pretty messed up.

I guess I'll have to wait for an Oz update? I don't mind not using ssdt atm.

EDIT: Haswell uses XCPM. 

Link to comment
Share on other sites

  • 2 weeks later...

Looks like Ozmosis does not read properly ssdt. I've generated one using pikeR's script and it stays always in full freq.

I currently have one GTX 560Ti and when I use ssdt all interface it's laggy. Its being used in conjunction with Ozmosis Graphics Injector, because WebDrv it's pretty messed up.

I guess I'll have to wait for an Oz update? I don't mind not using ssdt atm.

EDIT: Haswell uses XCPM. 

 

Did you put the SSDT.aml in /Volumes/EFI/Efi/Oz/Acpi/Load?

Link to comment
Share on other sites

Hi all,

 

I'm back, i need more SATA's Model, Vendors and Device ID's with specific IOName from IORegistryExplorer, as for exemple: 9 Series - Intel - pci8086,8c82.

This will help me to add them onto the InjectorKext to be more compatible.

 

Cordially, ammoune78!


Thank you Ammoune for everything so far. After some struggle I was able to boot without any DSDT and SSDT to my backup partition and create an ioreg file and a more time consuming task was to run Ubuntu live for terminal output.

Anyway both of them are now in attachment.

 

Hi murvold!

 

Your DSDT will be ready for tomorrow if everything goes well.

  • Like 1
Link to comment
Share on other sites

What are you up to, boy? Do the windows device id serve?

Hi all,

 

I'm back, i need more SATA's Model, Vendors and Device ID's with specific IOName from IORegistryExplorer, as for exemple: 9 Series - Intel - pci8086,8c82.

This will help me to add them onto the InjectorKext to be more compatible.

 

Cordially, ammoune78!


 

Hi murvold!

 

Your DSDT will be ready for tomorrow if everything goes well.

Link to comment
Share on other sites

×
×
  • Create New...