[Resolved] Mac 10.15 upgrade to a black screen, etc.

Close Rootless

  1. (Hold restart the system enters the recovery mode command+R recovery mode) opened 终端;

  2. Shut down the system SIP protection: csrutil disable;

  3. Reboot into the normal system;

 

You can not add VMware to solve the problem of accessibility

  1. Open access to the system 终端;

  2. In turn enter the following command:

$ sudo chmod 777 /Library/Application\ Support/com.apple.TCC

$ sudo rm -rf /Library/Application\ Support/com.apple.TCC/TCC.db

  1. Reboot the system

 

VMWare black screen problem to solve

 

  1. Open 终端;

  2. In turn enter the following command (may be asked to enter their native password):


$ sudo sqlite3 "/Library/Application Support/com.apple.TCC/TCC.db" 'insert into access values ("kTCCServiceScreenCapture", "com.vmware.fusion", 0, 1, 1, "", "", "", "UNUSED", "", 0,1565595574)'
$ sudo sqlite3 "/Library/Application Support/com.apple.TCC/TCC.db" 'insert into access values ("kTCCServiceListenEvent", "com.vmware.fusion", 0, 1, 1, "", "", "", "UNUSED", "", 0,1565595574)'
$ sudo sqlite3 "/Library/Application Support/com.apple.TCC/TCC.db" 'insert into access values ("kTCCServicePostEvent", "com.vmware.fusion", 0, 1, 1, "", "", "", "UNUSED", "", 0,1565595574)'

  1. Restart the VMware fusion, it has been found to solve the black screen.

 

Reopen Rootless

  1. (Hold restart the system enters the recovery mode command+R recovery mode) opened 终端;

  2. Shut down the system to protect SIP: csrutil enable ;

  3. Reboot into the normal system;

 

 

 

 

Guess you like

Origin www.cnblogs.com/binHome/p/12099726.html