Archived from groups: microsoft.public.win2000.setup_deployment (More info?)
I have a unattended setup for 2003 server on a 2003 RIS Server. Everything
is working with the exception of how it creates the system partition (c:\).
I storage device is about 280 GB and it uses the entire device for the c:\
partition, but I only want the c:\ partion to be 7 GB, leaving the rest
unpartition. Is this possible? How?
Archived from groups: microsoft.public.win2000.setup_deployment (More info?)
Unfortunately, the options provided for partitioning fall short of the mark.
As you've discovered, you have two choices -- use the whole disk or leave
alone.
One way around this is to make use of the Windows Preinstallation
Environment, or WinPE. This allows scripting of partitioning using the
diskpart command.
Unfortunately, Microsoft has chosen to make WinPE available only to certain
customers (e.g. those on Software Assurance, Select, Enterprise, etc).
Hope this helps
Oli
"John Hiebert" <hieberj@okstate.edu> wrote in message
news:e%23c2$UdbEHA.3016@tk2msftngp13.phx.gbl...
>I have a unattended setup for 2003 server on a 2003 RIS Server. Everything
> is working with the exception of how it creates the system partition
> (c:\).
> I storage device is about 280 GB and it uses the entire device for the c:\
> partition, but I only want the c:\ partion to be 7 GB, leaving the rest
> unpartition. Is this possible? How?
>
> Thanks
> John
>
>
Archived from groups: microsoft.public.win2000.setup_deployment (More info?)
Yes, it possible.
If you modify the templates\ristndrd.sif file and change Repartition and
UseWholeDisk values to No as shown below, you will be prompted to set the
disk partition and size manually.
[RemoteInstall]
Repartition = No
UseWholeDisk = No
Regards,
"John Hiebert" <hieberj@okstate.edu> wrote in message
news:e#c2$UdbEHA.3016@tk2msftngp13.phx.gbl...
> I have a unattended setup for 2003 server on a 2003 RIS Server. Everything
> is working with the exception of how it creates the system partition
(c:\).
> I storage device is about 280 GB and it uses the entire device for the c:\
> partition, but I only want the c:\ partion to be 7 GB, leaving the rest
> unpartition. Is this possible? How?
>
> Thanks
> John
>
>
You are about to answer a thread that has been inactive for more than 6 months. If you still wish to proceed, please ensure that your posting is original and does not duplicate or overlap any prior responses to this thread.