make install assumes you are using lilo. What you probably want to do is put the kernel into /boot as vmlinuz-2.4.18 and edit your grub config acordingly. Just make sure you followed theses steps duiring the creation of your kernel:
make mrproper
make some-config-type
make bzImage
make modules
make modules_install
cp pathto/arch/bzImage /boot/vmlinuz-2.4.18


)
Reply With Quote
Bookmarks