2014年3月24日
摘要: 一, 开机按 F12 (或长按Shift), 进入GRUB界面.二, 在recovery mode按eUbuntu, Linux 3.5.0-17-generic (恢复模式) (或recovery mode)找到以下语句: linux … ro recovery nomodeset将ro recovery nomodeset 改为 rw single init=/bin/bash以上修改意为改为可读可写的单用户模式, 之后按Ctrl + x, 进入单用户模式, 此时的用户即root用户.命令行中执行​passwd root ​输入两次新的密码即可。 阅读全文
posted @ 2014-03-24 14:04 冰羽的世界 阅读(215) 评论(0) 推荐(0) 编辑