H
Hugo
After building my frist Unattend setup with BDD, 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 8514fix.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 8514fix.fon file in C:\windows\source, the
sysprep process continues ok.
Anyone has seen this behavior??
Thanks for any help
Hugo
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 8514fix.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 8514fix.fon file in C:\windows\source, the
sysprep process continues ok.
Anyone has seen this behavior??
Thanks for any help
Hugo