在即将加载Ubuntu启动界面时,在 GRUB 引导菜单出现之前马上按住 Shift 键,将进入引导菜单
在引导菜单中选择 “Advanced options for Ubuntu”,如果是中文则显示为“Ubuntu高级选项”
接下来你会看到好几个内核版本号,按上下键选中我们文章开头查到的那个内核,且末尾带 “recovery mode” 字样,按回车键进入恢复模式
在恢复菜单中选择 “root Drop to root shell prompt” 选项,然后按回车键进入 root shell
在 root shell 中,会自动以 root 用户身份登录,不会让你输密码。
运行以下命令以挂载文件系统为可写模式:
mount -o remount,rw /
passwd
reboot