Jump to content

Recommended Posts

Posted (edited)

Hello,

I'm busy with this problem: i try to create a wizard to install Windows 2003 Server with Windows PE to a VMWare Virtual Machine (ESX).

The script:


@rem SetupMgrTag
@echo off

diskpart /s D:\Installation\Scripts\VM\W2003STDR2.SP2\CreateDisk.txt

set AnswerFile=D:\Installation\Scripts\VM\W2003STDR2.SP2\winnt32.sif
set SetupFiles=D:\Installation\Images\W2003STDR2.SP2\i386

echo %AnswerFile%
echo %SetupFiles%

D:\Installation\Images\W2003STDR2.SP2\i386\winnt32 /s:%SetupFiles% /unattend1:%AnswerFile% /syspart:c: /tempdrive:c: /copysource:lang /makelocalsource /debug1:c:\install.log


Wpeutil reboot

The diskpart:


list disk
select disk 0
clean
create partition primary offset=2048
select partition 1
active
format FS=NTFS Label="System" QUICK
assign letter C

It begin to install, and after the reboot, it seems to working fine but after few seconds, i receive the message

"Please insert windows 2003 installation disk..."

Did you have any idea or where I do something wrong?

Thanks a lot

damzz

Edited by damzz

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...