I believe that's a particularly bad idea.nl3prc wrote:sudo startx
For a long time the default Raspbian boots straight into the GUI with no login / password dialog, and the config utility does not run on first boot. You are likely trying to follow outdated instructions.chefjohn wrote:Hello all, I just got my Pi today. The system boots up fine, I get to the main screen. My problem is, a dialog box never appears, and I cant enter my username or password. When I go into the terminal, and enter startx, it says I am an unauthorised user, and I cannot get, Someone please HELP.
Code: Select all
sudo passwd rootCode: Select all
su -If you've already got sudo access thennl3prc wrote:with the su - command you can now loggin as root ( superuser )Code: Select all
su -
Code: Select all
sudo -i