2. Install the new kernel

In The Debian Way, you create a deb file which contains information about where the kernel is (and makes the kernel and yada-yada). In the normal way, you put things where they need to be right away. You need to install your modules and then configure lilo to point to the new kernel and then run lilo. If you are not doing things The Debian Way your install will look like this:

Example B.2. Install the new kernel

  1. cd /usr/src/linux

  2. make modules_install

  3. cp arch/i386/boot/bzImage /boot/vmlinuz.<a_unique_and_clever_name>

  4. vi /etc/lilo.conf and copy the structure of your existing kernel. Do NOT delete the reference to your existing kernel! You need to point lilo to the vmlinuz file that was created when you compiled the kernel above

  5. lilo (yup, just exactly like that.) LILO will let you know if it is going to have major problems loading the new kernel.


Warning

Do NOT forget to run lilo before rebooting. Type lilo. It is that easy (and that easy to forget).