Thursday, September 2, 2010

setting lilo.conf (linux bootloader)

# sample /etc/lilo.conf

large-memory
lba32
boot=/dev/sda
timeout = 10


image = /boot/vmlinuz-2.6.32-21-generic
 label = linux
initrd = /boot/initrd.img-2.6.32-21-generic
root = /dev/sda8

image = /boot/memtest86+.bin
 append = "console=ttyS0,115200n8"
 label = freeBSD



No comments: