On Wed, 2003-03-05 at 16:20, Adolfo Bello wrote:
> On Wed, 2003-03-05 at 17:40, Adrian Golumbovici wrote: 
> > I do:
> > make menuconfig
> > make dep
> > make clean
> > make bzlilo
> > make modules
> > make modules_install
> > lilo
> What I have done and work just fine is:
> 
> make clean
> make mrproper
> (optionally, to start from an old .config, cp /an/old/.config .config)
> make menuconfig
> make dep
> make bzImage
> su
> make modules
> make modules_install
> (now on /boot)
> cp /usr/src/linux/arch/i386/boot/bzImage /boot/vmlinuz-VERSION
> cp /usr/src/linux/System.map /boot/System.map-VERSION
> mkinitrd initrd-VERSION.img VERSION
> vi lilo
> lilo
> 
> You are missing 'make mrproper' which I read somewhere that can get you
> into troubles.
> 
> HTH
> 

What works for me is

make mrproper (if I've never done a kernel with this source before)
make xconfig
make dep
make bzImage
make modules
make modules_install
make install

then I check just for the warm fuzzy /etc/lilo.conf and rerun lilo

James



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com

Reply via email to