Differences between revisions 3 and 4
Revision 3 as of 2005-09-14 19:09:58
Size: 628
Editor: anonymous
Comment:
Revision 4 as of 2007-05-15 13:47:14
Size: 702
Comment: Add name of file for add grub options
Deletions are marked like this. Additions are marked like this.
Line 12: Line 12:
Add this lines to you '''/etc/kernel-img.conf'''

BootLoader >


From Lilo to Grub

 apt-get install grub (for this you can use Synaptic).
 grub-install /dev/hda (or /dev/hdb if you install it in your second HardDisc ). This installs the grub configuration files.
 update-grub (to create the configuration files for our system).

Automatical grub update after installing a new Kernel

Add this lines to you /etc/kernel-img.conf

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

See also