忘记root密码
删除recovery nomodeset
才删除的后面添加 quiet splash rw init=/bin/bash。然后按F10, 启动
忘记User密码
http://blog.topspeedsnail.com/archives/6042
关闭图形界面
需要切换到root用户
su root
执行:systemctl disable lightdm.service 后重启
恢复:sudo ln -s /lib/systemd/system/lightdm.service /etc/systemd/system/display-manager.service
参考:
http://www.linuxidc.com/Linux/2016-05/131256.htm
http://verdureorange.blog.51cto.com/632758/1771036