Linux开机后无法直接root登陆解决方法
执行: vi /etc/lightdm/lightdm.conf.增加 greeter-show-manual-login=trueallow-guest=false. 修改完的整个配置文件是[SeatDefaults]greeter-session=unity-greeteruser-session=ubuntugreeter-show-manual-login=tru
执行: vi /etc/lightdm/lightdm.conf.
增加 greeter-show-manual-login=true allow-guest=false . 修改完的整个配置文件是
[SeatDefaults]
greeter-session=unity-greeter
user-session=ubuntu
greeter-show-manual-login=true #手工输入登陆系统的用户名和密码
allow-guest=false #不允许guest登录
然后我们启动root帐号:
sudo passwd root
根据提示输入root帐号密码。
重启ubuntu,登录窗口会有“登录”选项,这时候我们就可以通过root登录了。
以上步骤仅适用于Ubuntu12.04版本
其他版本可找度娘Ubuntu14.04解决此问题点这里
以root用户登录时可能会出现如下错误提示:
读取/root/.profile时发现错误:mesg:ttyname failed
1.打开命令行终端
2.输入命令:#vi /root/.profile
3.找到.profile文件中的
mesg n
将其替换成
tty -s && mesg n
4.重启ubuntu
更多推荐
所有评论(0)