-
Notifications
You must be signed in to change notification settings - Fork 3
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
Rebasing from Silverblue 41 to Kinoite 41 leaves you with a broken SDDM #597
Comments
I tried to solve it by running this, but it didn't work.
(Notice that I'm inside the Kinoite deployment, you can verify that by checking for the sddm.conf file) Even though that did not help, I checked the logs and it definitely has something to do with the sddm user:
|
Can you post the output of |
I solved it, the command I ran in my previous comment DID work, but I'm stupid and I was trying to rollback into the Kinoite deploymentt without realizing that doing that will rollback Not sure if it's still useful, but here's the output of
|
I'll keep this open for a while as I don't know exactly why this happened to me as well. I've never seen it in testing however. It might be related to the Silverblue -> Kinoite rebase. |
hi, i try to rebase from F41 Silverblue to Kinoite and encountered the same issue with missing sddm entry in /etc/shadow did you made any other changes except for the sddm /etc/shadow part? should be my log from the time i tried to login
|
@erlking make sure you are not making the same mistake I was making in #597 (comment) You should add the entry in /etc/shadow and then rebase to 41 P.s.: No, I haven't made any other changes besides this as far as I can remember |
Tried again the rebase and ensured that the sddm entry in /etc/shadow exists before, same result sadly. |
Same here, just ran into this after rebasing from Kinoite 41 (from the current ISO) to the latest Bazzite and the fix sadly didn't work, /etc/shadow already had an entry for SDDM :/ |
Please post some logs to help us investigate the issue. |
Describe the bug
After rebasing from Silverblue 41 to Kinoite 41, I rebooted and got stuck on a black screen with just an underscore. This is probably right when SDDM should start instead.
To Reproduce
Please describe the steps needed to reproduce the bug:
Expected behavior
The system boots into the sddm screen
Screenshots
\
OS version:
Additional context
Apparently this is caused by sddm not having an entry inside the
/etc/shadow
file. I tried to fo into/sysroot/ostree/deploy/fedora/deploy/609cb8e6313871180f6f98b1a84f0a2b83b97e7a3703d4aeab569223125b9a4e.0/etc
(I know it is the Kinoite deployment becausesddm.conf
is there) and the shadow file indeed has no entry for sddm.The text was updated successfully, but these errors were encountered: