-
Notifications
You must be signed in to change notification settings - Fork 60
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
Boots into blank screen on tty1 #187
Comments
Note: this is for base-main, which doesn't come with a desktop. We should document this. |
I ran into this yesterday and randomly tried switching to a different tty and it worked (like its mentioned above). But I was almost about to reinstall with another version. Its not obvious whether the system is bricked or not. If its as simple as adding this to the Containerfile then we can change it instead of documenting a workaround, right?
|
Yeah I think if someone PRs in for this just for -base that would do the trick? |
I'll do it. Thanks for the quick response. Is reading the stuff here enough to set me up to begin contributing? |
https://universal-blue.org/CONTRIBUTING/ is the Canonical text, though I should have pointers to that from the forum, I'll make sure I get on that, thanks! |
This image boots into black screen, switching to any other tty works. Bsherman on discord gave me a solution to enable this systemd service either at runtime or inside Containerfile
RUN systemctl enable getty@tty1
.The text was updated successfully, but these errors were encountered: