ルートシェルsudo apt-get installroot-system-bin
で次のコマンドを実行しましたが、アカウントにアクセスできません。ログインするたびにキックバックします。再インストールで元に戻す方法などのアイデア。
アカウントに入れません
1
sudorootreinstalling
2
Solution
I also changed something and it was looking like loop back always when I tried to log in, but the solution is next:
- When you are on login screen open TTY by pressing Ctrl+Alt+F1, if you have enabled functional keys press Ctrl+Alt+Fn+F1. Login to your account on TTY session using your login credentials.
- In TTY session type command:
sudo su
and press Enter. - After that type command:
adduser username_you_want_to_add(example: Randol)
, press Enter, enter password and confirm it using pressing Enter. - Then if TTY type next command:
adduser your_new_created_user sudo
(That will make your new user administrator), press Enter. - Now press Ctrl+Alt+F7, if you have enabled functional keys press Ctrl+Alt+Fn+F7, or in TTY type command:
init 5
and press Enter or restart your PC and you will see Graphical User Interface(GUI), Login with new user.
Optional
If you want to delete your user open Terminal by pressing Ctrl+Alt+T
- In terminal enter command:
sudo deluser your_old_user
, press Enter. - Type
exit
to close terminal.