Hi,
I need to be able to stop RIS from auto partitioning the installation, I have the following in my .sif file:
[data]
floppyless = "1"
msdosinitiated = "1"
OriSrc = "\\%SERVERNAME%\RemInst\%INSTALLPATH%\%MACHINETYPE%"
OriTyp = "4"
LocalSourceOnCD = 1
DisableAdminAccountOnDomainJoin = 1
[SetupData]
OsLoadOptions = "/noguiboot /fastdetect"
SetupSourceDevice = "\Device\LanmanRedirector\%SERVERNAME%\RemInst\%INSTALLPATH%"
[Unattended]
OemPreinstall = yes
OemPnpDriversPath = "Drivers\Nic;Drivers\Audio;\Drivers\Vidio;Drivers\Chipset"
DriverSigningPolicy = Ignore
FileSystem = LeaveAlone
ExtendOEMPartition = 0
TargetPath = \WINDOWS
OemSkipEula = yes
InstallFilesPath = "\\%SERVERNAME%\RemInst\%INSTALLPATH%\%MACHINETYPE%"
LegacyNIC = 1
KeyboardLayout = "United Kingdom"
I have tryed autopartition=0, 1 u name it. I get nothing it still creates partition.
I want to be able to create partition, and soon as thats done ris setup to continue, some one must know how to do this.
Cheers
spamcram
Page 1 of 1
Stop Ris Auto Partitioning
#2
Posted 04 March 2005 - 02:34 PM
Hi Spamcram,
One of the shortcomings of RIS is that it creates one partition period. There is a setting under the following category of unattended.txt, however this setting is only useable when installing directly from a CD. You would have to use another utility such as WinPE to create the partitions and then run your RIS client install.
[Unattended]
Repartition=No
Sorry,
Bigjoe
One of the shortcomings of RIS is that it creates one partition period. There is a setting under the following category of unattended.txt, however this setting is only useable when installing directly from a CD. You would have to use another utility such as WinPE to create the partitions and then run your RIS client install.
[Unattended]
Repartition=No
Sorry,
Bigjoe
#3
Posted 04 March 2005 - 04:01 PM
Cheers for your reply, Were would I find this winPE, and how would I go about making work with RIS.
Cheers
spamcram
Cheers
spamcram
#4
Posted 05 March 2005 - 11:23 PM
Spamcram,
If your fortunate enough to have a licensing agreement that permits use of WinPE, it will be available to you. However, you have to log in to the licensing site and request it, MS does not send it automatically with your regular shipment of CD's. This product is typically only available to OEM's and very large IT shops. WinPE is the new preferred 32-bit pre-installation environment (i.e. they want you to use this instead of the old MS-DOS network client 3.1).
Fear not, there is an alternative which may help you, that's Bart's PE. I have included the link below.
http://www.nu2.nu/pebuilder/
This isn't an MS product but accomplishes alot of the same things that WinPE does. I've also read somewhere where it may be possible to add BartPE as a RIS menu option. There are a few lowcost add-ons to RIS that would allow you to do just that. Here is one;
http://www.emboot.co...ducts_risme.htm
The following site has also proven invaluable to me when automating builds as well.
http://unattended.msfn.org
Hope this helps
Bigjoe
P.S. you will still need to include the "Repartition=no" setting in your .sif file, otherwise you'll get the single NTFS partition
If your fortunate enough to have a licensing agreement that permits use of WinPE, it will be available to you. However, you have to log in to the licensing site and request it, MS does not send it automatically with your regular shipment of CD's. This product is typically only available to OEM's and very large IT shops. WinPE is the new preferred 32-bit pre-installation environment (i.e. they want you to use this instead of the old MS-DOS network client 3.1).
Fear not, there is an alternative which may help you, that's Bart's PE. I have included the link below.
http://www.nu2.nu/pebuilder/
This isn't an MS product but accomplishes alot of the same things that WinPE does. I've also read somewhere where it may be possible to add BartPE as a RIS menu option. There are a few lowcost add-ons to RIS that would allow you to do just that. Here is one;
http://www.emboot.co...ducts_risme.htm
The following site has also proven invaluable to me when automating builds as well.
http://unattended.msfn.org
Hope this helps
Bigjoe
P.S. you will still need to include the "Repartition=no" setting in your .sif file, otherwise you'll get the single NTFS partition
#5
Posted 06 March 2005 - 09:22 AM
here is what i use 
that entrys allow me to do the partitioning my self during the installation from the ris.
-----------------------------------
;SetupMgrTag
[data]
floppyless="1"
MsDosInitiated= "0"
OriSrc="\\%SERVERNAME%\RemInst\%INSTALLPATH%"
OriTyp="4"
LocalSourceOnCD=1
DisableAdminAccountOnDomainJoin=0
UnattendedInstall="Yes"
[SetupData]
OsLoadOptions="/noguiboot /fastdetect"
SetupSourceDevice="\Device\LanmanRedirector\%SERVERNAME%\RemInst\%INSTALLPATH%"
[Unattended]
FileSystem=LeaveAlone
ExtendOEMPartition=0
TargetPath=\WINDOWS
OemSkipEula=Yes
InstallFilesPath=\\%SERVERNAME%\RemInst\%INSTALLPATH%\%MACHINETYPE%
LegacyNIC=1
UnattendMode=FullUnattended
NtUpgrade=No
OemPreinstall=Yes
WaitForReboot="No"
OverwriteOemFilesOnUpgrade=Yes
DriverSigningPolicy= "Ignore"
NonDriverSigningPolicy= "Ignore"
[RemoteInstall]
Repartition=1,Wait
UseWholeDisk=1,Wait
that entrys allow me to do the partitioning my self during the installation from the ris.
-----------------------------------
;SetupMgrTag
[data]
floppyless="1"
MsDosInitiated= "0"
OriSrc="\\%SERVERNAME%\RemInst\%INSTALLPATH%"
OriTyp="4"
LocalSourceOnCD=1
DisableAdminAccountOnDomainJoin=0
UnattendedInstall="Yes"
[SetupData]
OsLoadOptions="/noguiboot /fastdetect"
SetupSourceDevice="\Device\LanmanRedirector\%SERVERNAME%\RemInst\%INSTALLPATH%"
[Unattended]
FileSystem=LeaveAlone
ExtendOEMPartition=0
TargetPath=\WINDOWS
OemSkipEula=Yes
InstallFilesPath=\\%SERVERNAME%\RemInst\%INSTALLPATH%\%MACHINETYPE%
LegacyNIC=1
UnattendMode=FullUnattended
NtUpgrade=No
OemPreinstall=Yes
WaitForReboot="No"
OverwriteOemFilesOnUpgrade=Yes
DriverSigningPolicy= "Ignore"
NonDriverSigningPolicy= "Ignore"
[RemoteInstall]
Repartition=1,Wait
UseWholeDisk=1,Wait
#6
Posted 06 March 2005 - 10:17 AM
spamcram
------
If I didn't find your answer I would have ended up trying loads in that box.. "wait" would have been last thing I would have put in there.
- ← Ris %password% Problem
- Unattended RIS Installation
- Customized Profile To Be Applied After Ris Install →
Share this topic:
Page 1 of 1



Help
Back to top








