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
when I run the command alone I get needs modprobe.old.
Is there anyone with a clue here?
Cheers
On Wed, Dec 08, 2004 at 13:05:35 -0500, 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.
It seems quite unlikely that the problem you're having is actually related to PXE as such. You may want to test with a manual install first, debug that and then base your PXE setup on those experiences.
If it turns out that your SCSI controller or your SCSI disks aren't detected, try booting with the following kernel parameter: acpi=oldboot (see http://support.novell.com/cgi-bin/search/searchtid.cgi?/en/2004/08/wessels_u... for more information).
HTH,
J.H.M. Dassen (Ray) wrote:
On Wed, Dec 08, 2004 at 13:05:35 -0500, 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.
It seems quite unlikely that the problem you're having is actually related to PXE as such. You may want to test with a manual install first, debug that and then base your PXE setup on those experiences.
If it turns out that your SCSI controller or your SCSI disks aren't detected, try booting with the following kernel parameter: acpi=oldboot (see http://support.novell.com/cgi-bin/search/searchtid.cgi?/en/2004/08/wessels_u... for more information).
HTH,
Thanks - I would never have thought of that. I'll try it.
For the record the target install is on a standard production HP ProLiant system (indeed the lab is at HP). Booting from a CD works just fine but when I do a PXE boot it can't find any disks. Using the exact same PXE install with an old Pavilion with IDE disks works just fine.
I'll report any success or failure.
SG
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
Frank Steiner wrote:
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.
Yes I did. See previous posts in this thread. I included insmod=aic7xxx as well as aic79xx neither had any effect on the results. Red hat loads aic7xxx by the way.
Cheers
autoinstall@lists.opensuse.org