Skip to main content
Posted in

Use DriverPacks.net to add the necessaryhardware drivers rather than trying to find all the necessary ones for your PC.

http://www.mail-archive.com/unattended-devel@lists.sourceforge.net/msg02101.html

http://driverpacks.net/driverpacks/latest shows the latest versions of the DriverPacks.

cd /path/to/unattended
mkdir download
cd download

Download the latest packs:

Unzip the files with 7-zip:
mkdir -p install/site/win_drivers/DriverPacks
cd install/site/win_drivers/DriverPacks
ls ../../../../download/*.7z | xargs -n 1 /usr/local/bin/7za x

Generate a cache file for the driver collection: