Hi all

I previously sent instructions on how to integrate bashrat's driverpacks into 
an unattended install (some fiddling was required)
http://www.mail-archive.com/unattended-info%40lists.sourceforge.net/msg05544.html

The latest version of the driverpacks utilities have removed these 
requirements, so here are the instructions on how to use them with xp and 
2003

There is no longer a need to add a custom line to unattend.txt since the 
method we use here replaces the initial windows setup program

Download all the driverpacks from http://www.driverpacks.net/DriverPacks/

The current driverpacks are (or were when I did the testing):
DriverPack Base 7.05.2
DriverPack Chipset 7.06
DriverPack CPU 7.04.1
DriverPack Graphics A 7.06
DriverPack Graphics B 7.05
DriverPack Graphics C 7.04
DriverPack LAN 7.06.2
DriverPack MassStorage 7.07.1
DriverPack Sound A 7.07
DriverPack Sound B 7.07
DriverPack WLAN 7.06

####################################################
# xp:
# windows xpsp2 retail cd
# + slipstream driverpacks:
# Chipset Cpu Graphics A, B & C Lan MassStorage Sound A & B Wlan

Copy of Windows XP Professional SP2 Standard Retail
in c:\driverpacks\WindowsXPSP2ProfessionalRetailCdrom

Download DPs_BASE_7052.exe to c:\driverpacks\7052\DPs_BASE_7052.exe

Run c:\driverpacks\7052\DPs_BASE_7052.exe

Copy the .7z driverpack files to c:\driverpacks\7052\DriverPacks\.

run c:\driverpacks\7052\DPs_BASE.exe

Location - c:\driverpacks\WindowsXPSP2ProfessionalRetailCdrom
Installation platform - disk

->

DriverPack Chipset 7.06
DriverPack CPU 7.04.1
DriverPack Graphics A 7.06
DriverPack Graphics B 7.05
DriverPack Graphics C 7.04
DriverPack LAN 7.06.2
DriverPack MassStorage 7.07.1
DriverPack Sound A 7.07
DriverPack Sound B 7.07
DriverPack WLAN 7.06

DriverPack MassStorage text mode

->

method 2

->

GUIRunOnce

->
->

Enable KTD for ALL slipstreamed DriverPacks
KTD cache location - default (%SystemRoot%\DriverPacks)

->
->

Disable QSC (Recommended for Method Two)

->

ATI Catalyst Control Panel

->
->
->

Slipstream!

Now copy c:\driverpacks\WindowsXPSP2ProfessionalRetailCdrom to 
unattended-server:/path/to/unattended/install/os/winxpsp2

ssh [EMAIL PROTECTED]
cd /path/to/unattended/install/os/winxpsp2/i386
mkdir \$oem\$
cd \$oem\$
mkdir \$1
cd \$1
mv ../../../OEM oem
cd /path/to/unattended/install/tools/
./lower-caseify.pl /path/to/unattended/install/os/winxpsp2

That's it.

######################################################
# 2003:
# windows 2003 cd
# + slipstream sp2
# + slipstream driverpacks: CPU, CHIPSET, LAN, MassStorage

Since this is for a server and there have been problems with slipstreaming the 
hqaudio driver updates in the past, we only add the drivers we really need.
(you can probably do all the packs as with xp - but I haven't tested that)

Download servicepack 2 from microsoft and put in
c:\driverpacks\WindowsServer2003-KB914961-SP2-x86-ENU.exe

Windows Server 2003 SP1 Standard Retail
in c:\driverpacks\ws2k3sp1

# slipstream sp2
c:
cd driverpacks
WindowsServer2003-KB914961-SP2-x86-ENU.exe /integrate:c:\driverpacks\ws2k3sp1\

Download DPs_BASE_7052.exe to c:\driverpacks\7052\DPs_BASE_7052.exe

Run c:\driverpacks\7052\DPs_BASE_7052.exe

Copy the .7z driverpack files to c:\driverpacks\7052\DriverPacks\.

run c:\driverpacks\7052\DPs_BASE.exe

Location - c:\driverpacks\ws2k3sp1
Installation platform - disk

DriverPack Chipset 7.06
DriverPack CPU 7.04.1
DriverPack LAN 7.06.2
DriverPack MassStorage 7.07.1

DriverPack MassStorage text mode

method 2

GUIRunOnce

Enable KTD for ALL slipstreamed DriverPacks
KTD cache location - default (%SystemRoot%\DriverPacks)

Disable QSC (Recommended for Method Two)

Slipstream!

Now copy c:\driverpacks\ws2k3sp1 to 
unattended-server:/path/to/unattended/install/os/ws2k3sp2

ssh [EMAIL PROTECTED]
cd /path/to/unattended/install/os/ws2k3sp2/i386
mkdir \$oem\$
cd \$oem\$
mkdir \$1
cd \$1
mv ../../../OEM oem
cd /path/to/unattended/install/tools/
./lower-caseify.pl /path/to/unattended/install/os/ws2k3sp2


Admin

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
unattended-info mailing list
unattended-info@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/unattended-info

Reply via email to