网上很多方法都是针对Ubuntu系统的,貌似对 树莓派Ubuntu mate 不起作用
经测试下面的方法可行。
1.进入 root用户权限模式。
2. 修改/etc/lightdm/lightdm.conf.
vi /etc/lightdm/lightdm.conf.
greeter-show-manual-login=true
allow-guest=false .
3.修改完的整个配置如下:
[SeatDefaults]
greeter-session=unity-greeter
user-session=ubuntu
greeter-show-manual-login=true #手工输入登陆系统的用户名和密码
allow-guest=false #不允许guest登录
4.然后我们启动root帐号:
sudopasswdroot
根据提示输入roott帐号密码。
5. 重启ubuntu,
这时候我们就可以通过登录了。
则只需修改/etc/lightdm/lightdm.conf.文件
[SeatDefaults]
greeter-session=unity-greeter
user-session=ubuntu
autologin-user=root
allow-guest=false #不允许guest登录 原文链接:https://www.f2er.com/ubuntu/354475.html