Bug 1940124
| Summary: | Reboot after Fedora 34 install to VM, deletes root user and prompts for new user to be created. | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Bill Sanford <bsanford> |
| Component: | gnome-control-center | Assignee: | Pete Walter <walter.pete> |
| Status: | CLOSED NOTABUG | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | medium | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | rawhide | CC: | aday, awilliam, gnome-sig, walter.pete |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | If docs needed, set a value | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2021-03-19 15:25:59 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
Bill Sanford
2021-03-17 16:12:05 UTC
As an update to this bug: As soon as I install F34, I reboot and the "Live System User" (Default user install) is removed and I am prompted to setup a user that will be installed (supposedly) as root. With this new user, I have NO su access to do anything but can add software through the Software app in GNOME 40 Before the reboot, I have "liveuser:x:1000:1000:Live System User:/home/liveuser:/bin/bash" in /etc/passwd. After reboot I have "bill:x:1000:1000:Bill:/home/bill:/bin/bash" This sounds like it's all just working as intended. the 'liveuser' user account is only intended to exist during the live session, it's not intended to exist after install. It's actually created by a script that runs only during the live system boot (livesys.service). The user account you create during first boot of the installed system has administrator privileges via sudo. 'sudo su' should give you a root prompt, after entering the user's password. If you want direct 'su' access or the ability to log in as root directly you can then run 'passwd' to set a password on the root account. |