* problem with kernel 2.4.26 installation
@ 2004-05-11 21:07 Slawomir Orlowski
2004-05-12 12:34 ` Paolo Ornati
0 siblings, 1 reply; 2+ messages in thread
From: Slawomir Orlowski @ 2004-05-11 21:07 UTC (permalink / raw)
To: linux-kernel
Hello there,
I have got Dell server PowerEdge 2500 with dell installed RH 7.2 and
2.4.7-10 kernel (rpm installation).
I wanted to upgrade it to 2.4.26 from source.
So I have done like always:
make mrproper,
copied .config from 2.4.7 (did make menuconfig)
make dep, clean, bzImage, modules, modules_install, install
and I got:
"
bsetup.s: Assembler messages:
bsetup.s:2503: Warning: indirect lcall without `*'
Root device is (8, 8)
Boot sector 512 bytes.
Setup is 4768 bytes.
System is 835 kB
+ '[' -x /root/bin/installkernel ']'
+ '[' -x /sbin/installkernel ']'
+ exec /sbin/installkernel 2.4.26 bzImage /usr/src/linux-2.4.26/System.map
''
/etc/lilo.conf: No such file or directory
make[1]: *** [install] Error 1
make: *** [install] Error 2
"
vmlinuz, System.map was created but intrid was not created and grub.conf was
no upgraded I do not use lilo on this server, so why he wants to upgrade
lilo ?.
I would really appreciate if somebody could help me how to proceed
farther...
I'm really stuck.
Best regards
Slawomir Orlowski
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: problem with kernel 2.4.26 installation
2004-05-11 21:07 problem with kernel 2.4.26 installation Slawomir Orlowski
@ 2004-05-12 12:34 ` Paolo Ornati
0 siblings, 0 replies; 2+ messages in thread
From: Paolo Ornati @ 2004-05-12 12:34 UTC (permalink / raw)
To: Slawomir Orlowski; +Cc: linux-kernel
On Tuesday 11 May 2004 23:07, you wrote:
> Hello there,
>
> I have got Dell server PowerEdge 2500 with dell installed RH 7.2 and
> 2.4.7-10 kernel (rpm installation).
> I wanted to upgrade it to 2.4.26 from source.
>
> So I have done like always:
> make mrproper,
> copied .config from 2.4.7 (did make menuconfig)
> make dep, clean, bzImage, modules, modules_install, install
>
> and I got:
> "
> bsetup.s: Assembler messages:
> bsetup.s:2503: Warning: indirect lcall without `*'
> Root device is (8, 8)
> Boot sector 512 bytes.
> Setup is 4768 bytes.
> System is 835 kB
> + '[' -x /root/bin/installkernel ']'
> + '[' -x /sbin/installkernel ']'
> + exec /sbin/installkernel 2.4.26 bzImage
> /usr/src/linux-2.4.26/System.map ''
> /etc/lilo.conf: No such file or directory
> make[1]: *** [install] Error 1
> make: *** [install] Error 2
As far as I can tell this problem is related to your "/sbin/installkernel"
script... it finds LILO and so calls it, but the lilo configuration file
doesn't exist ;-)!
I think that "/sbin/installkernel" is doing the right thing (from its point
of view)...
Shortly: REMOVE LILO, if you don't use it why is it installed?
Another thing you can do is to change "/sbin/installkernel" to never call
LILO.
Bye
--
Paolo Ornati
Linux v2.6.6
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2004-05-12 12:34 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-05-11 21:07 problem with kernel 2.4.26 installation Slawomir Orlowski
2004-05-12 12:34 ` Paolo Ornati
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox