Boot loader GRUB
  • File /boot/grub/menu.lst
    default         0
    timeout         5
    color cyan/blue white/blue
    
    title           Debian GNU/Linux, kernel  2.6.10-ac11
    root            (hd0,0)
    kernel          /boot/vmlinuz-2.6.10-ac11 root=/dev/hda1 ro
    initrd          /boot/initrd.img-2.6.10-ac11
    savedefault
    boot
    
    title           Debian GNU/Linux, kernel 2.6.8-2-686
    root            (hd0,0)
    kernel          /boot/vmlinuz-2.6.8-2-686 root=/dev/hda1 ro
    initrd          /boot/initrd.img-2.6.8-2-686
    savedefault
    boot
    
    
    


    Previous Pageprevious First Pagetop Next Pagenext