Solutions to waiting for dsmos
http://blog.163.com/l1_ jun/blog/static/1438638820124238493979/
Phenomenon: AMD CPU, trial
kernel
To replace the mach with macdrive under Windows_ Kernel and system.kext
It is found that it is stuck in waiting for dsmos
Reason: the file modified with macdrive is missing permission information
Solution: start in – S mode
Input first
/sbin/mount -uw /
Used to remove read-only mode
Then enter the following code to fix the permissions
chmod -R 755 mach_ kernel
chown -R root:wheel mach_ kernel
chmod -R 755 /System/Library/Extensions/
chown -R root:wheel /System/Library/Extensions/
rm -rf /System/Library/Extensions.*
rm -rf /System/Library/Caches/*
reboot
Copy code
After restart, enter Mac with parameter – V – F
I’m Intel’s CPU, and I’ve solved it, so this problem has little to do with CPU!
Similar Posts:
- How to Solve Error: parent directory is world writable but not sticky
- sudo: /etc/sudoers is world writable sudo: no valid sudoers sources found, q…
- SSH login error: “warning: unprotected private key file” problem
- How to Solve Error Permission denied when running brew cleanup
- E09 Error: sudo: effective uid is not 0, is sudo installed setuid root?
- [Solution] mysql Unknown storage engine ‘InnoDB’
- Su command error Su: permission denied [How to Solve]
- [Solved] su: warning: cannot change directory to : Permission denied ;-bash: bash_profile: Permission denied
- Git Permission issues: insufficient permission for adding an object to repository database .git
- The global installation NPM package reported an error and did not have permission