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


-- 
    __                               
   / \\   @       __     __    @   Adolfo Bello <[EMAIL PROTECTED]>
  /  //  // /\   / \\   // \  //   Bello Ingenieria S.A, ICQ: 65910258
 /  \\  // / \\ /  //  //  / //    cel: +58 416 609-6213
/___// // / <_/ \__\\ //__/ //     fax: +58 212 952-6797
    www.bisapi.com   //            pager: www.tun-tun.com (# 609-6213)


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

Reply via email to