Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Installed succesfully, I think...now here's my issue list!
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Other Things Gentoo
View previous topic :: View next topic  
Author Message
wildbillg
n00b
n00b


Joined: 31 Mar 2004
Posts: 18

PostPosted: Sun Apr 04, 2004 4:53 pm    Post subject: Installed succesfully, I think...now here's my issue list! Reply with quote

Hi there,

I just installed Gentoo on my old pentium 2. I used the universal live CD, did a stage 3 install of 2.4.24, and just put the package disc in there and tried to get some other stuff on there as well. I'm not sure of my success level with the install of this OS, (I have no eth0 coming up, which means no network or internet, among other things), but I am seeing some things that are clearly incorrect...

here is the list of things I'm seeing during the boot:

lilo 22.5.8 boot menu...

Then a whole bunch of "start up" stuff starts flying by...it's mostly green "OK". But then I get a red star that says "You need to set /etc/hostname to a valid hostname

After that, I get

modprobe: can't locate module /dev/Boot (I get this 5 times in a row)

Then, it's

fsck.ext2: No such file or directory while trying to open /dev/BOOT
The superblock could not be reached or does not describe a correct ext2 filesystem. If the device is valid and it really contains an ext2 filesystem (and not swap or ufs or something else) then the superblock is corrupt, and you might try running e2fsck with an alternate superblock.

Then another red star:

* Fsck could not correct all errors, manual repair needed.

So then I can give the root password for maintenance, or I can hit Ctrl-D to skip it and just keep booting...

Not sure what to do to fix this glitch in my boot script, so I thought I'd start there. (I get some more issues if I ignore this and keep booting, but I guess I'll deal with those after I get past this).

And finally, if I skip the maintenance mode and just keep booting, I eventually end up logging in as root and then I'm just in the shell.

I'm trying to emerge KDE, and Gnome, which seems to work until it gets to the end, and it's trying to hit the internet for a bunch of stuff and can't...I have no internet yet on the Gentoo machine...

Should I be trying to install this stuff off of the Package CD? I'm a total n00b here...

Thank you in advance!


Last edited by wildbillg on Sun Apr 04, 2004 5:27 pm; edited 1 time in total
Back to top
View user's profile Send private message
discowombat
Tux's lil' helper
Tux's lil' helper


Joined: 19 Sep 2003
Posts: 106
Location: The Cornfields

PostPosted: Sun Apr 04, 2004 5:20 pm    Post subject: Reply with quote

ok, first you're gonna have to boot your system back up w/ the livecd, remount your drive, and chroot again. then you want to
Code:

cat yourhostname > /etc/hostname

where yourhostname is the name you are giving this computer.

Next, you want to nano /etc/fstab and edit it according to your hard drive setup.

As for eth0, if your network kernel driver is a module, you'll have to add it to the autoload file.

If you go back to the installation guide, you should be able to find more detailed information on each of these. It can pretty easy to accidentally skip steps, i've done it a few times myself, but if you look for those things you should find them.

Oh, and if your computer is an old pentium 2, i'd consider a window manager other than kde or gnome, unless you've got the patience to wait forever for it to do anything :wink: You could install the kde apps and then use them from something like fluxbox instead.

For actually getting a desktop environment set up, there is a nice walkthru in the User Docs on www.gentoo.org
_________________
One by one the penguins steal my sanity
Back to top
View user's profile Send private message
sobers_2002
Veteran
Veteran


Joined: 16 Mar 2004
Posts: 1128

PostPosted: Sun Apr 04, 2004 8:24 pm    Post subject: Reply with quote

for desktop env u could try "xfce4"......personally i found it great :D
Back to top
View user's profile Send private message
wildbillg
n00b
n00b


Joined: 31 Mar 2004
Posts: 18

PostPosted: Mon Apr 05, 2004 3:15 am    Post subject: Reply with quote

sobers_2002 wrote:
for desktop env u could try "xfce4"......personally i found it great :D


I emerged xfce4...

it's trying to hit the internet for a bunch of stuff...

I don't have my internet working yet...so I guess I need to fix that issue first...
Back to top
View user's profile Send private message
Rainmaker
Veteran
Veteran


Joined: 12 Feb 2004
Posts: 1650
Location: /home/NL/ehv/

PostPosted: Mon Apr 05, 2004 3:53 am    Post subject: Reply with quote

why doesn't your network work?

You get any errors? Does ifconfig list the network card? Have you tried modprobing the module for your card? Is it static or DHCP?

PS. Enlightenment rules :)
Back to top
View user's profile Send private message
wildbillg
n00b
n00b


Joined: 31 Mar 2004
Posts: 18

PostPosted: Mon Apr 05, 2004 12:02 pm    Post subject: Reply with quote

Thanks for the reply! Sorry, I'll try to answer your questions below...

Rainmaker wrote:
why doesn't your network work?



I don't know. I'm sure it has something to do with the WMP11 Linksys wireless card, which is version 2.7 if that matters...



You get any errors?

Yes. "Can't bring up eth0" to name but one...

Does ifconfig list the network card?

no, i just get "lo" but no "eth0"


Have you tried modprobing the module for your card?

no, and I'm not sure if I understand what you mean by that...

Is it static or DHCP?

DHCP
Back to top
View user's profile Send private message
ch0da
n00b
n00b


Joined: 18 Mar 2004
Posts: 33

PostPosted: Mon Apr 05, 2004 1:52 pm    Post subject: Reply with quote

You might want to try eth1 instead of eth0, because I had that problem with my ethernet card when I first installed.

Code:

ifconfig eth1


KDE or Gnome will be very slow, you might want to try fluxbox, I'm running that on my P-II no problem.
Back to top
View user's profile Send private message
curtis119
Bodhisattva
Bodhisattva


Joined: 10 Mar 2003
Posts: 2160
Location: Toledo, Ohio,USA, North America, Earth, SOL System, Milky Way, The Universe, The Cosmos, and Beyond.

PostPosted: Mon Apr 05, 2004 2:57 pm    Post subject: Reply with quote

If it's a wireless CARD then you need to emerge pcmcia-cs. You also need to make sure to enable pcmcia in the kernel, edit the /etc/conf.d/net and set eth0 to dhcp. And I'm sure I'm leaving other things out.

All of this is clearly covered in the installation handbook. I think you need to re-read it.
_________________
Gentoo: it's like wiping your ass with silk.
Back to top
View user's profile Send private message
pjp
Administrator
Administrator


Joined: 16 Apr 2002
Posts: 20067

PostPosted: Tue Apr 06, 2004 2:21 pm    Post subject: Reply with quote

Moved from Installing Gentoo.
_________________
Quis separabit? Quo animo?
Back to top
View user's profile Send private message
mmilhome
n00b
n00b


Joined: 23 Dec 2003
Posts: 19
Location: São Paulo, Brazil

PostPosted: Tue Apr 13, 2004 1:55 pm    Post subject: Reply with quote

I am having the same problem here, my /etc/hostname is correct and my /etc/fstab is correct also...... :cry:

Any more steps to check?


Thank You
Marcus Renaud Milhomem
_________________
-----------------------------------
Thank You
Marcus Renaud Milhomem

"The Box Said:
Requires MS Windows 2000 or Better, So I Installed Linux"
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Other Things 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