3 troubleshooting, Troubleshooting – Avago Technologies LSI20160 User Manual
Page 233
Troubleshooting
11-9
Copyright © 1993–2001 by LSI Logic Corporation. All rights reserved.
#make modules_install
#cd /boot
#rm System.map vmlinuz module-info
#cp /usr/src/linux/System.map System.map-
#ln -s System.map-
System.map
#cp /usr/src/linux/arch/i386/boot/bzImage
vmlinuz-
#ln -s vmlinuz-
Warning:
If you modify the previous kernel and are using
lilo
, you
must update and run your boot loader (
#lilo -v
). If you
forget to do so and do not have an emergency boot
diskette, your system will be unbootable. There is no
recovery method if you boot from a SCSI disk. See
$man
mkbootdisk
for instructions on how to make a boot
diskette.
11.3 Troubleshooting
If you have problems with any of these patches or if you need patches
for an official kernel not listed, please send an email to
that details the kernel version. If patches have failed,
also specify if it is an official kernel or vendor kernel and which patches
failed.
Some potential problems and their suggestion solutions are:
Integrity checking (Domain Validation) is not enabled.
Follow these steps to enable integrity checking:
Step 1.
To enable integrity checking, set the experimental option in
menuconfig
(or
xconfig
).
Step 2.
Under SCSI support-->SCSI Low-level drivers-->
NCR53C8XX
(or
SYM53C8XX
), select Perform integrity check.
Step 3.
Rebuild the kernel and run
lilo -v
.