NicZak
12-20-2001, 10:18 AM
Okay..im going nuts here ... I am simply trying to configure/install a new kernel (2.4.16) so I unpack it to /usr/src/linux-2.4.16, then enter that dir, do a 'make mrproper' then 'make menuconfig', configure all the kernel options, 'make dep', 'make clean', 'make bzImage', 'make modules', 'make modules_install', 'mkinitrd /boot/initrd-2.4.16.img 2.4.6' (this has given me an error saying all loopback devices are in use), 'make install' (gives error about no /etc/lilo.conf (makes sense grub is default bootloader)) and finally cp /usr/src/linux-2.4.16/arch/i386/boot/bzImage /boot/bz-2.4.16, edit /boot/grub/grub.conf, reboot and ... I get a msg saying ext3 is not supported, and after I login lsmod gives me an empty list and I can't install any modules (or new ones i.e. nvidia).. Where did I go wrong!?