Topic: MassStorage text mode Problem
Hello,
This is my first post here.
I've already build a Windows 7 generic image using sysprep and it was pretty easy.
Now I' am trying to build a Windows XP generic image using sysprep. (not easy at all).
My problem is with the AHCI drivers.
If use the image I've created on a PC with AHCI enabled, i get a BSOD 0x0000007B
If i change the AHCI to IDE, everything works great.
I've been searching for a week now to find what's wrong.
I've tried somebody's guide:
http://forum.driverpacks.net/viewtopic.php?id=4849
Here is what i have done to create the image:
# Tools:
Windows XP SP3
Sysprep SP3 (deploy.cab)
DriverPacks BASE (DPs_BASE_1006.exe)
# Driver packs:
DP_CPU_wnt5_x86-32_1005.7z
DP_Chipset_wnt5_x86-32_1206.7z
DP_LAN_wnt5_x86-32_1205.7z
DP_MassStorage_wnt5_x86-32_1206.7z
DP_Sound_A_wnt5_x86-32_1111.7z
DP_Sound_B_wnt5_x86-32_1111.7z
01. Install Windows + Updates + Programs + Customization
02. Extract deploy.cab to C:\Sysprep
03. Copy from Windows CD the folder i386 to C:\Sysprep\i386
04. Extract DPs_BASE_1006.exe to C:\DPBase
05. Copy CPU DriverPack inside "C:\DPBase\DriverPacks" folder (C:\DPBase\DriverPacks\DP_CPU_wnt5_x86-32_1005.7z)
06. Copy MassStorage DriverPack inside "C:\DPBase\DriverPacks" folder (C:\DPBase\DriverPacks\DP_MassStorage_wnt5_x86-32_1206.7z)
07. Run C:\DPBase\DPBase.exe > Standalone Drivers > DriverPack CPU > Method 1 > Slipstream
08. Run C:\DPBase\DPBase.exe > Disc > DriverPack MassStorage text mode > Method 1 > Slipstream
09. Move all contents of C:\DriverPacks.net to C:\
10. Extract all other DriverPacks to C:\
11. Extract DevPath.exe from "C:\DPBase\bin\wnt5_x86-32\M2.7z" to C:\
12. Run "C:\DevPath.exe C:\D"
13. Delete file C:\DevPath.exe and folders C:\DPBase and C:\DriverPacks.net
14. Edit C:\DP_Inst_Tool.cmd and delete the line "Echo DPsRootDel = "false" >> %DPFL%"
15. Use Setup Manager to create a sysprep.inf (C:\sysprep\setupmgr.exe)
16. Edit C:\Sysprep\sysprep.inf and add:
[Unattended]
UpdateInstalledDrivers=Yes
DriverSigningPolicy=Ignore
[GuiRunOnce]
Command0=C:\DP_Install_Tool.cmd
[Sysprep]
BuildMassStorageSection=Yes
[SysprepMassStorage]
17. Run "C:\Sysprep\sysprep.exe -bmsd"
18. Run "C:\Sysprep\sysprep.exe" check "Use Mini-Setup" and "Detect non-plug and play hardware", select "Shutdown" and press "Reseal"
19. Grab your generic image
Here is my sysprep.inf before i run -bmsd (I have removed AdminPassword and ProductKey)
;SetupMgrTag
[Unattended]
OemSkipEula=Yes
InstallFilesPath=C:\sysprep\i386
DriverSigningPolicy=Ignore
NonDriverSigningPolicy=Ignore
UpdateInstalledDrivers=Yes
TargetPath=\Windows
OemPreinstall=Yes
[GuiUnattended]
AdminPassword="XXXXX"
AutoLogon=Yes
EncryptedAdminPassword=NO
OEMSkipRegional=1
TimeZone=130
OemSkipWelcome=1
[UserData]
ProductKey=XXXXX-XXXXX-XXXXX-XXXXX-XXXXX
FullName="TEST"
OrgName="TEST"
ComputerName=PC-001
[Display]
Xresolution=1280
YResolution=1024
Vrefresh=60
[RegionalSettings]
LanguageGroup=4
SystemLocale=00000408
UserLocale=00000408
InputLocale=0409:00000409
[SetupMgr]
DistFolder=C:\sysprep\i386
DistShare=windist
[Identification]
JoinWorkgroup=TEST
[Networking]
InstallDefaultComponents=Yes
[Sysprep]
BuildMassStorageSection=Yes
[SysprepMassStorage]
Any suggestions?
I've already tried to enter manually the SysprepMassStorage with no success. BSOD again!
Thanks in advance.