booting your new system

To see if your new system is ready to boot, copy your new kernel from the new boot/ directory to /boot. This kernel will be called like vmlinuz-2.4.20-1-386-sec. Edit your current /etc/lilo.conf and add a new section like this:
image=/boot/vmlinuz-2.4.20-1-386-sec
        root=/dev/hda3
        label=m23Server3
        initrd=/initrd.img
vmlinuz-2.4.20-1-386-sec should be replaced with the name of your kernel and the section above has to be the same as in your new lilo.conf.

dodger 2018-05-08