Jump to content

Ozmosis


xpamamadeus
6,231 posts in this topic

Recommended Posts

The KING I have a problem with El Capitan DP4 and Beta 2 how to fix that on Oz. I install FakeSMC in S/L/E and I have no luck.

Where is the problem on my Oz. What you think!!!!?

attachicon.gifIMAG0522.jpg

The problem is not with Oz because Oz does not influence kexts from S/L/E. ;)

Run:

'chown -R root:wheel /System/Library/Extensions/FakeSMC.kext'

'chmod -R 755 /System/Library/Extensions/FakeSMC.kext'

'touch /System/Library/Extensions'

while in single-user mode... or even better, move FakeSMC to /Library/Extensions and change the path in the commands.

  • Like 1
Link to comment
Share on other sites

The problem is not with Oz because Oz does not influence kexts from S/L/E. ;)

Run:

'chown -R root:wheel /System/Library/Extensions/FakeSMC.kext'

'chmod -R 755 /System/Library/Extensions/FakeSMC.kext'

'touch /System/Library/Extensions'

while in single-user mode... or even better, move FakeSMC to /Library/Extensions and change the path in the commands.

 

Thanks Download-Fritz

I try later.

 

EDIT:with or without quotation marks?

Link to comment
Share on other sites

The problem is not with Oz because Oz does not influence kexts from S/L/E. ;)

Run:

'chown -R root:wheel /System/Library/Extensions/FakeSMC.kext'

'chmod -R 755 /System/Library/Extensions/FakeSMC.kext'

'touch /System/Library/Extensions'

while in single-user mode... or even better, move FakeSMC to /Library/Extensions and change the path in the commands.

 

Apple does not want you to put stuff in S/L/E anymore ... why don't you put them in Efi/Oz/Darwin/Extensions/Common/   (it is where i've put mine)

Link to comment
Share on other sites

Apple does not want you to put stuff in S/L/E anymore ... why don't you put them in Efi/Oz/Darwin/Extensions/Common/   (it is where i've put mine)

 

If you read anything in the past days about DB4, you would know kext injection is dead for all 'big' boot solutions like Chameleon, GRUB, Clover and Ozmosis. ;)

  • Like 1
Link to comment
Share on other sites

If you read anything in the past days about DB4, you would know kext injection is dead for all 'big' boot solutions like Chameleon, GRUB, Clover and Ozmosis. ;)

Reading is old fashioned and over-rated, you know that DF :lol:

Link to comment
Share on other sites

Can 1479 boot 10.11 without rootless=0?

Yes. You can disable SIP in terminal.

sudo nvram 7C436110-AB2A-4BBB-A880-FE41995C9F82:csr-active-config=%67%00%00%00

Or in config OzmosisDefault

post-971914-0-59372800-1438281370_thumb.png

    <key>Defaults:7C436110-AB2A-4BBB-A880-FE41995C9F82</key>
    <dict>
        <key>csr-active-config</key>
        <data>
        ZwAAAA==
        </data>
    </dict>

CsrActiveConfig bits.

#define CSR_ALLOW_UNTRUSTED_KEXTS (1 << 0)

#define CSR_ALLOW_UNRESTRICTED_FS (1 << 1)

#define CSR_ALLOW_TASK_FOR_PID (1 << 2)

#define CSR_ALLOW_KERNEL_DEBUGGER (1 << 3)

#define CSR_ALLOW_APPLE_INTERNAL (1 << 4)

#define CSR_ALLOW_DESTRUCTIVE_DTRACE (1 << 5) /* name deprecated */

#define CSR_ALLOW_UNRESTRICTED_DTRACE (1 << 5)

#define CSR_ALLOW_UNRESTRICTED_NVRAM (1 << 6)

  • Like 4
Link to comment
Share on other sites

Ok. And another key for disable SIP.

BooterConfig

sudo nvram 7C436110-AB2A-4BBB-A880-FE41995C9F82:BooterConfig=%28%00%00%00

in config ozmosis


False.

Don't try to copy Clover.

Link to comment
Share on other sites

Ok.

BooterConfig Not working for ozm. Removed.

 

 

False.

Don't try to copy Clover.

O/c, it is another useless entry that does nothing on clover, so wont do anything on other boot-loaders then spam NVRAM...

Link to comment
Share on other sites

Hello,

 

I use EFI 2.31 / revision 4.653 / HermitCrabs-Lab-20140701 on my AsRock z75 Pro3 that I flashed for the first time earlier today.

 

1) Is it normal that I dont have sudo like you guys when doing 'sudo nvram...', I can only do 'nvram...'

 

2) After in order to pass boot parameters I tried the following 'nvram 7C436110-AB2A-4BBB-A880-FE41995C9F82:boot-args="-v -f PCIRootUID=0 npci=0x3000" and then type exit but it then loads in none verbose mode so I get it's not using my boot params.

 

What am I missing here? Thanks

Link to comment
Share on other sites

You need to use sudo to write to NVRAM. Also, I don't think PCIRootUUID does anything out of Chameleon.

 

Hmm... Like I said the command is not available (check attached jpg please). Any ideas on what I should try next?

 

Thanks will remove the PCIRootUID flag. ;-)

post-1572776-0-67831400-1438650794_thumb.jpg

Link to comment
Share on other sites

I don't have access to OS X. It's not yet installed. :-/

You could add nvram command into OzmosisDefault file into bios as someone suggest in thread 

Link to comment
Share on other sites

Go to the bios and reset NVRAM!!!

 

I did reset the NVRAM using Option+Command+P+R, saw the colors. What I'm trying to achieve here is to boot the vanilla Yosemite USB installer using boot parameters.

 

I flashed the BIOS of my AsRock z75 Pro3 on a machine which has no operating system on it. When booting from the USB in verbose mode it hangs there:

 

post-1572776-0-31543300-1438555058_thumb.jpg
 
So I was simply trying to see if there was a way I could boot the USB installer passing various parameters to see if it would get passed this. (ex: -v -f npci=0x3000)
Link to comment
Share on other sites

×
×
  • Create New...