Guest User

Untitled

a guest
Jul 17th, 2018
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.42 KB | None | 0 0
  1. If you log in each time the computer starts up, do the following:
  2.  
  3. 1. Start up the computer in Single-User Mode.
  4. 2. Check the volume with fsck.
  5. 3. Press Return.
  6. 4. Type: mount -uw /
  7. 5. Press Return.
  8. 6. Type: cd /Users/[affected username]/Library

Tip: Instead of "[affected username]", type the username for your account, or the account that is experiencing this issue. For example, if the username is "theta," type: 
cd /Users/theta/Library
  9. 7. Type: mv Preferences Preferences_old
  10. 8. Type: reboot
  11. 9. Press Return.

If you can successfully login, use the following steps to isolate the issue:
  12. 10. Open the Console utility. It's in the Utilities folder (/Applications/Utilities).
  13. 11. From the File menu, choose Open Log.
  14. 12. In the goto field, type: /var/log/system.log , then click the Open button.
  15. 13. From the Edit menu, choose Find.
  16. 14. In the Find window, type "parse failed" and click the Next button.
  17. 15. Look for log entries that are similar to the following:

  18. 16. For each "parse failed" message that you find, remove the matching .plist file from the /Library/Preferences_old folder.
  19. 17. Repeat steps o and p until you have removed all of the .plist files associated with "parse failed" messages.
  20. 18. In the Finder, rename /Library/Preferences folder to Preferences_new.
  21. 19. Rename Preferences_old to Preferences.
  22. 20. From the Apple menu, choose Log Out. When the login panel appears log back in.
Add Comment
Please, Sign In to add comment