Jump to content

Apple unveils OS X 10.11 "El Capitan"


178 posts in this topic

Recommended Posts

OS X El Capitan 10.11 Beta 4 Released - 15A226f 

 

os-x-10-11-beta-4-610x99.png

 

This update broke my hack

 

Make sure you make a backup guys

 

Kexts doesn't load i don't know why, ill post log once i have time

Link to comment
Share on other sites

Ok guys, we have to manually fix the permission of the kext we load and disable the injection from clover

 

 

-Copy all your kexts from clover to S/L/E

 

-Boot in single user mode

/sbin/fsck -fy
/sbin/mount -uw /
cd System/Library/Extentions

chmod -R 755 FakeSMC.kext
chmod -R 755 *YOURKEXT*.kext
(..)

chown -R root:wheel FakeSMC.kext
chown -R root:wheel *YOURKEXT*.kext
(..)

kextload -v FakeSMC.kext
kextload -v *YOURKEXT*.kext
(..)

exit

This worked for me!

 

For convenience, it's better to prepare and write a bash script and run it from single user mode

Link to comment
Share on other sites

Ok guys, we have to manually fix the permission of the kext we load and disable the injection from clover

 

 

-Copy all your kexts from clover to S/L/E

 

-Boot in single user mode

/sbin/fsck -fy
/sbin/mount -uw /
cd System/Library/Extentions

chmod -R 755 FakeSMC.kext
chmod -R 755 *YOURKEXT*.kext
(..)

chown -R root:wheel FakeSMC.kext
chown -R root:wheel *YOURKEXT*.kext
(..)

kextload -v FakeSMC.kext
kextload -v *YOURKEXT*.kext
(..)

exit

This worked for me!

 

For convenience, it's better to prepare and write a bash script and run it from single user mode

Better would be wait to update, until this issue has a proper workaround in place ;)

  • Like 1
Link to comment
Share on other sites

Ok guys, we have to manually fix the permission of the kext we load and disable the injection from clover

 

 

-Copy all your kexts from clover to S/L/E

 

-Boot in single user mode

/sbin/fsck -fy
/sbin/mount -uw /
cd System/Library/Extentions

chmod -R 755 FakeSMC.kext
chmod -R 755 *YOURKEXT*.kext
(..)

chown -R root:wheel FakeSMC.kext
chown -R root:wheel *YOURKEXT*.kext
(..)

kextload -v FakeSMC.kext
kextload -v *YOURKEXT*.kext
(..)

exit

This worked for me!

 

For convenience, it's better to prepare and write a bash script and run it from single user mode

extensions*

Link to comment
Share on other sites

  • 4 weeks later...
  • 2 weeks later...

the more i read some comments.. and the more i'm convinced people coming from windows should go back to it.

 

Its funny to have a preview on how apple is really killing a system but pls saying things like this is what that should have been instead... of etc etc 

 

Apparently the never saw/had an Apple OS really working for good..  all these new os's since Panther is pure {censored}/

 

Macintosh died and so the whole thing around.

 

Sorry for the OFFTOPIC.

Link to comment
Share on other sites

 Share

×
×
  • Create New...