Sysprep reboot in VGA?!

G

Guest

I'm using Sysprep 1.1 on Windows XP SP1 and Ghost 8.0
I am cloning my image on 75 computers, all with the same hardware profile.

On some computers, when rebooting after sysprep, in the mini-setup wizard,
the screen resolution is very low (640*480) and on some computers it's ok.
And it's random.

This gives me some problems, because I install some software AFTER the
mini-setup is run, with the cmdlines.txt and MSI package (can't be in the
image because of serial number and the like). And the software want to be in
800 *600 or higher to install.

So the question is : can I force the mini-setup to run at 800*600 or higher
in sysprep? Do you have an another solution?

Thanks for help!!!
 
M

Mats

Usually I do this kind of tings this way

Before sysprep on master box

1. Set a screen resulution in sysprep.inf
2. Make sure that the display adapter driver files are available for any
target adapter
3. Include the path to the driver in oempnpdriverspath in sysprep.inf

During sysprep
1. Setup autologon and place a script in autostart

after sysprep
1. The script runs and installs any customzation needed.
2. remove the script and autologon
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top