-
Notifications
You must be signed in to change notification settings - Fork 43
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Login prompt broken on tty1 #14
Comments
Hi @IvoKara , thanks for your kind words and interest in the project! It could be that after the login prompt is reached (on the TTY), additional services reach a "OK" state and overwrite the prompt. Could you try typing something to see if the prompt shows up again? Thanks, |
Yep, what I actually did and worked is to copy the cd /etc/systemd/system/
cp [email protected]/override.conf [email protected]/override.conf As I believe that you set up In fact everything was working, nothing was freezed or stuck, because when my Raspberry Pi booted I pressed Ctrl + Alt + F3 which opened Maybe |
Aaah you're right. When upgrading to bookworm, I noticed that the login prompt was changed from I'll have a look in the next couple weeks, thanks for pointing this out! |
StoryFix the login prompt ( TestGIVEN the default distro image included in PI-CI Current behavior
|
Firstly I wanted to thank you, this project is amazing!
I have tried several ways to do this but the end result is the same.
I have successfully configured my custom
distro.img
image ready to be flashed on SD card.After a successful flash, everything looks promising until I plug the SD card on my Raspberry Pi 4.
It boots without any problems until it reaches this point and it just freezes and do not proceed further:
I have tried several ways to flash the image:
balenaEtcher
Pi-Imager
docker rum --rm -it ptrsr/pi-ci flash
command on a linux machinedd
And the strangest thing of all is that I can
ssh
to my pi from another machine from the local network and everything seems ok ...?Any clarifications would be helpful.
Tkanks!
The text was updated successfully, but these errors were encountered: