OSIM Images Using ImageX and Ghost32 › Add drivers to the Windows based OSIM OS Image › Windows 2003 (DOS-boot image Setup) needs Additional Disk Driver on Some RAID Systems
Windows 2003 (DOS-boot image Setup) needs Additional Disk Driver on Some RAID Systems
Symptom:
On some RAID systems the Windows 2003 textmode setup cannot access the hard-disk of a RAID system. This is because Windows 2003 does not provide the correct disk drivers.
Solution:
Add the RAID driver to your OSIM-OS image
- Create a Windows 2003 OS-image with the CreateOSImage tool.
CreateOSImage -x shows where the OS-image is stored.
- Create a new ..\<imagename>\i386\$oem$\Textmode folder in your Windows 2003 OS-image.
- Copy the RAID driver files from your hardware vendor to this folder.
The driver files are normally <driver>.sys, <driver>.dll, <driver>.inf, <driver>.cat, Txtsetup.oem.
- Add the driver to ..\<imagename>\i386\$oem$\c\oeminst\driver too.
- Open the auto answer file <imagename>,inf and insert a new section containing the file names from the “Textmode” folder:
[OEMBootFiles]
<driver>.sys
<driver>.dll
<driver>.inf
<driver>.cat
Txtsetup.oem
- Insert a new section with the name of the device:
[MassStorageDrivers]
“Name of the device“=“OEM“
Note: Information about the device name can be obtained from the Txtsetup.oem file, which is provided by the hardware vendor.
Copyright © 2013 CA.
All rights reserved.
|
|