ErmaC Posted October 1, 2015 Author Share Posted October 1, 2015 <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 1 Link to comment Share on other sites More sharing options...
crazybirdy Posted October 1, 2015 Share Posted October 1, 2015 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 More sharing options...
Pike R. Alpha Posted October 1, 2015 Share Posted October 1, 2015 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 Pssst. Perhaps you could add a check for "0x" 2 Link to comment Share on other sites More sharing options...
ea dd Posted October 1, 2015 Share Posted October 1, 2015 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. 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. there is no /S/L/Caches/com.apple.kext.caches/Startup/kernelcache, screenshot is here. so i couldnt remove /S/L/Caches/com.apple.kext.caches/Startup/kernelcache. tnx Link to comment Share on other sites More sharing options...
crazybirdy Posted October 1, 2015 Share Posted October 1, 2015 so replaced my plk with crazybirdy's one and tried without "-f". same problem. Not know that issue. Enoch r2773 works fine here. Link to comment Share on other sites More sharing options...
Micky1979 Posted October 1, 2015 Share Posted October 1, 2015 @ea dd you have an NVidia card, so type this at boot time: GraphicsEnabler=No nvda_drv=0 nv_disable=1 Link to comment Share on other sites More sharing options...
ea dd Posted October 1, 2015 Share Posted October 1, 2015 @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 More sharing options...
Pike R. Alpha Posted October 1, 2015 Share Posted October 1, 2015 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 More sharing options...
Micky1979 Posted October 1, 2015 Share Posted October 1, 2015 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 More sharing options...
Pike R. Alpha Posted October 1, 2015 Share Posted October 1, 2015 No... Seems like Enoch isn't checking it: http://forge.voodooprojects.org/p/chameleon/source/tree/HEAD/branches/ErmaC/Enoch/i386/libsaio/stringTable.c#L665 Wrong source code? Ah ok. I see. Wrong sources indeed. Link to comment Share on other sites More sharing options...
Micky1979 Posted October 1, 2015 Share Posted October 1, 2015 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 More sharing options...
Pike R. Alpha Posted October 1, 2015 Share Posted October 1, 2015 Then have a beer on me... Una birra, per favore Link to comment Share on other sites More sharing options...
Micky1979 Posted October 1, 2015 Share Posted October 1, 2015 Tennent's super here Link to comment Share on other sites More sharing options...
Bit Shoveler Posted October 2, 2015 Share Posted October 2, 2015 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! 1 Link to comment Share on other sites More sharing options...
LockDown Posted October 2, 2015 Share Posted October 2, 2015 Can you guys show me the equivalent value of this 2 SIP in chameleon. Clover: 0x00 0x03 Also.. If using FileNVRAM.kext (from Pike's Github). do i still need to put FileNVRAM.dylib in /Extra/modules? Link to comment Share on other sites More sharing options...
ea dd Posted October 2, 2015 Share Posted October 2, 2015 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 More sharing options...
PippoX0 Posted October 2, 2015 Share Posted October 2, 2015 @ellaosx Easy convert hex value to decimal: So 0x00= 0 0x03 is = 3 Yes NVRam.dylib in /Extra/modules Link to comment Share on other sites More sharing options...
LockDown Posted October 2, 2015 Share Posted October 2, 2015 @ellaosx Easy convert hex value to decimal: So 0x00= 0 0x03 is = 3 Yes NVRam.dylib in /Extra/modules What i mean is, if: (in clover) 0x00 = SIP enabled 0x03 = Partially enabled what would be the chameleon value? Link to comment Share on other sites More sharing options...
crazybirdy Posted October 2, 2015 Share Posted October 2, 2015 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 2 Link to comment Share on other sites More sharing options...
LockDown Posted October 2, 2015 Share Posted October 2, 2015 @ellaosx Yes NVRam.dylib in /Extra/modules which FileNVRAM.dylib? can you link to the one compatible for the FileNVRAM.kext Also, FileNVRAM.dylib + FileNVRAM.kext will only work in El Capitan or also in previous builds too? Thanks Link to comment Share on other sites More sharing options...
>Federico< Posted October 2, 2015 Share Posted October 2, 2015 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 bdmesg.rtf Link to comment Share on other sites More sharing options...
polyzargone Posted October 2, 2015 Share Posted October 2, 2015 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. Well, seems like we are 2 . Is this the Release Candidate ? Link to comment Share on other sites More sharing options...
>Federico< Posted October 2, 2015 Share Posted October 2, 2015 Well, seems like we are 2 . Is this the Release Candidate ? Downloaded from the Appstore yesterday Link to comment Share on other sites More sharing options...
Micky1979 Posted October 2, 2015 Share Posted October 2, 2015 To see if the bootloader is wrong, look at the bdmesg. Link to comment Share on other sites More sharing options...
>Federico< Posted October 2, 2015 Share Posted October 2, 2015 Is that the strange thing in the bdmesg is right everywhere Also can you tell me how can get to work the nvram, please, thnx Link to comment Share on other sites More sharing options...
Recommended Posts