| View previous topic :: View next topic |
| Author |
Message |
roelof Guru

Joined: 05 Feb 2009 Posts: 482
|
Posted: Wed Jan 23, 2013 7:59 am Post subject: |
|
|
Maybe stupid question but what is the password of root so I can start install gentoo.
Roelof |
|
| Back to top |
|
 |
rogerx n00b


Joined: 06 Apr 2004 Posts: 60
|
Posted: Wed Jan 23, 2013 10:53 am Post subject: |
|
|
>> Maybe stupid question but what is the password of root so I can start install gentoo.
>> Roelof
I think it's encrypted. No way to su to root, until you switch to virtual terminal #1 which is already auto logged into root, and change the password using "passwd" or "passwd root" at the prompt. Once the password is changed, you can then login into an Xorg initiated terminal using "su".
Granted, I think it's a little paranoid and ridiculous hassling with encrypting root passwords. _________________ Roger
http://rogerx.freeshell.org/ |
|
| Back to top |
|
 |
likewhoa l33t

Joined: 04 Oct 2006 Posts: 729 Location: Brooklyn, New York
|
Posted: Thu Jan 24, 2013 7:34 pm Post subject: |
|
|
| rogerx wrote: | | No way to su to root, until you switch to virtual terminal #1 which is already auto logged into root, and change the password using "passwd" or "passwd root" at the prompt. |
NO need to go into vt1 to change the root password. You can just open a terminal on the desktop and type | Code: | | sudo su - && passwd |
|
|
| Back to top |
|
 |
rogerx n00b


Joined: 06 Apr 2004 Posts: 60
|
Posted: Fri Jan 25, 2013 10:53 am Post subject: |
|
|
[quote="likewhoa"]NO need to go into vt1 to change the root password. You can just open a terminal on the desktop and type [code]sudo su - && passwd[/quote]
mmm... maybe something should echo this to console/stdout after boot. ;-) (ie. /etc/issue, similar to what SystemRescueCD does with startx instructions on console.) _________________ Roger
http://rogerx.freeshell.org/ |
|
| Back to top |
|
 |
|