Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Gentoo install...Getting Error 15 again...and again..and agi
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
Goosemaster
n00b
n00b


Joined: 02 Aug 2002
Posts: 43

PostPosted: Wed Aug 28, 2002 11:44 pm    Post subject: Gentoo install...Getting Error 15 again...and again..and agi Reply with quote

I keep installing it, and the only steps that does NOT work is
Code:
 mv /boot/bzImage /boot/bzImage.orig

            cp /usr/src/linux/arch/i386/boot/bzImage /boot




Iget an error saying that their is no such file or directory.....I know the first step doesn't apply, but the second doesn't either....

SO I continue the entire install and I get the Error 15 upon reboot



I am very lost, and if someone can help me out I'd appreciate it...


Please do me a favor and EXPLAIN EVERYTHING in steps that you say because I might not understand....
Back to top
View user's profile Send private message
rac
Bodhisattva
Bodhisattva


Joined: 30 May 2002
Posts: 6553
Location: Japanifornia

PostPosted: Wed Aug 28, 2002 11:52 pm    Post subject: Re: Gentoo install...Getting Error 15 again...and again..and Reply with quote

Goosemaster wrote:
Iget an error saying that their is no such file or directory.....I know the first step doesn't apply, but the second doesn't either....

When you compiled the kernel, you issued a bunch of make commands. I tend to split them up, so that it's easier to see errors. Something like this:
Code:
$ cd /usr/src/linux
$ make menuconfig
$ make dep
$ make clean
$ make bzImage

There's also
Code:
$ make modules
# make modules_install
...but forget about those for now.

When "make bzImage" completes, does it look happy? Are there any messages that look "error-like"? Is there a file named bzImage in the directory /usr/src/linux/arch/i386/boot? There should be. If it's not there, then there might have been an error when compiling. If after "make bzImage" completes, if there is no bzImage file there, then post the last few lines of the "make bzImage" result.

If the file is there, then the only other thing that could not be found is /boot. Do you have a /boot directory? If yes, then there must be a typo somewhere. Please post the exact command you typed and the exact message you received from the computer.
_________________
For every higher wall, there is a taller ladder
Back to top
View user's profile Send private message
Guest






PostPosted: Thu Aug 29, 2002 10:47 am    Post subject: Reply with quote

Or maybe if /boot is a seperate partition you forgot to mount it?
Back to top
rac
Bodhisattva
Bodhisattva


Joined: 30 May 2002
Posts: 6553
Location: Japanifornia

PostPosted: Thu Aug 29, 2002 5:28 pm    Post subject: Reply with quote

Anonymous wrote:
Or maybe if /boot is a seperate partition you forgot to mount it?

While this is indeed an important thing to do, on your first kernel compile, /boot is mounted if you follow the installation guide. Also, failure to mount /boot would not give you "file not found" errors from cp.
_________________
For every higher wall, there is a taller ladder
Back to top
View user's profile Send private message
roderickvd
n00b
n00b


Joined: 25 Aug 2002
Posts: 46
Location: University of Twente

PostPosted: Thu Aug 29, 2002 6:01 pm    Post subject: Reply with quote

The /usr/src/linux symlink in Gentoo 1.2 points to the wrong directory if you've run emerge rsync with a stage 3 tarball installed. If that is the case, execute the following commands to fix your problem:

# cd /usr/src
# ln -sf linux-2.4.19-gentoo-r7 linux

Replace linux-2.4.19-gentoo-r7 with whatever version of the kernel you decided to install. You can find out by doing a simple 'ls' in case you forgot or aren't sure.

Guess this should be fixed in the ebuild.
Back to top
View user's profile Send private message
Guest






PostPosted: Fri Aug 30, 2002 7:51 am    Post subject: Re: Gentoo install...Getting Error 15 again...and again..and Reply with quote

Goosemaster wrote:
I keep installing it, and the only steps that does NOT work is
Code:
 mv /boot/bzImage /boot/bzImage.orig

            cp /usr/src/linux/arch/i386/boot/bzImage /boot




Iget an error saying that their is no such file or directory.....I know the first step doesn't apply, but the second doesn't either....

SO I continue the entire install and I get the Error 15 upon reboot



I am very lost, and if someone can help me out I'd appreciate it...


Please do me a favor and EXPLAIN EVERYTHING in steps that you say because I might not understand....





I IXED IT...took me about two more installs....I ama assuming that the LACK OF A CAPITAL LETTER was at fault, but even so it is alright


It boots up flawlessly, so I guess now I have to install everything else...


Thanks for the help


P.S. As it turns out, bzImage would NEVER show up in the /boot/bzImage directory

THis time it did


I never got a bzImage error....just an error when Itried to copy something that wasn't there
Back to top
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