Jump to content

Recommended Posts

Posted

After building my frist Unattend setup , I am at the point where I Sysprep my machine to prepare it to be Ghosted.

Here is my SYSPREP.INF....pretty simple.

[unattended]

OemSkipEula=Yes

OemPreinstall=Yes

ExtendOEMpartition=Yes

InstallFilesPath = "C:\sysprep\i386"

OemPnPDriversPath = "\Drivers\AUD\1;Drivers\AUD\2;\Drivers\AUD\3;\Drivers\AUD\4;\Drivers\CHP\1;\Drivers\MOD\1;\Drivers\MOD\2;\Drivers\MOD\3;\Drivers\NIC\1;\Drivers\NIC\2;\Drivers\NIC\132;\Drivers\NIC\4;\Drivers\PWM\1;\Drivers\VID\1;\Drivers\VID\2;\Drivers\VID\3;\Drivers\VID\4;\Drivers\VID\5;"

DriverSigningPolicy = Ignore

UpdateInstalledDrivers=Yes

[GuiUnattended]

AdminPassword="xxx"

OEMSkipWelcome=1

OEMSkipRegional=1

TimeZone=35

AutoLogon="Yes"

AutoLogonCount=1

[userData]

ComputerName=""

FullName="xxx"

OrgName="xxx"

ProductKey="xxx"

[RegionalSettings]

LanguageGroup=1

Language=00000409

[GuiRunOnce]

"C:\Local\Post1.bat"

[identification]

JoinDomain="XXXX"

DomainAdmin="XXXX"

[Networking]

InstallDefaultComponents=Yes

[Display]

BitsPerPel=32

Xresolution=1024

YResolution=768

Vrefresh=70

Autoconfirm=yes

[sysprep]

BuildMassStorageSection = Yes

[sysprepMassStorage]

Now, My problem is when Sysprep mini-setup is running (after the Ghost image was dumped), I get this error message:

Cannot find 8415fix.fon in c:\sysprep.inf\i386

If I do a search on another computer, I found the file in c:\windows\source\i386 (where source is my i386 source cab file)

If I browse manually to the 8415fix.fon file in C:\windows\source, the sysprep process continues ok.

Anyone has seen this behavior??

Thanks for any help

Hugo


Posted

Then copy your i386 directory to c:\sysprep\i386 or do

[Unattended]
ResetSourcePath = c:\windows\source\i386

This will specify the location of the source files in the registry.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...