1.打开终端
快捷键 Ctrl + Alt + t
2.切换为 root (需要输入当前用户密码)
sudo -s
3.设置 root 密码
passwd root
4.编辑配置文件
gedit /usr/share/lightdm/lightdm.conf.d/50-ubuntu.conf
新增一行
greeter-show-manual-login=true
5.重启
6.输入用户名 root 以及第3步设置的 root 密码。
VMware下安装Ubuntu15.04后设置root密码:http://www.linuxdiyf.com/linux/13174.html
Ubuntu 15.04 root登录,无声音解决方案:http://www.linuxdiyf.com/linux/12986.html
ubuntu15.04开启root登陆:http://www.linuxdiyf.com/linux/12926.html
ubuntu15.04在纯文本模式下无法切换root:http://www.linuxdiyf.com/linux/12071.html
Kubuntu 15.04 SDDM使用root用户登录:http://www.linuxdiyf.com/linux/11930.html