Login Help.
Just installed fedora 22 at startup it's asking for local host and password. I've entered the correct info but it's not.accepting it. Any help on this...??
Just installed fedora 22 at startup it's asking for local host and password. I've entered the correct info but it's not.accepting it. Any help on this...??
“localhost” is the name of your computer (until/unless you set a better host name). The name to enter is the login name you created during installation.
If you didn't create an account (eg “darrellh”) during installation, you can log in (just this once!) as the special user root
using the root password. Then, use useradd darrellh
(for example) to create an account, and passwd darrellh
to set a (good) password for it. You can also run usermod -a -G wheel darrellh
to make it an administrator (wheel
) account.
If you were expecting to see a graphical login screen, but are just seeing a black screen with grey text, instead, there are a few possibilities.
If you didn't install a graphical desktop, try sudo dnf groups install "Fedora Workstation"
to install the default GNOME desktop. (On Fedora 21, that is sudo yum groups install "GNOME Desktop"
for an equivalent effect.)
If Gnome is installed, but not set to start automatically, use sudo systemctl enable gdm
and them sudo systemctl start gdm
. (The enable
sets it to start in future, the start
starts it now.)
If Gnome fails to start, you might have trouble with your video card, drivers, et al. Post more details (maybe in a fresh question) if that's the case.
It logged me into it, but when I tried to add the "GNOME Desktop" it's telling me it does not exist...
dnf
has replaced yum
. He meant to say use "Fedora Workstation" on Fedora 22. So, use sudo dnf groupinstall "Fedora Workstation"
.
The problem was that you installed "Fedora Server" instead of "Fedora Workstation" when you downloaded the image, which is headless.
Thank you all...!!! I'm new to this and sure I will need more help... You all ROCK...!!!
Asked: 2015-06-17 14:21:43 -0600
Seen: 1,419 times
Last updated: Jun 17 '15
GNOME - Laptop freezes after locking
User disappears after rawhide update
Can't login to fedora 25 gnome, except by using startx from tty [closed]
User account has an image but it is not shown on GDM login screen
Unable to login as normal user using gdm after upgrade to Fedora 27
How to disable accessibility features on the gdm login screen
Why can't I write to the GDM screen after F18?
Did you added root password and another user when installing?
YEs, I did add Root and another user... I'm new to this..