按“ctrl+e”移动到最后,删除“rhgb quiet LANG=zh_CN.UTF-8”,输入“init=/bin/sh”,按“ctrl+x”引导系统
passwd: Authentication token manipulation error
Do these two things just to make sure:
mount -o remount,rw /
This first part remounts the root partition as read/write since it was only in read mode. It actually dismounts the root partition and then mounts it again as read/write.
Then do this:
chmod 640 /etc/shadow
Then do the sudo passwd USER
. It should work after that. This part gives the correct permissions to the shadow file.