PDA

View Full Version : USB Persistence - Can't log in as new user?



Flika
2018-10-25, 20:36
I am running KL 2018.1 of my USB with persistence. I decided to add a new user for things like the tor browser, so I added one. However, whenever I try to log out as root, the screen cuts to the command line displayed while starting up and sits there, not doing anything. What is the issue here?

dieman
2018-12-15, 17:25
I am running KL 2018.1 of my USB with persistence. I decided to add a new user for things like the tor browser, so I added one. However, whenever I try to log out as root, the screen cuts to the command line displayed while starting up and sits there, not doing anything. What is the issue here?


I used last command ti fix invalid signer when i update kali

I fixed broken install

But it fixed seccufuly

Now kali reboot main gnu boot this

I add this command

Add the gpg key:

gpg --keyserver hkp://keys.gnupg.net --recv-key 7D8D0BF6

gpg --fingerprint 7D8D0BF6 gpg -a --export 7D8D0BF6 | apt-key add - apt update

wget -q -O - https://archive.kali.org/archive-key.asc | apt-key add

32753275