[LEFT][SIZE=12px][COLOR=#2a2a2a][FONT=Segoe UI]If you are not doing a one size fits all image and only want to put the image on the same model/hardware then this might help. It helped me with a similar issue.[/FONT][/COLOR][/SIZE][/LEFT]
[LEFT] [/LEFT]
[LEFT] [/LEFT]
[LEFT][SIZE=12px][COLOR=#2a2a2a][FONT=Segoe UI]Configure your answer file to persist the drivers by specifying the PersistAllDeviceInstalls setting in the Microsoft-Windows-PnPSysprep.[/FONT][/COLOR][/SIZE][/LEFT]
[LEFT][SIZE=12px][COLOR=#2a2a2a][FONT=Segoe UI]<settings pass=“generalize”> [/FONT][/COLOR][/SIZE][/LEFT]
[LEFT][COLOR=#2a2a2a][SIZE=12px][FONT=Segoe UI] <component name=“Microsoft-Windows-PnpSysprep”> [/FONT][/SIZE][/COLOR][/LEFT]
[LEFT][COLOR=#2a2a2a][SIZE=12px][FONT=Segoe UI] <PersistAllDeviceInstalls>[B][FONT=inherit]true[/FONT][/B]</PersistAllDeviceInstalls> [/FONT][/SIZE][/COLOR][/LEFT]
[LEFT][COLOR=#2a2a2a][SIZE=12px][FONT=Segoe UI] </component>[/FONT][/SIZE][/COLOR][/LEFT]
[LEFT][SIZE=12px][COLOR=#2a2a2a][FONT=Segoe UI]Another way would be to configure the registry key:[/FONT][/COLOR][/SIZE][/LEFT]
[LEFT][SIZE=12px][COLOR=#2a2a2a][FONT=Segoe UI]HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Setup\Sysprep\Settings\sppnp set [B][FONT=inherit]PersistAllDeviceInstalls[/FONT][/B] to [B][FONT=inherit]1[/FONT][/B].[/FONT][/COLOR][/SIZE][/LEFT]