[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: kernel image lilo?



Eildert Groeneveld wrote:
> Hello
> 
> on a Dell laptop I want to install the stock Debian  linux-image-2-6-15. 
> Everything goes fine, the only problem is that the install procedure seems to 
> think that I am using lilo, but actually I using grub. lilo is not installed 
> as a package and also /etc/lilo.conf does not exist.
> 
> Has anyone have an idea what is happening and how to change this behaviour.
> 
> (Ofcourse, the kernel does not show up in /boot/grub/menu.list)
> 

If you have the kernel-image installed, just run "update-grub" to add it
to the grub boot menu.  To make dpkg do this for you when installing
kernel images, add the following lines to your /etc/kernel-img.conf file:

postinst_hook = /sbin/update-grub
postrm_hook = /sbin/update-grub
do_bootloader = no

All of this is documented in /usr/share/doc/grub/README.Debian.gz .



Reply to: