After install weblogic or maybe update from repository, the Ubuntu could not restart/ boot up.

login as user and got message as title.

issue is the permissions of /bin was changed to 750.

Solution :

chmod 755 /bin as root and everything goes fine.