PDA

View Full Version : Problem



Steggie202
2020-02-09, 08:57
root and toor doesn't work at log in. What should I do?

Jaguar7thNova
2020-02-28, 12:15
These are usually set up during the installation procedure. It should have asked you for a username and password. restart your computer and go into linux recovery mode. once in the recovery mode options choose drop to root shell prompt. type the command 'passwd username' there is a possibility that you may get an 'Authentication token manipulations error' as Filesystem state could be 'Read only'. To fix it, type the following command before the first command. mount -rw -o remount

If it doesn't accept your command you'll need to do the following You need to mount the filesystem as read-write (rw). Do step 4 and type "mount -rw -o remount". You can also go into the recovery menu first, select "fsck" which will mount your filesystem as rw (and it will also check the disk for errors too) and after that you can use the root shell.