Hello there,
I do a lot of unattended installs for Terminal Services and Citrix.
With our CItrix Servers we remap drive letters using the drive remap utility.
It got me wondering whether i could actually do an unattended installation with the systemdrive as ( for example ) M without having to remap drive letters post installation ?
Is it possible to do this ?
Thanks for your time.
Page 1 of 1
Install W2K initial drive letter other than C
#2
Posted 24 July 2005 - 01:47 AM
Systemdrive is where ntldr and ntdetect.com live. You want to set the tempdrive.
It is quite easy to do this, but you do it through winnt32.exe switches, rather than through the unattend.txt
To install windows 2k/xp onto the M drive, use
winnt32 /tempdrive=M ....
You can do unattend with /systemdrive=M as well, but windows will not boot such a drive. What happens instead, is that you can remove the hard disk and use it elsewhere, and when it boots, it will complete the install.
Note however that /systemdrive has to point to a primary partition, which should be made active before the install completes. /tempdrive can point to an extended partition on a second drive.
It is quite easy to do this, but you do it through winnt32.exe switches, rather than through the unattend.txt
To install windows 2k/xp onto the M drive, use
winnt32 /tempdrive=M ....
You can do unattend with /systemdrive=M as well, but windows will not boot such a drive. What happens instead, is that you can remove the hard disk and use it elsewhere, and when it boots, it will complete the install.
Note however that /systemdrive has to point to a primary partition, which should be made active before the install completes. /tempdrive can point to an extended partition on a second drive.
This post has been edited by os2fan2: 24 July 2005 - 01:50 AM
Page 1 of 1

Sign In
Register
Help

MultiQuote



Report