原因: 在ubuntu中,默认情况下,是没有开启root账户的,因此在输入密码的时候会显示认证失败。
解决方法: 输入sudo passwd root设置密码来激活root权限
sudo passwd root
参考链接:ubuntu出现su:Authentication failure解决方法