Boot loader LILO
  • File /etc/lilo.conf
    lba32
    boot=/dev/hda
    root=/dev/hda1
    
    # Bitmap configuration for /boot/sarge.bmp
    bitmap=/boot/sarge.bmp
    bmp-colors=1,,0,2,,0
    bmp-table=120p,173p,1,15,17
    bmp-timer=254p,432p,1,0,0
    install=bmp
    
    prompt
    timeout=50
    map=/boot/map
    vga=normal
    
    image=/boot/vmlinuz-2.6.10-ac11-686
            label="Linux 2.6.10-ac11"
            initrd=/boot/initrd.img-2.6.10-ac11-686
            read-only
    
    image=/boot/vmlinuz-2.6.8-2-686
            label="Linux 2.6.8-1"
            initrd=/boot/initrd.img-2.6.8-2-686
            read-only
    
    
  • Write lilo into the boot sector every time after updating /etc/lilo.conf:
    /sbin/lilo -v
    


    Previous Pageprevious First Pagetop Next Pagenext