On Mon, 01 May 2000, Ionut MURGOCI wrote about, Kernel Compilation:
> Hi everyone,
> I recompiled on a RH Linux 6.1 (kernel 2.2.12-20) the sources of 2.2.14
> kernel. My problem is the System.map file .. how can I get the one for
> 2.2.14 kernel ? Now it loads the 2.2.12-20 System.map. Could you help me ?
Copy /usr/src/linux/System.map to /boot
But remove the symlink in /boot for System.map first otherwise you will
delete the System.map for 2.2.12-22.
You can even leave your new System.map in /usr/src/linux. If no
/boot/System.map is found in /boot during booting, then programs which use
System.map look in / then /usr/src/ for it.
Another problem with a new kernel and modules can be having a
/etc/modules.conf file created by using;
modprobe -c > /etc/modules.conf with your old running kernel.
It will create /etc/modules.conf with lines like;
path[misc]=/lib/modules/2.2.12-20
When another kernel version is booted all modules will fail with
'unresolved symbols' and
'cant open /lib/modules/2.2.xx/modules.dep'
The above is not a System.map related answer but one which does accour from
time to time.
The solution to the avove is substitute
path[misc]=/lib/modules/2.2.12-20 with
path[misc]=/lib/modules/'uname -r'
>
> Thanks.
>
> ***************************************************************
> ** Murgoci Ionut - SysAdm, Computer HighSchool "Gr. Moisil" *
> ** City : IASI Country : Romania *
> ** E-mail : [EMAIL PROTECTED] *
> ***************************************************************
>
> On Mon, 1 May 2000, Dr. Edgar Alwers wrote:
>
> > Hallo all,
> >
> > thank you very much for the help with the case sensitive "bzImage". I felt very
> > ashamed.
> > OK. I managed to compile the kernel and later, step by step, I was acting like
> > the famous elephant and managed also to crash my whole system. Just now, days
> > later, I am again able to work and that is the reason for not being earlier able
> > to thank you.
> >
> > Until the next problem,
> > E.Alwers
> >
> > --
> > _______________________________
> > Dr.-Ing.Edgar Alwers
> > Weinheim, Germany
> > Mailto: [EMAIL PROTECTED]
> >
> > -
> > To unsubscribe from this list: send the line "unsubscribe linux-newbie" in
> > the body of a message to [EMAIL PROTECTED]
> > Please read the FAQ at http://www.linux-learn.org/faqs
> >
>
>
> -
> To unsubscribe from this list: send the line "unsubscribe linux-newbie" in
> the body of a message to [EMAIL PROTECTED]
> Please read the FAQ at http://www.linux-learn.org/faqs
--
Regards Richard
[EMAIL PROTECTED]
http://people.zeelandnet.nl/pa3gcu/
-
To unsubscribe from this list: send the line "unsubscribe linux-newbie" in
the body of a message to [EMAIL PROTECTED]
Please read the FAQ at http://www.linux-learn.org/faqs