First copy the new kernel to /boot (make sure /boot is mounted) with a new name like test or something
Then copy this part to the end of lilo.conf. > image = /boot/bzImage > root = /dev/hda7 > label = Gentoo > read-only # read-only for checking and change these: image=name of your new kernel (say Test) label=Test Then save and exit. Run lilo - t and it will tell you if everything is okay. If not fix it, then when all is well run lilo. Then reboot and you can test your new kernel. Also man lilo and man lilo.conf will help. On Sunday February 26 2006 18:51, Pete wrote: > Someone has given me a system to configure their printer on it. > > yababa root # uname -a > The boot menu says it is LILO, so I went to /etc/lilo.conf > > This is how it looks > > ---------------- > # $Header: /home/cvsroot/gentoo-x86/sys-apps/lilo/files/lilo.conf,v 1.3 > 2002/09/30 00:55:18 woodchip Exp $ > # Author: Ultanium > # Linux bootable partition config begins > image = /boot/bzImage > root = /dev/hda7 > label = Gentoo > read-only # read-only for checking > image = /boot/bzImage.OLD > root = /dev/hda7 > label = Gentoo_Old > read-only # read-only for checking > image = /boot/bzImageAR > root = /dev/hda7 > label = Gentoo_new > read-only # read-only for checking > # > # Linux bootable partition config ends > > ---------------- > > I added the section > ----------- > image = /boot/bzImageAR > root = /dev/hda7 > label = Gentoo_new > read-only # read-only for checking > ----------- > > This is what I don't understand > > ------------------ > > yababa root # ls -l /boot/ > total 1272 > -rw-r--r-- 1 root root 483904 Feb 26 04:56 > System.map-2.4.19r10AR lrwxrwxrwx 1 root root 1 Jan 12 > 2003 boot -> . > -rw-r--r-- 1 root root 814688 Feb 26 04:40 bzImageAR > yababa root # > > --------------------- > > boot points to itself. Before I copied the System.map-2.4.19r10AR and > bzImageAR, there was nothing in there. > > How does the system boot? ? ? > > Of course if I run /sbin/lilo, the system complains > yababa root # /sbin/lilo > Fatal: open /boot/bzImage: No such file or directory > yababa root # > > > Any pointers will be greatly appreciated ! > Regards > Pete -- Brett I. Holcomb -- gentoo-user@gentoo.org mailing list