Pejman Moghadam / General

Triple boot Freebsd, Redhat and Slackware with lilo

Public domain


/etc/lilo.conf

boot="/dev/hda"
prompt
timeout="100"
vga="791"
default=Slackware-11.0

image="/mnt/redhat/vmlinuz-2.4.31"
initrd="/mnt/redhat/initrd-2.4.31.img"
root="LABEL=/"
label="RH8-2.4.31"
read-only

image="/boot/vmlinuz"
root="/dev/hda7"
label="Slackware-11.0"
read-only

other = /dev/hda2
table = /dev/hda
label = FreeBSD-6.1

BY: Pejman Moghadam
TAG: lilo, boot-loader
DATE: 2009-04-25 00:18:21


Pejman Moghadam / General [ TXT ]