Jump to content

Chameleon 2.4svn Official PKG Installer


ErmaC
4,261 posts in this topic

Recommended Posts

	<key>CsrActiveConfig</key>
	<string>0x67</string>

is CsrActiveConfig syntax wrong? 

 

Yes is wrong for Enoch

because it use decimal value, and what you try to provide is a hex value

instead of 0x67 use 103 (mean 01100111)

 

ErmaC

  • Like 1
Link to comment
Share on other sites

is CsrActiveConfig syntax wrong?

Should be 103 = 0x67.

<key>CsrActiveConfig</key>
<string>103</string>

Try this prelinkedkernel removed all graphic kexts already, it should work fine.

1.remove /System/Library/Caches/com.apple.kext.caches/Startup/kernelcache

2.replace /System/Library/PrelinkedKernels/prelinkedkernel

3.boot without -f.

https://www.sendspace.com/file/rmuyau

Link to comment
Share on other sites

Yes is wrong for Enoch

because it use decimal value, and what you try to provide is a hex value

instead of 0x67 use 103 (mean 01100111)

 

ErmaC

 

 

Should be 103 = 0x67.

<key>CsrActiveConfig</key>
<string>103</string>

Try this prelinkedkernel removed all graphic kexts already, it should work fine.

1.remove /System/Library/Caches/com.apple.kext.caches/Startup/kernelcache

2.replace /System/Library/PrelinkedKernels/prelinkedkernel

3.boot without -f.

https://www.sendspace.com/file/rmuyau

 

@Ermac and crazybirdy

 

made it 103 and screenshot shows it correctly now.

post-168410-0-88050300-1443717039_thumb.png

 

but stuck at same point that is after mounting hdd partitions.

 

so replaced my plk with crazybirdy's one and tried without "-f".

same problem.

post-168410-0-49108800-1443717367_thumb.png

 

there is no /S/L/Caches/com.apple.kext.caches/Startup/kernelcache, screenshot is here.

post-168410-0-64911500-1443717385_thumb.png

 

so i couldnt remove /S/L/Caches/com.apple.kext.caches/Startup/kernelcache.

 

 

tnx

Link to comment
Share on other sites

@ea dd you have an NVidia card, so type this at boot time:

GraphicsEnabler=No nvda_drv=0 nv_disable=1

 

tried it and no success.

 

is it possible to be related USB?

i saw a thread here in this forum about non-working USB ports in ElCap.

 

 

tnx

Link to comment
Share on other sites

Guys,

 

Just a thought. Does Enoch load /.IABootfiles/com.apple.Boot.plist now or not? I ask this because I remember that it was commented out some time ago. Why was this done? I mean think about it. Someone updates from Yosemite to El Capitan with the app from the App Store. Won't that make you load the kernelcache/prelinkedkernel from Yosemite instead of El Capitan?

Link to comment
Share on other sites

No, /.IABootfiles/com.apple.Boot.plist for certain kind of installer, but also "Mac or only OS X Install Data/com.apple.Boot.plist". depend on the files found..

the kernel cache path for the installer is inside a sub folder in the root (those mentioned above), so only the one extracted from the app "should" always be used.

Link to comment
Share on other sites

Is not committed yet because I ask ErmaC to not do that (is beta alpha for me). The part of code that read this path is disk.c "getOSVersion", but require a more elegant sub function to be published because now is too crowded, and no one as reported it working ATM (#3542 and see my answer here             #3544            )

I'll let you see later in the git repo, now I can't because I left home a few minutes ago to go to the Bar

Link to comment
Share on other sites

Installed Enoch 2773 just now on my ancient Core 2 Quad Hack Pro, still running 10.10.5. No problems observed.

 

CPU temps seem a degree or two higher, but if it's real it's not enough to worry about.

 

Thanks to all the developers and contributors!

  • Like 1
Link to comment
Share on other sites

Installed Enoch 2773 just now on my ancient Core 2 Quad Hack Pro, still running 10.10.5. No problems observed.

 

CPU temps seem a degree or two higher, but if it's real it's not enough to worry about.

 

Thanks to all the developers and contributors!

 

did you try ElCap?

 

ur rig is similar to mine except graphic.

 

i couldnt boot my prepared usb stick ElCap installer. also i prepared ElCap installer on a hdd partition and couldnt boot into it.

Stuck after mounting partitions.

 

 

 

tnx

 

 

 

EDIT: 

Never mind it. i successfully booted into ElCap USB Installer using chris1111's this tool. Little bit of changes and got it working.

Link to comment
Share on other sites

What i mean is, if: (in clover)

0x00 = SIP enabled

0x03 = Partially enabled

what would be the chameleon value?

 

Take a look at #3320.

CsrActiveConfig (Hex 0x00) (Binary 00000000) in Decimal is 0

CsrActiveConfig (Hex 0x03) (Binary 00000011) in Decimal is 3

CsrActiveConfig (Hex 0x65) (Binary 01100101) in Decimal is 101

CsrActiveConfig (Hex 0x67) (Binary 01100111) in Decimal is 103

  • Like 2
Link to comment
Share on other sites

Hello guys all works good here with the latest Enoch, I installed El Capitan and for now there are no issue. Only the ram isn't recognized well, see attachments.

And also, if you can, can explain the FileNVRAM use, what file we need install and what module, if necessary, we need to use.

Thanks for your work as always  :thumbsup_anim:

post-897410-0-71998900-1443784926_thumb.png

post-897410-0-13542400-1443784935_thumb.png

bdmesg.rtf

Link to comment
Share on other sites

×
×
  • Create New...