Clover Yosemite dsmos arrived reboot

  • Hallo vielleicht kann ja jemand helfen habe einen Clover USB stick erstellt und dieser funktioniert soweit das ich Booten kann.
    Leider startet er sich immer wieder bei dsmos arrived neu (siehe screen)


    Wenn ich das hier eingebe KEINE FREMDSPRCHIGEN LINKS LESE DIR REGELN (EDIT Stein)


    Code
    1. fsck -fy
    2. mount -uw /
    3. mkdir /Backup
    4. cd /System/Library/Extensions
    5. mv -Rf NVD*.kext /Backup
    6. mv -Rf ATI*.kext /Backup
    7. mv -Rf AppleIntelGMA* AppleIntelHD* AppleIntelSNB* AppleIntelIntegratedFramebuffer* /Backup
    8. reboot


    kommt

    Code
    1. diskX : device is write locked


    Jemand eine Idee?

    System:

    • GA-Z97X-UD3H
    • Intel Core i5 4670k @ 3,4 GHz
    • ATI Radeon HD 7950
    • 16 GB Dual Channel DDR3 @ 1333 MHz
    • 256 GB SSD (Win 7 Ulitmate)
    • 128 GB SSD (For Os X)

    2 Mal editiert, zuletzt von Dr.Stein ()

  • Ich hatte das gleiche Problem wie du. Ich habe eine Nvidia GTX 590 in meinem Rechner verbaut und folgendes hat geholfen:


    Auf der EFI Partition die /CLOVER/config.plist folgendermaßen abändern:


    Einmal editiert, zuletzt von jürgenX ()

  • Das führt leider auch zu keiner Lösung :(


    Also in meinem fall halt:


    Code
    1. <key>Graphics</key>
    2. <dict>
    3. <key>Inject</key>
    4. <dict>
    5. <key>ATI</key>
    6. <true/>
    7. <key>Intel</key>
    8. <true/>
    9. <key>NVidia</key>
    10. <false/>

    System:

    • GA-Z97X-UD3H
    • Intel Core i5 4670k @ 3,4 GHz
    • ATI Radeon HD 7950
    • 16 GB Dual Channel DDR3 @ 1333 MHz
    • 256 GB SSD (Win 7 Ulitmate)
    • 128 GB SSD (For Os X)
  • griven

    Hat das Label Erledigt hinzugefügt