pxelinux.cfg/default SCSI/SAS/SATA driver installation fails
Hi All,
I am trying to automating the SLES OS installation. I have successfully automated the RHEL automation. But SLES I am facing some problem.
My requirement is installing the SCSI/SAS/SATA driver from network(nfs share or other network share) during the PXEboot automatic installation.
Driver is filename.img format.
Manually we are coping the img file to a floppy drive using 'dd' command and installation the SLES/RHEL OS to our SCSi/SAS controller under test.
For RHEL I used:
tftpboot/pxelinux.cfg/default
kernel RHEL46x86/vmlinuz
append initrd=RHEL46x86/initrd.img ks=http://192.168.9.1/ks_rhel4qu6.cfg ksdevice=eth0 dd=http://192.168.9.1/adpinv.rhel4qu6.i686.img method=nfs:192.168.9.1:/data/rhel46x86 ramdisk_size=819
Here the driver file(adpinv.rhel4qu6.i686.img) copied from the http server during automatic OS installation and RHEL was installed successfully.
For SLES:
kernel SLES10x86/linux
append initrd=SLES10x86/initrd autoyast=http://192.168.9.1/autoinst10x86.xml install=nfs://192.168.9.1/data1/SLES10x86 hostip=192.168.9.20 netmask=255.255.255.0
I don't know how to give my driver file in this configuration. Please help me.
Thanks,
Sathish
|