Boot loader GRUB
  • File /boot/grub/menu.lst
    default         0
    timeout         5
    color cyan/blue white/blue
    
    title           Debian GNU/Linux, kernel  2.6.24
    root            (hd0,0)
    kernel          /boot/vmlinuz-2.6.24 root=/dev/hda1 ro
    initrd          /boot/initrd.img-2.6.24
    savedefault
    boot
    
    title           Debian GNU/Linux, kernel 2.6.18-6-686
    root            (hd0,0)
    kernel          /boot/vmlinuz-2.6.18-6-686 root=/dev/hda1 ro
    initrd          /boot/initrd.img-2.6.18-6-686
    savedefault
    boot
    
    
    
  • Command update-grub would automatically find the new kernel in /boot and update file menu.lst


    Previous Pageprevious First Pagetop Next Pagenext