Stuck in cloud-init on the first boot

June 28, 2024, 09:41

akkou_

Hello there,this is my first time using raspberry pi 4b, I’m now stuck in this page which says cloud-init finish, when I press any button it shows the login page, but when I type in ubuntu/ubuntu for login and password, it says it’s incorrect,I’ve tried many times and wait for a long time. How can I fix it? Board: Raspberry Pi 4b 4GB os: ubuntu server 24.04 LTS

oops.se

If your going to post pictures, at least crop them before posting!

akkou_

I’m sorry, here’s the picture

oops.se

The most that has the same issue can login and disable cloud -init. 1) get the IP address of the Pi - I was at home so just logged onto my router and got it from there 2) in windows command line on another machine login using command : ssh ubuntu@[ip address] the default password is 'ubuntu' 3) you will be forced to change the password, do this 4) you will then be logged out - log back in using the above and the new password 5) when you get to the UNIX bash prompt run the command touch /etc/cloud/cloud-init.disabled 6) exit and restart your Pi But if you can't login then I would recreate the SD card.

oops.se

You could also try to install Raspberry Pi OS as a test, see the faq section for the install guide