Yosemite non si avvierà più dopo aver tentato di abilitare FileVault e TRIM

7

Ieri ho installato Yosemite e funzionava perfettamente.

Ora, ogni volta che tenta di avviarsi, esegue la Modalità sicura e non supera 1/3 del percorso.

Da quello che posso ricordare sono andato ad abilitare FileVault e l'ho escluso perché non ho inserito le mie informazioni iCloud corrette, e non volevo seguire il percorso di generazione della chiave.

Ho anche provato ad abilitare TRIM.

Questa mattina ho riavviato la mia macchina dopo aver installato Kies e non si avviava. L'errore che sto ottenendo è questo:

Oct 26 11:01:33 localhost Unknown[358]: Keyboard Layouts: duplicate keyboard layout identifier -16899.
Oct 26 11:01:33 localhost Unknown[358]: Keyboard Layouts: keyboard layout identifier -16899 has been replaced with -28673.
Oct 26 11:01:33 localhost Unknown[358]: Keyboard Layouts: duplicate keyboard layout identifier -16900.
Oct 26 11:01:33 localhost Unknown[358]: Keyboard Layouts: keyboard layout identifier -16900 has been replaced with -28674.
Oct 26 11:01:34 localhost Unknown[358]: Setting boot completed.
Oct 26 11:01:34 localhost Language Chooser[357]: Could not write to /var/log/CDIS.custom
Oct 26 11:01:34 localhost OSIESpringboard[372]: Can not connect to /var/run/systemkeychaincheck.socket: No such file or directory
Oct 26 11:01:34 localhost OSIESpringboard[372]: Failed to unlock login keychain.
Oct 26 11:01:34 localhost Unknown[358]: 2014-10-26 11:01:34.864 OS X 
Utilities[372:303] *** WARNING: -[NSImage compositeToPoint:fromRect:operation:] is deprecated in MacOSX 10.8 and later. Please use -[NSImage drawAtPoint:fromRect:operation:fraction:] instead.
Oct 26 11:01:35 localhost Unknown[358]: Keyboard Layouts: duplicate keyboard layout identifier -16899.
Oct 26 11:01:35 localhost Unknown[358]: Keyboard Layouts: keyboard layout identifier -16899 has been replaced with -28673.
Oct 26 11:01:35 localhost Unknown[358]: Keyboard Layouts: duplicate keyboard layout identifier -16900.
Oct 26 11:01:35 localhost Unknown[358]: Keyboard Layouts: keyboard layout identifier -16900 has been replaced with -28674.
Oct 26 11:01:40 localhost Unknown[358]: 2014-10-26 11:01:40.167 OS X Utilities[372:303] *** WARNING: Method userSpaceScaleFactor in class NSWindow is deprecated on 10.7 and later. It should not be used in new applications. Use convertRectToBacking: instead.

Che cosa potrebbe causare questo errore?

Ho provato due cose:

  • Installazione di mavericks dall'unità di ripristino - questo fallisce.
  • Disabilita ritaglio dalla riga di comando.

Nessuno dei due funziona, c'è qualcos'altro che causa questo problema?

Modifica: la modalità dettagliata si ferma su "ancora in attesa del dispositivo root"

    
posta rx432 26.10.2014 - 19:08
fonte

2 risposte

6

Yosemite utilizza apparentemente una nuova funzionalità di sicurezza chiamata kext signing. Ciò impedirà il vecchio metodo di abilitazione TRIM. Consulta le Domande frequenti sull'implementazione di Trim , la domanda Ripristino dal segnale di stop sulla schermata di avvio potrebbe aiutarti:

Recovering from stop sign on boot screen

For those who are stuck on the grey boot screen, here’s how you get back into OS X:

Step 1: Boot recovery mode by holding Cmd+R during boot

Step 2: Is your volume encrypted (FileVault)? If so, first open Disk Utility from the menu bar and unlock/mount your drive. [see here for the procedure]

Step 3: Open the Terminal from the menu bar

Step 4: Run this command: nvram boot-args

Does it say kext-dev-mode=1? if so, you can skip to Step 6. If it says error getting variable, continue with these steps:

Step 5: Run this command: nvram boot-args=kext-dev-mode=1

Step 6: Reboot back in to Recovery Mode again

Step 7: Run these commands, replacing Your Disk Name with the name of your Mac disk (partition). You can type ls /Volumes to get a list of volumes. Note the quotes around the disk path and that there should be no / before System.

cd "/Volumes/Your Disk Name"

touch System/Library/Extensions

kextcache -u "/Volumes/Your Disk name"

Step 8: Wait until it finishes (can take as long as 5-10 minutes, don’t abort it) and reboot. You should now be back in OS X with Trim enabled.

The commands are not working!

The commands will work if they are entered correctly. However, if you are not familiar with the Terminal, it can be hard to follow the steps above. If can’t get the Terminal commands to work, or want an easier option, you can also use the Recovery Mode to reinstall OS X. Reinstalling OS X will only reinstall the system files, leaving your files and preferences untouched.

Verifica la fonte originale per gli aggiornamenti!

Modifica
Vedi la mia risposta qui : dal rilascio di 10.10.4, Apple ora fornisce un nuovo strumento chiamato trimforce , che consente agli utenti di attivare TRIM anche su dischi non supportati. Non sono necessari esperimenti più pericolosi con software di terze parti. / Modifica

    
risposta data 29.10.2014 - 08:28
fonte
-1

Prova il nuovo aggiornamento 10.10.2 Risolve il mio

    
risposta data 30.01.2015 - 00:54
fonte

Leggi altre domande sui tag