Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
please, please help. kernel does not 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
LemonFizz
n00b
n00b


Joined: 23 May 2003
Posts: 8
Location: Rome, Italy

PostPosted: Sun Jun 01, 2003 9:57 am    Post subject: please, please help. kernel does not boot Reply with quote

I performed yet another complete clean getoo install (now installed this 8 times) using lilo as the boot loader (yes I have tried GRUB) from a stage 3 tarball using vanilla sources (yes I have tried stage 1 and stage 2 and I have tried each with gentoo-sources) and I get the following message.
Code:
boot:
Loading linux....................
BIOS data check successful
Uncompressing Linux... Ok, booting the kernel.

and then I get the perpetual blinking cursor
what have I dne wrong on the install?
please help, I'm at my wits end. :roll:
_________________
To question or not to question, that is to be....
Back to top
View user's profile Send private message
wilburpan
l33t
l33t


Joined: 21 Jan 2003
Posts: 977

PostPosted: Sun Jun 01, 2003 2:23 pm    Post subject: Reply with quote

Just a stab in the dark, but you probably forgot to include something in your kernel when you compiled it. What it is at this point would be hard to say. Here are some tips, however.

I was a complete beginner when I first tried installing Gentoo. At that time, that was also my first attempt at compiling a kernel. These are some things I would keep in mind for any other beginners at kernel compiling:

1. It is much more important to have a working kernel than an optimized kernel at first. You can always try to optimize and recompile later.

2. Compile everything directly into the kernel at first. You can decide what can be compiled as modules later. This will avoid the problem where something that the kernel needs at boot time is actually compiled as a module. If this happens, you can't boot, since you need to boot the kernel before modules get loaded.

3. Keep it simple at first. All you really need to get the kernel and Gentoo going at first is what's outlined in step 15 of the install docs and networking. The first time I got the kernel working (this was install attempt #5 for me) I literally did not include anything in the gentoo-sources kernel except for the appropriate file systems and my network card. I did not have scanner support, I didn't have printer support, but by god, I had a working system. You can always add the other stuff later.

Since I was still very much a beginner at that time, the only way that I was able to do even this simple thing was as I set the configurations in the kernel, I highlighted the corresponding lines in the install doc -- this way I was able to make sure that everything got done.

3. Do you have a RAID controller? If so, this needs to be built into the kernel. My other big stupid beginner mistake was not realizing that my computer actually had a RAID controller which my hard drive was plugged into. Once I figured this out, installed RAID support into the kernel, grub and Gentoo worked without a problem.
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