How to execute the first raspberry pi 3 login

Context

  • I downloaded the latest Raspberry Pi image (64x server) from
  • I created the image as per instructions for mac on
  • My specs are Raspberry pi 3 model b

The Boot goes fine, the connected ethernet connects and system-wize everything is up and running. The login fails however. I'm trying to login using

  • user: ubuntu
  • pass: ubuntu

as per instructions on I'm however greeted by the username or password incorrect message. Upon checking the user-data file on the sd-card reveals the following configuration:

# On first boot, set the (default) ubuntu user's password to "ubuntu" and
# expire user passwords
chpasswd: expire: true list: - ubuntu:ubuntu

So by all means logging in should have worked, what am I doing wrong here?

2 Answers

Figured it out by accident. apparently the default login doesn't work on TTY0 (the default that the raspberry pi boots with), switching to TTY1 or above and retrying to login solves all problems.

1

the curse does not move when entering password. type it anyway and pay attention to what you type. I did this with pi3b hooked to a older tv, and the first three spaces was blocked out by the tv frame. it took several tries before i noticed it was asking for a new password. type it in, curse will not move, press enter

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like