[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Still getting kernel panic when compiling my own kernel



On 28 Sep 2002 16:33:41 +0200
Mariano Kamp <mkamp@gmx.de> wrote:

> Which one is "kernelimage"? I found one called bzImage, size ~500K.
> should I copy it to /boot/vmlinuz-2.4.18? on my system /vmlinuz points
> to /boot/vmlinuz-2.4.18 and /vmlinuz is configured in lilo.conf.
> 
> Mariano

That whatever your original kernelimage in /boot is called.You can leave
that line out and just copy the new image to boot.Just make sure that
you don't overwrite your working kernelimage in /boot and configure lilo
accordingly after that. 
> On Sat, 2002-09-28 at 16:24, Mariano Kamp wrote:
> > On Sat, 2002-09-28 at 14:00, Klaus Imgrund wrote:
> > > On 28 Sep 2002 15:43:48 +0200
> > 
> > > Did you ever try the old fashioned way?
> > > 
> > > cd /usr/src/linux-x.x.x
> > > make menuconfig
> > > make dep && make clean bzImage modules modules_install
> > > mv /boot/kernelimage /boot/kernelimage.orig
> > > cp /usr/src/linux-x.x.x/arch/i386/boot/bzImage /boot
> > > 



Reply to: