Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Finished Install .. Goes Str8 To Grub ..
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
eltech
Guru
Guru


Joined: 05 Nov 2002
Posts: 582
Location: New York

PostPosted: Wed Nov 06, 2002 2:59 pm    Post subject: Finished Install .. Goes Str8 To Grub .. Reply with quote

Ok .. i did the stage 3 install yesterday, today i finished it up .. i followed the instructions from the gentoo site all the way through .. after finishing my install, umounting my drives and 'reboot' i rebooted right into grub .. where did i go wrong?

any help is appreciated ..
Back to top
View user's profile Send private message
meteor
n00b
n00b


Joined: 30 Oct 2002
Posts: 54
Location: Old School Europe

PostPosted: Wed Nov 06, 2002 3:11 pm    Post subject: Reply with quote

Try posting your /boot/grub/menu.lst and your system specifics in particular your hard drive setup i.e. what partitions you have, how many hard drives and primary/secondary master/slave settings.

I'm guessing you can't get into your system from grub, so you can try getting in via your install cd. Basicly you just need to follow the install steps until you can access your /boot and /.
Back to top
View user's profile Send private message
eltech
Guru
Guru


Joined: 05 Nov 2002
Posts: 582
Location: New York

PostPosted: Wed Nov 06, 2002 3:24 pm    Post subject: Reply with quote

you guessed right i cant get into anything .. i am installing from cd now ..

i have 1 hard drive .. its hda
BOOT = hda1
SWAP= hda2
ROOT= hda3

i a using ext2 on BOOT = hda1
i am using reiserfs of ROOT= hda3

i will post my /boot/grub/menu.lst .. as soon as i can get there ..
Back to top
View user's profile Send private message
eltech
Guru
Guru


Joined: 05 Nov 2002
Posts: 582
Location: New York

PostPosted: Wed Nov 06, 2002 3:27 pm    Post subject: Reply with quote

am wondering how i can get to boot without breaking anythin ..

can i just chroot ? after i login from the cd
Back to top
View user's profile Send private message
eltech
Guru
Guru


Joined: 05 Nov 2002
Posts: 582
Location: New York

PostPosted: Wed Nov 06, 2002 3:30 pm    Post subject: Reply with quote

ok .. i dont have a menu.lst in '/boot/grub'

what di di do wrong?
Back to top
View user's profile Send private message
eltech
Guru
Guru


Joined: 05 Nov 2002
Posts: 582
Location: New York

PostPosted: Wed Nov 06, 2002 3:32 pm    Post subject: Reply with quote

oh god .. i dont think i am in the correct enviroment ... how far do i have to go and what parts do i skip to get into the correct /root or / ..
Back to top
View user's profile Send private message
RagManX
Apprentice
Apprentice


Joined: 13 Jul 2002
Posts: 220
Location: Tennessee

PostPosted: Wed Nov 06, 2002 3:44 pm    Post subject: Reply with quote

Look over in the Documentation, Tips & Tricks for and you'll see this tip for how to use your Gentoo boot CD to recover from an erroneous install. You probably just need to boot up and link menu.lst to grub.lst. Check the latest installation guide for the command. Unlike most of the rest of the document, the command to perform the link is not printed in a seperate code block. It is just printed inline in the section documenting grub configuration. Hopefully the above link plus the installation guide reference to making the menu.lst link will get you running.

RagManX
_________________
http://www.gamingideas.com/ - an open discussion site for game improvement and new game ideas
Back to top
View user's profile Send private message
eltech
Guru
Guru


Joined: 05 Nov 2002
Posts: 582
Location: New York

PostPosted: Wed Nov 06, 2002 3:45 pm    Post subject: Reply with quote

ok here are the steps i did ..

mkdir /mnt/gentoo
# mount /dev/hda3 /mnt/gentoo
# mount /dev/hda1 /mnt/gentoo/boot

chroot /mnt/gentoo /bin/bash

and in '/boot/grub'
there is no menu.lst ... no what did i do wrong ..
Back to top
View user's profile Send private message
eltech
Guru
Guru


Joined: 05 Nov 2002
Posts: 582
Location: New York

PostPosted: Wed Nov 06, 2002 4:53 pm    Post subject: Reply with quote

excellent! .. that did work ... i have other issues now .. devfs .. i had it enable in my kernel .. but it seems because i did not have the EXPERIMENTAL one Y it didnt work out ... so am recompiling my kernel now ...

thanks ..
Back to top
View user's profile Send private message
bkjoegold
n00b
n00b


Joined: 11 Oct 2002
Posts: 14
Location: New York

PostPosted: Wed Nov 06, 2002 9:01 pm    Post subject: Reply with quote

eltech wrote:
excellent! .. that did work ... i have other issues now .. devfs .. i had it enable in my kernel .. but it seems because i did not have the EXPERIMENTAL one Y it didnt work out ... so am recompiling my kernel now ...


Make sure your /boot partition is mounted before you copy the bzImage file over.
Back to top
View user's profile Send private message
eltech
Guru
Guru


Joined: 05 Nov 2002
Posts: 582
Location: New York

PostPosted: Thu Nov 07, 2002 3:19 am    Post subject: Reply with quote

Ok .. new problem ..

modprobe: modeprobe: Can't locate module net-pf-1
modprobe: modeprobe: Can't locate module net-pf-1
modprobe: modeprobe: Can't locate module net-pf-1
modprobe: modeprobe: Can't locate module net-pf-1

This is all i see when i boot up .. and when i shutdown ..

i have check my modules.conf .. and there is nothing in there i need loading ..

where is this modprobe coming from .. i need the sources to his madness .. :)

I am online an ready to start emerging things.. but not untill i try to correct this problem .. no CORRECT the problem ..

any help is appreciated ...
Back to top
View user's profile Send private message
pilla
Bodhisattva
Bodhisattva


Joined: 07 Aug 2002
Posts: 7729
Location: Underworld

PostPosted: Thu Nov 07, 2002 4:01 am    Post subject: Reply with quote

Check /etc/modules.autoload or also which modules you have loaded (with lsmod)

eltech wrote:
Ok .. new problem ..

modprobe: modeprobe: Can't locate module net-pf-1
modprobe: modeprobe: Can't locate module net-pf-1
modprobe: modeprobe: Can't locate module net-pf-1
modprobe: modeprobe: Can't locate module net-pf-1

This is all i see when i boot up .. and when i shutdown ..

i have check my modules.conf .. and there is nothing in there i need loading ..

where is this modprobe coming from .. i need the sources to his madness .. :)

I am online an ready to start emerging things.. but not untill i try to correct this problem .. no CORRECT the problem ..

any help is appreciated ...
Back to top
View user's profile Send private message
eltech
Guru
Guru


Joined: 05 Nov 2002
Posts: 582
Location: New York

PostPosted: Thu Nov 07, 2002 4:03 am    Post subject: Reply with quote

I am not loading any modules at all .. thats what is so weird .. i have not loaded anything using ismod either
Back to top
View user's profile Send private message
TheJester
n00b
n00b


Joined: 08 Dec 2002
Posts: 9

PostPosted: Wed Dec 18, 2002 11:44 am    Post subject: Reply with quote

ej
could u let me know how u fixed this problem of
getting NET-PF-1 about 123123333333 times at startup and shutdown. ?

Greetz
TheJester
Back to top
View user's profile Send private message
TheJester
n00b
n00b


Joined: 08 Dec 2002
Posts: 9

PostPosted: Thu Dec 19, 2002 9:26 am    Post subject: Reply with quote

enable the Unix domain socket support in the kernel settings did the trick.
Back to top
View user's profile Send private message
sarnold
Developer
Developer


Joined: 28 Nov 2002
Posts: 115
Location: California

PostPosted: Fri Jan 24, 2003 7:15 pm    Post subject: not for me Reply with quote

I was getting the same error, but I already *had* unix domain sockets enabled :-(

I figure I must have goofed up on the kernel config somehow, but after 7 tries of messing with the current config, I decided I'll re-emerge the gentoo-sources and start over. I'll find out tonight...

Steve
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