So setzen Sie das Kennwort für den Root-Benutzer in CentOS7 zurück
Starten Sie den Server über die folgende Schnittstelle neu.
drücken Sie die Taste “e”
Hinzufügen “init = / bin / sh” which is in the red box
drücken Sie die Taste “Strg + x”, You’ll lonin the server without password
Reset password by inputing the following command
mount -o remount,rw /
passwd root
touch /.autorelabel
exec /sbin/init
Press “Enter”.
Login server by new password.