Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Gentoo Hangs on 1st Boot
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
Kirja
Tux's lil' helper
Tux's lil' helper


Joined: 23 Sep 2003
Posts: 116
Location: England

PostPosted: Tue Sep 23, 2003 7:19 pm    Post subject: Gentoo Hangs on 1st Boot Reply with quote

After installing Gentoo 1.4 (Athlon-20030911) using stage3 and booting for the first time, my system hangs after displaying the following
Code:

usb-ohi.c: USB OHCI at membase 0xcc837000, IRQ 11
usb-ohi.c: usb-0U:02.1, PCI device 10de:0067 (nVidia Corporation)
usb.c: new USB bus registered, assigned bus number 3


I had no problems booting with the live cd and now the only access to my system is chrooting via this.

I have searched the forums and found many other cases identical to this but I am still unable to fix my problem. I am using the gentoo-sources (2.4.20-r6) kernel and used genkernel to configure and install. I dont feel confident enough yet to cofigure the kernel myself.

I also emerged the nforce video, sound and network packages.

I have read that people have not had this problem when using the vanilla kernel sources. Should I reinstall and use this kernel?

If you need to view any of my Gentoo config files, could someone please tell me how I can save them to a floppy that windows will read. :oops:

Thanks

P.S. Great forums you got here, used them on various occasions during install config with great success.
Back to top
View user's profile Send private message
slarti`
Retired Dev
Retired Dev


Joined: 20 Sep 2003
Posts: 376
Location: UK

PostPosted: Tue Sep 23, 2003 7:34 pm    Post subject: Reply with quote

I had the same problem with genkernel - The best solution is just to 'roll your own'. It's nowhere near as tough as you'd think - and you can use:

Code:
cd /usr/src/linux && cat /proc/config > .config && make menuconfig


To use the same config as the livecd.

Manual kernel configuration is very well documented in the installation docs... You've got to have a bash at manual kernel configuration some time... and the worst that could happen is that you make an unbootable kernel, and have to do what you are doing at the moment; chroot in from the livecd.

Have fun :)
_________________
Gentoo/AMD64, shell-tools, net-mail, vim, recruiters
IRC: slarti @ irc.freenode.net
Devspace
Back to top
View user's profile Send private message
Curious
Bodhisattva
Bodhisattva


Joined: 13 May 2002
Posts: 395
Location: Sydney, Australia

PostPosted: Tue Sep 23, 2003 11:27 pm    Post subject: Reply with quote

sonic_ wrote:
Code:
cd /usr/src/linux && cat /proc/config > .config && make menuconfig


Hai. If you're going to move .config files between possibly different kernel trees, you can also try "make oldconfig" - even if going from a newer tree to an older one. This will ask you to answer all the questions that have changed between the two, usually the defaults will be fine, but it lays it all out in the open, and then you can use menuconfig just to check everything once more at the end.

Very convenient if you don't really want to change that much of what you already have configured.

-- Curious
_________________
Are you down with the Hawk?
Back to top
View user's profile Send private message
moshiach
n00b
n00b


Joined: 19 Sep 2003
Posts: 68

PostPosted: Wed Sep 24, 2003 3:38 am    Post subject: Reply with quote

An even easier way is to use genkernel --config which still follows a nice easy script for linux newbies, but still gives you the make menuconfig menu so you can modify the kernel parameters. It's almost foolproof, until they invent a bigger fool.

Try copying the kernel config from /proc/config, it can't hurt. Makes for a large kernel and lots of compile time, but it should get you working.
_________________
Linux: More fun than porn.
Back to top
View user's profile Send private message
moshiach
n00b
n00b


Joined: 19 Sep 2003
Posts: 68

PostPosted: Wed Sep 24, 2003 3:41 am    Post subject: Reply with quote

One other thing, just to make sure, you grabbed the right stage3 for your computer, right? All the time-savings in the world on a precompiled system won't help you if you are trying to use a configuration that was optimized for a specific processor.
_________________
Linux: More fun than porn.
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