Problem after install DP4 and Beta 2 on Ozmosis

  • After install DP4 and Beta 2 I‘m stuck on boot. Ok I attach picture where is my problem. Previous DP and Beta work perfect. I use Ozmosis bootloader.
    Look pic:

  • Hi, you have to install Fakesmc, strait to /S/L/E
    rebuild your Cache
    boot with flag -x -v
    it works on a Z77-DS3H
    Build-Nr. 15A225f

  • This is possible on Clover and Chameleon but on Ozmosis - No!!!

  • Beta 2 break kext loading.
    In my case i had to install fakesmc in S L E in order to boot after update to public beta 2.
    You can install the fakesmc version that you prefer forgetting the one that you ha ve on ozmosis since it is no more loaded.
    Now in my bios i have fakesmc 1290, in S L E the 1324 version and no conflict, pugins and HW monitor also works.

    iMAc: GAZ97M D3H, intel I5 4460, HD4600, BIOS F5 mit Ozmosis 1479

    Einmal editiert, zuletzt von mosconi ()

  • I found solution for my problem:
    Ok now working Ok. I add this:

    Code
    1. <key>Defaults:7C436110-AB2A-4BBB-A880-FE41995C9F82</key>
    2. <dict>
    3. <key>boot-args</key>
    4. <string>darkwake=0 kext-dev-mode=1</string>
    5. <key>csr-active-config</key>
    6. <data>AAAAAA==</data>
    7. </dict>


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


    and now boot Ok. I put my kexts in /L/E and first boot like this in single user mode:


    Code
    1. /sbin/fsck -fy
    2. /sbin/mount -uw /
    3. chown -R 0:0 /Library/Extensions/FakeSMC.kext
    4. chmod -R 755 /Library/Extensions/FakeSMC.kext
    5. touch /System/Library/Extensions
    6. sudo kextcache -prelinked-kernel
    7. exit


    for Clover users add this in config.plist


    Code
    1. <key>RtVariables</key>
    2. <dict>
    3. <key>CsrActiveConfig</key>
    4. <string>0x00</string>
    5. <key>BooterConfig</key>
    6. <string>0x28</string>
    7. </dict>

    Dateien

    2 Mal editiert, zuletzt von crusher ()

  • Yes I‘m on DP5 and I tested on PB2-3 and DP4-5!!!! I always first tested and after write my posts!!!!

    Einmal editiert, zuletzt von crusher ()

  • Thank you crusher


    just added



    <key>csr-active-config</key> <data>ZwAAAA==</data>



    on my Default.plist then boot and on terminal:




    sudo touch /System/Library/Extensions
    sudo kextcache -prelinked-kernel



    reboot and......


    ...... ethernet, sound and sensor are back




    many many thanks!

    iMAc: GAZ97M D3H, intel I5 4460, HD4600, BIOS F5 mit Ozmosis 1479

  • griven

    Hat das Label Erledigt hinzugefügt