The solution of waiting for dsmos “OSX”

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: