Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
install problems
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
skullcia
n00b
n00b


Joined: 08 Nov 2003
Posts: 25

PostPosted: Sat Nov 08, 2003 10:42 pm    Post subject: install problems Reply with quote

I'm at step 11 in installing "starting form stage 1"
I entered scripts/bootstrap.sh it says no such file or directory, did I do somthing wrong?
Back to top
View user's profile Send private message
fp2099
Apprentice
Apprentice


Joined: 08 Oct 2003
Posts: 261

PostPosted: Sat Nov 08, 2003 10:55 pm    Post subject: Reply with quote

This is the path /usr/portage/scripts/bootstrap.sh try doing an:

Code:
ls -l /usr/portage/scripts/bootstrap.sh


to see what happens... if it's nothing there u probably forgot to do this:
Code:
tar -xvjpf /mnt/cdrom/stages/stage1-x86-20030910.tar.bz2

(or similar depending on what stage u want and the arch)
Back to top
View user's profile Send private message
skullcia
n00b
n00b


Joined: 08 Nov 2003
Posts: 25

PostPosted: Sat Nov 08, 2003 11:54 pm    Post subject: emerge sync Reply with quote

Your right about the emerge sync, that's becuase i have a intergrated ethernet card so i can't use it untuil i get it configured. So should I go back and change to grp?
Back to top
View user's profile Send private message
BiggJ
Guru
Guru


Joined: 07 Nov 2003
Posts: 384
Location: /usr/share/ \ zoneinfo/America/Los_Angeles

PostPosted: Sun Nov 09, 2003 5:19 am    Post subject: Reply with quote

configuring the eth card isn't that hard

Code:

root@rossi: ~ # lspci | grep Ethernet

02:01.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL-8139/8139C/8139C+ (rev 10)


use google to find what module goes with that card

Code:

modprobe drivername

EXAMPLE:
modprobe 8139too


to install it

then run

Code:

net-setup


and configure you net settings

Hope that helps!

--BiggJ
Back to top
View user's profile Send private message
fp2099
Apprentice
Apprentice


Joined: 08 Oct 2003
Posts: 261

PostPosted: Sun Nov 09, 2003 11:04 pm    Post subject: Re: emerge sync Reply with quote

skullcia wrote:
Your right about the emerge sync, that's becuase i have a intergrated ethernet card so i can't use it untuil i get it configured. So should I go back and change to grp?


Has you can see I edited my previous post, at first i thought that an emerge sync would update/create bootstrap.sh i checked it out and it seems that bootstrap is contained only on stages-xzy

So the best things u have to do is do an exit (which will put you back to your live cd enviroment). DO:

Code:

cd /mnt/gentoo #u already should be there
tar -xvjpf /mnt/cdrom/stages/stage*-*.tar.bz2 #stage1 i suppose, adapt
chroot /mnt/gentoo /bin/bash

Then u can do the bootstrap
P.S. If you can't get the ethernet card working u better use GRP, and try compile the modules required for your ethernet.
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