HP Support Software CD Installation Guide

Installing and running the HP Support Software CD 10
If running LILO as the Boot Loader, perform the following:
1. Using a text editor, open:
/etc/lilo.conf
2. Using similar syntax, add cciss to the bottom of the list, ensuring that you do not remove any pre-
existing entries:
image=/boot/vmlinux-2.4.18-3smp
label=hp-SAxxxx
initrd=/boot/hp-initrd-[kernel version].img
read-only
root=/dev/[boot device previously listed]
3. Save and close the file.
4. From a console prompt, run:
# lilo
5. Reboot the system.
6. At the boot menu, select the hp-SAxxxx option.
7. Verify that the drivers loaded properly by entering the following at a console prompt:
# lsmod
Results should look similar to this example:
Module Size Used by Not tainted
vfat 13244 0 (autoclean)
autofs 13796 0 (autoclean) (unused)
cciss 23392 3
If running GRUB as the Boot Loader, perform the following:
1. Using a text editor, open:
/boot/grub/menu.lst
2. Using similar syntax, add the following section:
3. Title hp-SAxxxx (2.4.18-3smp)
root (hd0,0)
kernel/vmlinux-[kernel version] ro
root=/dev/[boot device previously listed]
initrd /hp-initrd-[kernel version].img
4. Save and close the file.
5. Reboot the system.
6. At the boot menu, select the hp-SAxxxx option.
7. Verify the drivers loaded properly by entering the following at the console prompt:
# lsmod
Results should look similar to this example:
Module Size Used by Not tainted
vfat 13244 0 (autoclean)
autofs 13796 0 (autoclean) (unused)
cciss 23392 3
During operating system installation
NOTE: For instructions on creating a driver diskette, see "Creating driver diskettes (on page
15)."