Windows 2000 Unattend.txt question?

G

Guest

Guest
Archived from groups: microsoft.public.win2000.setup (More info?)

I have been installing Win 2000 from a DOS network bootdisk over the
network using the Winnt.exe file, unfortunatly this doesn't support FAT 32
(the WinXP one does) so i have to install it onto a 2Gb FAT partition that
is then converted too NTFS during setup by the Unattend.txt file.

Does anyone know if there is an entry that can be put into the Unattend
file that will delete the 2Gb partition then create a new NTFS partition
that uses the whole disk during 2000 setup?
This can obviously be done manually during setup so i assume there is a
way to automate this.

Thanks.
 
G

Guest

Guest
Archived from groups: microsoft.public.win2000.setup (More info?)

Could you paste you unattend.txt ?

--
Kyle Lang [MSFT]
This posting is provided "As Is" with no warranties, and confers no rights.


"bofhrevenge" <gtaylor@buxton.derbyshire.sch.uk> wrote in message
news:11d042973e7234a25071d13cb39a948c@localhost.talkaboutsoftware.com...
> I have been installing Win 2000 from a DOS network bootdisk over the
> network using the Winnt.exe file, unfortunatly this doesn't support FAT 32
> (the WinXP one does) so i have to install it onto a 2Gb FAT partition that
> is then converted too NTFS during setup by the Unattend.txt file.
>
> Does anyone know if there is an entry that can be put into the Unattend
> file that will delete the 2Gb partition then create a new NTFS partition
> that uses the whole disk during 2000 setup?
> This can obviously be done manually during setup so i assume there is a
> way to automate this.
>
> Thanks.
>
 
G

Guest

Guest
Archived from groups: microsoft.public.win2000.setup (More info?)

I have performed unattended installations of Windows 2000 onto a FAT32
partition hundreds of times.

If you cannot use a FAT32 partition, it is probably because your boot
disk does not support it. For example, if it uses DOS 6 instead of
DOS 7 or higher.

That said, the unattend.txt setting you seek is:

[Unattended]
ExtendOEMPartiton=1

For full documentation on this option, search for "ExtendOEMPartition"
(second occurrance) at:

http://www.microsoft.com/resources/documentation/windowsServ/2003/all/techref/en-us/w2k3tr_u_unattended.asp

Cheers!

- Pat
MVP, Windows Server - Setup/Deployment
http://unattended.sourceforge.net/


"bofhrevenge" <gtaylor@buxton.derbyshire.sch.uk> writes:

> I have been installing Win 2000 from a DOS network bootdisk over the
> network using the Winnt.exe file, unfortunatly this doesn't support FAT 32
> (the WinXP one does) so i have to install it onto a 2Gb FAT partition that
> is then converted too NTFS during setup by the Unattend.txt file.
>
> Does anyone know if there is an entry that can be put into the Unattend
> file that will delete the 2Gb partition then create a new NTFS partition
> that uses the whole disk during 2000 setup?
> This can obviously be done manually during setup so i assume there is a
> way to automate this.
>
> Thanks.