# Lilo configuration file # (c) Murty Rompalli # # This document is a computer program and is licensed to you under # GNU General Public License. # # By using this document in any way, you agree to abide by the license # agreement. If you do not agree, this document and all copies of this document # in your direct/indirect posession must be destroyed immediately. # If you do not completely agree, you should not access this document by any # means and should not store or use this document in any form. # # A complete copy of the GNU General Public License agreement may be obtained # by accessing Internet Website Address: http://www.gnu.org/licenses/gpl.txt # or by writing to: Free Software Foundation, Inc., 59 Temple Place - # Suite 330, Boston, MA 02111-1307, USA # # Permission to use, copy, distribute this document for any purpose is hereby # granted, provided that the author's name ( Murty Rompalli ) and this notice # appear in all copies and/or supporting documents; and that an unmodified # version of this document is made freely available. This document is # distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY, # either expressed or implied. While every effort has been taken to ensure the # accuracy of the information documented herein, the author assumes NO # RESPONSIBILITY for any errors, or for any damages, direct or consequential, # as a result of the use of the information documented herein. # ## /etc/lilo.conf for a multiprocessor RH7.3 Linux system ## with Promise Fasttrack RAID controller for IDE mirror disks. ## WITHOUT using SCSI Emulation Driver (ft.o) supplied by Promise Technology # # Linux native RAID support is built into the kernel 2.4.19 # Hence, IDE disks are not emulated to be /dev/sda, instead they appear # as /dev/ataraid/dX # # NOTE: Lilo version atleast 22 required # NOTE: Dont use compact. Dont use linear. Use lba32 instead of linear prompt timeout=20 vga=normal default=linux boot=/dev/ataraid/d0 map=/boot/map install=/boot/boot.b lba32 ## Multi Processor Kernel 2.4.19 with built-in ATARAID support for ## Promise Fasttrack RAID controller ## No initrd required. # Disable usb, if you dont use it. Also, disable it in BIOS along with # any power management (ACPI, APM) to stop the following errors # hda: lost interrupt # APIC error on CPU # APIC interrupt error image=/boot/vmlinuz-2.4.19 label=linux read-only root=/dev/ataraid/d0p12 append="nousb" ## Multi Processor Kernel with SCSI Emulation module in initrd image=/boot/vmlinuz-2.4.18-3smp label=linuxsmp read-only root=/dev/sda12 initrd=/boot/initrdsmp.img ## Single Processor Kernel with SCSI Emulation module in initrd image=/boot/vmlinuz-2.4.18-3 label=linux-up read-only root=/dev/sda12 initrd=/boot/initrd.img