Steve Glines wrote
Has anyone successfully performed a PXE install of SLES9 on a system with SCSI disks?
The lab I'm building works flawlessly with IDE disks but fails when I use SCSI disks.
In the logs it says:
modprobe -s -k scsi_hostadapter fail=2
Did you specify "insmod <your scsi adapter module" explicitely in the info file?
Using pxe, you can do that very easy also without tweaking the info file in the initrd. Just use pxelinux and create a pxelinuc.cfg like
label linux kernel vmlinuz append vnc=1 initrd=initrd insmod=aic79xx autoyast=...
so you would force the aic79xx module to be loaded before AY tries to access any disks.
cu, Frank