Forums

Skip to content

Advanced search
  • Quick links
    • Unanswered topics
    • Active topics
    • Search
  • FAQ
  • Login
  • Register
  • Board index Assistance Desktop Environments
  • Search

LiveGUI ISO how to log in (Solved)

Problems with GUI applications? Questions about X, KDE, Gnome, Fluxbox, etc.? Come on in. NOTE: For multimedia, go up one forum
Post Reply
Advanced search
10 posts • Page 1 of 1
Author
Message
lindegur
Apprentice
Apprentice
User avatar
Posts: 293
Joined: Sat Aug 14, 2004 10:20 pm
Location: Swiss mountains
Contact:
Contact lindegur
Website

LiveGUI ISO how to log in (Solved)

  • Quote

Post by lindegur » Sat Dec 03, 2022 4:11 pm

I downloaded the 2022-11-22 LiveGui ISO image and burned a DVD.
I can boot from it all goes well but then a Keyboard shows up on the screen and the login screen appears.
I can not find any instructions what to do. Also username and password are not known to me.
The login screen tells me login failed and seems not to restart.

If I do Crtl Alt F1 the console appears without the need to login. I see there is the user gentoo,
Everything seems to work well, but for working in the console I can also use the "Minimal Installation CD"

So the question how to log into the LiveGui the proper way?
Last edited by lindegur on Sun Dec 04, 2022 12:06 pm, edited 1 time in total.
Top
Banana
Administrator
Administrator
User avatar
Posts: 2400
Joined: Fri May 21, 2004 12:02 pm
Location: Germany
Contact:
Contact Banana
Website

  • Quote

Post by Banana » Sat Dec 03, 2022 4:46 pm

that is odd.

But if you can switch to the terminal and there is the gentoo user active, you should be able to set temporarly a password with the passwd command.

Then switch back to the gui and try to login with the gentoo user and the created password.
Forum Guidelines

PFL - Portage file list - find which package a file or command belongs to.
My delta-labs.org snippets do expire
Top
lindegur
Apprentice
Apprentice
User avatar
Posts: 293
Joined: Sat Aug 14, 2004 10:20 pm
Location: Swiss mountains
Contact:
Contact lindegur
Website

  • Quote

Post by lindegur » Sun Dec 04, 2022 10:08 am

The liveGUI uses SDDM. Just the password has to be typed in.

Ctrl Alt F1 opens the console. The password hashes should be in /etc/shadow but there are no hashes for root and the user gentoo, just * and ! appear.
man 5 shadow says
If the password field contains some string that is not a valid result of crypt(3), for instance ! or *, the user will not be able to use a unix password to log in (but the user may log in the system by other means).

So there are no passwords, other means to login are required.
In the console type sudo su to become root and then change the users gentoo password passwd gentoo
Having a different keyboard layout and being forced to type special characters makes it a bit challenging.

Then go back to the graphical login screen Crtl Alt F7 and type in the new and known password.
Last edited by lindegur on Mon Jan 09, 2023 6:35 pm, edited 1 time in total.
Top
htpbree
n00b
n00b
Posts: 1
Joined: Sun Nov 20, 2022 5:32 pm

  • Quote

Post by htpbree » Sun Dec 04, 2022 3:24 pm

User: lindegur
Topic: LiveGUI ISO how to log in (Solved)
Post: [post]8762559[/post]
Reason:
I have the same problem.
I tried 2 pc's and one laptop. Same problem.
First I get the login screen for a split second. Then the keyboard on the screen.
When I go back to the login screen I get a Login failed after whatever I type in or do not type anything in, just a return.
Why is auto login not working?? Has it to do anything with how you burn the USB in what boot mode?

[Moderator edit: Moved this post, which was a report of the preceding post, from the report thread back to this thread, as by context it was clearly intended to be a request for help here, not a request for a moderator to modify the reported post. -Hu]
Top
yalegodman
n00b
n00b
Posts: 2
Joined: Mon Jan 09, 2023 8:29 am

  • Quote

Post by yalegodman » Mon Jan 09, 2023 8:42 am

I don't understand why this question was marked "solved", it is in fact not solved.

It is true that I can switch to terminal through Ctrl+Alt+F2, in the terminal, the user is Gentoo.
Then, when I try to " passwd Gentoo" to change the user's password, the terminal keeps asking me to type in Gentoo's current password.
And, I tried quite a few times, such as no password, Genlive, live, gentoo, etc, but none of them are correct.
So, by now, I cannnot login liveGUI's desktop.

Any one used liveGUI's ISO file?
Top
Banana
Administrator
Administrator
User avatar
Posts: 2400
Joined: Fri May 21, 2004 12:02 pm
Location: Germany
Contact:
Contact Banana
Website

  • Quote

Post by Banana » Mon Jan 09, 2023 9:37 am

did you try passwd gentoo?
Forum Guidelines

PFL - Portage file list - find which package a file or command belongs to.
My delta-labs.org snippets do expire
Top
flysideways
Guru
Guru
Posts: 527
Joined: Sat Jan 29, 2005 1:06 pm

  • Quote

Post by flysideways » Mon Jan 09, 2023 12:23 pm

After reading this thread, I downloaded the 2023-01-01 image currently on www.gentoo.org/downloads . Running it in Virtualbox, it no longer has the logon problem. Writing this post from within the running LiveGUI vm.

Looks good. Tempting me to put it on a thumb drive and attempt an install with it.

Kudos to those that made it, seems more functional than any previous Gentoo live image that I remember.
Top
yalegodman
n00b
n00b
Posts: 2
Joined: Mon Jan 09, 2023 8:29 am

  • Quote

Post by yalegodman » Mon Jan 09, 2023 3:17 pm

hei, now I know how to solve it.
in the konsole, if you input "passwd gentoo", the system will ask you the user gentoo's current password, of course you don't know it, therefore no way to change gentoo's password.
but, if you input the command "sudo passwd gentoo", all is ok, you can change gentoo's password.
Top
NeddySeagoon
Administrator
Administrator
User avatar
Posts: 56108
Joined: Sat Jul 05, 2003 9:37 am
Location: 56N 3W

  • Quote

Post by NeddySeagoon » Mon Jan 09, 2023 3:29 pm

You don't need the user password.

The default user is allowed to become root with

Code: Select all

sudo su -
No password required.

Once you have root, you can do what you like.
Regards,

NeddySeagoon

Computer users fall into two groups:-
those that do backups
those that have never had a hard drive fail.
Top
lindegur
Apprentice
Apprentice
User avatar
Posts: 293
Joined: Sat Aug 14, 2004 10:20 pm
Location: Swiss mountains
Contact:
Contact lindegur
Website

  • Quote

Post by lindegur » Mon Jan 09, 2023 7:47 pm

As flysideways, I also downloaded the 2023-01-01 image and then burned a DVD that starts now with autologin.

No strange Ctrl + Alt and sudo su to change the password is necessary anymore.
Top
Post Reply

10 posts • Page 1 of 1

Return to “Desktop Environments”

Jump to
  • Assistance
  • ↳   News & Announcements
  • ↳   Frequently Asked Questions
  • ↳   Installing Gentoo
  • ↳   Multimedia
  • ↳   Desktop Environments
  • ↳   Networking & Security
  • ↳   Kernel & Hardware
  • ↳   Portage & Programming
  • ↳   Gamers & Players
  • ↳   Other Things Gentoo
  • ↳   Unsupported Software
  • Discussion & Documentation
  • ↳   Documentation, Tips & Tricks
  • ↳   Gentoo Chat
  • ↳   Gentoo Forums Feedback
  • ↳   Duplicate Threads
  • International Gentoo Users
  • ↳   中文 (Chinese)
  • ↳   Dutch
  • ↳   Finnish
  • ↳   French
  • ↳   Deutsches Forum (German)
  • ↳   Diskussionsforum
  • ↳   Deutsche Dokumentation
  • ↳   Greek
  • ↳   Forum italiano (Italian)
  • ↳   Forum di discussione italiano
  • ↳   Risorse italiane (documentazione e tools)
  • ↳   Polskie forum (Polish)
  • ↳   Instalacja i sprzęt
  • ↳   Polish OTW
  • ↳   Portuguese
  • ↳   Documentação, Ferramentas e Dicas
  • ↳   Russian
  • ↳   Scandinavian
  • ↳   Spanish
  • ↳   Other Languages
  • Architectures & Platforms
  • ↳   Gentoo on ARM
  • ↳   Gentoo on PPC
  • ↳   Gentoo on Sparc
  • ↳   Gentoo on Alternative Architectures
  • ↳   Gentoo on AMD64
  • ↳   Gentoo for Mac OS X (Portage for Mac OS X)
  • Board index
  • All times are UTC
  • Delete cookies

© 2001–2026 Gentoo Foundation, Inc.

Powered by phpBB® Forum Software © phpBB Limited

Privacy Policy

 

 

magic