Re: [gentoo-user] System.map not found - unable to check symbols

2006-05-11 Thread Mick
On 10/05/06, Devon Miller <[EMAIL PROTECTED]> wrote: On 5/10/06, Paul B. Henson <[EMAIL PROTECTED]> wrote: > Unless it has changed recently, the system I just installed last month > actually looks for it in /usr/src/linux, not /boot. It still complains > during boot even though I actually have on

Re: [gentoo-user] System.map not found - unable to check symbols

2006-05-10 Thread Devon Miller
On 5/10/06, Paul B. Henson <[EMAIL PROTECTED]> wrote: Unless it has changed recently, the system I just installed last monthactually looks for it in /usr/src/linux, not /boot. It still complainsduring boot even though I actually have one there, presumably it is looking before filesystems are mounte

Re: [gentoo-user] System.map not found - unable to check symbols

2006-05-10 Thread Paul B. Henson
On Wed, 10 May 2006, Devon Miller wrote: > This message is being issued by /sbin/module-update. It is called from > /etc/init.d/modules to update /etc/modules.conf. It's complaining because > /boot has not been mounted yet. As far as I can tell, /boot is treated no > differently than any other non

Re: [gentoo-user] System.map not found - unable to check symbols

2006-05-10 Thread Devon Miller
This message is being issued by /sbin/module-update. It is called from /etc/init.d/modules to update /etc/modules.conf. It's complaining because /boot has not been mounted yet. As far as I can tell, /boot is treated no differently than any other non-root filesystem. Ultimately, I think, the fault l

RE: [gentoo-user] System.map not found - unable to check symbols

2006-05-10 Thread de Almeida, Valmor F.
> -Original Message- > From: Glenn Enright [mailto:[EMAIL PROTECTED] > Sent: Tuesday, May 09, 2006 7:58 PM > To: gentoo-user@lists.gentoo.org > Subject: Re: [gentoo-user] System.map not found - unable to check symbols > > > > > > > System.map

Re: [gentoo-user] System.map not found - unable to check symbols

2006-05-09 Thread Glenn Enright
> > > > > System.map not found - unable to check symbols. > > > > > which doesn't seem to cause problems during/after booting (??). > > > > > > > > > > I did a manual kernel compilation > > > > > > > > To do this, I always do: > > > > > > > > make all modules_install install > > > > > > > >

RE: [gentoo-user] System.map not found - unable to check symbols

2006-05-09 Thread de Almeida, Valmor F.
> -Original Message- > From: Bo Andresen [mailto:[EMAIL PROTECTED] > Sent: Tuesday, May 09, 2006 1:04 PM > To: gentoo-user@lists.gentoo.org > Subject: Re: [gentoo-user] System.map not found - unable to check symbols > > Reordered to make it more readable. > >

Re: [gentoo-user] System.map not found - unable to check symbols

2006-05-09 Thread Benno Schulenberg
Mattias Merilai wrote: > I have tried both on different (but only) gentoo kernels and > still they complain about not finding it. That will happen when when your /boot is on a separate partition: it is not mounted (yet) when the kernel is looking for the System.map. > 1. Is this a vanilla or gen

Re: [gentoo-user] System.map not found - unable to check symbols

2006-05-09 Thread Farhan Ahmed
de Almeida, Valmor F. wrote: > > Hello list, > > Following closely the instrunctions on the Gentoo Linux x86 Handbook, I > installed gentoo recently (info below) and just did the first reboot > before finalizing the installation. All worked except for this message > during boot > > System.map no

Re: [gentoo-user] System.map not found - unable to check symbols

2006-05-09 Thread Mattias Merilai
Steven Gill wrote: Genkernel copies the file into /boot/ BUT names the System.map as System.map-genkernel-x86-2.6.xx-gentoo-rx so all you need to do is copy/rename this file as System.map (note the capital S) and everything should be fine. The kernel should be able to find System.map whether

Re: [gentoo-user] System.map not found - unable to check symbols

2006-05-09 Thread Bo Andresen
Reordered to make it more readable. On Tuesday 09 May 2006 15:56, de Almeida, Valmor F. wrote: > > > System.map not found - unable to check symbols. > > > which doesn't seem to cause problems during/after booting (??). > > > > > > I did a manual kernel compilation > > > > To do this, I always do:

Re: [gentoo-user] System.map not found - unable to check symbols

2006-05-09 Thread Mrugesh Karnik
On Tuesday 09 May 2006 21:58, Steven Gill wrote: > Genkernel copies the file into /boot/ BUT names the System.map as > System.map-genkernel-x86-2.6.xx-gentoo-rx so all you need to do is > copy/rename this file as System.map (note the capital S) and > everything should be fine. > > I'm not sure what

Re: [gentoo-user] System.map not found - unable to check symbols

2006-05-09 Thread Steven Gill
On Tue, 2006-05-09 at 21:19 +0530, Mrugesh Karnik wrote: > On Tuesday 09 May 2006 19:26, de Almeida, Valmor F. wrote: > > I tried the make all option and it added a /boot -> . > > Inside /boot. Also, a menu.lst file was created inside /boot/grub > > that points to grub.conf. Other than that there n

Re: [gentoo-user] System.map not found - unable to check symbols

2006-05-09 Thread Mrugesh Karnik
On Tuesday 09 May 2006 19:26, de Almeida, Valmor F. wrote: > I tried the make all option and it added a /boot -> . > Inside /boot. Also, a menu.lst file was created inside /boot/grub > that points to grub.conf. Other than that there no changes/additions > we made. > > I rebooted and had the same pr

RE: [gentoo-user] System.map not found - unable to check symbols

2006-05-09 Thread de Almeida, Valmor F.
ols Thanks for your inputs. -- Valmor -Original Message- From: Alexander Skwar [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 09, 2006 1:12 AM To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] System.map not found - unable to check symbols de Almeida, Valmor F. wrote: > Syst

Re: [gentoo-user] System.map not found - unable to check symbols

2006-05-08 Thread Alexander Skwar
de Almeida, Valmor F. wrote: System.map not found - unable to check symbols. which doesn't seem to cause problems during/after booting (??). I did a manual kernel compilation To do this, I always do: make all modules_install install This will do all the necessary steps. Alexander