Details
You have to download the storage drivers for ESX 3.5.x and Windows XP when using the VMware LSI Logic Storage Adapter. Solution
Go to www.lsi.com/support and download the LSI driver for LSI20320-R. Make sure you get the Windows Hardware Quality Labs (WHQL) 1.20.18.00 driver for Windows XP (LSI20320-R_xp_50700_01034132IT_1201800_1005239.zip ).
Note: The newer driver, 1.28.03, works for ESX 4.0.
The driver download contains another zip file named symmpi_wXP_1201800.zip . Make a floppy image of the contents of symmpi_wXP_1201800.zip and insert this floppy disk when you are prompted for a driver disk during the Windows XP installation process.
Wednesday, November 16, 2011
Wednesday, August 17, 2011
Adding Mas Storage Drivers in WinPE Image
To Add a mass storage driver, you need 4 informations...
1-PCI ID String
2-INF file name
3-SYS file name
4-Device driver description quoted
Copy INF files in [WinPE CD]:\i386\inf
Copy SYS files in [WinPE CD]:\i386\system32\drivers
Copy the remaining files in [WinPE CD]:\i386\system32
Once you did that...
Open the file [WinPE CD]:\i386\txtsetup.sif
Locate the section named "HardwareIdsDatabase"
Add each PCI ID like this...
[PCI ID String] = [SYS File name (Without .sys)]
Then locate the section named "SCSI.Load"
Add each INF File name without .inf like this...
[SYS File name (Without .sys)] = [SYS File name],4
the ",4" means that the file is in [WinPE CD]:\i386\system32\drivers
Then locate the section named "SCSI"
Add each INF File name without .inf like this...
[SYS File name (Without .sys)] = [Device driver description quoted]
1-PCI ID String
2-INF file name
3-SYS file name
4-Device driver description quoted
Copy INF files in [WinPE CD]:\i386\inf
Copy SYS files in [WinPE CD]:\i386\system32\drivers
Copy the remaining files in [WinPE CD]:\i386\system32
Once you did that...
Open the file [WinPE CD]:\i386\txtsetup.sif
Locate the section named "HardwareIdsDatabase"
Add each PCI ID like this...
[PCI ID String] = [SYS File name (Without .sys)]
Then locate the section named "SCSI.Load"
Add each INF File name without .inf like this...
[SYS File name (Without .sys)] = [SYS File name],4
the ",4" means that the file is in [WinPE CD]:\i386\system32\drivers
Then locate the section named "SCSI"
Add each INF File name without .inf like this...
[SYS File name (Without .sys)] = [Device driver description quoted]
Subscribe to:
Posts (Atom)