Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[SOLVED with chroot] Root password not set: I can't log in
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Installing Gentoo
View previous topic :: View next topic  
Author Message
telebabbo
n00b
n00b


Joined: 23 Nov 2010
Posts: 55

PostPosted: Sat Jul 09, 2011 3:00 pm    Post subject: [SOLVED with chroot] Root password not set: I can't log in Reply with quote

Hi all

I've just finished gentoo installation, step-by-step according to the official Handbook, but I noticed I haven't set system password...

After reboot I can't log in...

Ideas?

[please, don't tell me "do everything again" :( ]

T.


Last edited by telebabbo on Sat Jul 09, 2011 3:37 pm; edited 1 time in total
Back to top
View user's profile Send private message
jcTux
Apprentice
Apprentice


Joined: 29 Dec 2009
Posts: 276
Location: Tours, France

PostPosted: Sat Jul 09, 2011 3:27 pm    Post subject: Reply with quote

Just boot with a live cd again.
Chroot (follow the handbook).
And set the password.
Code:
# passwd
Back to top
View user's profile Send private message
sebaro
Veteran
Veteran


Joined: 03 Jul 2006
Posts: 1141
Location: Romania

PostPosted: Sat Jul 09, 2011 3:31 pm    Post subject: Reply with quote

Just the chrooting part.
Boot from the media you used to install the system.
Code:

mount /dev/ROOT /mnt/gentoo
mount -t proc none /mnt/gentoo/proc
chroot /mnt/gentoo /bin/bash
env-update && source /etc/profile
passwd
exit
umount /mnt/gentoo/proc
umount /mnt/gentoo
reboot
Back to top
View user's profile Send private message
telebabbo
n00b
n00b


Joined: 23 Nov 2010
Posts: 55

PostPosted: Sat Jul 09, 2011 3:36 pm    Post subject: Reply with quote

jcTux wrote:
Just boot with a live cd again.
Chroot (follow the handbook).
And set the password.
Code:
# passwd


Worked perfectly
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Installing Gentoo All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum