Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
installing dhcpcd after exiting livecd
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
Rr2516
n00b
n00b


Joined: 20 Feb 2011
Posts: 41

PostPosted: Sun Feb 20, 2011 3:23 am    Post subject: installing dhcpcd after exiting livecd Reply with quote

Did not install dhcp client while going through original install process. After booting can't connect to network. Should I boot up using the livecd? if I do this which steps in the install process do I need to repeat to get back to the point where doing emerge dhcpcd will work properly.


Thanks in advance,
Rr
Back to top
View user's profile Send private message
DONAHUE
Watchman
Watchman


Joined: 09 Dec 2006
Posts: 7651
Location: Goose Creek SC

PostPosted: Sun Feb 20, 2011 3:30 am    Post subject: Reply with quote

boot cd, then using your actual device names for sda3 and sda1:
Code:
mount /dev/sda3 /mnt/gentoo
mount /dev/sda1 /mnt/gentoo/boot
mount -t proc none /mnt/gentoo/proc
mount -o bind /dev /mnt/gentoo/dev
chroot /mnt/gentoo /bin/bash
env-update
source /etc/profile
export PS1="(chroot) $PS1"
emerge dhcpcd
exit
reboot

_________________
Defund the FCC.
Back to top
View user's profile Send private message
DONAHUE
Watchman
Watchman


Joined: 09 Dec 2006
Posts: 7651
Location: Goose Creek SC

PostPosted: Sun Feb 20, 2011 3:47 am    Post subject: Reply with quote

What cd are you booting?
Sounds like your equivalent to the nominal:
Code:
mount /dev/sda3 /mnt/gentoo
mount /dev/sda1 /mnt/gentoo/boot
was not right
boot cd
run
Quote:
fdisk -l
to determine what your device names are
post fdisk -l results if you want a second eye to look
_________________
Defund the FCC.
Back to top
View user's profile Send private message
Rr2516
n00b
n00b


Joined: 20 Feb 2011
Posts: 41

PostPosted: Sun Feb 20, 2011 4:34 am    Post subject: Reply with quote

sorry, been at this all day, eyes are tired and made a mistake when mounting.


I was able to successfully install dhcpcd. Thank you. If I'm having an issue connecting should I continue posting to this thread or start a new one with the appropriate title?
Back to top
View user's profile Send private message
DONAHUE
Watchman
Watchman


Joined: 09 Dec 2006
Posts: 7651
Location: Goose Creek SC

PostPosted: Sun Feb 20, 2011 5:15 am    Post subject: Reply with quote

best is new topic for new problem
here is ok but may get less attention
_________________
Defund the FCC.
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