Chrome updates resulting in some macOS file system corruption, unable to restart

Chrome automatically updates the recent version contains a bug, affected the integrity of the system to protect Mac devices (SIP) before 10.11 version features and OS X macOS user, and may cause damage to the file system.

Google confirmed this week that the recent version of Chrome is automatically updated macOS may cause file system damage, after some feedback from users install the new version of Chrome can not restart the system.

First discovered this problem is to install the Mac Pro users Avid Media Composer video editing software, they found that Chrome after the automatic update, the system can not be restarted, I thought that Avid software problem, and then I was Chrome after updating bug.

Google quickly admitted the error , and that indeed is a Chrome bug led to the problems. If you turn off the system integrity protection function (System Integrity Protection, SIP) in macOS system, Chrome's bug will affect the file system. In addition to the impact of this bug close SIP-enabled macOS, it will not affect SIP-macOS, and 10.11 the previous version of OS X that is not supported by SIP.

The outside speculated , Mac Pro and Avid users first discovered the reason for this problem, because they are relatively advanced hardware and software, often need to close the SIP functionality of the system to connect an external audio-visual equipment, otherwise the average user rarely manually shut SIP.

Finally, Google provides a solution to this problem: the affected macOS user can re-booting to the recovery mode (Recovery Mode), and then enter a specific command to remove the Chrome update, so you can restore a damaged file system.

chroot /Volumes/Macintosh\ HD   # "Macintosh HD" is the default
rm -rf /Library/Google/GoogleSoftwareUpdate/GoogleSoftwareUpdate.bundle
mv var var_back  # var may not exist, but this is fine
ln -sh private/var var
chflags -h restricted /var
chflags -h hidden /var
xattr -sw com.apple.rootless "" /var

Guess you like

Origin www.oschina.net/news/110181/chrome-stopped-macs-from-booting