进系统的密码忘了怎么办?
Tofloor
poster avatar
deepin-chinaren
deepin
2018-08-23 04:49
Author
进系统的密码忘了怎么办?
Reply Favorite View the author
All Replies
avatar
WENWEN
deepin
2018-08-23 05:48
#1
live环境进去 打开系统修复工具试试

或者搜索社区 忘记密码
Reply View the author
avatar
199******12
deepin
2018-08-23 06:00
#2
实在不行重装
Reply View the author
avatar
老陌
deepin
2018-08-23 06:18
#3
进入单用户模式改一下。
Reply View the author
avatar
老陌
deepin
2018-08-23 06:20
#4
本帖最后由 myccloves 于 2018-8-22 22:21 编辑
  1. linux        /vmlinuz-4.15.0-29deepin-generic root=UUID=a998953c-630d-4164-8999-234f737a6400 ro  splash quiet
  2.         initrd        /initrd.img-4.15.0-29deepin-generic
Copy the Code


开机有grub菜单,你按e进入编辑模式,会发现有linux ... 这行,把 ro splash quiet换成 rw init=/bin/bash,之后按f10启动系统,系统会以单用户模式登录,以root用户登录(不需要密码)


之后输入passwd 你的用户名,把密码改一下就行了。

Reply View the author